Process finished due to no more transaction data?

i don’t know whats is the issue

image

There are no more new transactions in the queue.

@Soudios

If there are no Transaction Items then you will get that log message

You can check that in the No Data Transition

image

Hope this will help you

Thanks

so what i need to do ?

@Soudios

You are working with the Queues so whenever bot processed the all queue items then it will show this message

You can add more transaction items to the queue then it will start processing again

Does it this you mean? OR if it is not this please let me know your issue in detail, so that we can try to help you

Thanks

Hello @Soudios ,

The Log message which you getting is not an Error, this is the Log that has been typed as expected and as per the flow. In the Re-Framework if there is no more item to process you will get this message. It means all the Queue items are processed and for the next execution, you need to add more items to the queue.

how can i do that ?

For adding more item to queue you can create a dispatcher and add the items…

i tried but it doesnt work, can i send you my process ?

Yes you can. Else share the screenshot here and the error you are getting.

the file is too big where can i share it with you ?

Else plz share the error which you are getting in your workflow and the step

@Rahul_Unnikrishnan
there is no error i have only this sentence that there is no more transaction
i have this :slight_smile:
image
plz find my process below
UiPathYearyReportForumBon.7z (9.9 MB)

what i need to do to fiw that ?

@Soudios

  • Run in debug mode then you can see the error
  • Also,One of the log message says Transaction Item is . That means bot was not able to get the Transaction Item from the Queue. Hence exception occurs at Get Transaction Data workflow.
  • As per the Reframework when an exception occurs at Get Transaction Data workflow it updates the log message as Process finished due to no more transaction data and stops the process
  • To avoid this issue make sure the Queue has Transaction Items with New Status

Capture

@ushu
This is what i have
Uploading: image.png…


@Soudios It looks like there is something wrong in your logic. Can you run the process in debug mode and check where the issue is coming. Share that error and activity at which it is giving an error

@ushu @Rahul_Unnikrishnan @Srini84
i have no error even when i use debug mode, can you test my process plz.
UiPathYearyReportForumBon.7z (9.9 MB)

Do you have a reference/filter in your Get Transaction activity?

image

Hey @Soudios

Could you please share us the Get Transaction workflow screenshot ?

Thanks
#nK