BigJohn
23rd January 2003, 20:14
Hi,
Here is my problem.
I have a test and a production environment.
I want to verify if they are the same as far as the standard tools objects are concerned.
What is the best/quick way to verify this?
Thanks in advance.
Regards,
Big John
NPRao
23rd January 2003, 20:37
For basic sanity checks, you can make a diff of all the objects in the $BSE/tools directory.
Going further, you can make a diff of all the tools tables in the 2 databases. But there are a few tables which always differ like the user data, remote user data, filters, user defaults, runtime data dictionary tables, application locks. These tables have some dynamic or system specific information. Also depends of you have keeping the environments similar, VRC and file structures etc.
BigJohn
23rd January 2003, 23:19
Hi NPR,
Thx for the reply.
Do I have to check each object individually?
Is there a way to check all of them easily?
I mean instead of doing an explode for each obj in the w systems and then checking them.
Please advice.
Thx
John
NPRao
23rd January 2003, 23:36
John,
Can you please fill up your profile with BaaN/OS/database info ?
If you are on Unix system, you can make a simple shell script to do cmp/diff between the tools objects.
BigJohn
24th January 2003, 01:57
Hi NPR,
I have changed my profile to reflect the Baan Env.
Thanks.
Cheers,