Skip to content

Commit

Permalink
symadmin commands changed to dbimport as needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Jun 2, 2012
1 parent 31bff02 commit 4436808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symmetric/symmetric-assemble/src/docbook/tutorial.xml
Expand Up @@ -147,7 +147,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Create the sample tables in the server database by executing the following command:</para>
<para>
<command>../bin/symadmin --engine server run-ddl create_sample.xml</command>
<command>../bin/dbimport --format XML create_sample.xml</command>
</para>
<para> Note that the warning messages from the command are safe to ignore.</para>
</step>
Expand All @@ -162,7 +162,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Finally, load the sample data and configuration into the server node database by executing:</para>
<para>
<command>../bin/symadmin --engine server run-sql insert_sample.sql</command>
<command>../bin/dbimport insert_sample.sql</command>
</para>
</step>
</procedure>
Expand All @@ -175,7 +175,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Create the sample tables in the client database by executing:</para>
<para>
<command> ../bin/symadmin --engine client run-ddl create_sample.xml</command>
<command> ../bin/dbimport --format XML create_sample.xml</command>
</para>
<para> Note that the warning messages from the command are safe to ignore.</para>
</step>
Expand Down

0 comments on commit 4436808

Please sign in to comment.