Forum Discussion
Rmorrissey
Jul 06, 2022Copper Contributor
Error : User has insufficient permissions When logging onto MACP
Hi, We are trying to move to using the new MACP in order to remove Silverlight from our Skpe servers. When trying to log on as a member of the CS Administrators group to our enterprise site (...
- Jul 15, 2022
Have you tried to install Management OData?
Open PowerShell in Administrator mode
Run command: Add-WindowsFeature ManagementODataThe administrator account must have CsAdministrator role privileges and must be SIP enabled.
Rmorrissey
Jul 19, 2022Copper Contributor
That did it for the enterprise install I have. Though I still can't access the standard edition, that is not important to me
billd1760
Jun 13, 2023Copper Contributor
Looks like I have the exact same issue. Can login to CSCP fine but MACP is throwing 'insufficient permissions' error regardless of the groups I am a member of.
- mrjsebAug 23, 2023Copper ContributorDid you ever manage to solve this? We are seeing the same issue on our Standard Edition Servers. I am a member of CsAdministrators and Management OData is installed but we just get an "E" error when attempting to login. I can run all commands through PowerShell but cannot access MACP.
- Jon_Morris_DCUAug 23, 2023Copper Contributor
mrjseb Is the admin account sip enabled?
The command is similar to below:
Enable-CsUser -Identity username -RegistrarPool "poolname.domain" -SipAddress sip:username@domain -SipDomain domain
- mrjsebAug 25, 2023Copper Contributor
Hi Jon, Yes the account is SIP enabled,