Error: "Conversion failed when converting from a character string to uniqueidentifier." when merging two computers
book
Article ID: 163713
calendar_today
Updated On:
Products
IT Management Suite
Issue/Introduction
When attempting to merge two computer resources the following error is reported:
Error: Conversion failed when converting from a character string to uniqueidentifier.
Environment
ITMS 8.x
Cause
There are more data class's being merged than allowed per the size of the defined variables
Resolution
Alter the Stored procedure sppResourceMerge2 with the attached script, as this will allow it to merge resources with a larger number of data class's defined.
Log into SQL Management Studio with a user that has rights to alter stored procedures.
Copy the contents of the script into a query window.
Execute the script.
The Stored Procedure is now altered and no further changes should be necessary.