Issue in Generate YearlyReport Performer

Hi All,

My Generate Yearly report Dispatcher is working fine without any issues, but performer is getting logged out as soon as login, shows “Process finished due to no more transaction data”.
Anyone please help me in resolving this issue

3 Likes

Make sure you have get Transaction Item activity in Get transaction state.

Note - Orchestrator queue should contain items.

Regards,
Karthik Byggari

2 Likes

Check if you get data you can do debug mode to see if you getting data in the orchestrator. @Muktha

cheers :smiley:

Happy learning :smiley:

3 Likes

Thanks for reply, my orchestrator is having 21 items and GetTransaction State has Item activity as well. Dont know whr i am stuck. Could you please help me in proceeding further

Do you have Get Queue Item Activity at the start of the Get Transaction State.

Yes its in the beginning before “If a new Item is fetched Grab it’s significant data for logging” and input for GetQueue Item is in_Config(“OrchestratorQueueName”).ToString , Output i am unable to give out_Transaction Item and getting this error (“disallows implicit conversion”)

The data type of out_Transaction should be QueueItem.

Check.

yes its queueItem

attached the screenshot of the same

You are using thr e wrong activity.
The output should return only one queue item.

You have to use the following activity -

1 Like

Thanks for Guiding… yeah i changed it to Get transactionItem but now after login its redirecting to different URL “ACME System 1 - Log In

Could u plz help

instead of clicking workitem after login , its navigating to URL “ACME System 1 - Log In” and blank page hence it cant see workitems page and script is getting failed

I don’t see any issue. Can you debug the workflow.

I reset my test data and its working fine… But one issue is while entering vendor Tax ID , it enters with a space first and hence i get the error msg there is no report for the particular month,
any idea y is it entering space before entering taxID?

Trim the vendor tax id. Simple.

vendorTaxid = vendorTaxid.Trim

after providing trim, 1st time example taxID and january able to download the report. But again for February its entering with space again… how to overcome this issue

Hi,
That is no problem, some months reports are not there.

You can use element exists activity after clicking the download button.Indicate a message on the screen to store in a variable that is boolean value.

Next you can drop the if activity in the condition boolean var is TRUE , in then section drag a click activity indicate on ok button. otherwise in else section you put previously design sequence(Before the message is not displayed)

Hi… Now m able to complete the activity but when i submit my assignment i am getting below mentioned error and showing as failed, could you please guide me what went wrong…
All my WI4 status is Orchestrator is showing as completed but still its showing as failed

“Total Items: 16 Completed Items: 16 Correct Items: 0”

Could u pls guide me, all my WI4 and WI5 are in completed state, still my status is shown as 0/100…

Hi,

Can share your project i will check what is the wrong.