I blindly added the environment variable PS_SERVER_CFG to my environment as I read somewhere that it should be set to a path similar to the following:
1 |
PS_SERVER_CFG=%PS_CFG_HOME%\appserv\prcs\<PROCESS SCHEDULER SERVER>\psprcs.cfg |
Believe it or not, but after I set this option, I discovered that I was no longer able to build records in my project! The following is the error I encountered:
“Please select at least one action: Create Tables, Create Indexes, Create Views and/or Alter Tables. (76,41)”
And yes, I did select at least one action, but Application Designer did not seem to recognise my selection.
Moral of the story: Blindly following advice on the internet can cause you problems.
A more useful moral of the story: Be wary of the PS_SERVER_CFG environment variable.