I am working with SAP Business One HANA 9.1 PL09.
I am trying to take a backup of a working company, which is done successfully. After the backup, I restored the company as a test DB, which is again working perfectly fine but after the restoration when I log into the new test DB and try to add or update anything, SAP throws an unknown error.
I have attached the screen shots of the errors - One where I'm simply trying to update the company name in company details window where SAP is throwing an error ["(AADM)] and the other where I'm trying to update the Item master description SAP is just throwing a blank error bar at the bottom.
the scripts I'm using for backup and restore are:
export "ZRK"."*" as binary into '/data/MBackup/ZRK231115' with replace threads 10;
import "ZRK"."*" as binary from '/data/MBackup/ZRK231115' with replace threads 10 rename schema "ZRK" to "ZRKTest";
It would be great if someone can help us with the issue here.