Applies To: 

HP Quality Center or ALM upgrade.  


Issue: 

Anytime a database is copied to another database server, the TD user needs to be mapped to the TD user that lives on the database server.  


Resolution: 

Execute the following query against the database.  


EXEC sp_change_users_login 'Report'


EXEC sp_change_users_login 'Update_One' , 'td', 'td';