日々精進

新しく学んだことを書き留めていきます

Salesforce Migration Toolを実行すると「Invalid username, password, security token; or user locked out」エラー

原因はログイン先URLを間違えていることだった。 ログイン先の組織がsandboxの場合は build.propertiesの sf.serverurl = https://login.salesforce.com を sf.serverurl = https://test.salesforce.com にしないといけない。 もっとわかりやすいエラーメッセージにしてよ。。

参考:

Invalid username, password, security token; or user locked out with SOAP API - Salesforce Developer Community