Error 54053
Product: Sync
Error - 54053
Sync: Invalid friendly name
The specified 'FriendlyName' parameter is not valid.
考えられる原因
- The value supplied by the FriendlyName parameter is an empty string.
- The value supplied by the FriendlyName parameter exceeds 255 characters.
考えられる解決策
Confirm the FriendlyName string parameter is either unspecified (null
) or a nonempty string of up to 1-255 Unicode characters.