...
Code Block |
---|
java.io.FileNotFoundException: C:\WINDOWS\TEMP\F:\PerformanceGuard\collector\logs\stderr.log (The filename, directory name, or volume label syntax is incorrect) java.io.FileInputStream.open(Native Method) java.io.FileInputStream.<init>(FileInputStream.java:106) com.premitech.e2edisplay.servlet.TempFileServlet.showFile(TempFileServlet.java:85) com.premitech.e2edisplay.servlet.TempFileServlet.copyFileToStream(TempFileServlet.java:78) com.premitech.e2edisplay.servlet.TempFileServlet.doGet(TempFileServlet.java:196) com.premitech.e2edisplay.servlet.TempFileServlet.doPost(TempFileServlet.java:46) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) |
Report archiving - week 1 is not generated when overlapping with previous year
...
PG-4295 510to520post.sql is not executed when upgrading
Problem: When upgrading from PG version 5.1 to 5.2 the SQL server upgrade script 510to520.cmd executes the file "..\510to520post.sql" instead of correctly "510to520post.sql"
Solution: Correct the file 510to520.cmd before executing or execute the SQL file 510to520post.sql manually after the upgrade.
PG-4304 Report archiving - week 1 is not generated when overlapping with previous year
Problem: If week #1 of the year starts in the previous year weekly generated reports for week #1 are lost.
PG-4305 System Status Page only reports disk space status for first 4 system drives
If you have more than 4 system drives on the PG server the system status page will only report about the first 4 system drives in alphabetical order.
...