The data uploading flow of this industry is shown in below mentioned diagram.

APPCB issue:

error in Exception log file as below:

APPCBGlensOutput: exception in doOutput java.lang.Exception: Error encrypting/decrypting header


Issue analysis:

Reason:

Java security files was upgraded


Solution:

1.Copy UnlimitedJCEPolicyJDK7 folders

Copy the JAR files from UnlimitedJCEPolicyJDK7\UnlimitedJCEPolicy folder to the JAVA

installation folder

C:\ Program Files\jre1.7.0\lib\security

Also place the folder at path:

C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\enviroconnect\

After doing above mentioned steps please stop the server and delete log and work folder of Tomcat

at given path:

32 bit machine -

C:\Program Files\Apache Software Foundation\Tomcat 6.0\

64 bit machine -

C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\

restart the Apache Tomcat 6 service.

Also clear browser history.


2.Preventive Measure

Stop java update

Open Control Panel-> program files-> Java-> Update -> disable "check for updates automatically" -> Apply and ok.


APPCB SOP file path mentioned below,

http://10.6.10.2:82/svn/PlantConnect/EnviroConnect/Documents/SPCB/APPCB


FM-CPCB Issue:

For "DataToCentralStation" server output driver, data is only uploading to FM-CPCB which is match to current time and 1 minute ago to current time. 


Issue analysis:

Reason: code is checking data which is to be upload on FM-CPCB is not generating with respect current time and one minute ago, that why data is not uploading on FM-CPCB. Their is a time synchronization problem.


Solution: Change in "output.jar" file, is that check last data which is to be uploading on FM-CPCB server and  their 1 minute ago of the same.


Replace Output.jar file in below mentioned path 

C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\webapps\enviroconnect\WEB-INF\lib