[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: DEBUG flag in PS ver 8



I missed part of this thread due to the problems with the list server,
but if I'm understanding correctly, you can turn on the -debug flag
for a process by modifying the process definition without changing the
settings in the config file (at least this works on Windows based
Process Scheduler server).

Go to:
Home>PeopleTools>Process Scheduler Manager>Use>Process Definitions

Open the process you want to turn on debug for and select "Override
Options".

Change "Command Line" to "Append", and in the text area enter:

-AP "-debug"



On Sat, 2 Feb 2002 21:10:11 -0700, you wrote:

>If you are trying to run in DEBUG mode via PIA (PeopleSoft Internet
>Architecture) you will need to modify the configuration file for the process
>scheduler server.  The file is called PSPRCS.CFG and can be accessed
>directly using a file editor or the utility program PSADMIN.  You need to
>find an entry in the file called PSSQRFLAGS.  Append the -DEBUG and/or -s
>flags as appropriate for your testing scenario and then save your changes.
>However, in order for the Process Scheduler to pick up those changes, you
>will then have to bounce the Server Agent (i.e., shut it down and then bring
>it back up again).
>
>I hope this helps.