22.3.2 Error Code Dictionary

Error code - OFSAAI-1001

Table 0–2

Table 22-3 Error code - OFSAAI-1001

Cause Unix shell is not "korn" shell.
Resolution

Change the shell type to "korn". Use chsh unix command to change SHELL type.

Shell type can also be changed by specifying shell path for the Unix user in /etc/passwd file.

Error code - OFSAAI-1002

Table 22-4 Error code - OFSAAI-1002

Cause No proper arguments are available.
Resolution

Provide proper arguments. Invoke Setup.sh using SILENT mode.

Example: ./Setup.sh SILENT or ./Setup.sh

Error code - OFSAAI-1004

Table 22-5 Error code - OFSAAI-1004

Cause File .profile is not present in $HOME.
Resolution Create .profile in $HOME, i.e. in the home directory of user.

Error code - OFSAAI-1005

Table 22-6 Error code - OFSAAI-1005

Cause File OFSAAInfrastructure.bin is not present in current folder.
Resolution Copy OFSAAInfrastructure.bin into installation kit directory.

Error code - OFSAAI-1006

Table 22-7 Error code - OFSAAI-1006

Cause File CustReg.DAT is not present in current folder.
Resolution Copy CustReg.DAT into installation kit directory.

Error code - OFSAAI-1007

Table 22-8 Error code - OFSAAI-1007

Cause File OFSAAI_InstallConfig.xml is not present in current folder.
Resolution Copy OFSAAI_InstallConfig.xml into installation kit directory.

Error code - OFSAAI-1008

Table 22-9 Error code - OFSAAI-1008

Cause File validateXMLInputs.jar is not present in current folder.
Resolution Copy validateXMLInputs.jar into installation kit directory.

Error code - OFSAAI-1009

Table 22-10 Error code - OFSAAI-1009

Cause File log4j.xml is not present in current folder.
Resolution Copy log4j.xml into installation kit directory.

Error code - OFSAAI-1010

Table 22-11 Error code - OFSAAI-1010

Cause Unknown error occurred.
Resolution Make sure to provide proper argument (SILENT) to the Setup.sh file.

Error code - OFSAAI-1011

Table 22-12 Error code - OFSAAI-1011

Cause XML validation failed.
Resolution Check InfrastructurePreValidations.Log for more details.

Error code - OFSAAI-1012

Table 22-13 Error code - OFSAAI-1012

Cause Property file with locale name does not exist.
Resolution Copy MyResources_en_US.properties to the setup kit directory and keep en_US in LOCALE tag of OFSAAI_InstallConfig.xml.

Error code - OFSAAI-1013

Table 22-14 Error code - OFSAAI-1013

Cause File OFSAAI_InstallConfig.xml/OFSAAI_PostInstallConfig.xml not found.
Resolution

Copy OFSAAI_InstallConfig.xml/OFSAAI_PostInstallConfig.xml

to the setup kit directory.

Error code - OFSAAI-1014

Table 22-15 Error code - OFSAAI-1014

Cause XML node value is blank.
Resolution

Make sure all node values except SMTPSERVER, PROXYHOST, PROXYPORT, PROXYUSERNAME, PROXYPASSWORD,

NONPROXYHOST, or RAC_URL are not blank.

Error code - OFSAAI-1015

Table 22-16 Error code - OFSAAI-1015

Cause XML is not well formed.
Resolution

Execute the command dos2unix OFSAAI_InstallConfig.xml to convert plain text file from DOS/MAC format to UNIX format.

OR

Make sure that OFSAAI_InstallConfig.xml is valid. Try to open the file through Internet Explorer for a quick way to check validity. If it is not getting opened, create new OFSAAI_InstallConfig.xml using the XML_Utility.jar.

Error code - OFSAAI-1016

Table 22-17 Error code - OFSAAI-1016

Cause User installation directory contain blank spaces.
Resolution Provide an installation path that does not contain spaces. Check the tag USER_INSTALL_DIR in OFSAAI_InstallConfig.xml file. This path should not contain any spaces.

Error code - OFSAAI-1017

Table 22-18 Error code - OFSAAI-1017

Cause User installation directory is invalid.
Resolution Provide a valid installation path. Check if you are able to create the directory mentioned in USER_INSTALL_DIR tag value of OFSAAI_InstallConfig.xml file.