Question

When trying to run a TrustedApplication on a new machine, we get the following in our log. The CsTrustedApplication and it's Pool have been defined, and the local management store is replicated.

The error:

Microsoft.Rtc.Collaboration.ProvisioningFailureException:One or more values in the configured settings are invalid or unusable. Check inner exception and logs for more details. ---> Microsoft.Rtc.Internal.ServerConfiguration.SettingsInitializationException: The settings wrapper failed to initialize.
Unable to find  the Sqld database: Cannot open database "xds" requested by the login. The login failed.
Login failed for user 'DOMAIN\user'.
Était-ce utile?

La solution

This usually happens when the account you are running your app under doesn't have permissions to the replicated CMS database.

You will need to add the account you're running under to the 'RTC Component Local Group' security group on the application server, if you haven't already.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top