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

People,

Hello. I installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The PeopleTools everything works fine in the browser at the beginning.

After that I installed HCM and Solution Campus 9.0 Instance of database named HRCS90 in Linux successfully, PeopleTools 8,53 Database Instance PT853 can not be mounted. The error message is less to:

SQL > startup
ORACLE instance started.

Total System Global Area 538677248 bytes
Bytes of size 2146024 fixed
528482584 variable size bytes
4194304 buffers of data bytes
Redo buffers 3854336 bytes
ORA-00059: exceeded maximum number of DB_FILES

In the home/user/OracleDB_Home/dbs/initPT853.ora file, its parameter db_files has 3 values: small 400, 1021 medium and large 1500. The initial value is 1021 and it works correctly at the beginning.  But after the implementation of another instance of HRCS90, the above error message and instance PT853 is not mounted. I change the value of db_files 1021 to 1500 in the initPT853.ora file and restart the Linux operating system. But get the same error as below:

SQL > startup
ORACLE instance started.

Total System Global Area 538677248 bytes
Bytes of size 2146024 fixed
528482584 variable size bytes
4194304 buffers of data bytes
Redo buffers 3854336 bytes
ORA-00059: exceeded maximum number of DB_FILES


In the home/user/OracleDB_Home/dbs/initHRCS90.ora file, its parameter db_files has 3 values: small average 80, 1500 400 and large. I use db_files = 400 and it works properly. I start instance HRCS90 right after the above error message as below:

SQL > shutdown immediate
ORA-01507: database not mounted
ORACLE instance stops.

SQL > exit
Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
With partitioning, OLAP, Data Mining and Real Application Testing options

[user@userlinux bin] $ export ORACLE_SID = HRCS90
[user@userlinux bin] $. / sqlplus / as sysdba

SQL * more: version 11.1.0.6.0 - Production on sat Nov 23 12:40:02 2013

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

Connect to an instance is idle.

SQL > startup
ORACLE instance started.

Total System Global Area 538677248 bytes
Bytes of size 2146024 fixed
528482584 variable size bytes
4194304 buffers of data bytes
Redo buffers 3854336 bytes
Mounted database.
Open database.

SQL > select * from psdbowner;

DBNAME OWNERID
--------          --------
HRCS90 MYNAME

SQL >


As we see above, the HRCS90 instance work corretly, and PT853 does not start. Parameter DB_FILES the file initPT853.ora has a problem.

My question is:

1021 and 1,500 is not enough for a starting PT853 instance, what value should be used for the the file initPT853.ora DB_FILES?

Thank you.

user8860348 wrote:

People,

Hello. I installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The PeopleTools everything works fine in the browser at the beginning.

After that I installed HCM and Solution Campus 9.0 Instance of database named HRCS90 in Linux successfully, PeopleTools 8,53 Database Instance PT853 can not be mounted...

I'm sorry, but I do not understand that "Instance" means here.

> In the file home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, 1021 medium and large 1500.

Are you do not use a spfile? The file actually contains 3 values? What's the latest? Have you checked the value in the database side "see the db_files parameter?

> But after set up another instance of HRCS90, the above error message and instance PT853 is not mounted

Still, I don't know what that means.

> In the file home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small average 80, 1500 400 and large. I use db_files = 400 and it works properly.

Once again, 3 values? What's the latest? Have you checked the value in the database side "see the db_files parameter?

> As we see above, the HRCS90 instance work corretly, and PT853 does not start. Parameter DB_FILES the file initPT853.ora has a problem.

Again, I don't understand what exactly are HRCS90 and PT853. Can not help.

> 1021 and 1,500 is not enough for a starting PT853 instance, what value should be used for the the file initPT853.ora DB_FILES?

I am sure, you have not a problem with this setting, 1500 files in the database is fairly large. Recently, I've built a demo, the default 1021 was ok for me. You should have done something wrong somewhere.

Nicolas.

Tags: Oracle Applications

