Manually Starting Services
September 19th, 2008
2 comments
Even though the SIA has been setup to automatically start services, another alternative is to control the starting of these services through scripts. One colleague of mine setup his BusinessObjects Enterprise SIA so that only the CMS and the FRS Input and Output services started up automatically. All other services were setup to start manually.
In his experience, this made the starting of the SIA require less resources making startup (even) less error-prone that it already is.
Batch File for Starting Services
Below I have included all the contents of the batch file which you can download here. Enjoy…
«Good BI»
:: Cleaning up del /f /q "C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Logging\*.log :: Starting up dependencies net start "SQL Server (MSSQLSERVER)" :: CMS configured to startup automatically with SIA :: See Control Panel Services for startup configuration (automatic) net start "Server Intelligence Agent (cdi6BOE)" net start "Apache Tomcat 5.5.20" :: add timeout to allow CMS to initialize :: sleep 90 cd "C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86" :: CMS and FRS configured to startup automatically with SIA :: (CMC > Servers > Properties) :: ccm.exe -managedstart cdi6BOE.CentralManagementServer :: ccm.exe -managedstart cdi6BOE.InputFileRepository :: ccm.exe -managedstart cdi6BOE.OutputFileRepository ccm.exe -managedstart cdi6BOE.AdaptiveProcessingServer ccm.exe -managedstart cdi6BOE.DestinationJobServer ccm.exe -managedstart cdi6BOE.EventServer ccm.exe -managedstart cdi6BOE.ProgramJobServer ccm.exe -managedstart cdi6BOE.PublicationJobServer :: Crystal Reports ccm.exe -managedstart cdi6BOE.CrystalReportsCacheServer ccm.exe -managedstart cdi6BOE.CrystalReportsJobServer ccm.exe -managedstart cdi6BOE.CrystalReportsProcessingServer ccm.exe -managedstart cdi6BOE.ListOfValuesJobServer ccm.exe -managedstart cdi6BOE.ReportApplicationServer :: Desktop Intelligence :: ccm.exe -managedstart cdi6BOE.ConnectionServer :: ccm.exe -managedstart cdi6BOE.DesktopIntelligenceCacheServer :: ccm.exe -managedstart cdi6BOE.DesktopIntelligenceJobServer :: ccm.exe -managedstart cdi6BOE.DesktopIntelligenceProcessingServer :: Performance Management ccm.exe -managedstart cdi6BOE.DashboardAnalyticsServer ccm.exe -managedstart cdi6BOE.DashboardServer ccm.exe -managedstart cdi6BOE.PMMetricsServer ccm.exe -managedstart cdi6BOE.PMRepositoryServer ccm.exe -managedstart cdi6BOE.PMRulesServer :: ccm.exe -managedstart cdi6BOE.PredictiveAnalysisServer :: ccm.exe -managedstart cdi6BOE.ProcessAnalysisServer :: ccm.exe -managedstart cdi6BOE.SetsProfileServer :: ccm.exe -managedstart cdi6BOE.SetsQueryServer :: Voyager :: ccm.exe -managedstart cdi6BOE.MultiDimensionalAnalysisServicesServer :: Web Intelligence ccm.exe -managedstart cdi6BOE.AdaptiveJobServer ccm.exe -managedstart cdi6BOE.WebIntelligenceProcessingServer