Orchestrator Queue Item エラー

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 - before adding to queue item - pls try to log the item values with Log message activity and check - any values or null.

1 Like

Yeah, I tried logging my DT before adding the queue items…
The values are appropriate.

Oh no… Now I think about it… Do I include the headers?
I included the headers earlier… but it should not be the reason for the failure i think.

@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)

2 Likes

Yeah sorry. The value which I assigned to it was empty (missed value config file) thats why it didnt work.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.