Change Assistant Debug Mode
Apr 04, 2017Dan Iverson
This is a short post, but hopefully helpful. I recently discovered that you can turn on Change Assistant with a debug mode using an environment variable. There is no documentation on this, but it seems to work well and might help you resolve any issues you have with Change Assistant.
To enable the debug mode, set the PSCADBG
environment variable. I used “true” for the value, but any value should work.
$env:PSCADBG="true"
Then launch Change Assistant from the command line:
c:\Program Files\PeopleSoft\Change Assistant\changeassistant.bat
In the command line you should see the debug output, like this:
Signed on to 'PSFTDB'. Using c:\PT8.55.13_Client_ORA\ Attempt to signon using PS/PS@PSFTDB Controller sending c:\PT8.55.13_Client_ORA client -com.peoplesoft.pt.changeassistant.pshome.request.db.SignOnDatabase Controller received from c:\PT8.55.13_Client_ORA client -com.peoplesoft.pt.changeassistant.pshome.request.db.SignOnDatabase Signed on to 'PSFTDB'. Using c:\PT8.55.13_Client_ORA\
Note: This was originally posted by Dan Iverson and has been transferred from a previous platform. There may be missing comments, style issues, and possibly broken links. If you have questions or comments, please contact [email protected].