Data Dictionary Replication/Synchronization...

nbandi

Member
Hi All:

We currently have a Co-Existence OneWorld B7332 implementation at our place. We
are having trouble to keep our Data Dictionary DD) synchronized when ever we
make changes to it. We are using DD replication. However, the problem is if the
client machine has more than one environment deployed and the machine is made
Not Synchronized if some one logs on to OneWorld on that machine, which ever
environment he/she logs on to first gets the message saying the DD is not
synchronized and prompts to synchronize 'ONLY' in that environment..

I built a VB program which gets a list of all the machines in the enterprise
from the machine table and deletes 'those six' files from all the environments
on the client machine at the push of a button. This happens only if the client
machine is online. I want to know whether anyone have any ideas of how to keep
DD in sync and whether any one knows any third party application that goes and
deletes 'those six files' at logon to the network.

I would appreciate your suggestions. Thanks in advance.

Niranjan
 
At one customer site, we just added lines to the logon script to copy those six file from a common location at every logon to every installed pathcode.
If exists c:\b7\prodb733\spec\*.* copy \\Deploy\B733\DataDictionary\*.* c:\b7\prodb733\spec

If you are really adventurous, you can play with this Kixtart script that I wrote.

Later,
Jeremy

Independent CNC Consultant
 

Attachments

  • 1-8240-ddglb.kix
    4.3 KB · Views: 67
Back
Top