The following table lists the parameters that must be set when installing SCRM 2006 by using command-line parameters.
Mandatory Properties
Parameters | Value | Description |
---|---|---|
SQLSVR_INSTANCE |
{Computer Name\{Instance Name} |
The specific SQL Server Instance where the SCRM Reporting Database will be installed. If your SQL Server is the default instance and not a named instance you use SQLSVR_INSTANCE=Computer Name. |
REPORTING_USER |
User enters |
The user account name for the DTS task that imports data from the MOM Database and SMS Database to the SCRM Reporting Database. |
REPORTING_DOMAIN |
User enters |
The SCRM service account’s domain. |
REPORTING_PASSWORD |
User enters |
The SCRM service account’s password. |
DB_SIZE |
300 Minimum. |
The initial size of the Presentation Database custom options. The default is 100 Mb. |
STG_DB_SIZE |
300 Minimum. |
Staging Database custom options to specify database size. |
CONF_DB_SIZE |
10 Minimum. |
Configuration Database custom option to specify database size. |
PIDKEY |
{See CD case or product information} |
Required for unattended installs of the retail version. The PIDKEY parameter is not required for evaluation and selected installations. |
The following table lists optional command-line parameters. If you do not specify a value, the default value is applied.
Optional Properties
Parameters | Value | Description |
---|---|---|
USERNAME |
User enters (optionally) |
SCRM user name. |
COMPANYNAME |
User enters (optionally) |
SCRM company name. |
SC_INSTALL_DIR |
%ProgramFiles%\System Center Reporting Manager. |
The destination folder for installing the data warehouse. |
SHARE_NAME |
SCRMSMSShare |
Specify share name. |
SHARE_DIR |
C:\SCRM_Staging |
Specify share directory. |
AUTOMATICALLY_DETECT_ROSETTA_VDIRS |
1 |
If this property is set to 0, the following two properties become mandatory. By default, this property is set to 1 and will detect the virtual directories automatically. When virtual directories are detected automatically, the detected values are set into the following properties, irrespective of their current value. REPORT_SERVER_VDIR (ReportServer) REPORT_MANAGER_VDIR (Reports) |
DB_DATA_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Presentation Database custom options to specify data directory. |
DB_LOG_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Presentation Database custom options to specify log file directory. |
STG_DB_DATA_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Staging Database custom option to specify data directory. |
STG_DB_LOG_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Staging Database custom option to specify log file directory. |
CONF_DB_DATA_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Configuration Database custom option to specify data directory. |
CONF_LOG_DIR |
Obtained from the SQL Server SQLPath registry key with \data appended. |
Configuration Database custom option to specify log file directory. |
DBREMOVE |
0 |
Only used for uninstallation. Default value is 0. In this case the databases are not deleted. Can be set to 1 to delete the databases. |
REPORT_SERVER |
{Computer Name} |
The computer name for the location of the SQL Server Reporting Services database. |