cancel
Showing results for 
Search instead for 
Did you mean: 

concurrentModificationException on collection validation script

Former Member
0 Kudos

Hi all,

I have written a collection validation script which copies the values in a custom collection to another similar custom collection.(values are imported to the first collection through csv file, then the script triggers and copies the contents to the second collection). The script and import are working fine when they are executed independently. but when i activate the script and import the values, I am getting concurrent modification exception and the values are not copied.

but in the logs, I can see the entire script running and setting the values in the second collection, but throws this exception at the end.

I was able to execute this script successfully in Sourcing 7, I am getting this error after upgrade to Sourcing 9.

Can anyone please help me in understanding the issue.

Thank you in advance.

Sanjay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am getting error on

ERROR local4 ProcessCsvFile execute()

ERROR local4 CsvSetupEngine execute()

ERROR local4 ImportController execute()

regards,

Sanjay