There are many variables during the installation of Enterprise Portal 6.0. These troubleshooting solutions cover some of the most frequently encountered problems. Use these guidelines to eliminate the problem.
Platform |
Problem description |
Workaround |
---|---|---|
Linux Windows |
Unable to locate ACDB on data server machine. |
If you rebuild the master database for Adaptive Server, you must reconfigure the Security Services. |
Linux Windows |
Enterprise Portal security session expires |
In a distributed environment with more than one machine running EAServer, make sure that each machine’s date, time, and time zone are in sync. |
Linux Windows |
Portal Interface catalog does not display correctly |
When performing a manual uninstallation, you must:
|
Platform |
Problem description |
Workaround |
---|---|---|
Linux |
Cannot eject the CD from the drive. |
If you cannot eject the CD from the drive:
|
Linux |
DISPLAY environment variable not set correctly. |
If you run the Installer and you get this error message: The DISPLAY environment variable is not set correctly. it means that the DISPLAY environment variable on the remote machine is not set correctly to display the Installer interface to your local machine. To correct the problem, enter this command at the Linux prompt on the remote machine: For C shell: setenv DISPLAY host_name:0.0 For Bourne shell: DISPLAY=host_name:0.0; export DISPLAY where host_name is the name of the machine where you want the Installer interface to appear (that is, on your local machine). |
Linux |
isql environment not working |
If the isql environment is not working when Adaptive Server Enterprise is the target database, at a command line, enter: source $SYBASE/SYBASE.csh source $SYBASE/SYBASE.csh |
Linux |
Hyperlinks in installer are unclickable. |
If clicking the hyperlink does not launch a browser, verify that one of the three supported browsers (Netscape, Mozilla, or Konquerer) is in your PATH. If your PATH contains a version of Netscape not supported by Enterprise Portal, the browser may not launch. |
Linux |
Installation fails with “Invalid directory” error. |
Verify that the installation directory does not contain double-byte character sets. You also cannot use double-byte character sets when you set the “dbo” login. |
Linux |
Jaguar certificate does not get upgraded during installation. |
|
Linux |
Multiple permissions errors on files such as /tmp/logs and audit.log. |
If a new account is used to start the EAServer hosting Enterprise Portal, change all the files in the WorkRoot directory to have global RWX permissions. The WorkRoot property is specified in global.properties.xml. All log files and work files are written to this directory. It is created on start-up if it does not already exist. |