Friday, March 27, 2015

Dynamics GP 2013 - SRS Reports: not implemented with a red cross out symbol

Problem:
No matter what you try, you cannot re-deploy the SSRS reports for a specific company.
It keeps showing as a red cross out.

Related Issues:
This issue may sometimes occur on databases upgraded from previous versions


Solution

https://community.dynamics.com/gp/f/32/t/102382.aspx?pi50426=2#responses

--If TWO is the company with the problem

Select * Into DYNAMICS..sydeployedreportsbak
from DYnamics..syDeployedReports
where companyid = 'TWO'
Delete DYNAMICS..syDeployedReports
where companyid = 'TWO'

No comments:

Post a Comment