Specifies a string to connect to the client message store.
qauagent -c connection-string ...
Connection parameter | Default value |
---|---|
uid | ml_qa_user |
pwd | qanywhere |
The connection string must specify connection parameters in the form keyword=value, separated by semicolons, with no spaces between parameters.
DSNs are not typically used on client devices. ODBC is not used by qauagent.
The following are some of the connection parameters you may need to use:
dbf=filename Connect to a message store with the specified file name. See UltraLite DBF connection parameter.
dbn=database-name Connect to a client message store that is already running by specifying a database name rather than a database file. See UltraLite DBN connection parameter.
uid=user Specify a database user ID to connect to the client message store. This parameter is required if you change the default UID or PWD connection parameters. See UltraLite UID connection parameter.
pwd=password Specify the password for the database user ID. This is required if you change the default UID or PWD connection parameters. See UltraLite PWD connection parameter.
dbkey=key Specify the encryption key required to access the database. See UltraLite DBKEY connection parameter.
qauagent -id Device1 -c "DBF=qanyclient.db" -x tcpip(host=hostname) -policy automatic |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |