doc.FAQ.ISuspectThatMyUserIsExperiencingPortOrNetworkingProblemsWhatDoIDo
- Do firewall restrictions prevent a user from downloading our components?
- Do networking problems prevent transfer of a downloaded file to the target machine?
- Do port problems prevent Multi-tier users from starting their Request Brokers?
- Do users not know what ports to pass in data source names or connect strings?
- Do firewalls prevent Multi-Tier clients from contacting Multi-Tier Request Brokers?
- Do Multi-Tier port settings restrict the number of concurrent connections?
Do firewall restrictions prevent a user from downloading our components?
- Test both
HTTPandFTPlinks.
- Provide a DAV link to the file.
- Attempt to
FTPthe file to a user site.
- Attempt to email components to the user.
- Provide files to user via CD. (Requires Manager Approval.)
Do networking problems prevent transfer of a downloaded file to the target machine?
- Urge the user to seek assistance from the on-site network administrator.
- Tell the user to transfer the file(s) via CD or disk.
Do port problems prevent Multi-tier users from starting their Request Brokers?
- Log in to the machine that contains the Multi-tier server components.
- Use a text editor to open the
oplrqb.inifile that resides in the/binsub-directory of the installation.
- Locate the
[Protocol TCP]section.
- Locate the
Listenparameter. (Release 1.x and 3.x users locate.)PortLow
- Close
oplrqb.ini.
- Run
netstat -a.
- If
Listenoris occupied, assign a new port inPortLow oplrqb.ini.
- If
Listenoris not occupied, this may not be a port problem.PortLow
Do users not know what ports to pass in data source names or connect strings?
- Inform users that the only OpenLink-specific ports appear in the
[Protocol TCP]section of the server component's.../openlink/bin/oplrqb.inifile. Any other port would be gleaned from database-related configuration files or utilities.
Do firewalls prevent Multi-Tier clients from contacting Multi-Tier Request Brokers?
- Login to the machine that contains the Multi-Tier server components.
- Use a text editor to open the
oplrqb.inifile that resides in the/binsub-directory of the installation.
- Locate the
[Protocol TCP]section. For example:
[Protocol TCP] PingWatchdog = No PingInterval = 600 ;IPAddress = 127.0.0.1 PortLow = 5000 PortHigh = 5020
- Make sure
is uncommented and set.PortHigh should equalPortHigh + the number of concurrent connections granted by the license + a few extra ports.PortLow
- Record the
-PortLow range.PortHigh
- Record the
Listenport value. (Release 1.x and 3.x do not have Listen.)
- Close
oplrqb.ini.
- Open the
Listenand-PortLow TCP ports on the firewall.PortHigh
- Open UDP port
60001-- in addition to those above -- to accommodate Release 1.x and Release 3.x drivers.
Do Multi-Tier port settings restrict the number of concurrent connections?
- Login to the machine that contains the Multi-Tier server components.
- Use a text editor to open the
oplrqb.inifile that resides in the/binsub-directory of the installation.
- Locate the
[Protocol TCP]section. For example:
[Protocol TCP] PingWatchdog = No PingInterval = 600 ;IPAddress = 127.0.0.1 PortLow = 5000 PortHigh = 5020
- Make sure
is uncommented and set.PortHigh should equalPortHigh + the number of concurrent connections granted by the license + a few extra ports.PortLow
- Save changes and exit the file.
- Restart or reinitialize the Request Broker and test.