Similar Questions

  • 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

  • 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 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: 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: 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: the parameter file "init.ora" question CONTROL_FILE

    People,


    I install PeopleTools 8.53 with Linux. I'm confused on the parameter CONTROL_FILES in the file "init.ora". My SID is PT853 with the file "initPT853.ora". In the document setup 8.53 PeopleTools, there are 2 statements about CONTROL_FILES parameter like below:


    First of all, Page 161 task b 6-1-3: create an INIT < SID >. ORA file

    CONTROL_FILES = (/ filesystem1/cntrl1 < SID >, / filesystem2/cntrl2 < SID >)


    Second, Page 162 task b 6-1-4: creating paths of target directory


    CREATEDB10. SQL script:

    startup nomount pfile = $ORACLE_HOME/dbs/init < SID > .ora

    data file
    ' / u01/oradata / < SID > / system01.dbf' size 400M

    logfile
    ' / u01/oradata / < SID > / log01.dbf'M 70, size
    ' / u01/oradata / < SID > / log02.dbf'M 70, size
    ' / u01/oradata / < SID > / log03.dbf' size M 70;


    Control file references:
    control_files = ("" / u01/oradata/test92/control01.ctl "," / u01/oradata/test92/control02.ctl "," / u01/oradata/test92/control03.ctl "")


    When we created PeopleTools 8.53 of database using $PT_HOME/setup/PsMpDbInstall/setup.sh, we need to specify the mount point for the scripts createdb.sql, the utlspace.sql and the xxddl.sql. I use / U01 for all 3 scripts and create the directory/u01/oradata/PT853/manually.


    My questions are:

    Firstly, should the 2 items "/ filesystem1/cntrl1 < SID > ' and ' / filesystem2/cntrl2 < SID > ' CONTROL_FILES be the same with the directory path/u01/oradata/PT853/created manually?

    Second, should "/ filesystem1/cntrl1 < SID >" be changed to "/u01/oradata/PT853/cntrl01PT853.ctl and" / filesystem2/cntrl2 < SID > "be changed to" / u01/oradata/PT853/cntrl02PT853.ctl "in my case?

    Thirdly, how to create 2 files 'cntrl01PT853.ctl' and 'cntrl02PT853.ctl '? What are their contents?

    Thank you.

    I believe you are trying to create a demo database without understanding of basic on the RDBMS - your last question (to the control file) suggests.

    Work with your DBA on the part of database creation.

    Please go through the oracle database documentation to get a basic understanding of different files in oracle.

    Now, to answer your questions.

    1. Yes, anything you give in the init ora for parameter control_files file previously should exist while you run your createdb10.sql

    2. change any way you plan make the db files resident. Suppose you want the database in a path like/path/to/database/MYDB - to give him.

    3. you create control separately (in your case) files, the path/name of the file is taken from the init ora file and created as you run create sql db
    Content of the control file is in binary format: this is the heart of a database, holds all the information on the database, the name of db, file system, places change number etc...

  • Error - Installer: wrapper. creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect when installing any program.

    Original title: there is an error then that inistalling some programs such as, java, internet download manager and...

    There is an error then that inistalling some programs such as, java, internet download manager and...

    for example, I want inistall an application or a program like Java, but when I start to inistall, it works like adminstere then said: (Installer: wrapper. creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect.)

    It even I mean to inistall Internet download manager and VLC...

    my pc is automatically updated and when updates are available whenever I download inistall,.

    Please help me, I love my windows Vista, tnx

    Hello Aliahriman,

    Please look at the post below and see if it will solve your "creatFile failed with error 123: the file name, directory name or volume label syntax is incorrect" question.
    He has helped others with a similar issue.
    http://social.answers.Microsoft.com/forums/en-us/VistaInstall/thread/3b180316-95c2-4613-8c38-8515481db22c

    If please reply back and let us know if this helps solve your problem.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • I tried to download the free trial version for creative cloud, and at about 40 per cent installed it says error ex 20 "unable to extract the files?

    I tried to download the free trial version for creative cloud, and at about 40 per cent installed it says error ex 20 "unable to extract the files?

    This is the temp folder permissions problem usually.

    Here are a few solutions, Re: creative cloud hangs at 42%

    You can also consult Re: creative cloud hangs at 42% why? WINDOWS help links.

  • a problem with one of the files in the TestStand\AdapterSupport\LabVIEW directory

    When looking at the module a LabVIEW VI called for TestStand, I get the following message:

    A problem with one of the files in the TestStand\AdapterSupport\LabVIEW directory.  Please reinstall or repair.

    I made the mistake of cleaning C: in my computer.  Clean the C:\National Instruments downloads

    Why would someone put bits of applications or modules, etc. in such a directory?

    I'm not too crazy about restoring 11FR in this folder.  It's just crazy!

    If anyone has encountered this before?  No "easy"? outside re - install TS...

    Side note: I do not touch anything in the \Program files. National Instruments\TestStand\AdapterSupport\LabVIEW

    What version of LabVIEW and TestStand do you use?

    In 2012, TestStand, this directory is mapped to:

    C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 2012\AdapterSupport\LabVIEW

    Have you tried mass compiling the screws in this folder?

    I had to create a new 'TestStand - default values XX.llb"file, where XX is the last version of LabVIEW you use, but I have not seen this message before.

    Good luck

    PH

  • ProcessGPORegistryPolicy: Detected the error 87 when filling registry with settings in the file to archive temporary.

    I'm seeign as below errors in gpsvc.log and gpupdate/force fails with the error below.

    "Processing of Group Policy failed because of internal system error".

    RSOP appears in the confiuration computer, registry error, Unspecified.

    ProcessGPORegistryPolicy: Detected the error 87 when filling registry with settings in the file to archive temporary.

    SetRegistryValue: Could not open the key < software\policies\microsoft\windows\windowsupdate\au=""> 87

    Could you please help in investigating it?

    Concerning

    Murali

    Hello

    I suggest you to send your request in the TechNet forums.

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

    http://social.technet.Microsoft.com/forums/en/categories

  • Get the following error when trying to install adobe reader in Windows 10... "the file 'C:\ProgramData\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\AcroRead.msi' is not a valid package for the Adobe Reader XI product... How can I fix it

    Get the following error when trying to install adobe reader in Windows 10... "the file 'C:\ProgramData\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\AcroRead.msi' is not a valid package for the Adobe Reader XI product... How can I solve this problem? Thank you.

    Hi JFO58,

    I recommend you to run on your system cleaning tool:Download Adobe Reader and Acrobat tool - Adobe Labs

    Later, try to install reader again by using the following link: Adobe Acrobat Reader DC install for all versions

    Kind regards
    Rahul

  • 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 windows 8 on a laptop with Linux installed.

    I have an Acer laptop with Linux ubuntu OS installed and I want to install windows 8.  Someone told me that a download of the upgrade will not work because there is no windows operating system already installed. Can someone tell me what type of system should I buy?

    You will need the full OEM System Builder License:

    There is no full retail version of Windows 8. If you need a full version, you will need to purchase the Pro OEM Windows 8 of new eggs. To do this, install an own custom.

    Windows 8 Pro
    64-bit (OEM)

    Windows 8 Pro
    32-bit (OEM)

    Windows 8
    64-bit (OEM)

    Windows 8
    32-bit (OEM)

  • There is no toolbar with things like the file and history, how do I get it back?

    The toolbar in the upper left corner with things like file, bookmarks and history appears on the browser firefox... what should I do?

    This has happened

    Each time Firefox opened

    is yesterday, when my computer has installed an unknown update

    You can hide the menu bar in Firefox 3.6 on Windows, on "view > toolbars" or via the contextual right click menu on a toolbar.
    Press in and hold the Alt key to display the menu bar.
    Go to "view > toolbars", right click on the menu bar, or press Alt + V T to select the toolbars to show or hide.

    See also what happened to the file, edit and view menus?

