Cisco Unified MeetingPlace, Release 7.0 -- How to Use a Custom TCP Port for the SQL Server Connection
From DocWiki
Main page: Cisco Unified MeetingPlace, Release 7.0
Up one level: Configuration
Contents |
Customizing the SQL Port for the Local SQL Database
Procedure
- In the SQL server network utility, perform the following:
- Note: To perform this operation in SQL Server 2005, use the SQL Server Configuration Manager tool.
- Select TCP.
- Click Properties
- Change the default port from 1433 to the desired port.
- Click OK.
- Stop the SQL server.
- Start the SQL server.
- Edit the registry:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Latitude\ODBC.
- Create a registry key of type DWORD named SlaveDBPort.
- Set the created entry to your desired value for the port.
- Restart the Cisco Unified MeetingPlace Web Conferencing service.
NOTE: When you restart the Web Server, all manual changes made to the registry are lost.
Customizing the SQL Port for the Remote SQL Database
Procedure
- Install Cisco Unified MeetingPlace Web Conferencing as usual, choosing remote database (this will install with the default port, 1433).
- Use the SQL server network utility to change the port on the remote database:
- Note: To perform this operation in SQL Server 2005, use the SQL Server Configuration Manager tool.
- Select TCP.
- Click Properties.
- Change the default port from 1433 to the desired port.
- Click OK.
- Stop the SQL server.
- Start the SQL server.
- Edit the registry:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Latitude\ODBC.
- Create a registry key of type DWORD named SlaveDBPort.
- Set the created entry to your desired value for the port.
- Select Start > Programs > Administrative Tools > Open Data Sources (ODBC).
- Click System DSN.
- Select MPWEB.
- Click Configure.
- Click Next on the Microsoft SQL Server DSN Configuration screen.
- Click Client Configuration.
- Uncheck Dynamically determine port box.
- Enter your custom port number.
- Click OK.
- Close ODBC.
- Restart the Cisco Unified MeetingPlace Web Conferencing service.
NOTE: When you restart the Web Server, all manual changes made to the registry are lost.
Switching from the Local Database to the Remote Database on the Custom Port
Procedure
- Start with the local database on default port 1433.
- Stop the Cisco Unified MeetingPlace Web Conferencing service
- Use the SQL server network utility to change the port on the remote database:
- Note: To perform this operation in SQL Server 2005, use the SQL Server Configuration Manager tool.
- Select TCP.
- Click Properties
- Change the default port from 1433 to the desired port.
- Click OK.
- Stop the SQL server.
- Start the SQL server.
- Edit the registry:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Latitude\ODBC.
- Create a registry key of type DWORD named SlaveDBPort.
- Set the created entry to your desired value for the port.
- Select Start > Programs > Administrative Tools > Open Data Sources (ODBC).
- Click System DSN.
- Select MPWEB.
- Click Configure.
- Change the "Which SQL server do you want to connect to" field to the remote SQL server name.
- Click Next on the Microsoft SQL Server DSN Configuration screen.
- Click Client Configuration.
- Uncheck Dynamically determine port box.
- Enter your custom port number.
- Click OK.
- Close ODBC.
- On the web server, open the MeetingPlace Gateway Configuration utility.
- Click Web Conferencing.
- Change the database name from (local) to remote database.
- Enter the user name and password for the remote database.
- Click Apply.
- Click OK.
- Start the Cisco Unified MeetingPlace Web Conferencing service.