Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I am trying to connect to a mysql database as user A but I get the following errors:
"message: Not authorized for ServiceInvoke on IsOrchestrationEnabled in WorkflowSubsystem"
"message: Not authorized for ServiceInvoke on GetDaysRemainingInLicense in LicensingSubsystem"
I tried to give the specific permissions to user A but the changes doesn't save.
If I try as administrator it's connecting.
Do you know how to fix this? Thankyou!
Solved! Go to Solution.
Hello @BSUN_RO
You would need a few additional permissions here. Your user would need permission on EntityServices resources as well as platformsubsystem ,WorkflowSubsystem and LicensingSubsystem. You may look into setting up a System user for convenience: The use of System User
Thanks
Om Dukiya
I think your user need additional permission on EntityServices resource. Or may be you have not added to a particular group . You can can check permission to see susbystem and execute services for them
Hello @BSUN_RO
You would need a few additional permissions here. Your user would need permission on EntityServices resources as well as platformsubsystem ,WorkflowSubsystem and LicensingSubsystem. You may look into setting up a System user for convenience: The use of System User
Thanks
Om Dukiya
Hi @BSUN_RO.
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Thankyou for your time, one of the problems was that I didn't clicked on Allow after I added a group in the permission tab.