Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: egiesenThanks Adrian for the reply. I have version 6.1.1, so I will download version 6.1.3 to see the URL parameter.
I figured that this node I currently had was login into production so I used production credentials, but I still get the error. I do get a warning message. Maybe its something else? Its not due to the TLS as production is still at TLS 1.0 but for that matter we had them downgrade their sandboxes to TLS 1.0 until we get the version from Lavastorm that supports the higher TLS.
ERROR: Error occurred during executing request: Invalid username, password, security token; or user locked out.
Error Code: brain.nodes.sfdc.requestError
WARN: Node reported the following messages to stderr:
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)
GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)
Error Code: brain.unhandledLogging
NOTE : above it says the credentials are invalid or user locked. again I can login via the SFDC Login node on the same graph same credentials and it works so its not due to login/password/locked user.
I have the SfdcuUsername =
test.lavastorm@level3.com
and I have the SFDCPassoword set
I don't have anything else set on the node except the general tab I have it set to Literal and this query
select
Id,
AccountNumber,
Name
from Account
Any ideas why its giving me the above error?
Thanks,