The following sections provide solutions to the issues that you might encounter while installing ZENworks Reporting:
Password appears in clear text
Java Heap Size error
For Windows:
Browse to %ZRS_HOME%\js\apache-tomcat\bin.
Open service.bat file.
Search the following line to change the JVM heap size. For example, %EXECUTABLE%//US//%SERVICE_NAME% --Startup auto --JvmOptions .
Update the line to increase the maximum heap size (xmx) from xxxxM to yyyyM. For example, Xmx4000M.
Re-install the service. Since, Tomcat is installed as a service.
From a Windows Command Prompt, specify the following commands:
cd %ZRS_HOME%\js\apache-tomcat\scripts
serviceinstall.bat REMOVE If the command prompt is closed then perform the Step 5.
serviceinstall.bat INSTALL
Stop and restart ZENworks Reporting. Fore more information, see Section 2.3.6, ZENworks Reporting Services .
For Linux:
Browse to /opt/novell/zenworks-reporting/js/apache-tomcat/scripts.
Open ctl.sh file.
Search for -XmxxxxM ("xxxx" are variables) which reflects in two instances. For example, -Xmx1024M and replace with -Xmx4000M.
Stop and restart ZENwroks Reporting. Fore more information, see Section 2.3.6, ZENworks Reporting Services .
LDAP User unable to log in to ZENworks Reporting
For more information, see ZENworks Reporting Configuration Tool .
Unable to log in to ZENworks Reporting if Organization Unit has special characters
Unable to open ZENworks Reporting ports in the firewall
Unable to access ZENworks Reporting after installation
For more information about ZENworks Reporting services, see the Section 2.3.6, ZENworks Reporting Services.
Changing ZENworks Reporting Session Time out
To change the ZENworks Reporting session time out:
Backup the web.xml file.
For Windows: %ZRS_HOME%\js\apache-tomcat\webapps\jasperserver-pro\WEB-INF\web.xml
For linux: /opt/novell/zenworks-reporting/js/apache-tomcat/webapps/jasperserver-pro/WEB-INF/web.xml
Open the web.xml file.
Go to <session-timeout>
Change the existing time out (30) to the required time out in <session-timeout>30</session-timeout>
Manually restart the ZENworks Reporting services.
For more information about ZENworks Reporting services, see the Section 2.3.6, ZENworks Reporting Services.
ZENworks Reporting installation might fail
For more information see TID 7014279 in the Novell Support Knowledgebase
Unable to install ZENworks Reporting
On Windows device, perform the following steps:
Go to ZENworks Reporting installed location. For example, C:\Program Files\novell\zenworks-reporting\Uninstall_ZENworks Reporting.
Double click the Uninstall ZENworks Reporting file. If uninstall hangs, then perform the following steps:
In the Windows Task Manager, click the Uninstall_ZENworks Reporting application, then click .
tab, select theDelete the ZENworks Reporting Services. To delete the services, perform the following steps:
Open the Registry Editor.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\
Delete Novell ZENworks Reporting Embedded Datastore and NovellZENworksReportingServer folders.
Or
Open the Command prompt.
Run sc delete Novell ZENworks Reporting Embedded Datastore and sc delete NovellZENworksReportingServer command.
Go to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Delete ZENworks Reporting and JasperReports Server 5.0.1 folders.
Open the Registry. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ and delete ZENworks Reporting folder.
Delete the ZENworks Reporting folder from the device.
On Linux device, perform the following steps:
Go to ZENworks Reporting installed location. For example, /opt/novell/zenworks-reporting/Uninstall_ZENworks Reporting.
On terminal run Uninstall ZENworks Reporting. If uninstall hangs then perform the following:
Close the terminal, to terminate the uninstall application.
Delete the zenworks-reporting folder located at /opt/novell/zenworks-reporting.
Run the /etc/init.d/NovellZENworksReportingServer command to stop ZENworks Reporting services.
Kill PostgreSQL and Tomcat services.
Open terminal, type fuser "portnumber"/tcp command. For example : fuser 8080/tcp (Default tomcat port for ZENworks Reporting) fuser 5432/tcp (Default Postgres dtabase port for ZENworks Reporting).
The output of the above command is similar to “portnumber”/tcp xxxxx. Where xxxxx is the Proccess ID, use the Process ID xxxxx to kill the service. For example, kill -9 xxxxx
Go to /etc/init.d/ folder delete the NovellZENworksReportingServer file.
Delete the /var/opt/novell/zenworks-reporting folder from the device.
An error occurs while performing the previous request, error message is displayed while creating a report
Go to the following path:
For Windows: %ZRS_HOME%\js\apache-tomcat\webapps\jasperserver-pro\WEB-INF\classes\esapi
For Linux: /opt/novell/zenworks-reporting/js/apache-tomcat/webapps/jasperserver-pro/WEB-INF/classes/espai
Backup the security.properties file.
Open the security.properties file.
Search for sqlQueryExecutor=Alpha,ValidSQL,50000,true,SQL_Query_Executor_context and replace with required value.
Restart the ZENworks Reporting Services. For more information about ZENworks Reporting services, see the Section 2.3.6, ZENworks Reporting Services.
ZENworks Reporting displays incorrect values if Oracle database version is 11.2.0.1