I just came across something new when it comes to performing a server move for GP. I discovered that the drill back feature did not work on the server to which the database was copied. The cause was because the server name of which the SSRS reports were originally deployed was embedded in some of the column names of the SQL views. So I had to find which views, in this case Account _Summary for one, and manually update the view with the new server name. Does any one know of a complete list of views where this occurs?
↧