Error on performer

Hi guys,
What could be the cause for this error on my performer?
Both studio and orchestrator threw it

In the ochestrator the job failed with Application Exception with this message;

  • Reason: Exception message: Can not assign ‘in_TransactionItem.SpecificContent(“FirstName”).ToString’ to ‘str_FirstName’. at source: Throw.
  • Details: Screenshot:
    Please help

Hi @J_Crosby,

Did you try to check the foldername, if that is correct or not, and it is referring to correct Queue.

If in case you modified the transaction data and the check for TransactionItem is Nothing got skipped and it processed to the next part?

1 Like

Hi @J_Crosby ,

As you are already debugging the process, we should be able to identify the faults in the variable/argument data from looking at it from the Locals Panel or Immediate Panel. Check the in_TransactionItem argument value in the Debug Panel and analyse if all data required is present if possible send screenshots of the analysis done.

More on Debugging :

1 Like

@supermanPunch @adiijaiin I am wondering, If my workflows were designed on shared folder in studio. Then the processes are on unattended folder in ochestrator.
If I switched to unattended folder on studio,would it have an impact on the workflows since they were not originally designed there?

@J_Crosby ,

I believe the same resources or data/entities would also need to be available in the Folder that the Robot is going to use.

1 Like

Yes they should be present in the same folder, or else you would have to mention the folderpath in config.

1 Like

@supermanPunch here is the screenshot

Sorry I am still very new that’s why I need an extra eye.
Let me know if it looks okay. I was following a video tutorial so I wouldn’t know where I erred with my little experience

@J_Crosby ,

Was the tutorial on Debugging suggested completed ?

We should be able to check the values of variables or arguments like below :
image

As the source data is in_TransactionItem, request you to check this argument.

Hi @J_Crosby

Please check whether the data is present or not in the Queue in Orchestrator and also verify the key name in Queue

@lrtetala yes the data is there in the queue.
The dispatcher is very okay. The trouble is in the performer :cry:

@J_Crosby

Once check Key name in Queue and syntax key name matches or not

@lrtetala it matches

@J_Crosby

Can you show the variables panel

@lrtetala

@supermanPunch mine doesn’t seem to have the FilePath or did I open the wrong place? Yes I have finished the debugging tutorial u recommended

Can you please share the screenshot of queue transaction details i think there is some space in between First and Name in “First Name” @J_Crosby

@lrtetala there you go

@J_Crosby

There is a space between First and Name please check

@lrtetala it worked,hurray :raised_hands:
This is after spending two days trying to figure out the problem. Thanks for not giving up on me. I am very grateful.

1 Like

Hope you got the solution for your question please mark it as solution to close the topic @J_Crosby