Bulk Add Queue Items: in_Config("OrchestratorQueueName").ToString does not exist. Error code: 1002

@Pujari_Manjunatha

I guess you gave the variables directly…please delete it and then click on the plus icon and then select open advanced editor option

Please give the variables there

As of now it is not searching for variable value but trying to take it as string value

Hope this helps

Cheers

Hi @Pujari_Manjunatha

Would you check if you have define OrchestraitorQueueName in your config file.

Thanks!)

Hello @Pujari_Manjunatha I guess you are reading the Queue name from config file.
Please go to config file and check for Key “OrchestratorQueueName” and check whether the corresponding Queue name is already created in Orchestrator or not.

Regards,
Ritaman

@Pujari_Manjunatha

Check with these.


in_Config("OrchestratorQueueFolder").ToString.Trim
in_Config("OrchestratorQueueName").ToString.Trim

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