Install PeopleTools 8,53 Linux question: Start Application Server domain PT853 using psadmin

People,

Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

I address the issue of startup Application Server Domain PT853 while the 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 release gets 2-errors in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG as below:

First of all, GenMessageBox (200, 0, M): PS General SQL Routines: version SQL library libpsora64 missing or invalid (200.0)
Second, GenMessageBox (0, 0, M): Signon database: could not sign database PT853 with user PSADMIN.


I create a symlink in/home/user/OracleDB_Home/lib and /lib32 as below:

[lib user@userlinux] $ 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 begin the field PT853 again, I see the first error is resolved. Now, there is that a single 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): Signon database: invalid user or password database signon ID. (id = MyOwnerName)
Start the server failed


I changed the UserId as PSADMIN in Configuration file, purge the cache and clean restart and resources of the CPI. Password is correct. But the error still shows id = MyOwnerName.

Application Designer to connect as PSADMIN successfully. Data Mover Bootstrap connect as MyOwnerName successfully.

My question is:

Why PSADMIN both MyOwnerName the ID invalid user or password database signon? How to solve the problem?


Thank you.

As stated in the installation manual, there are a few prerequisites in chapter CHAPTER 8 b page 238 UNIX application server configuration

Prerequisites

Before you begin this procedure, you should have completed the following tasks:

  • Installed your application server.

See "Using the installer of PeopleSoft," understanding PeopleSoft servers

  • Tuxedo installed 11 GR 1 material

See "installing additional components.

  • Authorization to a PeopleSoft user ID to start the application server.

The database configuration process includes a step to set up the ID of the user with permission to start

the application server. See the installation instructions specific to the application for more information on user IDS

for your PeopleSoft application. See the PeopleTools: product documentation Security Administration

For more information on PeopleSoft PeopleTools sent user profiles.

See "Creating a database under UNIX," execution of the database Configuration Wizard.

See "creating a database manually ,"creation of Scripts to Import Data Mover. "

  • Run the following SQL statements on your database server to review and if necessary, update the PSCLASSDEFN table:

SELECT THE CLASSID, PSCLASSDEFN STARTAPPSERVER

WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID ='');

UPDATE PSCLASSDEFN SET STARTAPPSERVER = 1 WHERE CLASSID ='';

Novel installers generally use VP1 or PS to test the application server. If these users are deleted or their

Passwords are changed, the application server will be unavailable. To avoid this problem, you can set

until a new operator (called PSADMIN or PSASID, for example) with privileges to start the application server.

If you do this, you can use the operator new for your servers and you will not need to change the

password each time VP1 or PS.

You user has privileges to start the application server.

Also pay attention to the connectid configuration in the application server. This should be the same connectid and the password you provided during the database creation script connect.sql

Tags: Oracle Applications

