Other Support Options
|
| |
Listserv
Pose a question to other users. |
|
|
| Revised | : | January 5, 2006 (mc) |
| Version | : | All ILLiad versions |
| Revision | : | 1 |
HOWTO: Changing the Port for Microsoft SQL Server 2000
January 5, 2006
SUMMARY
You can change the port that ILLiad uses to connect to Microsoft SQL Server (to get around an arbitrary firewall blockage for example). This involves making a change on each server machine (if you have more than one component to the ILLiad server) and each client machine. This also involves editing a configuration file for OpenURL.
Making this change will disrupt ILLiad service until all components are changed.
HOW TO CHANGE THE MICROSOFT SQL SERVER 2000 PORT ON THE SERVER
- Open the Microsoft SQL Server Enterprise Manager.
- Right-click on your server instance (you may have to expand the server groups).
- Choose Properties.
- Under the General tab, click the button labeled "Network Configuration". The SQL Server Network Utility will be displayed.
- On the right, under the Enabled Protocols, you should see TCP/IP. Select it and hit the Properties button.
- The Network Protocol Default Value Setup dialog will ask for the Default Port for SQL Server (it will most likely be 1433). Changing this entry will change the port that SQL Server listens on. Make the change and hit OK to close the dialog.
- Hit Apply on the SQL Server Network Utility screen, then OK.
- The system will tell you that the changes are saved, but that they will not take effect until you stop and restart the SQL Server service. Hit OK.
- Hit OK to close the Properties dialog.
- Right-click on your server instance again, and choose to stop the SQL Server service.
- Once it has stopped, right-click and choose to start the SQL Server service. Restarting it will now use the new port.
HOW TO CHANGE THE MICROSOFT SQL SERVER 2000 PORT ON THE CLIENT
- Close the ILLiad Client and any Administrative tools (Customization Manager, User Manager, etc.).
- On each ILLiad Client machine, go to the ILLiad program group and open the Client Network Utility under the Networking folder.
- On the right, under the Enabled Protocols, you should see TCP/IP. Select it and hit the Properties button.
- The Network Protocol Default Value Setup dialog will ask for the Default Port for SQL Server (it will most likely be 1433). Changing this entry will change the port that ILLiad connects to on the ILLiad/SQL Server.
- Change the entry and hit OK to close.
- Hit OK to close and save the changes.
HOW TO CHANGE THE MICROSOFT SQL SERVER 2000 PORT FOR OPENURL
- On your OpenURL server (almost always the same as your ILLiad web server), open your OpenURL directory and browse to {OpenURLDirectory}\jakarta\webapps\OpenURL\web-inf and open the web.xml file using Notepad.
- Towards the top of that file, there is a line of code that says: jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=ILLData
(localhost may be replaced by the ip address of your SQL Server if it is not the same machine as your OpenURL server.) - Change the port 1433 to be the new port that you are using to connect to your SQL Server.
- Save changes to the file and close it.
- Under Services stop and restart the ILLiad OpenURL Service.