Error in Assignment 2 Performer Part

Hello there,
currently i struck at navigating to next work item info…for the 1st id the downloading of reports takes place completely then the error occurs

1 Like

hello @MukilPrasath,
can you share the error please


Thanks for the reply.Kindly look and tell me

@Abdulkader_Sandouka1

1 Like

@MukilPrasath,
first check of the dispacher upload all the work items correctly

if all the items are not avalible in the remaning then the dispacher is the problem, but if the dispacher is fine then check the nivegate to work detalies make sure its like this

also meke sure you invoke it properly

hope this will help
cheers

1 Like

thanks for the tips…I followed ur instructions but the same error continues

@MukilPrasath
Have you passed QueueName properly or not, make sure that the queue name in the config file matches the queue name in orchestrator


Check it once and make sure your machine is connected to Orchestrator. and licensed.
Annotation%202019-11-21%20152258
cheers

1 Like

Yea it is licensed and and queue items are are waiting in orchestrator queue.I checked it
Cheers

1 Like

can you share your work so i can check the code?

1 Like

Main.xaml (52.6 KB)
Sure…Please have a look on it!
Cheers

1 Like

i cant open this, you have to convert the entire folder to zip folder
Capture5
like this
cheers

1 Like

sorry for the inconvenience…while converting to zip format…the size becomes too large and uploading of the file fails…

its ok,
does the program run perfectly one time then fails or it does not work at all

1 Like

it works correctly till downloading of reports of the first transaction id and then while moving to next transaction Id it strucks…then retry occurs which leads to follow the steps frm initial stage and it is happening every time.
Cheers

@Abdulkader_Sandouka1

@Pablito
@Palaniyappan

Fine
is the transaction id is incremented to get the next transactions
and also i saw one error like key in dictionary is not there
kindly ensure that correct key is mentioned to call the value from that dictionary
in_config(“your keyname”).ToString

Cheers @MukilPrasath

1 Like

Thanks for the reply. Could you please tell me where should I assign the increment step for upcoming transactions?
Cheers

@Palaniyappan

we can increment the TransactionNumber in GetTransactionData xaml
Cheers @MukilPrasath

1 Like