Hi,
I need an advice how to solve a problem.
This is the situation:
I have an Aware application which runs fine in production.
I wanted to add some new features and while doing that in testing/development mode, I accidentally deleted a business object (with a lot of rules and details).
To solve this, I created a new Business Space, loaded a copy of the production environment and then made a copy of the deleted Business Object. Then I pasted this Business Object back in my development environment. Everything seemed to be ok after that (no errors), but while testing my application I noticed that al the data of this Business Object was gone/deleted. So, it looks like Aware drops the table in the database and then creates a new one causing the data loss.
But I'm out of ideas now how to solve this (except making a complex export/import procedure).
Is there a way to drop the testing/development database and create a new one from the production application without loosing my data?
After that I can continue developping ->publishing like before.
TIA,
Rob