|
Oracle® E-Business Suite Certified Configuration Installation Guide
Release 11i (11.5.10) for AIX Based Systems, hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating System (SPARC 32-bit) Part No. B15721-03 |
|
![]() Previous |
![]() Next |
This chapter describes known issues that can affect the installation of Oracle E-Business Suite Certified Configuration. It contains the following topics:
To avoid conflicts, you cannot have two environments of the same environment type on one system.
|
See Also: For additional known issues that occur in Oracle E-Business Suite Certified Configuration Release 11i (11.5.10) and rapid install, refer to Oracle Applications Installation Release Notes Release 11.5.10, and to Oracle Applications Installation Update Notes Release 11.5.10 for your platform. |
When running the addischtl.sh start script, you see the following message:
Registering Discoverer Preference Repository oadutil.reg:Failed to bind to OAD
Workaround
Set the TMPDIR environment variable to the Oracle home directory of the release 8.0.6 visibroker directory. The following is an example of commands required to make this change:
% TMPDIR=/mount_point/product/8.0.6/vbroker % export TMPDIR
When running the ocheck utility, the script returns the following error:
./ocheck[504]: psrinfo: not found ./ocheck [504]: sysdef: not found Total swap space expected: >=2146435072 MB failed
Workaround
You can ignore this error.
If you use NFS and do not have VERITAS installed on the system, then the ocheck utility fails with the following errors:
$ cd /admin/ebso/ocheck/ ./ocheck -product ebiz -preinstall -prettyprint Package "VRTSvxvm-3.2" (not installed) == VRTSvxvm-3.2 fail
Workaround
Modify the /admin/ebso/ocheck/ocheck.conf file to remove the VERITAS package from the prerequisite packages. Change the line to the following:
OCC_PACKAGES2_LINUX="XFree86-Xvfb-4.1.0-46"
If you experience problems, log into Oracle Applications as the BOL-SETUP user, then perform the following workaround.
Workaround
The following procedure is a workaround for this issue:
Log in to the appropriate On Demand URL. The following is an example of the URL:
http://auohsspaw01.oracleoutsourcing.com:10515/dev60cgi/f60cgi
Log in as sysadmin/sysadmin.
Select the Application Developer responsibility.
Click Menu from the Applications menu.
Change Menu Type to standard in the XBO_APPLICATIONS4.0 menu, and save it. This will recompile the menus in the database.
Stop and restart the HTTP server.
Log in as the BOL-SETUP user to access the application.
You get the following alert while accessing BOL-Forms through the BOL-SETUP user using the Application Administration responsibility:
Function not available for this responsibility. Change responsibility or contact your system administrator
Workaround
Apply the workaround in Bug number 4034038:
Change directory to the location of the formservlet.ini file:
$ cd <iAS-10222 OH>/Apache/Jserv/etc
Back up the formservlet.ini file:
$ cp -p formservlet.ini formservlet.ini.pre_4034038
Add the following line to the end of the formservlet.ini file:
XBOL_TOP=/<Your Apps-11.5.10 Mount-Point>/applmgr/CUSTOM/xbol/11.5.0
Bounce the Apache-Server, using the following:
$ cd $COMMON_TOP/admin/scripts/<Your Apps-11.5.10 Context-Name> $ adapcctl.sh stop $ adapcctl.sh start
You must have at least 1 GB of data segment size available for relinking MSC, MSO, and MSR product executables. To check the current size, run the following command:
$ dump -X64 -o /usr/ccs/bin/bind64
If the last line returns 0x00000000 for maxDATA, the current maximum size is 256 MB (the default for AIX 32-bit applications).
Workaround
To set the data segment size to 1 GB, set the LDR_CNTRL variable to:
LDR_CNTRL_MAXDATA=0x40000000
gatekeeper.properties Window on AIX Using startgkconfig.sh
If you are unable to launch the gatekeeper.properties window using the startgkconfig.sh script, use the following workaround.
Workaround
The following is the workaround:
Edit the $ORACLE_HOME/discwb4/discwb.sh script. Change VBROKER_JAVAVM=<8i ORACLE_HOME>/jre1162o/bin/jre to:
VBROKER_JAVAVM=<8i ORCLE_HOME>/jre1183/bin/jre
Edit the $ORACLE_HOME/jre1183/bin/jre file. Change the line export CLASSPATH=$JAVA_HOME/lib/rt.jar:$JAVA_HOME/lib/i18n.jar:$JAVA_HOME/lib/math.jar to:
export CLASSPATH=$JAVA_HOME/lib/rt.jar:$JAVA_HOME/lib/i18n.jar:$JAVA_HOME/lib/math.jar:$CLASSPATH
Run the startgkconfig.sh script.
On Solaris, Discoverer OAD does not start when the VBROKER_ADM and TMPDIR environment variables point to directories of different devices. The oad.log file would contain the OAD: Fatal Error [Cross-device link] error message while registering with OAD.
To workaround, set the TMPDIR environment variable to a directory on the same device as the one pointed by VBROKER_ADM before starting OAD. More details can be found in bug number 4077027.
On Solaris, before starting the installation of Oracle E-Business Suite Certified Configuration, create a soft link /igold pointing to your installation mount point. For example, /igold -> /tabci. (This workaround is not needed if an igold instance is already present on the same system.)