sql server - How to create an alias to a report manager url -


We have just changed from SQL Server 2008 Reporting Services to SQL Server 2012 Reporting Services.

The Report Manager URL for the new SQL Server instance is different from the old.

Is there any way that I can map the new URL to the old so people can still use new reports with the old URL

example:

Old URL:

  DB 02 / Report  

New URL:

  DB 2012 / Report  

We no longer use the old server and I would like to map that URL to the new URL

You have the following potential Favorites:

  1. Preferred option: Add a nickname "db02" to your DNS server which indicates that the IP address is the new "db2012" host ()
  2. Add the mapping to the host file (located in C: \ WINDOWS \ system32 \ drivers \ etc), but it will require you to do all the client machines.

Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -