Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jvrbaHaven't run these nodes since April, not working now. Have a node to login to SalesForce, then a bunch of queries off of that. All of the queries are returning this:
-- Errors for Get_Batch_Status_2
-- Errors for Handle_Batch_State
ERROR: Field 'state' does not exist on input 'in1'.
Line: 4; BrainScript: where state.str() <> "Failed" and state.str() <> "Not Processed"
Operator: ''state''
Error Code: lae.brainscript.field.unknownFieldName
-- Errors for Abort_on_Error
WARN: HTTP ERROR 400 - InvalidSessionId:Invalid session id
Line: 5; BrainScript: abort("HTTP ERROR " + 'StatusCode'.str() + " - " + 'exceptionCode'.str() + ":" + 'exceptionMessage'.str())
Operator: 'abort'
Error Code: lae.brainscript.userAbort
ERROR: Node execution terminated while processing data by error:
HTTP ERROR 400 - InvalidSessionId:Invalid session id
Error Code: lae.node.executionTerminated
Tried using the SOQL Bulk Query instead of the 'older' Bulk Query, but got the same result. Ideas? I do show that the account I set up for this is logging in when I check 'last login' on SalesForce, so it is successfully logging in, not sure what's going on though.