(Unattended Installation)
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The [UDDIDatabase] section contains entries for configuring the optional Universal Description, Discovery and Integration (UDDI) Database feature in the Windows Server 2003 family.
To install and enable the UDDI Database, use the UDDIDatabase entry in the [Components] section.
Note
Windows Server 2003 operating system, Standard Edition only supports stand-alone installations of UDDI services. In a stand-alone installation of UDDI Services, the UDDI Web service component and the UDDI Database component must be installed onto the same local server. For a standard service installation, the DatabaseLocation entry in the [UDDIWeb] section of the Unattend.txt file must refer to the computer name of the local computer, and the InstanceName entry in the [UDDIDatabase] section must refer to a database instance on the same computer.
Answer File Entries for the [Components] Section
Entry | Description |
---|---|
CoreFiles1Path |
Specifies the path to core data file 1 location. |
CoreFiles2Path |
Specifies the path to core data file 2 location. |
InstanceName |
Specifies the name of the database instance to be used for the UDDI services database components. |
JournalFilePath |
Specifies the path to the journal data file location. |
RequireSSL |
Specifies whether to require SSL encryption and provide a secure channel for communication with a UDDI services site. |
SiteName |
Specifies the name of the UDDI service site that users and administrators will see. |
StagingPath |
Specifies the path to the staging data file location. |
SystemPath |
Specifies the path to the system data file location. |
TransactionLogPath |
Specifies the path to the transaction log location. |
Specifies the path to core data file 1 location.
CoreFiles1Path = path_to_core_data_file_1
Value | Description |
---|---|
path_to_core_data_file_1 |
Specifies the path to the core data file 1 location. |
CoreFiles1Path = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.
Specifies the path to core data file 2 location.
CoreFiles1Path = path_to_core_data_file_2
Value | Description |
---|---|
path_to_core_data_file_2 |
Specifies the path to the core data file 2 location. |
CoreFiles2Path = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.
Specifies the name of the database instance to be used for the UDDI services database components.
InstanceName = "Sql_Database_Instance"
Value | Description |
---|---|
Sql_Database_Instance |
A SQL database instance installed on the computer. If left blank or set to "UDDI", an MSDE instance is assumed (unless there is a SQL instance with the name "UDDI"). |
InstanceName = "UDDI"
The default value is "UDDI".
Specifies the path to the journal data file location.
JournalFilePath = path_to_journal_data_file
Value | Description |
---|---|
path_to_journal_data_file |
Specifies the path to the journal data file. |
JournalFilePath = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.
Specifies whether to require SSL encryption and provide a secure channel for communication with a UDDI services site.
RequireSSL = YES | NO
Value | Description |
---|---|
Yes |
Requires SSL encryption for communication with a UDDI services site. |
No |
Disables SSL encryption for communication with a UDDI services site. |
RequireSSL = YES
The default value is Yes.
Specifies the name of the UDDI service site that users and administrators will see.
SiteName = computer_name
Value | Description |
---|---|
computer_name |
Specifies the name of the UDDI service site that users and administrators will see. |
SiteName = SRV5
The default value is the computer_name of local computer.
Specifies the path to the staging data file location.
StagingPath = path_to_staging_data_file
Value | Description |
---|---|
path_to_staging_data_file |
Specifies the path to the staging data file. |
StagingPath = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.
Specifies the path to the system data file location.
SystemPath = path_to_system_data_file
Value | Description |
---|---|
path_to_system_data_file |
Specifies the path to the system data file. |
SystemPath = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.
Specifies the path to the transaction log location.
TransactionLogPath = path_to_transaction_log
Value | Description |
---|---|
path_to_transaction_log |
Specifies the path to the transaction log. |
TransactionLogPath = %SYSTEMDRIVE%\Inetpub\uddi\data
The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.