Before you run the Migration Utility, you change the renamed Relationship Template Link Names to the original product-provided Relationship Template Link Names from Release 11.3.4.
You execute a SQL statement to change the Relationship Template Link Name. Perform these steps for each entry in the report with status ‘Rename to migrate’ and a value that is specified under ‘Link Rename’.
Follow these steps:
Note: The brackets and the text within the brackets are placeholders. The placeholder names represent the column names on the Relationship Report.
UPDATE arg_linkdef
SET ndtext = '{Link Rename}'
WHERE ndtext = '{Link Name}'
AND nd2obty IN (SELECT slentry
FROM arg_strlst
WHERE slid = 9
AND slvalue1 = '{Link Object Type}')
|
Copyright © 2013 CA.
All rights reserved.
|
|