From 443680813bf369675545c683e258b262d8bc47be Mon Sep 17 00:00:00 2001 From: eegeek Date: Sat, 2 Jun 2012 14:44:08 +0000 Subject: [PATCH] symadmin commands changed to dbimport as needed. --- symmetric/symmetric-assemble/src/docbook/tutorial.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/symmetric/symmetric-assemble/src/docbook/tutorial.xml b/symmetric/symmetric-assemble/src/docbook/tutorial.xml index 398cfdacdd..893f17f5ab 100644 --- a/symmetric/symmetric-assemble/src/docbook/tutorial.xml +++ b/symmetric/symmetric-assemble/src/docbook/tutorial.xml @@ -147,7 +147,7 @@ registration.url=http://localhost:8080/sync/server]]> Create the sample tables in the server database by executing the following command: - ../bin/symadmin --engine server run-ddl create_sample.xml + ../bin/dbimport --format XML create_sample.xml Note that the warning messages from the command are safe to ignore. @@ -162,7 +162,7 @@ registration.url=http://localhost:8080/sync/server]]> Finally, load the sample data and configuration into the server node database by executing: - ../bin/symadmin --engine server run-sql insert_sample.sql + ../bin/dbimport insert_sample.sql @@ -175,7 +175,7 @@ registration.url=http://localhost:8080/sync/server]]> Create the sample tables in the client database by executing: - ../bin/symadmin --engine client run-ddl create_sample.xml + ../bin/dbimport --format XML create_sample.xml Note that the warning messages from the command are safe to ignore.