Skip to main content
1-Visitor
January 11, 2021
Solved

User permission for connecting to external database

  • January 11, 2021
  • 4 replies
  • 1645 views

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!

Best answer by odukiya

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

 

4 replies

5-Regular Member
January 11, 2021

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

odukiya16-PearlAnswer
16-Pearl
January 11, 2021

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

 

Community Manager
January 19, 2021

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

BSUN_RO1-VisitorAuthor
1-Visitor
January 22, 2021

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.