Ruy_Codo
(rcodo)
November 15, 2023, 2:09am
1
Hello,
Previously I had a problem being " [Add Queue Item: InHouse_Process4 does not exist. Error code: 1002] " but then when I tried to run again the process, I got another error: [‘VisualBasicValue`1’ requires compilation in order to run].
When I look at Get Transaction Item and I did not change anything.
Config Excel file:
Orchestrator:
I was reading some Topics created here but it seems the Orchestrator is connected…
Thank you for the help!
Parvathy
(PS Parvathy)
November 15, 2023, 2:37am
2
Hi @Ruy_Codo
This error generally occurs when the double quotes hasn’t been typed or entered properly. So try retyping the double quotes and run the process.
in_config("OrchestratorQueueName").ToString()
Regards
Hey,
Kindly re-type your expression in the queue name field
in_config("OrchestratorQueueName").ToString()
That should solve your problem
Regards!
Yogeesh_G
(Yogeesh G)
November 15, 2023, 3:21am
4
Hi
Change the value in Queue Name field to below
in_config(“OrchestratorQueueName”).ToString()
Thanks
@Ruy_Codo
the folder in which Queue has created should be same as the folder while running in the studio
1 Like
Hi,
In your Queue name argument please retype the double quotes save and run again
Regards,
Namrata
check the folder you are connected is same the folder in which you have created queue is same in orchestrator.
retype this
in_Config(“OrchestratorQueueName”).ToString()
that should solve your issue
system
(system)
Closed
November 18, 2023, 10:00am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.