Data360 Analyze

 View Only
  • 1.  ERROR Code(400)-Bad Request

    Posted 10-19-2021 04:42

    I am doing an update of some records to a Salesforce Table .Everything is happening inside a Java Node where classpath along with Java code and all other necesaary parameters like Object Name, Id Field, Method , Data Field,ServerURL, SFDC Username , pwd everything is present .

    if we are doing an update operation of 1000 records everytime some records is not updated with an error ERROR Code(400)-Bad Request. sometimes no of failed records 50,or 500 or 225 etc.

    Kindly give some idea on this !



  • 2.  RE: ERROR Code(400)-Bad Request

    Employee
    Posted 10-19-2021 05:41

    There is a Data360 Analyze node that is used to update items in Salesforce.

    https://doc.infogixsaas.com/analyze/Default.htm#e-node-help/Publishing/data360-update-for-salesforce.html

     

     



  • 3.  RE: ERROR Code(400)-Bad Request

    Posted 10-19-2021 07:28

    Hi Williams,

    As per the documentation , we have already have the set up and the it is working fine as of now , but the problem is suppose if the request came to update 500 records , the node will complete and when we check the result , we see few record update status is success and rest records have same error code ..

    ERROR Code(400)-Bad Request



  • 4.  RE: ERROR Code(400)-Bad Request

    Employee
    Posted 10-19-2021 09:30

    Hi Kumar,

    By default the node continues to process any reamaining input records when a transaction error occurs. You can change this behavior using the 'StopAtFirstFailure' property.

    To debug the issue further you can access the node log per the KB article below, which may provide additional information on the error being generated by Salesforce. You could then open a ticket and attach the logs to the ticket. 

    Regards,

    Adrian

     



  • 5.  RE: ERROR Code(400)-Bad Request



  • 6.  RE: ERROR Code(400)-Bad Request

    Posted 10-20-2021 07:24

    Hi Williams,

    i will be sharing both the Logs prior to set Log Level "0" and after set Log Level as "0" then re run the Node .

    I will be replying in email which sent to Babu ..

    Ticket Ref - 296872 



  • 7.  RE: ERROR Code(400)-Bad Request

    Posted 10-20-2021 07:46

    Please find the Log.

     

    Attached files

    Redacted

    Redacted

     



  • 8.  RE: ERROR Code(400)-Bad Request

    Employee
    Posted 10-20-2021 08:08

    Thanks.

    We have the information on the ticket so it's not necessary to have the details on this post on the public commuinity forum.

    I have removed the links from your message.



  • 9.  RE: ERROR Code(400)-Bad Request

    Posted 10-21-2021 00:31

    Thanks williams .