My password is not being decrypted.
Batch message is 14:40:12.102 [extractCase] ERROR com.salesforce.dataloader.security.EncryptionAesUtil - Fail to decrypt message: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
I had my Salesforce admin turn off MFA for my logon and it now works. Looks like MFA is turned on automatically when you change your password.
this session is not vaild for use with the api
これが同じような質問だと思います。
あんまり、気の進まない回答になっているように感じました。
https://developer.salesforce.com/forums/?id=9062I000000DOcwQAG
Have you also tried adding the 6-digit MFA security code at the end of your password?
(URLUtil.java:88) - Could not find web browser
Copy the URL shown below and paste it in your browser if the browser is not launched automatically.
URL to copy:
:
:::note
process-conf.xmlのBean タグの中で、sfdc.oauth.loginfrombrowser を追加し、
false を指定することで確認コード要求を抑止することができるようです。
<beans>
...
<map>
...
<entry key="sfdc.oauth.loginfrombrowser" value="false"/>
</map>
</property>
</bean>
: