Calculate Client Security Hash Assignment- Process stops after few records updated

Hi,
I Completed setting up the modules for use in REFramework for Calculate Client Security Hash Assignment.
It ran successfully for few work Items. Then It gave me the error message and would not move forward. I am not able to understand why. The first time i ran it it got 9 Records. The second time 2. The third time only 1.

Thanks for the help.


@prasad10

Use Get Text activity to read client information instead of using Microsoft OCR method.

1 Like

I used Scrape relative

@prasad10

Try to use google ocr, buddy…and increase the scale of the ocr

It actually works fine for small text rather to microsoft ocr.

Cheers…!

Use Get Text activity

1 Like

@prasad10

Are you used Scrape relative or Microsoft OCR to read below client details right ?

image

If yes then use Get Text activity to read those details and store result in a string variable and say ‘ClientInformation’ and try below expression to read client ID, Name and Country.

Client ID - ClientInformation.Substring(ClientInformation.IndexOf("Client ID: ")+"Client ID: ".Length).Split(Environment.NewLine.ToCharArray)(0)

And same for other two also.

1 Like

I changed OCR engine from Microsoft to Google. Ran the work flow. I got these errors.
It ran for 10 Transactions. It failed on the 11th.

@prasad10
Buddy…

so now problem with getting the details using scrape relative is fine. I hope

I think there is some issue with array initialization with no of index mentioned while initializing the array…kindly check with…

Cheers…!

I ran it again. This time it could not get the 14th(Last) Transaction.
Looks like the TransactionItem needs to be adjusted/changed.

The TransactionItem looks correct.
image

Please let me know where i need to change.

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