How to start Multiple PeopleSoft domains using Windows Services
When you have multiple PS_HOME, PS_APP_HOME, setting up windows services does not set PS_APP_HOME variable and it causes SQR / COBOL process to fail. This is due to Application related SQR/Cobol are stored under PS_APP_HOME.
Work around for this is to edit psappsrv.ubx / psprcs.ubx file
Edit the psappsrv.ubx file for the Domain your testing this with and add the PS_APP_HOME parameter to the Environment Variables section at the bottom of the file under the {WINDOWS} section
{WINDOWS}
PS_APP_HOME=D:\PSOFTDEV\Your PS_APP_HOME
Then reconfigure the Domain via psadmin. You should see the APP variable set in your psappsrv.env file
When you have multiple PS_HOME, PS_APP_HOME, setting up windows services does not set PS_APP_HOME variable and it causes SQR / COBOL process to fail. This is due to Application related SQR/Cobol are stored under PS_APP_HOME.
Work around for this is to edit psappsrv.ubx / psprcs.ubx file
Edit the psappsrv.ubx file for the Domain your testing this with and add the PS_APP_HOME parameter to the Environment Variables section at the bottom of the file under the {WINDOWS} section
{WINDOWS}
PS_APP_HOME=D:\PSOFTDEV\Your PS_APP_HOME
Then reconfigure the Domain via psadmin. You should see the APP variable set in your psappsrv.env file
No comments:
Post a Comment