Data360 Analyze

Welcome to the Data360 Analyze community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  Salesforce Node Serializer error

    Employee
    Posted 07-27-2018 14:14

    Using Dataverse 3.2.1.4011 desktop and getting an error when trying to write data to Salesforce.com.

    Do I have an install problem or did I miss a step?

    Error---------------------

    No serializer found for class com.lavastorm.lang.UnicodeString and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: com.lavastorm.brain.nodes.sfdc.transact.JsonStore["[anySetter]"]->java.util.HashMap["Peak_10_Relationship_Type__c"])

    Error code: 
    Raised on 2018-07-27 at 20:17:03

    Java details:
    com.lavastorm.brain.nodes.sfdc.transact.SalesForceTransactNode
    (SalesForceTransactNode.java@350)



  • 2.  RE: Salesforce Node Serializer error

    Employee
    Posted 07-30-2018 03:44

    Do any of the fields in the data you are trying to write have a data type of unicode? If you do and the contents of those fields will only contain ASCII values then you could consider converting the fields to str type and then try uploading the data.

    In Dataverse the Transact for Salesforce node is deprecated. You could alternatively try using the Dataverse Update for Salesforce node which can be found in the Output Connectors category of the node palette.



  • 3.  RE: Salesforce Node Serializer error

    Employee
    Posted 07-30-2018 04:27

    Thanks Adrian,

    I am using the new nodes.  The system brought all the fields in as unicode.  I will convert and try again.

    Jody