The group Dynamics365ReadServices is not present in the ACL of the service SqlServerReportingServices.
While deploying an LBD (Local business data) commonly called D365 Finance and Operations on-premises, the Test config on the BI(SSRS) node gave the error.
The group Dynamics365ReadServices is not present in the ACL of the service SqlServerReportingServices.
Below the steps used in resolving it.
- Go to your BI node.
- Open lusrmgr.msc (Local Users and Groups).
- Create a new group called Dynamics365ReadServices.
- Add the account that your AOS runs under (such as axserviceuser, svc-AXSF$) to the group you created above.
- Download the latest infrastructure scripts from the Shared asset library in Lifecycle Services.
- Copy the infrastructure scripts to your BI (SSRS) node.
- Create a file scmgroups.csv with the following content. “Name” “Dynamics365ReadServices”
- Run the following command in PowerShell with Administrator privileges.
.\Set-ServiceControlManagerPermissions.ps1
- Run the following command in PowerShell with Administrator privileges to verify the setup.
.\Set-ServiceControlManagerPermissions.ps1 -Test