0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

データローダ関係 バッチ処理

Last updated at Posted at 2023-06-23

パスワード、セキュリティトークンを一緒に暗号化するようです。

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

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?