Generate Yearly Report - in_Config problem

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].

  1. When I look at Get Transaction Item and I did not change anything.
    image

  2. Config Excel file:

  3. Orchestrator:

I was reading some Topics created here but it seems the Orchestrator is connected…

Thank you for the help!

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!

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

image

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

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