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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 09:14 AM
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
Does anyone an idea of what might causing it?
Thanks in advance!
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 08:00 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 08:09 AM
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 08:14 AM
Got, I think I got it now.