Puts the server that you have connected to into ready mode.
set_ready connect-args
Where connect-args is a list of arguments to connect to the server, as specified in “Using connected mode”.
<jag_set_ready />
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. |
This example puts the server into ready mode after being in admin mode.
Command line:
jagtool set_ready
Ant build file:
<jag_set_ready />
Copyright © 2005. Sybase Inc. All rights reserved. |