Issue:
We do not get any error message, we get success instead of failure but, still data does not get reflected on SPCB server.
{Fri Dec 06 14:35:56 IST 2019, Response String = {"status": "Success", "serverConfigLastUpdatedTime": "", "siteConfigUpdateFlag": "False", "serverCalibrationLastUpdatedTime": "", "RemoteCalibrationUpdateFlag": "False", "statusMessage": "1 files uploaded successfully.", "uploadedFileName": "site_775_BOILER_1_20191206143332.zip"}
Fri Dec 06 14:35:56 IST 2019, File uploaded Successfully!}
Reason:
Mismatch in configuration at EnviroConnect server side and SPCB server side.
Solution:
1.Send the following things to SPCB.
-Success logs from debug file-follow below steps
Turn on Debug mode by following method:
Go to the folder ‘enviroconnect’
C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\enviroconnect\conf
(Note: Tomcat 7 folder may be in program files (x86))
Open PLS_WebServerConfig.PROPERTIES file in notepad
In the second line DebugMode=0, replace 0 by 2
Restart Apache Tomcat Service.
Now check the Debug file and Exception log file in the Enviroconnect -> log folder.
Generated data file from the location as mentioned in output driver
2. SPCB will reply with required corrections or they may correct at their side.