--
Steven S. Weston
First way is defenately the easiest, but depending on the line you use to
connect to the database (ie local network, wan, modem dial up) this could
take a while.
HTH
Steve
"Steve Weston" <sweston{no spam}@westonmuir.com> wrote in message
news:40a22827$1...@newsgroups.borland.com...
--
Steven S. Weston
But after ReplManager has removed "System Objects" (tables and triggers), if
you backup the database, you notice there is some priveledges for a user
called REPL$XXX... and that user doesn't appear in isc4.gdb (or
security.fdb).
Do you know how to remove every trace of the Replicator?
TIA,
Sergio H.
"Steve Ball" <Stev...@noSpam.uku.co.uk> escribió en el mensaje
news:40a7...@newsgroups.borland.com...
REVOKE ALL on MYTABLE from REPL$XXX
hth
Steve
"Sergio H." <to...@geocities.com> wrote in message
news:41671f87$1...@newsgroups.borland.com...
So, after using "Remove System Objects" in the ReplManager, one has to run:
DROP TRIGGER REPL_GEN_SEQNO;
DROP TABLE MANUAL_LOG;
DROP TABLE REPL_LOG;
DROP TABLE REPL_SEPARATOR;
DELETE FROM RDB$USER_PRIVILEGES WHERE RDB$USER LIKE 'REPL%%';
And I think this sould be done by the ReplManager.
Finally, I didn't want to use IBReplicator because it never went with my
trigger-generated primary keys. I'm trying to post here the message I got
rejected from ibp_rep...@lists.ibphoenix.com because of being >17 Kb
long.
Regards,
Sergio H. Guerrero R.
"Steve Ball" <Stev...@noSpam.uku.co.uk> escribió en el mensaje
news:416b0493$1...@newsgroups.borland.com...
"Sergio H." <to...@geocities.com> wrote in message
news:416d...@newsgroups.borland.com...