Uddiconfig Command in Windows Server 2008

In this article I am going to explain about uddiconfig command in windows server 2008 operating system.
  • 1019

Introduction

The operating system Uddiconfig command is used to save Universal Description, Discovery, and Integration (UDDI) configuration settings to an XML file.

Syntax of Uddiconfig command

uddiconfig.exe /o[<drive>:][<path>]<FileName> | /f[<drive>:][<path>]<FileName>[/s <ComputerName>][/u <UserName> /p <Password>]

 

Parameters in Uddiconfig command

It contains following parameter, which is given below:
 
Parameter Description
/o[<drive>:][<path>]<FileName> saves settings from the UDDI Services components on the target computer to a file that is specified by FileName.
/f[<drive>:][<path>]<FileName> It applies configuration settings from a file that is specified by FileName to the UDDI Services components on a target computer.
/s <ComputerName> It represents the NETBIOS name of the remote computer that hosts the UDDI Services components.
/u <UserName> It specifies the user name to use on the remote computer that is specified by computer name.
 /p <Password> It specifies the password for userName.

Example of Uddiconfig command

uddiconfig /f C:\Test.xml

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.