Quantcast
Channel: SCSM PowerShell Cmdlets
Viewing all articles
Browse latest Browse all 306

New Post: Set-SCSMObject/New-SCSMObject fails on large character strings for class with nvarchar(max) field.

$
0
0
I have a class with a string property where max length is 65536 (i.e., nvarchar(max) in the database). When I try to update or insert into this field a character string with length > 65536, I get the error:

"The specified value did not conform to the maximum length requirements".

Viewing all articles
Browse latest Browse all 306

Trending Articles