Analyzer command use cases
- In the following use case, the Demo user analyzes all of the filters on the vmw23prem95 server, and the results are entered in the filter.csv file.
C:\Program Files\BMC Software\ARSystem\DeveloperStudio> analyzer -x "vmw23prem95" -portnum 2044 -u "Demo" -p "" -T -o "D:\csv\filter.csv"
INFO: Analyzer started: Tue Jul 07 13:13:22 GMT+05:30 2009) Jul 7, 2009 2:13:27 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication printResultCount INFO: Analyzed 544 objects 1 Errors, 148 Warnings, 594 Infos Jul 7, 2009 2:13:27 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication start INFO: Analyzer completed: Tue Jul 07 18:13:27 GMT+05:30 2009)
- In the following use case, the Demo user analyzes the R_Like form with the directly related option, and the results are entered in the like.csv file.
C:\Program Files\BMC Software\ARSystem\DeveloperStudio> analyzer -x "premq617" -u "Demo" -p "" -f "R_Like" -r "Directly" -o "D:\csv\like.csv"
INFO: Analyzer started: Tue Jul 07 14:08:11 GMT+05:30 2009) Jul 7, 2009 2:08:14 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication printResultCount INFO: Analyzed 4 objects 0 Errors, 14 Warnings, 6 Infos Jul 7, 2009 2:08:14 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication start INFO: Analyzer completed: Tue Jul 07 14:08:14 GMT+05:30 2009)
- In the following use case, the Demo user analyzes the forms that start with R, are modified after June 1, 2009 but before July 1, 2009. The results are entered in the wildcard_date.csv file.
C:\Program Files\BMC Software\ARSystem\DeveloperStudio> analyzer -x "premq617" -u "Demo" -p "" -f "R%" -modifiedAfter "6/1/09" -modifiedBefore "7/1/09" -o "D:\csv\wildcard_date.csv" INFO: Analyzer started: Tue Jul 07 14:13:22 GMT+05:30 2009) Jul 7, 2009 2:13:27 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication printResultCount INFO: Analyzed 20 objects 0 Errors, 14 Warnings, 94 Infos Jul 7, 2009 2:13:27 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication start INFO: Analyzer completed: Tue Jul 07 14:13:27 GMT+05:30 2009)
- In the following use case, the Demo user ignores the results that were specified to be ignored in the Analyzer in BMC Remedy Developer Studio. (See To ignore results.) The results are entered in the a3.csv file.
C:\Program Files\BMC Software\ARSystem\DeveloperStudio> analyzer -x "premq617" -u "Demo" -p "" -f "a%" -o "D:\csv\a3.csv" -excludeIgnoredResults INFO: Analyzer started: Tue Jul 07 15:50:24 GMT+05:30 2009) Jul 7, 2009 3:50:26 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication printResultCount INFO: Analyzed 11 objects 0 Errors, 4 Warnings, 2 Infos Jul 7, 2009 3:50:26 PM com.bmc.arsys.studio.analyzer.core.AnalyzerApplication start INFO: Analyzer completed: Tue Jul 07 15:50:26 GMT+05:30 2009)
Was this page helpful? Yes No
Submitting...
Thank you
Comments