April 17, 2017 at 9:56 am
Is there a way to find out what solution a report is associated with from report manager? I have reports that show up in report manager but do not seem to be attached to the appropriate solutions. I think there are undocumented solutions out there somewhere but I am not sure how to find them. This particular environment is using Visual Studio 2005 if that is relevant.
Thanks in advance!
April 17, 2017 at 6:34 pm
seubanks00 - Monday, April 17, 2017 9:56 AMIs there a way to find out what solution a report is associated with from report manager? I have reports that show up in report manager but do not seem to be attached to the appropriate solutions. I think there are undocumented solutions out there somewhere but I am not sure how to find them. This particular environment is using Visual Studio 2005 if that is relevant.Thanks in advance!
I don't believe there is anything in the ReportServer database to tell you how a report was created or deployed. Reports can be created and deployed without using Visual Studio - they aren't necessarily tied to a solution.
Sue
April 17, 2017 at 9:11 pm
If there is question on what the source of the report is, I would export all of the rdls and build my own personal solution then drop it in source control.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 18, 2017 at 10:56 am
seubanks00 - Monday, April 17, 2017 9:56 AMIs there a way to find out what solution a report is associated with from report manager? I have reports that show up in report manager but do not seem to be attached to the appropriate solutions. I think there are undocumented solutions out there somewhere but I am not sure how to find them. This particular environment is using Visual Studio 2005 if that is relevant.Thanks in advance!
No, Report Server doesn't log/save any information like this. You can do a profiling when you deploy a report to report server and you can tell what's behind the scene.
All reports on your report server are what you have (if you lost all the solution in case).
April 19, 2017 at 9:33 am
Thanks for the replies folks. I'll just pull the reports in question and put them in my own solution.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply