Please enable JavaScript to view this site.
When there is a Firewall between your PC and the IBM i, certain ports need to be open when using Cobwebb Document Management.
Application |
Ports |
Cobwebb Designer |
3772, 3773 |
Cobwebb Docstore |
6443 (HTTPS), 6400 (HTTP) |
IBM i Access |
449, 8471-8476 (see table below for details) |
5250 Emulation |
23 |
Cobwebb FTP |
21 (Others may be required if Passive FTP is enabled on the IBM i, which it almost always is) |
The following is a summary of the main IBM i Access ports that may be significant - for the full list please see the IBM Support page.
PC Function |
Ports |
Server Mapper |
449 |
Database Access |
8471 (Used by Kofax validation) |
Data Queues |
8472 |
IFS Access using IBM i Navigator |
8473 |
Network Printers |
8474 |
Remote Command |
8475 |
Signon Verification |
8476 |
Example Error
The following is an error received when Exporting your Design from the Cobwebb Designer using sockets
Failed to Create Data Channel, Error Code is: 100xx
Reason - This was because port 3772 had been unblocked but port 3773 had not. Firewalls etc. need both ports (3772 & 3773) unblocked for Cobwebb Designer Export to work when the Use Sockets Server option is used. The PCSRVI (SOXSVR) job, running in the CPPD Subsystem, listens for connections on port 3772. When a file store request is made, a separate connection is created on port 3773.
Test Connection to an IBM i Port using TELNET
In the following examples please replace <server_address> with the DNS Name or IP Address of your IBM i.
•Open a Command Prompt on your PC.
Port not open scenario
Enter:
telnet <server_address> 3773
Response:
Connecting To <server_address>...Could not open connection to the host, on port 3773: Connect failed
Port open scenario
Enter:
telnet <server_address> 3772
Response:
Accepted - Black screen