Hello, I am trying to export a SG from 1.4.1 (hand installed src) to a 1.4.1 CD installed (Nadmin Studio) computer.
What I have done so far is on the 1.4.1 (src installed) box is: 1. Run isamchk against *.ISM under midgard 2. Ran repligard -m -r 3. Set schema to repligard_withsg.xml 4. Set username = some_admin_user_in_the_SG_to_export+the_SG_to_export in repligard.conf 5. Set the correct password for the above admin user 6. Uncommented replicate="all" in repligard.conf 7. Ran repligard -a -c /some/dir/repligard.conf -e SG_exporting.gz 8. Stared at the monitor for awhile Exporting went fine, as we all know it would. Then sending the file over to another box running Nadmin Studio (CD installed), I did the following: 1. Ran a backup of midgard DB and BLOBS 2. Ran repligard -d -d -i SG_importing.gz 3. Stared at the monitor for awhile Imported went fine with no errors. Using phpMyAdmin, I quickly went to midgardstaging -> host -> browse The SG I just imported, had a host that was set to SG0. Articles for that import were SG0. Blobs for that import were SG0. Groups for that import were SG1. Persons for that import were SG1. Topics were hit and miss, some SG0 some SG1 I tried again on the 1st computer to export using: 4a. Set username = admin*the_SG_to_export 5a. Set the correct password for the above admin user Export went fine again, no errors. Bring in my backup, I tried to import to the new computer. The import still went to SG0. Nadmin studio uses the user "repligard" and schema "withsg" My top 3 lines in the SG_importing.gz look like this: <?xml version="1.0" encoding='ISO-8859-1'?> <Database xmlns="http://www.midgard-project.org/repligard/1.4"> <blobs id="ab6b93844b039eb1d17680a6b66db6ef" changed="20020122121504"> I remember before, importing from 1.4-betaX I had to insert just under: <Database xmlns="http://www.midgard-project.org/repligard/1.4"> <sitegroup id="some_long_number" changed="very_current_date"> <name><![CDATA[some_name]]></name> <realm><![CDATA[some_name]]></realm> <admingroup>some_long_number from admin grp id</admingroup> </sitegroup> I do not see this in the export of the SG. Any ideas? Regards, James Ullman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
