Quantcast
Channel:
Viewing all articles
Browse latest Browse all 43951

Wiki Page: Test Manager External ID link still points to the original Issue Manager database

$
0
0
When an Issue Manager defect is assigned to a failed Test Manager test, under the Tests | Issues tab an External ID link is created which links directly to the Issue Manager defect. If, subsequently, the database is transferred to a new server with a different name, selecting the External ID link will try to link to the original server. The following SQL query will fix this problem: UPDATE TM_Issues SET TM_Issues.ExternHttpLink= REPLACE(TM_Issues.ExternHttpLink, 'old_url', 'new _url') WHERE TM_Issues.ExternHttpLink LIKE '%old_url%' Always ensure that a back up of the database is taken before running any query which modifies data in the database.  

Viewing all articles
Browse latest Browse all 43951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>