Specifies a string to connect to the client message store.
qaagent -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.
ODBC data sources are not typically used on client devices. ODBC is not used by qaagent.
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 DatabaseFile (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 DatabaseName (DBN) connection parameter.
server=server-name Specify the name of the database server that is already running. The default value is the name of the database. See ServerName (Server) 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 Userid (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 Password (PWD) connection parameter.
dbkey=key Specify the encryption key required to access the database. See DatabaseKey (DBKEY) connection parameter.
start=startline
Specify the database server start line. If you do not specify the startline, the default for Windows Mobile is start=dbsrv12 -m -gn 5
, and the default for other Windows platforms is start=dbsrv12 -m
. The -m option causes the contents of the transaction log to be deleted at checkpoints and is recommended. See:
qaagent -id Device1 -c "DBF=qanyclient.udb" -x tcpip(host=hostname) -policy automatic |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |