The CreatorCon Call for Content is officially open! Get started here.

ATF error - "Unable to find the rollback context id for recording the server step execution" when trying to create a user

Alexandre Magea
Kilo Expert

I am currently working on automated test (ATF) for a record producer.

In order to follow the recommended practices, I try to create a new user instead of impersonating an existing one in my ATF. When executing the test, I get the following error message: Unable to find the rollback context id for recording the server step execution

 

find_real_file.png

 

Does anyone an idea of what might causing it?

Thanks in advance!

7 REPLIES 7

Hi @Daxin1 , 

Thanks for your reply, but I am still kind of loss. I went to both tables; I don't quite understand what actually I have to change. 

Navigate to sys_rollback_context_list.do , sort the "Number" by descending (Sort z-a) and note down the number (example : BAK0020832) 

Navigate to sys_number_counter_list.do and filter by Table "Rollback Context". Update the number with something higher than previous step (like 30000) [its only the number, do not include BAK]

 

Got, I think I got it now.