パスワード、セキュリティトークンを一緒に暗号化するようです。
I had this same issue and was able to resolve it without using IP range.
The password and security token have to be encrypted together.
So, the encryption command looks like this:
encrypt -e [password][SecurityToken] c:\SALESFORCE\thekey.txt
For example:
encrypt -e mypasswordqk51o6MA7MuVDO2ac3qZ4Evk8 c:\SALESFORCE\thekey.txt
This creates an extremely long encrypted password string to put in the process-conf.xml file, but it worked.
https://developer.salesforce.com/forums/?id=9062I000000g4EaQAI
Failed to send request to https://test.salesforce.com/services/Soap/u/56.0/
GUIでは問題なくコマンドラインの時だけ。
試しているネットワークにプロキシサーバーが設定されていませんか?
https://developer.salesforce.com/forums/?id=906F00000008jojIAA
以下の設定で時間起動なのでタスクスケジューラを使えば時間起動での自動化可能です。
バッチモードでの実行 (Windows のみ)
https://developer.salesforce.com/docs/atlas.ja-jp.244.0.dataLoader.meta/dataLoader/loader_batchmode_intro.htm
データローダーのログファイルがあるみたいです。
データローダーのログファイルの表示
https://help.salesforce.com/s/articleView?id=sf.loader_troubleshooting.htm&type=5
process.statusOutputDirectory に設定していますか?
OSがWindowsなら c:\dataloader\status のように設定できると思います。
https://developer.salesforce.com/docs/atlas.ja-jp.dataLoader.meta/dataLoader/loader_params.htm