Folks,
Hello. I have been implementing PeopleSoft Campus Solution 9.0 Revision 5 for a University.
My PeopleSoft Internet Architecture (PIA) is running correctly for a long time.
My PIA facilities are below:
Server machine: Oracle Linux 5.10 (64 bits)
Client machine: Windows XP Professional (64 edition) with Browser Internet Explorer
Internet Architecture in Server Oracle Linux 5.10:
1) Database Server: Oracle Database 11g
2) Application Server: Tuxedo 11g
3) Web Server: Web Logic 10.3.6.0
In order to develop the Online Admission Application for Prospective student to apply for admission, I have installed Oracle ADR (Application Development Runtime) 11.1.1.6.0 with Weblogic 10.3.6.0 in Server machine Oracle Linux 5.10.
Before installed Oracle ADR 11.1.1.6.0, I installed the 5 packages to update Operating System Oracle Linux 5.10 as below:
1) compat-libstdc++-33-3.2.3-61.i386.rpm (231.6k)
2) compat-libstdc++-33-3.2.3-61.x86_64.rpm (227.4k)
3) libaio-devel-0.3.106-3.2.i386.rpm (11k)
4) libaio-devel-0.3.106-3.2.x86_64.rpm (10.9k)
5) sysstat-7.0.0-3.el5.x86_64.rpm (168.3k)
After the 5 packages are installed, ADR 11.1.1.6 is installed successfully. But PIA Application Server psadmin cannot boot any more.
The boot error is:
CMDTUX_CAT: 1685: ERROR: Application Initialization Failure.
tmboot:CMDTUX_CAT: 827:ERROR: Fatal Error encountered; Initiating user Error handler.
I viewed the current server log file APPSRV_0107.LOG, the error message:
GenMessageBox(200,0,M): PS General SQL Routines: Missing or invalid version of SQL Library libpsora64 (200,0)
GenMessageBox(0,0,M): Database Signon: Could not sign on to Database HRCS90 with user PS.
I have checked the directory Oracle_Home/lib, there are a few files libp*, but the file "libpsora64" does not exist.
My question is:
How to solve the issue "Missing or invalid version of SQL Library libpsora64" to boot psadmin ?
Thanks in advance.