How to remove replication?

MagarG

MagarG

VIP Member
We are currently replicating our menus F0082, F00821, F0083, and F0084
in PY. I want to turn them off so I disabled them in Data Replication
application and then change the OCM to point to the Control Tables - CRP
instead of Local. This seemed to have done the trick. the menus are
being pulled from the server.

When I install a PY partial package, the jdeb7.mdb database in the
package directory on the deployment server still has the four menu
tables in them. I assume they are not needed but are still being
delivered to the workstation. If I rebuild the partial package, will
the jdeb7.mdb get built without these tables? or do I need to manually
remove them? thanks, gm.

AS400 Ent V4R5 SP16.1 OneWorld Xe
NT 6a Deployment



AS400 V4R5 Coexist CO-NT Xe SP16.1
Websphere 3.5.4 on AS400 JAS SP16.1
 
Yes and yes, sortof.

As I understand it, when you build your package, the jde.mdb in your package data directory is used (for example: when building a PY package the \\deploymentserver\b7333\py7333\package\data\jdeb7.mdb file is the one that will be included with the package by default. You can select another jdeb7.mdb in the build revisions.) This assumes you have checked compress data under your compression options tab.

Rebuilding the package doesn't rebuild the jdeb7.mdb. If you have the compress data box checked, it only recompresses it into the data.cab file. To remove the unwanted tables from your jdeb7.mdb you have to use another program (usually Access) to create the jde7.mdb you want, then rebuild the package with the compress data box checked. If you don't want to actually rebuild the whole package, just change the jdeb7.mdb that is delivered with it, you can run a package build with the build spec and build bsfn options unchecked, say no to erasing existing directories, and it will only make a new data.cab file.
 
After checking there are also four other tables in there, F0004, F0005,
F0004D, F0005D. After looking in replication, these are not being
replicated. I think before I got here someone set them up and then
removed them. Thanks, I'll go ahead and try this. gm.

Yes and yes, sortof.

As I understand it, when you build your package, the jde.mdb in your
package data directory is used (for example: when building a PY package
the \\deploymentserver\b7333\py7333\package\data\jdeb7.mdb file is the
one that will be included with the package by default. You can select
another jdeb7.mdb in the build revisions.) This assumes you have
checked compress data under your compression options tab.

Rebuilding the package doesn't rebuild the jdeb7.mdb. If you have the
compress data box checked, it only recompresses it into the data.cab
file. To remove the unwanted tables from your jdeb7.mdb you have to use
another program (usually Access) to create the jde7.mdb you want, then
rebuild the package with the compress data box checked. If you don't
want to actually rebuild the whole package, just change the jdeb7.mdb
that is delivered with it, you can run a package build with the build
spec and build bsfn options unchecked, say no to erasing existing
directories, and it will only make a new data.cab file.


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OW&Number=25356

+ - - - - - - - - - - - - - - - - - - - - - - - -+
This is the JDEList One World« / XE mailing list / forum.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found on the JDEList Forum at
http://www.JDEList.com

JDEList is not affiliated with JDEdwards«

+ - - - - - - - - - - - - - - - - - - - - - - - -+



AS400 V4R5 Coexist CO-NT Xe SP16.1
Websphere 3.5.4 on AS400 JAS SP16.1
 
Back
Top