当尝试在一台新机器上运行TrustedApplication时,我们在日志中得到以下信息。已经定义了CsTrustedApplication及其池,并且复制了本地管理存储。
错误:
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'.发布于 2012-04-03 23:53:07
当你运行应用程序的帐户没有权限访问复制的CMS数据库时,通常会发生这种情况。
您需要将正在运行的帐户添加到应用程序服务器上的“RTC组件本地组”安全组中(如果您还没有这样做)。
https://stackoverflow.com/questions/9994925
复制相似问题