PSSQR Path in PSPRCS.cfg in PT 8.53
edited Aug 1, 2013 11:44PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered ✓
Hello There
As per the PT 8.53 documentation and the MOS DOC 1535429.1, PSSQR stores multiple paths to SQR report files
For example we have a setting like this
PSSQR = %PS_HOME%/SQR;%PS_HOME%/SQR_CUST (WHERE SQR_CUST is our customized SQRs). We have PS_APP_HOME=PS_CUST_HOME=PS_HOME.
In our case should I mention SQR_CUST as (%PS_HOME%/SQR_CUST;%PS_HOME%/SQR) or SQR as (%PS_HOME%/SQR;%PS_HOME%/SQR_CUST).
My understanding is that the first folder is looked at first followed by the following folders in the order. In our case we are expecting SQR_CUST to be looked at first followed by SQR.
0