вторник, 19 апреля 2016 г.

MSSQL Report Server


Ошибка при переносе ReportServer

rsOperationNotSupported


Решение здесь
http://www.widriksson.com/ssrs-scale-out-deployment-configuration-error/
Delete the old server from the list and the scale-out deployment error should be gone when you open up report manager url. (At least if you do not have any additional enterprise/developer features referenced from the reportserver database)
DELETE FROM [ReportServer].[dbo].[Keys]
WHERE MachineName = 'YourSourceServerName'


https://msdn.microsoft.com/en-us/library/cc281308.aspx

Комментариев нет: