Issue
The reports installation completes without error but Reporting Agent service never gets installed. Without the Reporting Agent service, reports will not collect data and the WebReports login page will not load in a browser.
Environment
StruxureWare Building Operation WebReports, version 1.1
Cause
Error in installation files
Resolution
The workaround for this issue is as follows:
- Ensure that in Windows, the Folder Options are configured to show hidden files, file extensions, and protected operating system files.
- Open Windows Explorer, navigate to the C:\Program Files\Schneider Electric\StruxureWareReports\StruxureWare Reporting Agent directory, and edit StruxureWareReportingAgentInstall.bat.
-
Remove the "%1\" from the first two lines so that it simply reads:
installutil.exe SE.WebReports.StruxureWareReportingAgent.exe
regedit /s StruxureWareReportingAgent.reg
pause
- Save the file and exit.
-
Edit the config file, SE.WebReports.StruxureWareReportingAgent.exe.config. Find the section with the following line:
Note: They will appear without the "." after the "<"
<.add key="uid" value="appuser">
Copy & paste the above line just below it , then edit the copied line so that it reads:
<.add key="ServiceName" value="StruxureWare Reporting Agent">
When finished, the two lines should read:
<.add key="uid" value="appuser">
<.add key="ServiceName" value="StruxureWare Reporting Agent">
- Save the config file and exit.
- Run the batch file StruxureWareReportingAgentInstall.bat.