So I have some scripts that I use to disable/enable the activity controls in my Commcell (so that I can automate maintenance task). The script works fine on 11.28.65 and returns a JSON showing that everything is working fine.
When I run this against my Commcell that is at 11.28.69, I get this back as a JSON:
{
"processinginstructioninfo": {
"attributes": "
{
"name": "WebServer",
"value": "Commserv"
}
]
},
"errorMessage": "Failed to set eActivity Control] for oCommCell] with error oOPERATION FAILED: Please check logs for more details.].",
"errorCode": 587203847
}
It only returns this if the status needs to change (i.e. activity is disabled, and I’m trying to enable). If the status doesn’t change (i.e trying to enable activity when it’s already enabled), it comes back with a success.
Any idea what logs to look in to see what is going on?
As a secondary note, the user only has Global > Administrative management permissions. This works fine on 11.28.65, but show the above on 11.28.69. If I give the user master permissions, the script runs fine (which I don’t want to do in leaving a master user running a script)