To configure CA DataMinder endpoint agents on a Citrix server to use a SQL Server database, run the following msiexec.exe command in restricted UI mode:
msiexec /i c:\client.msi WGNPARENTSERVERNAME=<parent> WGNDATABASETYPE=MSSQL WGNDATABASESERVER=localhost WGNDBPRIMARYUSERNAME=WGNUSER WGNDBPRIMARYPASSWORD=<password> WGNDBPRIMARYCREATEACCOUNT=1 WGNDBSEARCHUSERNAME=WGNSEARCH WGNDBSEARCHPASSWORD=<password> WGNDBSEARCHCREATEACCOUNT=1 WGNDBADMINUSERNAME=sa WGNDBADMINPASSWORD=<password> /qb
Where WGNDBADMINUSERNAME is the name of a database administrator login. For SQL Server databases, this login is typically 'sa'.
Note: Full msiexec.exe instructions and variable descriptions are available in the 'Technical Information' chapter of the Platform Deployment Guide.
Copyright © 2014 CA.
All rights reserved.
|
|