Install PeopleTools 8.53 with Linux Issue: Configure Application Server using psadmin

Folks,
Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Database 11gR1. OS is Oracle Linux 5. I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully into Oracle Linux 5. I have set up PeopleTools 8.53 Database Instance into Oracle Database Server successfully. Data Mover and Application Designer login into the Database Instance successfully. Web Server has been configured successfully.
Now, I confront the issue regarding configuring Application Server as below:
In Windows, I run /PT8.53/appserv/psadmin.exe to create a domain for the PeopleTools Database Instance successfully. But in Linux, the file /PT8.53/appserv/psadmin is light blue color and not executable, I try to run it in the following way:
[user@userlinux appserv]$ ./psadmin
Its output: ./psadmin: error while loading shared libraries: libtrio64.so: cannot open shared object file: No such file or directory
My question is:
Can any folk tell me how to configure Application Server using psadmin in Linux for PeopleTools Internet Architecture ? How to solve the above issue ?
Thanks.

Folks,
Hello. Thanks a lot for replying. I run psadmin in the way below:
[user@userlinux PT8.53]$ . ./psconfig.sh
[user@userlinux appserv]$ export TUXDIR=/home/user/Oracle/Middleware/tuxedo11gR1
[user@userlinux appserv]$ export LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH
[user@userlinux appserv]$ export PATH=$TUXDIR/bin:$PATH
[user@userlinux appserv]$ ./psadmin
For Application Designer login, I use UserId PSADMIN and password PSADMIN, it works successfully.
For Data Mover Bootstrap Mode login, I use UserId MYNAME and password MYNAME, it works successfully.
When configure Application Server, I use UserID PSADMIN and password PSADMIN. But when boot the domain, the current server log file "APPSRV_0919.LOG" indicates that "Database Signon: Could not sign on to database PT853 with user PSADMIN."
Then I use UserId MYNAME and password MYNAME to configure the Application server again. I boot this domain again. Strangely, the log file APPSRV_0919.LOG gets the same error message "Database Signon: Could not sign on to database PT853 with user PSADMIN."
I purge the cache and clean IPC resources of this domain, and boot this domain again but get the same error message as above.
The content of current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG is below:
PSADMIN.5732 (0) [2013-09-19T11:01:10.841](0) Begin boot attempt on domain PT853
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.338](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.484](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.539](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.548](0) Database Options: override_connection_reset: 0
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.550](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
PSAPPSRV.9537 (0) [2013-09-19T11:01:30.551](0) Server failed to start
PSADMIN.5732 (0) [2013-09-19T11:01:38.906](0) End boot attempt on domain PT853
PSADMIN.10674 (0) [2013-09-19T11:02:20.766](0) Begin boot attempt on domain PT853
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.736](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.823](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.848](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.854](0) Database Options: override_connection_reset: 0
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.855](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
PSAPPSRV.11239 (0) [2013-09-19T11:02:34.856](0) Server failed to start
PSADMIN.10674 (0) [2013-09-19T11:02:41.270](0) End boot attempt on domain PT853
PSADMIN.5107 (0) [2013-09-19T11:56:37.435](0) Begin boot attempt on domain PT853
PSAPPSRV.5182 (0) [2013-09-19T11:56:57.842](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
PSAPPSRV.5182 (0) [2013-09-19T11:56:58.068](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
PSAPPSRV.5182 (0) [2013-09-19T11:56:58.134](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
PSAPPSRV.5182 (0) [2013-09-19T11:56:58.142](0) Database Options: override_connection_reset: 0
PSAPPSRV.5182 (0) [2013-09-19T11:56:58.144](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
PSAPPSRV.5182 (0) [2013-09-19T11:56:58.145](0) Server failed to start
PSADMIN.5107 (0) [2013-09-19T11:57:05.737](0) End boot attempt on domain PT853
PSADMIN.4966 (0) [2013-09-19T18:55:48.131](0) Begin boot attempt on domain PT853
PSAPPSRV.5009 (0) [2013-09-19T18:56:08.869](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
PSAPPSRV.5009 (0) [2013-09-19T18:56:09.071](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
PSAPPSRV.5009 (0) [2013-09-19T18:56:09.130](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
PSAPPSRV.5009 (0) [2013-09-19T18:56:09.138](0) Database Options: override_connection_reset: 0
PSAPPSRV.5009 (0) [2013-09-19T18:56:09.140](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
PSAPPSRV.5009 (0) [2013-09-19T18:56:09.141](0) Server failed to start
PSADMIN.4966 (0) [2013-09-19T18:56:16.253](0) End boot attempt on domain PT853
PSADMIN.4966 (0) [2013-09-19T19:40:11.049](0) Begin boot attempt on domain PT853
PSAPPSRV.6475 (0) [2013-09-19T19:40:26.633](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
PSAPPSRV.6475 (0) [2013-09-19T19:40:26.731](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
PSAPPSRV.6475 (0) [2013-09-19T19:40:26.776](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
"~/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG" 64L, 7012C
My question are:
1) I have changed UserId from PSADMIN to MYNAME and password from PSADMIN to MYNAME in Application Server configuration, why the log file APPSRV_0919.LOG gets the same error message "Database Signon: Could not sign on to database PT853 with user PSADMIN." ?
2) I purge the cache and clean IPC resources of this domain and reboot this doamin, why the log file APPSRV_0919.LOG gets the same error message "Database Signon: Could not sign on to database PT853 with user PSADMIN." ?
3) How to solve the above issues ?
Thanks.

Similar Messages

  • Install PeopleTools 8.53 with Linux Issue: Boot Application Server Domain PT853 using psadmin

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Database 11gR1. OS is Oracle Linux 5.
    I confront the issue regarding booting Application Server Domain PT853 while Database Server is listening as below:
    [user@userlinux PT8.53]$ . ./psconfig.sh
    [user@userlinux appserv]$ export SYSTEM_PASS=SYS/SYS
    [user@userlinux appserv]$ export ORACLE_HOME=/home/user/OracleDB_Home
    [user@userlinux appserv]$ export  ORACLE_SID=PT853
    [user@userlinux appserv]$ export TUXDIR=/home/user/Oracle/Middleware/tuxedo11gR1
    [user@userlinux appserv]$ export LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH
    [user@userlinux appserv]$ export PATH=$TUXDIR/bin:$PATH
    [user@userlinux appserv]$ ./psadmin
    Its output gets 2 errors in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG as below:
    First, GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora64 (200,0)
    Second, GenMessageBox(0, 0, M): Database Signon: Could not sign on to database PT853 with user PSADMIN.
    I create a symlink in /home/user/OracleDB_Home/lib and /lib32 as below:
    [user@userlinux lib]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    [user@userlinux lib32]$ ln -s libclntsh.so.11.1 libclntsh.so.8.0
    After that, I run ./psadmin to boot the domain PT853 again, I see the first error is solved. Now, there is only one error in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0924.LOG is below:
    GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=MyOwnerName)
    Server failed to start
    I have changed UserId as PSADMIN in Configuration file, purge cache and clean IPC resources and reboot. Password is correct. But the error always indicates id=MyOwnerName.
    Application Designer login as PSADMIN successfully. Data Mover Bootstrap login as MyOwnerName successfully.
    My question is:
    Why both PSADMIN and MyOwnerName are invalid user ID or password for database signon ? How to solve the issue ?
    Thanks.

    As stated in the installation manual there are a few prerequisites in chapter CHAPTER 8B Configuring the Application Server on UNIX page 238
    Prerequisites
    Before beginning this procedure, you should have completed the following tasks:
    Installed your application server.
              See "Using the PeopleSoft Installer," Understanding PeopleSoft Servers
    Installed Tuxedo 11gR1
         See "Installing Additional Components."
    Granted authorization to a PeopleSoft user ID to start the application server.
         The database configuration procedure includes a step for setting up the user ID with authorization to start
         the application server. See the application-specific installation instructions for information on the user IDs
         for your PeopleSoft application. See the PeopleTools: Security Administration product documentation
         for information on PeopleSoft PeopleTools delivered user profiles.
         See "Creating a Database on UNIX," Running the Database Configuration Wizard.
         See "Creating a Database Manually <on Windows or UNIX>," Creating Data Mover Import Scripts.
    Run the following SQL statements on your database server to review and if needed, update the PSCLASSDEFN table:
         SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
         WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>');
         UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>';
    Note. Installers typically use VP1 or PS to test the application server. If these users are deleted or their
    passwords are changed, the application server will no longer be available. To avoid this problem, you can set
    up a new operator (called PSADMIN or PSASID, for instance) with privileges to start the application server.
    If you do this, you can use the new operator for your servers and you won't need to change the
    password each time VP1 or PS is changed.
    Does you user have privileges to start the applications server.
    Also pay attention to the connectid configuration in the application server. This should be the same connectid and password as you provided during the database creation script connect.sql

  • Install PeopleTools 8.53 with Linux Issue: Client Windows and Server Linux

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Dabase 11gR1. OS is Oracle Linux 5. I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully into Oracle Linux 5.
    Now, I am setting up PeopleTools8.53 Database. Because the Install Wizard has problem, I set up PeopleTools 8.53 Database manually using Oracle starter database instance named PT853. We need to run Data Mover script in a Windows Client machine to populate PeopleSoft Database instance in Linux Sever machine.
    Let's assume:
    VM1: Server machine - Oracle Linux 5
    VM2: Client machine - Windows XP 
    Nicolas has this tutorial:
    http://gasparotto.blogspot.com/2008/01/on-peoplesoft-road-peoplesoft-database_10.html
    From step 15 to step 23, Nicolas does not explain how to connect VM2(client) with VM1(server) and load data from VM2 to VM1.
    My questions are:
    First, do we need to install PeopleTools 8.53 Windows version into the Client machine Windows XP while installing PeopleTools 8.53 Linux version in the Server machine Oracle Linux 5 ?
    Second, how to connect VM2 with VM1 and then load data from VM2 to VM1 ?
    Thanks.

    So if I understand correctly, you have already created the oracle instance in the Linux machine. Then there is no need to install the Tools again in the Linux machine unless you want to run data mover at Linux.
    You can just install the tools and oracle client in windows and load the data by running the data mover from windows. Connection happens through Oracle Client using TNS.
    Steps involved are
    1. Creating the database using createdb10.sql or otherwise (you have already done this)
    2. Run utlspace.sql
    3. Run dbowner.sql
    4. Run ptddl.sql - considering that you are just installing a Tools database and not any application database
    5. Run psadmin.sql
    6. Run psroles.sql
    7. Run connect.sql
    Create the data load dms file by using DBSETUP in data mover
    Run the created script and load the data
    This information is available in any peopletools installation doc
    Hope this helps

  • Install PeopleTools 8.53 with Linux: psdmtx issue

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Dabase 11gR1. OS is Oracle Linux 5. I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully.
    Now, I am setting up PeopleTools8.53 Database. Because the Install Wizard has problem, I set up PeopleTools 8.53 Database manually using Oracle starter database instance named PT853.
    I have run the 5 scripts successfully at SQL> as below:
    1) utlspace.sql
    2) dbowner.sql
    3) psroles.sql
    4) psadmin.sql
    5) connect.sql
    Then, I run "psdmtx" in $/PS_HOME/bin on command line as below:
    [user@localhost bin]$./psdmtx -CT ORACLE -CS localhost.localdomain -CD PT853 -CO SYSTEM -CP SYSTEM -CI people -CW people -FP /PS_HOME/modifiedscripts/dbsetup.dms
    Its output: error while loading shared libraries: libtrio64.so cannot open shared object file: no such file or directory.
    My question is:
    How to solve the above error to populate the PeopleSoft Database instance PT853 ?
    Thanks.

    Folks,
    The issue is solved by myself. Thanks.

  • Install PT8.53 with Linux Issue: Jolt client (ip address 192.168.196.102) does not have proper application password

    Folks,
    Hello.
    I am installing PeopleTools 8.53 with Oracle Database Server 11gR1 and OS Oracle Linux 5.10.
    Data Mover Bootstrap and Application Designer can log into Database instance successfully. My procedure to run PIA is below:
    Step 1: start Oracle Database Server and LISTENR is listening.
    Step 2: start Application Server ./psadmin and 8 processes are started.
    Step 3: start WebLogic Server PIA /opt/PT8.53/webserv/PT853/bin/startPIA.sh
    In Browser, http://192.168.196.102:8000/ps/signon.html comes up successfully. But when sign in using UserID PSADMIN and password "myname", I get the error message in Browser as below:
    The application server is down at this time.
    CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ServiceException: Invalid Session
    We've detected that your operating system is not supported by this website. For best results, use one of the following operating systems:
    Mac OS X 10.6(Snow Leopard)
    Mac OS X 10.5(Leopard)
    iPad
    Oracle Linux Enterprise
    Mac OS X 10.4(Tiger)
    Windows 8
    Windows 7
    Mac OS X 10.7(Lion)
    Regarding Application Designer, both Database Type "Oracle" and Connection Type "Application Server", UserID "PSADMIN" and password "myname" login successfully. I view TUXLOG (current Tuxedo log file) and its last screen is below:
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    I View APPSRV_1023.LOG (current server log file) and its content is below:
    PSADMIN.32259 (0) [2013-10-23T18:55:12.134](0) Begin boot attempt on domain PT853
    PSAPPSRV.32290 (0) [2013-10-23T18:55:35.701](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
    PSAPPSRV.32290 (0) [2013-10-23T18:55:35.923](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
    PSAPPSRV.32290 (0) [2013-10-23T18:56:19.256](2) App server host time skew is DB+00:00:00 (ORACLE PT853)
    PSAPPSRV.32290 (0) [2013-10-23T18:56:23.504](0) Server started
    PSAPPSRV.32290 (0) [2013-10-23T18:56:23.507](3) Detected time zone is EDT
    PSAPPSRV.32338 (0) [2013-10-23T18:56:25.793](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/2
    PSAPPSRV.32338 (0) [2013-10-23T18:56:26.003](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_2/
    PSAPPSRV.32338 (0) [2013-10-23T18:57:08.871](2) App server host time skew is DB+00:00:00 (ORACLE PT853)
    PSAPPSRV.32338 (0) [2013-10-23T18:57:10.662](0) Server started
    PSAPPSRV.32338 (0) [2013-10-23T18:57:10.663](3) Detected time zone is EDT
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.159](2) Min instance is set to 1. To avoid loss of service, configure Min instance to atleast 2.
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.168](0) PeopleTools Release 8.53 (Li nux) starting. Tuxedo server is APPSRV(99)/100
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.265](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSSAMSRV_100/
    PSSAMSRV.32388 (0) [2013-10-23T18:57:59.414](0) Server started
    PSSAMSRV.32388 (0) [2013-10-23T18:57:59.416](3) Detected time zone is EDT
    PSADMIN.32259 (0) [2013-10-23T18:58:48.149](0) End boot attempt on domain PT853
    PSAPPSRV.32290 (1) [2013-10-23T18:59:06.144 GetCertificate](3) Returning context. ID=PSADMIN, Lang=ENG, UStreamId=185906140_32290.1, Token=PT_LOCAL/2013-10-23-11.59.26.248432/PSADMIN/ENG/vSz0ix+wq8d+zPRwQ0Wa4hcek0Q=
    ~                                                                                                                                                        
    I think the error is indicated in TUXLOG file "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password". The application password "myname" in Browser http://192.168.196.102:8000/ps/signon.html page is not working. I use the same password "myname" to login Data Mover Bootstrap mode, Application Designer, and Application Server psadmin configuration successfully. I have tried a few other passwords in Browser http://192.168.196.102:8000/ps/signon.html page but not working.
    My question is:
    How to solve Sign In issue on http://192.168.196.102:8000/ps/signon.html that is "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password" ?
    Thanks.             

    Dear Nicolas,
    Hello. I have used the same password for "DomainConnectPswd" in the file Configuration.properties with that for Application Server setting. Eventually, UserID PSADMIN sign in http://192.168.196.102:8000/ps/signon.html successfully. PeopleTools 8.53 runs correctly in Browser.
    It seems that whether upgrade Oracle Linux 5.0 to the latest 5.10 does not have effect !
    I am very grateful to your great help for this installation of PT8.53 with Linux and Oracle Database !

  • Install HRCS9.0 and PT8.53 with Linux Issue: the files intiPT853.ora and initHRCS90.ora: maximum number of DB_FILES exceeded

    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted. Its error message is below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500. The initial value is 1021 and it works correctly at the beginning.  But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted. I change the value of db_files from 1021 to 1500 in the file initPT853.ora and restart OS Linux. But get the same error as below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly. I start up instance HRCS90 right after the above error message as below:
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [user@userlinux bin]$ export ORACLE_SID=HRCS90
    [user@userlinux bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Sat Nov 23 12:40:02 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    Database mounted.
    Database opened.
    SQL> select * from psdbowner;
    DBNAME   OWNERID
    HRCS90     MYNAME
    SQL>
    As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    My question is:
    Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    Thanks.

    user8860348 wrote:
    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted.... 
    I'm sorry, but I don't understand what does "Instance" mean here.
    >In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500.
    Are you not using a spfile ? Does the file contain really the 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted
    Again, I have no idea what it means.
    >In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly.
    Again, 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    Again, I don't understand what are HRCS90 and PT853 exactly. Cannot help.
    >Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    I'm sure, you don't have an issue with this parameter, 1500 files in the database is quite huge number. I built a demo recently, the default value 1021 was ok for me. You should have done something wrong somewhere.
    Nicolas.

  • HFM server configuration - Application Server Clusters Issue

    Hi,
    When I am tryin to get into the second tab (Application Server Clusters)of the HFM configuration utility(server and webconfigurtion):
    I am getting the below ERROR
    +" There must be a valid Database Connection in order to set Application Sever Clustering. Please check and apply a working UDL file."+
    Database and server I am using:_
    I have Oracle database: Oracle Enterprise Manager Version 9.2.1.0
    on Windown 2003 SP1 server
    I created a UDL file and also tested it. The test connection was successful. I am using the provider for udl: "Microsoft OLE DB Provider for Oracle)
    +PS: I am through with the first tab "Application Server"..+
    Belolw is the log.. may be this will be useful.
    Error*11*Administrator*11/09/2009 10:47:08*CHsxHFMConnection.cpp*Line 909*<?xml version="1.0"?>
    <EStr><Ref>{DFCB5E4F-0940-4993-84A1-1F7568F670CB}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxHFMConnection.cpp</File><Line>909</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*HfmADOConnection.cpp*Line 262*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*CHsxSQLHelper.cpp*Line 102*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSQLHelper.cpp</File><Line>102</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Error*11*Administrator*11/09/2009 10:47:08*CHsxSystemConfig.cpp*Line 2508*<?xml version="1.0"?>
    <EStr><Ref>{1290DF08-9EC5-45B5-B846-38EA0D58E2CE}</Ref><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147220956</Num><Type>1</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>HfmADOConnection.cpp</File><Line>262</Line><Ver>9.3.1.0.1502</Ver><DStr>&lt;?xml version="1.0"?&gt;
    &lt;EStr&gt;&lt;Ref&gt;{DFCB5E4F-0940-4993-84A1-1F7568F670CB}&lt;/Ref&gt;&lt;User/&gt;&lt;DBUpdate&gt;1&lt;/DBUpdate&gt;&lt;ESec&gt;&lt;Num&gt;-2147220956&lt;/Num&gt;&lt;Type&gt;1&lt;/Type&gt;&lt;DTime&gt;11/9/2009 10:47:08 AM&lt;/DTime&gt;&lt;Svr&gt;HFMSERVER&lt;/Svr&gt;&lt;File&gt;CHsxHFMConnection.cpp&lt;/File&gt;&lt;Line&gt;909&lt;/Line&gt;&lt;Ver&gt;9.3.1.0.1502&lt;/Ver&gt;&lt;/ESec&gt;&lt;/EStr&gt;
    </DStr><PSec><Param>C:\Hyperion\FinancialManagement\Server Working Folder\hfmlink.udl</Param></PSec></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSQLHelper.cpp</File><Line>102</Line><Ver>9.3.1.0.1502</Ver></ESec><ESec><Num>-2147220956</Num><Type>0</Type><DTime>11/9/2009 10:47:08 AM</DTime><Svr>HFMSERVER</Svr><File>CHsxSystemConfig.cpp</File><Line>2508</Line><Ver>9.3.1.0.1502</Ver></ESec></EStr>
    Can someone help me on this?

    This issue has been resolved.
    I was using the wrong proveder in the UDL file.
    The correct provider to be used is " Oracle Provider for OLE DB" - when we are running on Oracle database.
    Cheers..

  • ColdFusion compatibility with Sun Java System Application Server

    Background: A vendor that is doing a project for our
    department told us that ColdFusion MX 6.1 is not compatible with
    Sun Java System Application Server Enterprise Edition 8.1 and
    beyond. Since we are migrating our server environment to this
    release of Sun Java System Application Server Enterprise Edition,
    we face a difficult situation in that our ColdFusion applications
    will no longer run. Thus, we would like Adobe to answer a couple
    questions which will help us determine what course of action we
    ought to take.
    Q: Will applications we developed using ColdFusion MX 6.1 run
    on Sun Java System Application Server Enterprise Edition 8.1? Below
    is a detailed description of the Sun Java System Application Server
    Enterprise Edition we intend to migrate to.
    Q: Is Adobe aware of any compatibility issues with this
    configuration?
    Q: What is Adobe's support commitment regarding future
    releases of ColdFusion MX and Sun Java System Application Server
    Enterprise Edition? Does Adobe intend to continue support this
    environment?
    Configuration: Sun Java System Application Server Enterprise
    Edition 8.1_02 (build b24-p11)
    Below is the specification levels for the 8.1 server
    (J2EE1.4), note it can use J2SE 1.4.2_06 or 5.0 as the JAVA
    runtime.
    J2EE 1.4 compatible
    Components: J2SE 1.4.2_06 or J2SE 5.0
    Application and Application Client
    Enterprise JavaBeans (EJB) 2.1
    Java Servlet 2.4
    JavaServer Pages(JSP) 2.0
    J2EE Connector Architecture 1.5
    JMX 1.2
    JMS 1.1
    Java Naming and Directory Interface (JNDI) 1.2
    and Java Transaction API (JTA) 1.0
    Web Services:Java Web Services Developer Pack 1.5
    Java APIs for XML Registries (JAXR) 1.0
    Java API for XML-based Remote Procedure Calls (JAX-RPC) 1.1
    SOAP With Attachments API for Java (SAAJ) 1.2
    WS-I Basic Profile 1.0
    Other:J2EE Deployment 1.1
    J2EE Management 1.0
    Java API for XML Processing (JAXP) 1.2
    JavaMail 1.3
    Java Authentication and Authorization Service (JAAS) 1.0
    Java Authorization Contract for Containers (JACC) 1.0

    First of all, is there a reason why you are using jRockit?
    Since the issue appeared after upgrading the windows, the issue would potentially be in the interaction between JVM and OS.
    Also, there were some issues related to memory leak that were fixed in AS 8.2.
    May be you should try with a Sun JVM and AS 8.2.

  • How to Install oracle workflow and why we need Oracle Application Server

    I want to install and configure Oracle Workflow using Oracle 10g
    Please help me and guide me with the process in deatial from scratch what should i need to install
    Oracle Database
    Oracle Application server middle tier
    Oracle Content Management SDK
    Also help me how can i configuer oracle internet directory because when installing Oracle application server it requires HostName and Port No.
    I am a student
    I know just how to install oracle database 10g
    and New to oracle Application Server
    Waqar Habib

    The files at
    http://otn.oracle.com/software/products/ias/workflow/htdocs/winsoft.html
    are for Oracle Workflow version 2.6.0. Here is some information from the announcement for downloading the latest version, 2.6.3:
    Oracle Workflow 2.6.3 for Oracle Database 10g is now available for download from OTN.
    Please point your browsers to http://otn.oracle.com/software/index.html
    Currently, the availability is limited to Windows and we are working towards availability on other platforms. I will post another message as soon as it becomes available.
    The Workflow Server requires an Oracle 10g database home and the Workflow mid-tier requires an Oracle HTTP Server home - Apache Install from the Oracle 10g Companion CD. For more information please read the installation notes.

  • Integrate p6SPY with Sun Java System Application Server 7 ...?

    Dear PALs,
    Let me know how can I Integrate p6SPY (w3.p6spy.com) with "Sun Java System Application Server 7 2004Q2" on Windows ?
    When I try to follow the steps given at http://www.p6spy.com/documentation/install.htm#unspec ,my server throws
    INFO ( 1820): JMS5035: Timed out after 30000 milliseconds while trying to verify if the JMS service startup succeeded.
    INFO ( 1820): JMS5036: More details may be available in the log file for the JMS service broker instance domain1_server1. Please refer to the JMS provider documentation for the exact location of this log file.
    [27/Dec/2004:18:37:35] SEVERE ( 1820): JMS5024: JMS service startup failed.
    [27/Dec/2004:18:37:35] SEVERE ( 1820): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [NARAYANA:7676]. - cause: java.net.ConnectException: Connection refused: connect
         at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:247)
         at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:224)
         at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [NARAYANA:7676]. - cause: java.net.ConnectException: Connection refused: connect
         at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:231)
         ... 2 more
    expecting sagacious reply......
    thanks,
    SIMPLEbnm

    Hi,
    You can set the p6SPY on Sun Java System Application Server as follows.
    Create a connection pool using Admin Console, please don't specify any database vendor. Then use the following properties.
    Data Source Class Name : com.p6spy.engine.spy.P6DataSource
    Resource Type : javax.sql.DataSource
    and then provide the following property.
    user, password and url. Make sure you add the p6spy.jar and properties file to the classpath.
    Try to ping the connection pool, and it should work.

  • Installing BPEL 10.1.3.1 on a Application server 10.1.3

    I’m looking into the requirements for the 10.1.3.1 BPEL Process Manager and in the BPEL Process Manager install guide “B28980-01” on page 22 it states that there are two options two install the BPEL Process Manager onto a APS middle Tier. One install in onto a 10.1.3.1 Application server. Two install it onto a 10.1.3 application server upgraded to 10.1.3.1.
    The guide states:
    “If you are currently using an Oracle Application Server 10g Release 3 (10.1.3) MiddleTier, you must upgrade to 10g Release 3 (10.1.3.1.0) using the appropriate patch setbefore installing Oracle BPEL Process Manager.”
    My problem is I have not been able to find a production ready download of the 10.1.3.1 Application server and I also cannot find any patch sets to upgrade the 10.1.3 Application server to 10.1.3.1. Can someone please point me in the right direction to find these or let me know what it is I missing?
    Thanks

    Which patchset have you installed?
    Was the installation of BPEL successful after upgrade of OAS?
    Thanks.

  • Jdeveloper 11.1.1.6.2 is "NOT" allowing to configure application server

    when configuring application server on local Jdev (11.1.1.6.2) > Build JDEVADF_11.1.1.6.2_GENERIC_120329.1447.6268 on Windows 7
    i get below error
    ===================================================
    Dec 29, 2012 12:52:35 AM oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 3 column 96.
    Problem invoking WLST - Traceback (innermost last):
    File "C:\oracle\Jdev111162\JDEV_INSTALL\jdeveloper\fadev\bin\FADevExtendDefaultDomain.py", line 583, in ?
    File "C:\oracle\Jdev111162\JDEV_INSTALL\jdeveloper\fadev\bin\FADevExtendDefaultDomain.py", line 253, in extendDomain
    File "C:\Users\krathanr.ST-IDC\AppData\Local\Temp\WLSTOfflineIni7049264434314395379.py", line 89, in addTemplate
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "C:\oracle\JDEV11~1\JDEV_I~1\jdeveloper\common\templates\applications\oracle.bicomposer.slib_template_11.1.1.jar
    ===================================================
    Please help.
    Thanks
    KrishnaKumar

    Does this happen the first time you start the wls?
    Or have you first started the wls and then tried to extent it?
    Timo

  • Install HRCS 9.0 R5 with Linux Issue: upgrade Database HRCS 9.0 from PT8.52 to PT8.53

    Folks,
    Hello. I have been installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and client machine is Windows XP.  My internet architecture is WebLogic11g/Tuxedo11g/OracleDatabase 11gR1. Peopletools 8.53 runs correctly in browser.
    In Oracle Linux 5.10 Database Server machine, I run the scripts "createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql" one by one. Then I use Data Mover to load data from Windows XP into Oracle Linux 5.10 DB instance HRCS90. The Data Mover script hrcs90ora.dms completes successfully in Windows XP. Configuration Manager is set up correctly.  But when I login into Application Designer, I cannot login and get the message as below:
    "Security Table Manager (Get): The database is at release 8.52.  The PeopleTools being run require databases at release 8.53."
    I have been following the document http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf to upgrade HCM and Human Resources 9.0 Revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I have been following chapter 4 task by task to do. Actually, I have run 4 scripts into HRCS90 as below:
    Task 4-3-5: run rel853.sql at SQL> in Linux.
    Task 4-3-6: run grant.sql at SQL> in Linux.
    Task 4-5-3: run ddlora.dms in Windows XP Data Mover into HRCS90.
    Task 4-6: run msgtlsupg.dms in Windows XP Data Mover into HRCS90.
    Then need to run Task 4-7 to copy project ppltls84cur Project in Application Designer. When login into Application Designer with Database HRCS90 and UserID and pwd PS, I get the same error message as below:
    "The database is at release 8.52. The PeopleTools being run require Database at release 8.53."
    Application Designer is supposed to login by Task 4-7 to copy projects but it cannot. I have tried to fing out what's wrong as below:
    In task 4-1-3: I cannot run script dbtsfix.sqr in Linux and Windows XP.
    In task 4-1-9: script ptupgibdel.sql does not have the string "End of PT8.53". There is no script ptupgibdel853.sql to run.
    In task 4-3-6: when run script grant.sql, table PSSTATUS and PSACCESSPRFL don't exist. There is only PSOPRDEFN table.
    I continue to do task by task in chapter 4 until task 4-27 that's the end, but Application Designer still cannot login. All of Application Engine Programs and SQR Programs cannot run.
    My questions are:
    First, does Oracle Database HRCS90 has table PSOPRDEFN only without table PSSTATUS and PSACCESSPRFL ?
    Second, what's the error by task 4-7 when Application Designer still cannot login ?
    Third, why Application Designer still cannot login a the end of doing chapter 4 task 4-27 ? How to solve the issue ?
    Thanks.
    Thanks.

    I'm not quite sure what you are missing, but it looks like you missed a script which could cause problems.  You need to look through your logs for errors. Are you running rel853 as the AccessID user?  I don't know how you would trash PSSTATUS in this process.
    You don't mention running this.
    Task 4-3-2:  Creating Tablespaces
    This step runs the PTDDLUPG script, which builds new tablespaces as part of the upgrade to the new PeopleSoft release.
    It creates tablespace PSIMAGE2, which doesn't exist in the datamover load you did.  Oracle moves and puts around 208 tables here when you run rel853 from what I see.
    The first line of rel853 is
    UPDATE PSSTATUS SET TOOLSREL='8.53',
                      LASTREFRESHDTTM = SYSDATE
    This is what changes the tools release, sometimes people just run this one update to gain quick and dirty access to a different version.
    I pulled this download and ran through it myself without incident doing all the steps you say, adding in 4-3-2 which you seemed to have skipped.  I built a system database.
    My hcengs.log shows
    Importing  PSSTATUS
    Creating Table  PSSTATUS
    Import  PSSTATUS  1
    Building required indexes for PSSTATUS
    Updating statistics for PSSTATUS
    Records remaining: 7686
    After import, PSSTATUS is
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.52
    After running rel853n it's now
    SQL> COMMIT
      2  ;
    Commit complete.
    SQL> SPOOL OFF
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.53
    I ran the other 3 quick scripts.  Not sure if it was necessary, but I reset the passwords and re-encrypted them with the new 8.53 datamover for the new salted encryption and fired up app designer.  It works.  By the way, you should probably run rel853n, it utilizes "newer" (for PeopleSoft that is) data-types than just rel853.sql that were delivered with the 9.0 application line.  Since this is a new 9.0 based app build it should be used.

  • Install HRCS 9.0 R5 with Linux Issue: upgrade HRCS 9.0 from PT8.52 to PT8.53

    Folks,
    Hello. I have been installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and client machine is Windows XP.  My internet architecture is WebLogic11g/Tuxedo11g/OracleDatabase 11gR1. Peopletools 8.53 runs correctly in browser.
    In Oracle Linux 5.10 Database Server machine, I run the scripts "createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql" one by one. Then I use Data Mover to load data from Windows XP into Oracle Linux 5.10 DB instance HRCS90. The Data Mover script hrcs90ora.dms completes successfully in Windows XP. Configuration Manager is set up correctly.  But when I login into Application Designer, I cannot login and get the message as below:
    "Security Table Manager (Get): The database is at release 8.52.  The PeopleTools being run require databases at release 8.53."
    I have been following the document http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf  to upgrade HCM and Human Resources 9.0 Revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I have been following chapter 4 task by task to do. Actually, I have run 4 scripts into HRCS90 as below:
    Task 4-3-5: run rel853.sql at SQL> in Linux.
    Task 4-3-6: run grant.sql at SQL> in Linux.
    Task 4-5-3: run ddlora.dms in Windows XP Data Mover into HRCS90.
    Task 4-6: run msgtlsupg.dms in Windows XP Data Mover into HRCS90.
    Then need to run Task 4-7 to copy project ppltls84cur Project in Application Designer. When login into Application Designer with Database HRCS90 and Username PSADMIN, I get the same error message as below:
    "The database is at release 8.52. The PeopleTools being run require Database at release 8.53."
    Application Designer is supposed to login by Task 4-7 to copy projects but it cannot. I have tried to fing out what's wrong as below:
    In task 4-1-3: I cannot run script dbtsfix.sqr in Linux and Windows XP.
    In task 4-1-9: script ptupgibdel.sql does not have the string "End of PT8.53". There is no script ptupgibdel853.sql to run.
    In task 4-3-6: when run script grant.sql, table PSSTATUS and PSACCESSPRFL don't exist. There is only PSOPRDEFN table.
    I continue to do task by task in chapter 4 and chapter 5, but Application Designer still cannot login and all of Application Engine Programs cannot run. Windows XP cannot run SQR programs. Tuxedo Application Server cannot boot in Linux. Both Application Designer and Tuxedo Application Server gets the same error message: "The database is at release 8.52. The PeopleTools being run require Database at release 8.53."
    My questions are:
    First, does Oracle Database HRCS90 has table PSOPRDEFN only without table PSSTATUS and PSACCESSPRFL ?
    Second, what's the error by task 4-7 when Application Designer still cannot login ?
    Third, why Application Designer still cannot login and get the same error message after finish doing chapter 4 and chapter 5 ? How to solve the issue ?
    Thanks.

    I'm not quite sure what you are missing, but it looks like you missed a script which could cause problems.  You need to look through your logs for errors. Are you running rel853 as the AccessID user?  I don't know how you would trash PSSTATUS in this process.
    You don't mention running this.
    Task 4-3-2:  Creating Tablespaces
    This step runs the PTDDLUPG script, which builds new tablespaces as part of the upgrade to the new PeopleSoft release.
    It creates tablespace PSIMAGE2, which doesn't exist in the datamover load you did.  Oracle moves and puts around 208 tables here when you run rel853 from what I see.
    The first line of rel853 is
    UPDATE PSSTATUS SET TOOLSREL='8.53',
                      LASTREFRESHDTTM = SYSDATE
    This is what changes the tools release, sometimes people just run this one update to gain quick and dirty access to a different version.
    I pulled this download and ran through it myself without incident doing all the steps you say, adding in 4-3-2 which you seemed to have skipped.  I built a system database.
    My hcengs.log shows
    Importing  PSSTATUS
    Creating Table  PSSTATUS
    Import  PSSTATUS  1
    Building required indexes for PSSTATUS
    Updating statistics for PSSTATUS
    Records remaining: 7686
    After import, PSSTATUS is
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.52
    After running rel853n it's now
    SQL> COMMIT
      2  ;
    Commit complete.
    SQL> SPOOL OFF
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.53
    I ran the other 3 quick scripts.  Not sure if it was necessary, but I reset the passwords and re-encrypted them with the new 8.53 datamover for the new salted encryption and fired up app designer.  It works.  By the way, you should probably run rel853n, it utilizes "newer" (for PeopleSoft that is) data-types than just rel853.sql that were delivered with the 9.0 application line.  Since this is a new 9.0 based app build it should be used.

  • Install PT8.53 with Linux Issue: Windows NetMgr and Linux NetMgr

    Folks,
    Hello. I am installing PeopleTools 8.53 Internet Architecture. Database Server is Oracle Dabase 11gR1. OS is Oracle Linux 5. I have installed JDK7, WebLogic 10.3.6, Tuxedo 11gR1 and PeopleTools 8.53 successfully into Oracle Linux 5.
    I have been setting up PeopleTools8.53 Database. Because the Install Wizard has problem, I set up PeopleTools 8.53 Database manually using Oracle starter database instance PT853. I have run the following scripts:
    1) utlspace.sql
    2) dbowner.sql
    3) ptddl.sql
    4) psadmin.sql
    5) psroles.sql
    6) connect.sql
    Then, we need to run Data Mover script in a Windows Client machine to populate PeopleTools Database instance PT853 in Linux Sever machine. I have installed Oracle Database 11gR2 client for 32-bit Windows in my 64-bit Windows XP Virtual Machine. Now, I confront 2 VMs' connection issue as below:
    In Linux Server Machine Net Manager:
    Service Name: PT853
    Connection Type: Database Default
    Protocol" TCP/IP
    Host Name: localhost.localdomain
    Port Name: 1521
    Listener: LISTENER
    Protocol: TCP/IP
    Host: localhost.localdomain
    Port: 1521
    I test the Service PT853 using UserID "SYSADM" and Password "SYSADM". The connection is successful.
    In Windows Client machine, the information in Net Manager is the same, but the connection is not successful. Its details are as below:
    Net Service Name: PT853
    Protocol: TCP/IP
    Host name of Database Machine: localhost.localdomain
    Port Number: 1521
    Database Service Name: PT853
    Connection Type: Database Default
    I test the Service using UserID "SYSADM" and Password "SYSADM" that are the same with Linux, but get this error: TNS: listener does not currently know of service requested in connect descriptor.
    My questions are:
    Do we need to do something to connect Windows XP with Linux at first ? If yes, How to do it ? If no, how to solve the above issue ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    Regarding PeopleSoft networking, I have done Configuration Manager to enable Data Mover and Application Designer to login into Database Instance PT853.
    Regarding 2 Virtual Machines (Windows XP and Oracle Linux 5) connects with each other, I have done the following:
    First, I follow this tutorial http://www.vmware.com/support/ws5/doc/ws_devices_serial_2vms.html to configure 2 VMs for Windows 7 Host.
    Second, in Windows XP Oracle Database Client Install Directory, the file "tnsnames.ora" has one entry that is the Service Name in Net Manager. In Linux Oracle Database Server install directory, the file "tnsnames.ora" has no entries because I installed Oracle Database Server with the starter Database instance PT853.
    I have tried to test 2 VMs in the way as below:
    In Linux, [user@localhost ~]$ping WindowsHostName
    Its output: unknown host WindowsHostName
    In Windows XP Command Prompt:
    C:\ping localhost.localdomain
    Its output: pinging localhost.localdomain 127.0.0.1 with 32 bytes of data...
    Reply from 127.0.0.1: bytes=32 time=2ms, TTL=128
    It replies a few times and then disconnected by itself. It seems that Windows XP is pinging itself and not Linux Server. The hostname of Linux Server is "localhost.localdomain" as well. It's a kind of confusing to me.
    From the above infromation, we  can see 2 VMs cannot connect with each other. Net Manager in Windows XP Oracle Client cannot connect its Service PT853.
    I don't understand how to connect Oracle Client in Windows with Oracle Database Server in Linux. Can any folk help to solve this issue ?
    Very grateful in advanced.

Maybe you are looking for