Home arrow Forum
psadmin.org
Welcome, Guest
Please Login or Register.    Lost Password?
Running Peoplesoft Jobs in Unix (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Running Peoplesoft Jobs in Unix
#19
prasanna.velan (Visitor)
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Running Peoplesoft Jobs in Unix 11 Months ago  
Hi,

Can any one let me know how to run peoplesoft jobs in Unix.
Thanks in advance.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
  Reply Quote
#20
PSADMIN (Admin)
Admin
Posts: 68
graph
User Online Now Click here to see the profile of this user
Re:Running Peoplesoft Jobs in Unix 10 Months, 4 Weeks ago  
Login as the user which is used to start stop process schedulers with psadmin utility.
execute a server config file to set environments
PS_SERVER_CFG=$PS_HOME/appserv/prcs/schdulername/psprcs.cfg
export PS_SERVER_CFG
cd $PS_HOME/appserv/prcs/
$PS_HOME/bin/psae -CT ORACLE -CD SID -CO USERID -CP PASSWORD -R RUNCTLID -AI PROCESSNAME -OT 6 -OF 14 -FP $PS_HOME/appserv/commandlinelog/


or you can put them in a parameter file and execute.

USERID is PeopleSoft User id not Oracle user id.


Usage:
psae -CT <dbtype>
-CS <server>
-CD <database name>
-CO <oprid>
-CP <oprpswd>
-R <run control id>
-AI <program id>
-I <process instance>
-DEBUG <Y|N>
-DR <Y|N>
-TRACE <value>
-DBFLAGS <value>
-TOOLSTRACESQL <value>
-TOOLSTRACEPC <value>
-OT <output type>
-OF <output format>
-FP <file path>
or
psae <parmfile>



This should be able to execute the process on command line.

You can write a shell or perl script and schedule it in cron.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
 
Last Edit: 2008/02/11 15:58 By PSADMIN.
  Reply Quote
Go to top Post Reply
Powered by PsAdmin.orgget the latest posts directly to your desktop
© 2009 PSADMIN.org
PSAdmin.org is for & by the PeopleSoft Administrators to share their Experience.