(Remote Installation Services)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

UDDIDatabase

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.

CoreFiles1Path

Specifies the path to core data file 1 location.

Syntax
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.

Example
CoreFiles1Path = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.

CoreFiles2Path

Specifies the path to core data file 2 location.

Syntax
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.

Example
CoreFiles2Path = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.

InstanceName

Specifies the name of the database instance to be used for the UDDI services database components.

Syntax
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").

Example
InstanceName = "UDDI"
Comments

The default value is "UDDI".

JournalFilePath

Specifies the path to the journal data file location.

Syntax
JournalFilePath = path_to_journal_data_file
Value Description

path_to_journal_data_file

Specifies the path to the journal data file.

Example
JournalFilePath = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.

RequireSSL

Specifies whether to require SSL encryption and provide a secure channel for communication with a UDDI services site.

Syntax
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.

Example
RequireSSL = YES
Comments

The default value is Yes.

SiteName

Specifies the name of the UDDI service site that users and administrators will see.

Syntax
SiteName = computer_name
Value Description

computer_name

Specifies the name of the UDDI service site that users and administrators will see.

Example
SiteName = SRV5
Comments

The default value is the computer_name of local computer.

StagingPath

Specifies the path to the staging data file location.

Syntax
StagingPath = path_to_staging_data_file
Value Description

path_to_staging_data_file

Specifies the path to the staging data file.

Example
StagingPath = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.

SystemPath

Specifies the path to the system data file location.

Syntax
SystemPath = path_to_system_data_file
Value Description

path_to_system_data_file

Specifies the path to the system data file.

Example
SystemPath = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.

TransactionLogPath

Specifies the path to the transaction log location.

Syntax
TransactionLogPath = path_to_transaction_log
Value Description

path_to_transaction_log

Specifies the path to the transaction log.

Example
TransactionLogPath = %SYSTEMDRIVE%\Inetpub\uddi\data
Comments

The default value is %SYSTEMDRIVE%\Inetpub\uddi\data.