Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQR Debug

Status
Not open for further replies.

Jean9

Programmer
Dec 6, 2004
128
US
We are currently on PS Tools 7.63 and I am trying to debug an sqr. I have appended -debughv to my Process Definition Options tab of the sqr I am running because these are the letters that are being used in the program. I have tried both upper and lower case -debughv. I have run this numerous times and checked the parameters on the process. I do not find that the process has the debug parameters appended to the statement. None of the debug displays print in the sqr.log. What might I be missing? The current output destination is file and looks like the following:
C:\sqrTEMP\VoucherUpl
Thanks,
J9
 
Where are you adding the debug flags?

You can add them either in the Process definition which is what it sounds like you are doing... or if you want the debug file dropped to the client and you can run the SQR on the client rather than server, add the -debug string to the end of the SQR flags in config manager (process scheduler tab). It should not be case sensitive.

Hope that helps.


 
You're right. I had already added them to the process definition. So based on your suggestion I've added the -debug to the end of the sqr flags in the config manager:
-iX:\ep753\sqr\ -mX:\ep753\sqr\allmaxes.max -oC:\sqrtemp\sqr.log -ZIFX:\ep753\sqr\pssqr.ini -debug

Is this the correct placement?
Thanks,
J9
 
Hi Jean9,

That should work - just make sure you add the flags on the debug part (-debughv) as it won't look at the ones you have set up on the process definition when you use this approach.

Depending on the flags, some of the more generic debug in PeopleSoft SQR's tend to sue the abc and xyz flags - not sure of you wanted these as well.

Hope that helps

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top