Orchestrator にDTをBulkAddQueueItemで登録時に以下エラーが出てきました。
どうすればいいですか?
Bulk Add Queue Items: Object reference not set to an instance of an object.
When I add a DT into the orchestrator using BulkAddQueueItem, I received the following error.
What should I do?
Bulk Add Queue Items: Object reference not set to an instance of an object.
@Kitty - you can try below
1 - create a dummy data and add data to queue item and check.
2 - is the above mentioned error getting when you execute the process or getting in middle of the process?
3 - change the code like → instead of using item “.ToString” → change it to Convert.ToSring(item)