Maybe you are looking for

  • Help! Impossible to pass food to H8-1414

    Hi all I just got my HP H8-1414 and everything on the computer is in the factory. I tried to upgrade the power supply with a Smart Modular series 850W Thermaltake. The problem is that when I go to turn it on on the computer turns and immediately powe

  • Microsoft Service Pack 2

    I have so many updates for my Service Pack 2 from Microsoft.  I need Service Pack 1 if I have Service Pack 2?  Can I download Service Pack 3 and remove Service Packs 1 and 2?  Or it's much more complicated than that?  I have a USB for my ATT broadbra

  • Re Insstall exit my audion

    I inadvertently deleted my audion output device, so I can't use the built-in speakers or hear through the plug into the socket.  How can I reinstall or reactivate the speaker /jack function?  I have Windows Vista > thank you

  • Start of loop - Windows Vista

    original title: __Start loop - Windows Vista Hello This can be a problem in two parts that I don't know if they are connected. The problem pc had a virus / trojan waring message last week, but Windows Defender caught the virus and I could clean up an

  • Updates Windows 7 crashes

    In Windows 7, I try to use Windows Update, but it hangs at "checking for Updates". AVG is running but disbling it seems to make no difference. I restored to an earlier version of the system, but still the same problem. Last successful update was on 1