Yes, IsActive is set to static eq true in the account create profile.
This is the complete error message (from events, nothing on account activity)
cloudAppName
Salesforce
errors
[“[ ConnectorException ] \n [ Error details ] A duplicate value was specified for field \u0027IsActive\u0027 in object \u0027User\u0027, duplicate value \u0027false\u0027 prior value \u0027false\u0027connector.sdk.webservices.exception.WebServicesSdkException: \u003c?xml version\u003d"1.0" encoding\u003d"UTF-8"?\u003e\u003csoapenv:Envelope xmlns:soapenv\u003d"http://schemas.xmlsoap.org/soap/envelope/\”\u003e\u003csoapenv:Body\u003e\u003csoapenv:Fault\u003e\u003cfaultcode\u003esoapenv:Client\u003c/faultcode\u003e\u003cfaultstring\u003eA duplicate value was specified for field \u0026apos;IsActive\u0026apos; in object \u0026apos;User\u0026apos;, duplicate value \u0026apos;false\u0026apos; prior value \u0026apos;false\u0026apos;\u003c/faultstring\u003e\u003c/soapenv:Fault\u003e\u003c/soapenv:Body\u003e\u003c/soapenv:Envelope\u003e",“[ ConnectorException ] \n [ Error details ] A duplicate value was specified for field \u0027IsActive\u0027 in object \u0027User\u0027, duplicate value \u0…penv:Envelope\u003e”]
A restart of the VA in sandbox fixed the issue. I´ve seen some other weird issues with the sandbox, like unable to enable applications, so I´ll raise a ticket with support. Thanks
I was replicating the issue, maybe it is trying to send same value for IsActive : false but it already false at Salesforce side but not aggregated to IDN. Not aggregated because of VA, maybe.