SSIS Salesforce Connection – INVALID_LOGIN: Invalid username, password, security token; or user locked out

Home Page Forums Issues – SSIS PowerPack SSIS Salesforce Connection – INVALID_LOGIN: Invalid username, password, security token; or user locked out

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2559
    ZappySys
    Keymaster

    Problem

    You may receive following Salesforce Connection Error during runtime or after deploying package to Production.

    INVALID_LOGIN: Invalid username, password, security token; or user locked out. >> Reason: Password or SecurityToken was empty

    Possible Cause

    • Your credentials are invalid
    • You have specified PackageProtectionLevel to DoNotSaveSensitive but you have not supplied Password / SecurityToken properties via expression or Parameters during runtime.

    Solution

    If you have set PackageProtectionLevel = DoNotSaveSensitive  then make sure you supply Password / SecurityToken at runtime using any of following parameterization methods.

    • Use Package Parameters to configure Password / SecurityToken
    • Expression Password / SecurityToken properties
    • Use Config file to configure Full ConnectionString or Configure Password / SecurityToken Properties of Salesforce connection

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.