Our testing and production environments went under upgrade to SQL Server 2012 SP1 last week. We started facing issues with our ongoing processes post this upgrade.
Msg 50000, Level 16, State 1, Procedure udp__Leaf,
Line 2182
SYSERR245|Conversion failed when converting the nvarchar value ' ' to data type int.
Following are the scenarios
- Service Pack 1 was applied to Microsoft SQL Server 2012 Master Data Services
- MDS with entity-based staging process to update attribute values
- Domain-based attributes have change tracking enabled
http://support.microsoft.com/kb/2800293
As suggested in the article Cumulative Updates 2 and 3 were applied on the testing environment
- CU2 - http://support.microsoft.com/kb/2790947
- CU3 - http://support.microsoft.com/kb/2812412
But it didn't solve the issue. Instead our SSIS packages with data level security implemented started throwing an error as below
TITLE: Microsoft Visual Studio
------------------------------
The type initializer for 'Microsoft.DataTransformationServices.Design.SharedIcons' threw an exception.
------------------------------
ADDITIONAL INFORMATION:
Value of 'null' is not valid for 'stream'. (System.Drawing)
------------------------------
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/94b78c79-e12a-49d2-8153-bba3904ad9a7
Are there any resolutions to above mentioned issues available?
I guess removing the SP1 will solve the problems, but unfortunately I cannot figure out any way out on this either. Any suggestions?
Thanks in Advance!
Sarang