Resolving a UDDI Registry Database Port Conflict

To modify the port used by the database hosting the UDDI registry schema, edit the Start script for the database and synchronize the JUDDIServerCache connection cache configuration to use the same port.

To modify the Start script:

  1. Open the <installation directory>\Orch-5_1\startUO51uddidb_asa.cmd.

  2. Edit the following line:

    START "Start UDDI db" "%ASA_HOME%\dbsrv9.exe" 
    -n %DB_NAME% "%DB_LOC%\%DB_DATA%"

  3. Specify the desired port:

    START "Start UDDI db" "%ASA_HOME%\dbsrv9.exe" 
    -n %DB_NAME% "%DB_LOC%\%DB_DATA%" 
    -x tcpip(ServerPort=5432;doBroadcast=no)

To edit the JUDDIServerCache Connection Cache Properties to match the Start script:

  1. Open the EAServer Manager. Selecting Start|Programs|Sybase|EAServer.

  2. Right-click the JUDDIServeCache node in the Connection Caches Properties dialog.

  3. In the General tab, edit the Server Name and XA Server Name fields so the port number matches the port number in the startup script.

    For example:

    jdbc:sybase:Tds:localhost:5432

Discovering a Service

Preparing to Use the Sybase WorkSpace UDDI Server

Managing Ports

UDDI Server

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com