Hi There!
I have been looking for a solution to Manage a Hub Replica on ReplMan
thru VBScript on ASP page.
I have code that Make a DesignMaster replicable and create a replica
(Hub) and place it on the Web Server.
I then manully open the Hub Replica on the ReplMan to Manage and make
Internet Aware. While I open the Hub replica on the ReplMan, it prompt
saying "This Replica is not managed by ReplMan, do you want ReplMan to
Manage this..." I say Yes and it put an entry into MSysTranspAddress
table with the Server name amd IP address.
After Managing on the ReplMan I create another Replica out of Hub
Replica and publish it on out Web site, so our users can download the
replica and do Internet Sync.
Is there anyway I can Automate the Process of making ReplMan to Manage
the Hub Replica and make it Internet Aware using any code please let me
know. I even try to write "INSERT INTO MSysTranspAddress(CMCEnable,
Defunct, FSEnable, HTTPEnable, HttpScriptsFolder, InternetAddress,
InternetDropbox, PublicFlag, TransporterDescription) VALUES (0, 0, 0,
-1, 'scripts', '12.123.10.11', 'scripts', 0, 'ServerName') But Access
threw an error saying this table is read only.
Thanks in Advance.
|