Support Article
Savable Data page displays errors in Load Test
SA-88902
Summary
When using the Savable data page to log the API Call messages, error occurs when performing a Load Test.
Error Messages
SaveDataPage failed.
65 Batch136] [STANDARD] [ ] (engine.pages.DataPageSaverImpl) ERROR Data transform is required if data page class and save class are different
65 Batch177] [ STANDARD] [ ] (abaseMessage._baseclass.Action) ERROR SaveDataPage failed.
Steps to Reproduce
- Create a Savable type data page.
- In an activity, save the data page using Save-DataPage method.
Root Cause
A software use or operation error.
This is not a valid use case for the Savable data page since the user required to insert the record instead of modifying it.
Resolution
Here’s the explanation for the reported behavior:
In traditional data pages, the page content is copied from the data page and an Obj-Save is performed on it later. The usage of the Savable data page occurs when the data page is loaded into the memory, and its content modified and saved in to the database. In this scenario, the data page content is not loaded into memory.
Hence, it is recommended to use Obj-Save.
Published March 25, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.