Client security hash assignment - process finished due to no more transaction data error

Hi,

Please Need Help!

My bot is logging into the acme site, clicks on work items and then process terminates due to error “Process finished due to no more transaction data”.

Process%20finished%20due%20to%20no%20more%20transaction%20data

If i try to run the bot again, it’s creating another instant of a browser with error:
error1(Browser):


error2(output Console):

Any help will be appreciated.

Thanks
Neetha

Buddy Try to run IE buddy and that would be better than in chrome…and reset the test data before running the job once…
Cheers @neetha

Hi Palaniyappan,

Thanks for help.
As per your suggestion I am running on IE and able to extract data and it gives error at get transaction data file:
“Process finished due to no more transaction data issue” is still persistant.

Thanks

Have you unit tested your data scraping and extract client details workflows?

hello @neetha
check once you pass out_transactionItem and In_WIList argument in GetTransactionData workflow.

Thnaks

Hi Sandeep,

Thanks for Reply!
Please help me solve the issues.
I tried to make changes and it is more complicated.
see attached Zip file, any help will be appreciated.

Calculate_Client_Security_Hash.zip (1.1 MB)

Thanks
Neetha

Thanks for trying to help and yes i able data scrape and extract client details .
issue i am not able to run these modules in RE Framework.

Please see attached Zip file in above post

Thanks
Neetha

Hello @neetha
I go through your project its seem to like you not follow walkthrough provided in assignment

for you reference i add Main.xaml (57.5 KB)

I suggest to read Walkthrough and go according to it .it will help to understand ReFramework

Thanks

Hi Sandeep

Thanks!
When i try to open the file its giving error :

Unable to proceed further, can you please send rectified version of file.

Thanks
Neetha

@neetha its working fine at my end
please restart UiPath as error show

Hi Sandeep,
Done already and still error persists!

Thanks
Neetha

Hi Sandeep,

Thanks able to go thru your Main.xaml.
I have an issue when i filter datatable with WI5 and Open workitems in assign activity :
UnfilteredWorkItemsDT.Select(“Type=‘WI5’ And Status=‘Open’”)

image

WIIList is Datarow and
UnfilteredWorkItemsDT is Datatable

Getting error : Object reference not set to an instance of an object.

Please any help will be appreciated.

Thanks
Neetha

@neetha

Your expression and variable declaration looks ok. I didn’t find any error in this.

Is scrapped data properly or not from all pages ?

And also please check ACME data once whether it contains that filtered data of type ‘WI5’ and ‘Open’ items or not ?

If this data already processed then reset test data and then try again.

Hi Lakshaman,
Thanks for response.
Data scraped from all pages perfectly and Data contains all workitems (Type=‘WI5’ And Status=‘Open’) as well.

I don’t get what could be the reason?

Please see attached extract of data:
Result1.xls (41.5 KB)

Error:
{
“message”: “System error at initialization: Object reference not set to an instance of an object. at Source: Anonymously Hosted DynamicMethods Assembly”,
“level”: “Fatal”,
“logType”: “User”,
“timeStamp”: “13:39:50”,
“processVersion”: “1.0.0”,
“jobId”: “49c1650b-f240-4d11-9df6-536540f7cde7”,
“robotName”: “OrchestratorHW”,
“machineId”: 131024,
“fileName”: “Main”,
“logF_BusinessProcessName”: “Framework”
}
Thanks
Neetha

@fudi5

Please can you give solution to error i am facing

Thanks
Neetha

@neetha

Do one thing. Without writing into Excel and directly after Select query to output of Extract Structured Data Activity.

1 Like

@lakshman

Thanks
Neetha

1 Like

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