Configures or defines entities in the repository by reading properties from an XML file.
configure [ connect-args | local-args ] [-verbose true|false] filename
<jag_configure [ verbose=”true|false” ] file=”filename” />
Where:
Option |
Description |
Required |
---|---|---|
connect-args | local-args |
Arguments to specify a connection to the server or to run in local mode. See “Local versus connected mode”. |
Yes |
|
Execute in verbose mode. The default
is |
No |
filename |
XML file to read commands from. |
Yes |
Return value |
Indicates |
---|---|
0 |
The command ran successfully; the result is true/success. |
1 |
The command ran successfully; the result is false/failure. |
2 |
The command did not run successfully; an exception was thrown. |
The configure command allows you to define and configure entities with an XML file.
exportconfig, “XML configuration files”
Copyright © 2005. Sybase Inc. All rights reserved. |