Similar Questions

  • Install PeopleTools 8,53 Linux question: configure application server using psadmin

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5. I've implemented PeopleTools 8,53 Instance of database in Oracle Database Server successfully. Data Mover connection and application designer in the Instance of database successfully. Web Server has been successfully configured.

    Now I face the question about the configuration of application server as below:

    In Windows, I run /PT8.53/appserv/psadmin.exe to create a domain for the Instance of PeopleTools database successfully. On Linux, the file /PT8.53/appserv/psadmin light blue color but is not executable, I try to run it in the following way:

    [user@userlinux appserv] $. / psadmin

    His 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 the application server using Linux for Architecture Internet PeopleTools psadmin? How to solve the problem above?


    Thank you.

    > GenMessageBox(200, 0, M): PS General SQL Routines: version SQL library libpsora64 missing or invalid (200.0)

    What is your platform/wordsize? What is your version of client db/wordsize? All must be 64-bit Linux.

    Nicolas.

  • Install PeopleTools 8,53 Linux question: Windows Client and server Linux

    People,


    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    Now, I'm going to implement database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually using Starter named PT853 Oracle database instance. We need run Data Mover script in a Windows Client computer to populate the PeopleSoft database instance in Linux Sever machine.

    Suppose that:

    VM1: Server - Oracle Linux 5 Machine
    VM2: Client - Windows XP

    Nicolas has this tutorial:

    http://Gasparotto.blogspot.com/2008/01/on-PeopleSoft-road-PeopleSoft-database_10.html

    Step 15 to step 23, Nicolas does not explain how to connect VM2 (client) with VM1 (server) and load some data from to VM1 VM2.

    My questions are:

    First of all, we need to install PeopleTools 8.53 Windows version on the Client Windows XP when installing PeopleTools 8,53 Linux version on the machine Oracle Linux 5 Server?

    Second, how to connect with VM1 VM2, and then load to VM1 VM2 data?


    Thank you.

    My computer's processor 64-bit, so 32-bit install PeopleTools or Oracle database server, there must be some mistakes!

    No errors. 32 applications and processes will be running on 64-bit Windows. PeopleTools client programs (PSIDE, etc.) require the Oracle 32-bit client

    What are the 'Oracle customer' in Windows machine?

    'Oracle customer' is the "connectedness agenda" used by Oracle to connect to the Oracle database.

    You mean besides install PeopleTools 8.53 in the Windows client computer, still need to install the Oracle database server in Windows client machine?

    No, not the database server Oracle, just the Oracle client. You can download it separately from delivery for your client operating system.

  • Install PeopleTools 8,53 Linux question: Windows Client and Linux Server suite

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.

    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually using Starter named PT853 Oracle database instance. 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 perform Data Mover script in a Windows Client computer to fill the PeopleTools PT853 database machine Linux Sever instance.
    I have installed Oracle Database 11 g 2 client for 32-bit Windows in my Windows XP 64-bit. The installed directories are below:

    Server Linux machine:
    Oracle_Home: / home/user/OracleDB_Home
    ORACLE_BASE: / home/user/OracleDB_Base
    PeopleTools 8.53: /Linux/PT8.53

    Windows XP Client computer:
    Oracle_Client: /OracleDB_Client_Install_Directory
    PeopleTools 8.53: /Windows/PT8.53


    What machine installed PeopleTools 8.53 in customer Windows, it is a step:

    Select the location of the connectivity program directory:

    What directory to select? We select the directory ' / home/user/OracleDB_Home "on Linux?
    Oracle Client tools in Windows XP "Start" menu is used to connect Windows XP with Linux?

    Thank you.

    The answer is «Yes, they use the tools of the Oracle Client installed on Windows XP.» The longer answer is that these client tools communicate with the Linux using TCP/IP database, etc., and exclusive Oracle TNS 'protocol '. This network communication usually occurs on port 1521, but you can configure your server to database for listening on different ports. Alternatively, you can do all kinds of fun things with forwarding port, tunnels, VPNs, etc. for the use of different ports and security protocols. There is much more than that, but basically these Oracle client tools provide utilities communication (drivers) used by PeopleSoft to connect to the database on Linux via the network.

  • Install HRCS9.0 Linux question: the application designer and Tuxedo domain Boot have SQL error

    People,


    Hello. I was installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and Windows XP-based client computer.  The architecture of my internet is WebLogic11g/Tuxedo11g/OracleDatabase 11 GR 1 material. PeopleTools 8,53 works correctly in the browser.

    In the database server Oracle Linux 5.10 machine, I run scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql' one by one. Can I use Data Mover to load Windows XP data into the Oracle Linux 5.10 DB HRCS90 instance. The Data Mover script hrcs90ora.dms is done correctly in Windows XP. Configuration Manager is configured correctly.  But when I login in the application designer, I can't connect and get the message as below:


    «Security Table Manager (Get): the database is release 8.52.»  The PeopleTools running require databases at 8.53 release. »


    I followed the http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf document to upgrade HCM and HR 9.0 revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. My upgrade is complete. The above problem is solved.

    When I login in the application designer in Windows XP, the error message as below:

    File: E:\pt853-903-R1-retail\peopletools\src\pssys\stmget.cpp SQL error.

    Stmt #: 2539 error Position: 26 back: 904-ORA-00904: "OPERPSWDSALT": invalid identifier:

    Fail SQL Stmt:

    Select the VERSION, OPERPSWD, OPERPSWDSALT, ENCRYPTED, SYMBOLICID, ACCTLOCK from myAccessId.PSOPRDEFN where OPRID =: 1

    When I boot the Tuxedo Application Server Domain HRCS90 under Linux, I get the same error message as below:

    File:/VOB/PeopleTools/src/pssys/stmget.cpp an SQL error:

    Stmt #: 2539 error Position: 26 back: 904-ORA-00904: "OPERPSWDSALT": invalid identifier:

    Fail SQL Stmt:

    Select the VERSION, OPERPSWD, OPERPSWDSALT, ENCRYPTED, SYMBOLICID, ACCTLOCK from myAccessId.PSOPRDEFN where OPRID =: 1

    ... ...

    GenMessageBox (0,0,M): Signon database: could not access the HRCS90 database with user Psalm code

    I checked the PSOPRDEFN table in the database Linux HRCS90, not the OPERPSWDSALT field.

    I also checked the connection process PS the user traverses the 3 tables: PSOPRDEFN and PSACCESSPRFL, PSSTATUS.

    My oprid, the symbolicid and the accessid ownerid in the 3 tables are correct.

    My question is:

    Why is there a strange OPERPSWDSALT field in the SQL statement that causes Signon failed?  How to solve the problem of access code?

    Thank you.

    > Then it connects with SQL > and then run script rel853.sql, but its outcome is not just because the database is started with sysdba.

    The database is always started '' as sysdba. '' "Useless" to connect as sysdba to run the PSoft script while accessid.

    You need to come back in the book of the Oracle.

    Fair enough, this is my last word to this thread.

    Nicolas.

  • Install PT8.53 with Linux question: connection process Data Mover and application designer

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture.

    Server database is the database Oracle 11 GR 1 material.

    Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually by using starter PT853 Oracle database instance. 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 perform Data Mover script in a Windows XP Client computer to fill the PeopleTools PT853 database machine Linux Sever instance.

    I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine and run it successfully.

    In Oracle Linux 5 Server Machine Net Manager:

    Service name: PT853
    Connection type: default database
    "TCP/IP Protocol".
    Host name: 192.168.196.102
    Port name: 1521

    Listener: LISTENER
    Protocol: TCP/IP
    Host: 192.168.196.102
    Port: 1521


    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.

    In the Windows XP Client computer, the information in the Net Manager is the same, and the connection is successful as well. Its details are as below:


    NET Service Name: PT853
    Protocol: TCP/IP
    The host of the database Machine name: 192.168.196.102
    Port number: 1521
    Name of the Basic Service: PT853
    Connection type: default database


    This means that Windows XP can connect to Oracle Linux 5 successfully. But in the computer Windows XP Client, Data Mover and application designer cannot open a session in PT853 Instance of database in the Linux Server machine. Its details are below:

    Configuration manager:
    Type of database: Oracle
    The database name: PT853
    User ID: SYSADM
    Connect ID: people
    Connect password: people

    Data Mover:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    Application Designer:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    When connect Data Mover and application designer, I got the same error:

    ORA - 12154:TNS: can not resolve the connect identifier specified. Invalid user ID and password for the access code.

    According to my understanding, process connection Data Mover and the application designer requires 3 tables in SQL Server: PSOPRDEFN, PSACCESSPRFL, PSSTATUS. I'm not sure the process of connecting to the Oracle database. I checked the database PT853 instance in Linux, and there is only one table "PSDBOWNER" created by the scripts.

    My question is:

    Can any folk tell me the connection process Data Mover and Oracle database application designer? Requires only one table "PSDBOWNER"?

    Thank you.

    Oh my, many mistakes action here. If PSDBOWNER doesn't have a line, it must be solved at the time that the error came out. The replacement by SYSADM first why? Why is complaining already existing SYSADM? Most likely, you HAVE created manually, where you shouldn't.

    Again and again the same story. And again, sorry to say but you should take the basics of Linux training, Oracle training bases and sorry to be hard but reading training as well to read correctly the Peopletools Installation Guide where all required steps are really described in details.

    I don't think anyone can help you across the network in this respect,

    Nicolas.

  • Install PeopleTools 8,53 database question (Linux Version)

    Folk,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed JDK7, WebLogic Tuxedo 11 GR 1 material 10.3.6, and PeopleTools 8,53 successfully. But when the value PeopleTools8.53 of database in the way below.
    I get an error message and cannot continue.


    [user@localhost PT8.53] $ pwd
    /opt/PT8.53

    [user@localhost PT8.53] $ ls
    AppBatchDBORA dict psconfig.sh installation
    QAS PSEMAgent AppBatchDBWebExe etc.
    AppServ fonts PSEMViewer src
    bin jre readme.txt toolsadmin.sh
    utility scripts jre1.7.0 cblbin
    ccr               log                         sdk             web
    class PeopleTools_InstallLog.log SecurityAddIns
    secvault of peopletools.properties of data

    [user@localhost PT8.53] $./psconfig.sh
    Installer [user@localhost PT8.53] $ cd
    [user@localhost setup] $ ls
    CCR pscbl.mak PsTestFramework
    Customer pscbl_mf.mak pstuxftp.txt
    Dashboard PsCIA psvccrt
    dbcodes.PT psdb.sh ptib.jar
    DotNETRedist psdmtx.cfg readonly.txt
    psmkreadonly.sh searchCobolPgms.ps stamp
    SOAP psmkwritable.sh NOTESDB
    nVisionDrill PsMpCrystalInstall unicode.cfg
    OpenXmlSDK PsMpDbInstall unpack_jre.sh
    parmfile PsMpPIAInstall UPGCOMPVIEWER
    peopletools_ab_reg. CFX PsMpWebAppDeployInstall WebCenter
    PSODBC writable.txt pkgs
    BPSAA psrun.mak

    [user@localhost setup] $ cd PsMpDbInstall

    [user@localhost PsMpDbInstall] $ ls
    InstData setup.bat setup.sh

    [user@localhost PsMpDbInstall] $./setup.sh

    Definition of directory temporary /tmp/IA.6736
    Execution of setup.linux LAX_VM /opt/PT8.53/jre/bin/java-DCOMP_NAME=localhost.localdomain-DPS_UMASK = 0002
    Preparing to install...
    Extracting the installation resources from archive installation...
    Configure the installer for this system environment...

    Launch of installation...

    ===============================================================================
    PeopleSoft (created with InstallAnywhere) database configuration
    -------------------------------------------------------------------------------

    Preparations for the Installation in CONSOLE Mode...


    ===============================================================================
    Welcome
    -------

    Welcome to the database Configuration Wizard PeopleSoft 8.53

    This wizard will help you set up and load a PeopleSoft database.

    Press ON < ENTER > TO CONTINUE:

    ===============================================================================
    Error
    -----

    You must run psconfig.sh (... / psconfig.sh) in your PS_HOME directory before
    from the database Configuration Wizard.


    Press ON < ENTER > TO ACCEPT THE SUITE (OK):

    [user@localhost PsMpDbInstall] $

    As you can see above, I have executer./psconfig.sh in the directory /opt/PT8.53 and executez./setup.sh in the opt/PT8.53/setup/PsMpDbInstall directory.
    but get the error message:

    «You need to run psconfig.sh (..)» (/ Psconfig.sh) in your home directory PS_HOME before you start the database Configuration Wizard. »

    I have run the 2 commandes./psconfig.sh et./setup.sh to root but get the same error message.


    My question is: Linux Version PeopleTools8.53 has a problem? How to solve the problem?

    Thank you.

    1. from the same session can you try tmadmin - v running and paste the result?

    2 ps - ef | grep smon will show you the running instances

    To ensure that you are on the right instance echo $ORACLE_SID

    3 check the log files in PS_HOME/newspapers to find if createdb10.sql went through fine.

  • Install PT8.53 with Linux question: Application Server Tuxedo cannot start

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. WebLogic Server and Oracle database server running properly.
    Data Mover Bootstrap and application designer can connect to the instance of database successfully.

    I installed the tuxedo11gR1 application server correctly. I have set up and start the PT8.53 domain as below, but it will not start.


    [user@mylinux PT8.53] $ export ORACLE_HOME = / home/user/OracleDB_Home
    [user@mylinux PT8.53] $ export TUXDIR = / home/user/Oracle/Middleware/tuxedo11gR1
    [user@mylinux PT8.53] $ export PATH = $TUXDIR/bin: $PATH
    [user@mylinux PT8.53] $ export LD_LIBRARY_PATH = $TUXDIR/lib: $LD_LIBRARY_PATH
    [user@mylinux PT8.53] $ export LD_LIBRARY_PATH = $LD_LIBRARY_PATH: / home/user/Oracle/Middleware/tuxedo11gR1/lib
    [user@mylinux PT8.53] $. ./Psconfig.sh
    [user@mylinux PT8.53] $ cd appserv
    [user@mylinux appserv] $. / psadmin

    Fast configuration menu - field: PT853
    ----------------------------------------------
    Characteristic parameters
    ==========                    ==========
    (1) pub/Sub servers: Yes 16) DBNAME: [PT853]
    (Server 2) Quick: No. 17) DBTYPE: [ORACLE]
    (Query servers 3): n ° 18) username: [MyID]
    ((4) shock: Yes 19) UserPswd: [mypass]
    ((5) Jolt relay: No. 20) Networkid: [PT853]
    ((6) WSL: Yes 21) AddToPATH: [/ home/user/OracleDB_Home/bin]
    (Debugger 7) PC: Yes 22) ConnectID: [people]
    (Event notification 8): Yes 23) ConnectPswd: [people]
    [((9) MCF servers: Yes 24) name of the server:]
    (10 assembler) Perf: No. 25) DomainConnectPswd: [myconnectpwd]
    ((11) Analytics servers: Yes 26) Port of WSL: [7000]
    (Bridge 12) areas: No. 27) JSL Port: [9000]
    (28) JRAD Port: [9100]


    Actions
    =========
    (13) load config as shown
    (14) custom configuration
    (15) the settings of the environment
    (h) aid for this menu
    (q) to return to the previous menu


    Enter the selection (1-28, h or q): 13


    -------------------------------
    Field of PeopleSoft Boot Menu
    -------------------------------
    Domain name: PT853

    (1) boot (start of production)
    (2) parallel boot
    (q) quit

    Command to run (1-2, q) [q]: 1

    Archive a copy of the configuration of the field of /home/user/psft/pt/8.53/appserv/PT853/Archive/psappsrv.cfg
    Attempt to start display...
    tmadmin - Copyright (c) 1996-2010 Oracle.
    Parties * Copyright 1986-1997, RSA Data Security, Inc.
    All rights reserved.
    Distributed under license by Oracle.
    Tuxedo is a registered trademark.
    There is no Bulletin Board. Enter the boot mode.

    > INFO: Oracle Tuxedo, 11.1.1.3.0, 64-bit Version, Patch level (none)

    Starting process of the admin...

    exec BBL - one:
    process ID = 4889... Has begun.
    1 started process.
    Fixing the active Bulletin Board.

    > Attempt to start...
    INFO: Oracle Tuxedo, 11.1.1.3.0, 64-bit Version, Patch level (none)

    The server process starting...

    exec PSWATCHSRV o ./LOGS/stdout e ./LOGS/stderr - A - ID - 164367 d PT853 s PSWATCHSRV:
    process ID = 4895... Has begun.
    exec PSAPPSRV o ./LOGS/stdout EI ./LOGS/stderr [email protected] - d PT853 s PSAPPSRV:
    CMDTUX_CAT:1685: ERROR: initialization of Application failed

    tmboot: CMDTUX_CAT:827: ERROR: fatal error occurred; launch the user error handler

    exec tmshutdown - qy

    --------------------------------


    The current server log file shows no errors. Nicolas is the website http://gasparotto.blogspot.com/2008/01/on-peoplesoft-road-application-server.html/.
    I did almost the same with hers. It can start Appserver with 9 process. But I get the above error.


    My question is:

    Can any folk fix the error above to start the Application Server PT853 domain?

    Thank you.

    user8860348 wrote:

    ...

    PSAPPSRV.6218 (0) [2013-10 - 03T 13: 54:50.376] (1) GenMessageBox (0, 0, M): Signon database : invalid user or password database signon ID. (id = MyName)
    PSAPPSRV.6218 (0) [2013-10 - 03T 13: 54:50.379] (0) server could not start
    PSADMIN.5971 (0) [2013-10 - 03T 13: 54:58.754] (0) attempt to end on the PT853 field boot

    My question is:

    I use 'myName' and 'mypass' for a connection to Oracle database SQL connection and operating system Linux, PeopleTools owner and pwd. Each of them works correctly...

    This must be a user of the application, not the user Oracle or OS or. But a user of the application like the PS or VP1 which must exist in the table PSOPRDEFN with role to start AppServ.

    Nicolas.

  • Install PT8.53 with Linux question: Jolt client (192.168.196.102 ip address) has no password correct application


    People,

    Hello.

    I install PeopleTools 8.53 with the server of Oracle 11 g 1 material database and Oracle Linux OS 5.10.

    Data Mover Bootstrap and application designer can connect to the instance of database successfully. My procedure to execute the PIA is below:


    Step 1: start the Oracle and LISTENR database server is listening.

    Step 2: start the application server. / psadmin and 8 processes are started.

    Step 3: Start WebLogic Server PIA /opt/PT8.53/webserv/PT853/bin/startPIA.sh


    In the browser, http://192.168.196.102:8000/ps/signon.html returns successfully. But what connect you using PSADMIN UserID and password "myname", I get the error message in the browser like below:

    The application server is down at the moment.
    CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session
    We have detected that your operating system is not supported by this Web site. 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 Enterprise Linux
    Mac OS X 10.4 (Tiger)
    Windows 8
    Windows 7
    Mac OS X 10.7 (Lion)

    With respect to application designer, the two Type of database 'Oracle' and the connection Type "Application Server", login UserID "PSADMIN" and the password "myname" with success. I discovered TUXLOG (logfile current Tuxedo), and his last screen below:


    191723.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191723.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191723.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191724.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191724.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191724.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191724.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191724.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191725.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191725.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191725.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191726.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191726.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191726.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191726.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191726.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191727.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191727.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191727.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.
    191727.lucylinux.lucydomain! JSH.32462.2485226496-2: JOLT_CAT:1626: ' ERROR: client Jolt (192.168.196.102 ip address) has no password correct application.

    I've seen APPSRV_1023.LOG (the current server log file) and its contents is less to:

    PSADMIN.32259 (0) [2013-10 - 23 T 18: 55:12.134] (0) attempt to Begin priming on domain PT853
    PSAPPSRV.32290 (0) [2013-10 - 23 T 18: 55:35.701] (0) PeopleTools release 8.53 (Linux) from. Tuxedo server is APPSRV 99/1
    PSAPPSRV.32290 (0) [2013-10 - 23 T 18: 55:35.923] (0) used Cache Directory: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
    PSAPPSRV.32290 (0) [2013-10 - 23 T 18: 56:19.256] (2) App Server host lag is DB + 00:00:00 (ORACLE PT853)
    PSAPPSRV.32290 (0) [2013-10 - 23 T 18: 56:23.504] (0) server started
    PSAPPSRV.32290 (0) [2013-10 - 23 T 18: 56:23.507] (3) detected timezone is EDT
    PSAPPSRV.32338 (0) [2013-10 - 23 T 18: 56:25.793] (0) PeopleTools release 8.53 (Linux) from. Tuxedo server is APPSRV 99/2
    PSAPPSRV.32338 (0) [2013-10 - 23 T 18: 56:26.003] (0) used Cache Directory: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_2/
    PSAPPSRV.32338 (0) [2013-10 - 23 T 18: 57:08.871] (2) App Server host lag is DB + 00:00:00 (ORACLE PT853)
    PSAPPSRV.32338 (0) [2013-10 - 23 T 18: 57:10.662] (0) server started
    PSAPPSRV.32338 (0) [2013-10 - 23 T 18: 57:10.663] (3) detected timezone is EDT
    PSSAMSRV.32388 (0) [2013-10 - 23 T 18: 57:12.159] (2) Min instance is set to 1. To avoid loss of service, configure instance at least 2 Min.
    PSSAMSRV.32388 (0) [2013-10 - 23 T 18: 57:12.168] (0) PeopleTools release 8.53 (Li nux) begins. Tuxedo server is APPSRV 99/100
    PSSAMSRV.32388 (0) [2013-10 - 23 T 18: 57:12.265] (0) used Cache Directory: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSSAMSRV_100/
    PSSAMSRV.32388 (0) [2013-10 - 23 T 18: 57:59.414] (0) server started
    PSSAMSRV.32388 (0) [2013-10 - 23 T 18: 57:59.416] (3) detected timezone is EDT
    PSADMIN.32259 (0) [2013-10 - 23 T 18: 58:48.149] (0) attempt to end on the PT853 field boot
    PSAPPSRV.32290 (1) [2013-10 - 23 T 18: 59:06.144 framework GetCertificate] (3) back. ID = PSADMIN, Lang = FRE, UStreamId = 185906140_32290.1, Token=PT_LOCAL/2013-10-23-11.59.26.248432/PSADMIN/ENG/vSz0ix+wq8d+zPRwQ0Wa4hcek0Q=
    ~

    I think that the error is indicated in the TUXLOG file "ERROR: client Jolt (192.168.196.102 ip address) has no password correct application. The application "myname" in page password to http://192.168.196.102: 8000/ps/signon.html browser does not work. I use the same password "myname" the mode of connection Data Mover Bootstrap, application designer and the psadmin successfully application server configuration. I tried a few other passwords in the browser http://192.168.196.102:8000/ps/signon.html page, but does not.

    My question is:

    How to fix the sign on http://192.168.196.102:8000/ps/signon.html which is "ERROR: client Jolt (192.168.196.102 ip address) has no password correct application?

    Thank you.

    On the road to Peoplesoft: DomainConnectionPwd parameter

    Nicolas.

  • Install PT8.53 with Linux question: setup.sh can't recreate WebLogic Server PIA

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Its output:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    In the direcctory /opt/PT8.53/webserv/PT853/servers/PIA/logs, I run the following command:

    [user@mylinux log] $ vi PIA_stdout.log

    Its release containing the primary error message:

    Another process is using port 80: exception java.net.BindException: Permission denied.

    The 127.0.0.1 address may be incorrect or another process is using port 443: exception java.net.BindException: Permission denied.

    Because I changed the MAX_FILE_DESCRIPTORS from 4096 to 1024 in the file 'setenv.sh', I can't start PIA on the ports lower then 1024 on Linux with a non-root users. I need to recreate PIAS and assign ports like 8000 and 4443. I have remove the PIA installed folder opt/PT8.53/webserv.  I recreate PIA in the directory /opt/PT8.53/setup/PsMpPIAInstall/ as below:

    [user@userlinux PsMpPIAInstall] $./setup.sh

    Its output:

    Select the web server root directory/home/user/oracle/Middleware

    Web server detected version: no choices available

    Error: The web server root directory entered is an invalid or incorrect version.

    Please try again. The version of the required web server is "Weblogic 10.3.


    My installed WebLogic directories are /home/user/oracle/Middleware/wlserver_10.3 and /home/user/oracle/Middleware/coherence_3.7 and I run WebLogic Console successfully with http://mylinux.mydomain:7001 / console. I think that the directory/home/user/oracle/Middleware is correct, but it says "no choices available".

    The first time, setup.sh runs correctly. In the second, setup.sh Gets the error above after deleting its previous /opt/PT8.53/webserv file installed.

    My question is:

    Can any folk solve the above problem to make run them "setup.sh" to recreate WebLogic PIA again assign ports greater than 1024?


    Thank you.

    See your original thread.

    Continue.

  • Install PT8.53 with Linux question: the PSDBOWNER table doesn't have a line

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.

    I've been setting up PeopleTools 8,53 Instance database. Because the installation wizard has problem and cannot create instance PT853 database, I have implemented PeopleTools 8,53 PT853 Instance database manually using 2 ways as below:

    First of all, I use Oracle database DBCA to create the instance PT853 successfully, and then run the following scripts:

    (1) utlspace.sql

    (2) dbowner.sql

    (3) psadmin.sql

    (4) psroles.sql

    (5) connect.sql

    After that, the PSDBOWNER table must have a rank DatabaseName (PT853) and OwnerID (myname) Data Mover to connect. But there is no line in PSDBOWNER after running the 5 scripts above. Because of this error, I tried the second way.

    Secondly, I run the script createdb10.sql to create the instance of database PT853 successfully and then run 5 scripts as above but get the same error: PSDBOWNER has no line.

    My $ORACLE_HOME/dbs/initPT853.ora file is correct. All 5 scripts above run correctly. I don't know why PSDBOWNER has no line.

    My question is:

    Can any folk you tell me why PSDBOWNER have a line after you run 5 scripts above? How to solve the problem?


    Thank you.

    There is no issue to resolve. PSDBOWNER will be filled when you run step to build and run the Data Mover Import scripts. Even without a line in PSDBOWNER you can still connect to Data Mover mode "bootstrap", which is what you are to do this step.

    Kind regards

    Bob

  • OC4J &amp; Oracle Application Server.when which use? relationship between?

    In regards to Java EE platforms, I'm used to working with Sun, Glassfish platforms and Servlet as Tomcat containers.

    However, I need some straightening with the application servers Oracle... at least the three things that I called an... application server that is:

    • Weblogic server
    • Oracle Application Server
    • OC4J.

    I assumed the main specific questions, I have this topic are:

    (1) are all Java application servers?

    (2) what is the division of labour between all of them? [they all work like servlet containers?]  [or JNDI, etc...?] Or completely overlap their functions... or just partially?

    (3) are each one interchangeable [by that I mean: is only used at the time, they work in a hierarchy - for example, if someone wants to use the Oracle application server can use by itself or must they first OC4J?]


    I have much more difficulty in finding answers to well known topics, [as I am assuming that the use of application servers is]; at least, a much more difficult that I have do to find how to customize the code that I need and other steps down the line.
    I have read a large part of the documentation for these, but many blurs the line between the uses of OC4J and OAS, so what hole in the functionality of the OAS brings WebLogic in the image.


    Thus, any help at all that someone can provide would be much appreciated.

    Thank you!

    1. the EM console is a Web application designed to manage the instance and you are allowed to create many OC4J containers according to the needs, think this OC4J as a case of Tomcat, which will have as much FMV to the need (something that still has no BCI).

    2 branch oracle BEA and Weblogic became to be the OAS Java container and they decied to change the name of OAS BCI and they will keep some OAS products and replace other BEA for use in BCI.

    Greetings

  • Install HRCS9.0 with Linux question: run the script hrcs90ora.dms error

    People,

    Hello. I install HCM and Campus Solution 9.0 with Internet Architecture PT8.53/WebLogic11g/Tuxedo11g/OracleDataBase11g.

    My macine server is Oracle Linux 5.10 and Windows XP-based Client computer.

    In the Oracle database Linux 5.10 Server machine, what instance HRCS90 configuration, select Demo or system, the next step "select PeopleSoft Applications" has only a single element:

    (1) PeopleSoft HRCS Demo Database - US English.

    I select this option to run the Wizard "setup.sh" that alters the scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql. Then I executed 7 SQL scripts > one by one in Linux. Then need to load Windows XP data in the Oracle Linux 5.10 DB HRCS90 instance.


    After you have installed the Windows of HCM and Campus Solution 9.0 version in Windows XP with PT8.53 and log in Data Mover, I create the hrcs90ora.dms script, there's a step like below:

    Select the PeopleSoft Application
    (1) PeopleSoft HRCS Database - US English
    (2) PeopleTools System Database - US English

    I select "PeopleSoft HRCS Database - English American". When run the hrcs90ora.dms script, the error message as below:


    Release of Data Mover: 8,53
    Database: HRCS90 (ENG)
    Input file: C:\PT8.53\data\hcengs.db (ENG)
    Import AAP_ETHNIC_PMPT
    Import AAP_ETHNIC_PMPT 0
    Update statistics for AAP_ETHNIC_PMPT
    The remaining records: 21003
    Import AAP_TBL
    Create Table AAP_TBL
    Import AAP_TBL 0
    Indices of real estate required for AAP_TBL
    -SQL error. Position of the error: return 66: 959 - ORA-00959: tablespace "PSINDEX" does not exist

    UNIQUE INDEX CREATE PS_AAP_TBL WE PS_AAP_TBL (ESTABID) TABLESPACE PSINDEX STORAGE (40000 INITIAL FOLLOWING 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PARALLEL NOLOGGING
    Error: Unable to process create for AAP_TBL statement
    Spaces SQL: 0 tables: triggers 1: index 0: 0 views: 0

    Unsuccessful end


    But when again, run the hrcs90ora.dms script, the error is a party for the current record and goes to the next record. I ran the scripts 10 times and get the following result:


    Release of Data Mover: 8,53
    Database: HRCS90 (ENG)
    Input file: C:\PT8.53\data\hcengs.db (ENG)
    Import AAP_ETHNIC_PMPT
    Import AAP_ETHNIC_PMPT 0
    Update statistics for AAP_ETHNIC_PMPT
    The remaining records: 21003
    Import AAP_TBL
    Import AAP_TBL 0
    Update statistics for AAP_TBL
    The remaining records: 21002
    Import AAP_TBL_LNG
    Import AAP_TBL_LNG 0
    Update statistics for AAP_TBL_LNG
    The remaining records: 21001
    Import AAP_YEAR
    Import AAP_YEAR 0
    Update statistics for AAP_YEAR
    The remaining records: 21000
    Import AAP_YEAR_GOALS
    Import AAP_YEAR_GOALS 0
    Update statistics for AAP_YEAR_GOALS
    The remaining records: 20999
    Import AAP_YEAR_JG_GLS
    Import AAP_YEAR_JG_GLS 0
    Update statistics for AAP_YEAR_JG_GLS
    The remaining records: 20998
    Import AAP_YEAR_JOBGRP
    Import AAP_YEAR_JOBGRP 0
    Update statistics for AAP_YEAR_JOBGRP
    The remaining records: 20997
    Import AA_COMPARE_JPN
    Import AA_COMPARE_JPN 0
    Update statistics for AA_COMPARE_JPN
    The remaining records: 20996
    Import AA_CONV_JPN_AET
    Import AA_CONV_JPN_AET 0
    Update statistics for AA_CONV_JPN_AET
    The remaining records: 20995
    Import AA_COST_RT_JPN
    Import AA_COST_RT_JPN 0
    Update statistics for AA_COST_RT_JPN
    The remaining records: 20994
    Import AA_CR_EFFDT_JPN
    Create Table AA_CR_EFFDT_JPN
    Import AA_CR_EFFDT_JPN 0
    Indices of real estate required for AA_CR_EFFDT_JPN
    -SQL error. Position of the error: return 103: 959 - ORA-00959: tablespace "PSINDEX" does not exist

    UNIQUE INDEX CREATE PS_AA_CR_EFFDT_JPN WE PS_AA_CR_EFFDT_JPN (EMPLID, EMPL_RCD, EFFDT DESC) TABLESPACE PSINDEX STORAGE (40000 INITIAL FOLLOWING 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PARALLEL NOLOGGING
    Error: Unable to process create for AA_CR_EFFDT_JPN statement
    Spaces SQL: 0 tables: triggers 1: index 0: 0 views: 0

    Unsuccessful end

    My questions are:

    First of all, means "PeopleSoft HRCS Demo Database" in Linux and "PeopleSoft HRCS database" in Windows causes the error above? How to solve the error above?

    Secondly, when I created PeopleTools 8,53 Database Instance PT853, I'm not running the 'ptddl.sql' script, which creates many storage areas. It causes the error above? I need to run "ptddl.sql" for example PT853?


    Thank you.

    Probably, you set the init parameter db_files too low. As I remember, it is recommended and default to 1024 1021 on the Peoplesoft database. This is a static setting, change the value and it will restart the database.

    Nicolas.

    Post edited by: Nicolas.Gasparotto

  • Install PeopleTools 8.53 with Linux: psdmtx question

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed JDK7, WebLogic Tuxedo 11 GR 1 material 10.3.6, and PeopleTools 8,53 successfully.

    Now, I'm going to implement database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually using Starter named PT853 Oracle database instance.


    I ran 5 scripts successfully to SQL > as below:

    (1) utlspace.sql

    (2) dbowner.sql

    (3) psroles.sql

    (4) psadmin.sql

    (5) connect.sql


    Then, I run "psdmtx" to $/ PS_HOME/bin on the 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


    His 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 error above to populate the instance of PeopleSoft PT853 database?


    Thank you.

    People,

    The problem is solved by myself. Thank you.

  • Install PT8.53 Linux question: NetMgr Windows and Linux NetMgr

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually by using starter PT853 Oracle database instance. 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 perform Data Mover script in a Windows Client computer to fill the PeopleTools PT853 database machine Linux Sever instance. I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine. Now I face the problem of connection of the VMs 2 as below:

    In Manager Net Linux Server Machine:

    Service name: PT853
    Connection type: default database
    "TCP/IP Protocol".
    Host name: localhost
    Port name: 1521

    Listener: LISTENER
    Protocol: TCP/IP
    Host: localhost
    Port: 1521

    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.
    In the Windows Client computer, the information in the Net Manager is the same, but the connection is not successful. Its details are as below:

    NET Service Name: PT853
    Protocol: TCP/IP
    The database Machine host name: localhost
    Port number: 1521
    Name of the Basic Service: PT853
    Connection type: default database

    I have test the Service using "SYSADM" UserID and password to 'SYSADM' which are the same with Linux, but this error: TNS: listener does not currently of service requested in connect descriptor.

    My questions are:

    Do we need to do something for you connect Windows XP with Linux first? If so, how? If not, how to solve the problem above?

    Thank you.

    Seriously, you have to start somewhere and learn the fundamentals of networking. 75% of your questions are not related to PeopleSoft, they are only asked for an installation of PeopleSoft.

Maybe you are looking for

  • Build tables then again

    Hi all I know that you are reading these words a lot here, sorry, I'm new to labview and I want someone to help me in vi that I'll explain now. I have a while loop with a variable inside (local variable or a random variable in this example), the loop

  • can u please tell me what kind of drivers are use in gateway e4300

    I'm currently updating my windows xp and there is no sound

  • How to send a video?

    Need help to send videos to YouTube I videos I would like to send, but I am unable to do so what program I need to do. I can only email videos from the Flip program I have. Not thoseI downloaded from another digital camera.

  • tavla indir

    cvxvcvbmnoc

  • Office 97 Pro will work under Windows 7?

    Before you buy a new computer with Windows 7, I need to know if my Office 97, professional edition will work with windows 7 or should I stick with XP sp3?