Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RE: ECATT ERROR AFTER READING FIRST RECORD

Sri_S1
Active Participant
0 Likes
1,364

Hi all,

I created an Ecatt Script for creation of mass users, after executing the Ecatt i uploaded the file, it was only taking the first record (means its creating the first user) and then getting error saying obsolete data

again if i make the 2nd record as first and add few more, its ony taking the 1st record

do i need to specify where is the last record, if yes where can i do that

thanks in advance

SSSS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,145

Hi,

The reason being you have missed out the Varient.

So once you create the script.download the ecatt variant in the configurator ,You need to add the variant number ;Also the description field is adummy field which has to be blank.

Thanks

Hi all,

I created an Ecatt Script for creation of mass users, after executing the Ecatt i uploaded the file, it was only taking the first record (means its creating the first user) and then getting error saying obsolete data

again if i make the 2nd record as first and add few more, its ony taking the 1st record

do i need to specify where is the last record, if yes where can i do that

thanks in advance

SSSS

7 REPLIES 7
Read only

Former Member
0 Likes
1,145

Hi,

Please do the recording properly again. There is something you might have missed.

Read only

0 Likes
1,145

Thanks

Read only

Former Member
0 Likes
1,145

Please check whether or not you have given a unique variant name and description for each row in the variant file.

Best way to create a variant file is to download the ecattdefaultrun (recording values) into .txt file.

Open the file in tab-deliimited feature of Excel and then add rows to the corresponding parameters indicating new variants through unique name and description in the beginning.

Also try using the eCATT debugger to analyze the problem better by placing a breakpoint ...

Hope this helps....

Read only

0 Likes
1,145

Thanks

Read only

Former Member
0 Likes
1,146

Hi,

The reason being you have missed out the Varient.

So once you create the script.download the ecatt variant in the configurator ,You need to add the variant number ;Also the description field is adummy field which has to be blank.

Thanks

Read only

0 Likes
1,145

Thanks

Read only

Sri_S1
Active Participant
0 Likes
1,145

Thanks to all of you who suggessted me many ways

I got my issue fixed when i changed the error from " X TERMINATION OF START PROCESS" to " V TERMINATION CONTINUE WITH NEXT VARIANT"

Thanks,

SSSS