(Unattended Installation)
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The [UDDIWeb] section contains entries for configuring the optional Universal Description, Discovery and Integration (UDDI) Web services feature in the Windows Server 2003 family.
To install and enable the UDDI Web services feature, use the UDDIWeb 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 on 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 |
---|---|
DatabaseLocation |
Specifies the location of the database to use with the UDDI Web services. |
RegisterSite |
Registers the UDDI Web service in Active Directory and creates default services. |
RemoteAccessPassword |
Specifies the password for the remote access service account. |
RemoteAccessUserName |
Specifies the user name of the service account to use with the remote site when using a distributed installation of UDDI services. |
SitePassword |
Specifies the password for the service account. |
SiteUserName |
Specifies the user name of the service account to use with UDDI Web services. |
Specifies the location of the database to use with the UDDI Web services. The database can reside on the same server as the UDDI Web services, or on a different server for greater scalability when using Windows Server 2003 operating system, Enterprise Edition or Windows Server 2003 operating system, Datacenter Edition. To specify a particular database instance, use the InstanceName entry of the [UDDIDatabase] section.
DatabaseLocation = computer_name
Value | Description |
---|---|
computer_name |
The computer name of the server hosting the UDDI Web services database. |
DatabaseLocation = SRV5
The default value is computer_name of local computer
Registers the UDDI Web service in Active Directory and creates default services.
RegisterSite = Yes | No
Value | Description |
---|---|
Yes |
Registers the UDDI Web service in Active Directory and creates default services. |
No |
Does not register the UDDI Web service in Active Directory or create default services. |
RegisterSite = Yes
The default value is Yes.
Specifies the password for the remote access service account.
RemoteAccessPassword = password
Value | Description |
---|---|
password |
The password for the remote access service account. |
RemoteAccessPassword = %URwUesd48^#4
Specifies the user name of the service account to use with the remote site when using a distributed installation of UDDI services.
RemoteAccessUserName = username
Value | Description |
---|---|
username |
The user name of the service account to use with remote UDDI Web services. If no remote user is specified, site credentials are used. |
RemoteAccessUserName = EXAMPLE\uddiwebservice
Specifies the password for the service account specified in the SiteUserName entry. This entry is not required when using the default service account, NetworkService.
SitePassword = password
Value | Description |
---|---|
password |
The password for the service account specified in the SiteUserName entry. |
SitePassword = %URwUesd48^#4
Specifies the user name of the service account to use with UDDI Web services. Using the default service account, NetworkService, is a recommended security practice.
SiteUserName = username
Value | Description |
---|---|
username |
The user name of the service account to use with UDDI Web services. |
SiteUserName = NETWORKSERVICE
The default value is NETWORKSERVICE.