VMware Cloud Community
TomBrady5Rings
Contributor
Contributor

getCustomizationSpec Unable to create VcCustomizationSpec: identity cannot be null

I have created a deployment script that calls a modified version of Clone, Windows with single NIC and credentials. In the duplicated workflow I changed newAdminPassword to be SecureString and also made sure the commandList was an input. I also modified under that Get Windows customization, Sysprep with credentials. For that I modified newAdminPassword to be SecureString also and modified plainText Attribute to be no. When I run the workflow I get the follow error.

Unable to create VcCustomizationSpec: identity cannot be null (Dynamic Script Module name : getCustomizationSpec#8)

Any idea why all of a sudden identity would be an issue? It seems to be an uneditable field. Let me know what I can upload to solve this issue.

Reply
0 Kudos
1 Reply
qc4vmware
Virtuoso
Virtuoso

If the input for the password is a plain string type you'll probably need to convert the SecureString in a scriptable action.

Reply
0 Kudos