function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
onthebeachonthebeach 

error setting fields on user object

When I try to set UserPermissionsOfflineUser (or any of the UserPermissions fields), I get the following error:

org.xml.sax.SAXException: Could not resolve ColumnType from FieldOrColumnCommon: Class
common.udd.impl.BitVectorCommonImpl

any ideas?

thanks
DevAngelDevAngel

Hi onthebeach,

I have logged on bug on this issue and will post back to this thread on resolution.

 

Cheers

John SaundersJohn Saunders

I got this myself tonight:


http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
   
      soapenv:Server.userException
      org.xml.sax.SAXException: Could not resolve ColumnType from FieldOrColumnCommon: class common.udd.impl.BitVectorItemCommonImpl
     
   
 

 

Help!

(full XML available on request. Editor doesn't seem to like it)

John Saunders


 

John SaundersJohn Saunders

Perhaps this is because I have too many users in my Developer account?

John

 

DevAngelDevAngel
This issue is resolved in the upcoming release.
John SaundersJohn Saunders

Ok, thanks, but what does it mean in the present release?

DevAngelDevAngel

Yes, as this is a bug, it will be patched on all versions.  This is as opposed to a new feature which would only be available on the latest version.

Cheers

John SaundersJohn Saunders

Dave, sorry I wasn't clear. I meant, "what does the error actually mean in the present release?"

SuperfellSuperfell
Its a server side error where it fails to deserialize certain types of boolean fields that don't contain an xsi:type (typically from the enterprise endpoint)
John SaundersJohn Saunders
Simon, thanks for the answer. In this case, it was a create call to the the Partner API.