Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator
Partner - Creator

Qlik Replicate Source IBM DB2 for iSeries port connection

Hi,
I have a connection source in replicate using IBM DB2 for iSeries, and use these connection properties with IP address,
Is posible configure the IP address and especified a port number to connection?

thanks,

Labels (2)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @lguevara ,

The port number for DB2 on iSeries is fixed by default, and I’m not aware of any systems configured to use a different port - unless SSL is enabled, in which case a separate port may be used.

See IBM Docs port numbers which are used in DB400.

PC Function Port (non-TLS) TLS Port
Server Mapper 449 449
License Management (see Note) 8470 9470
RPC/DPC (Remote Command) 8475 9475
Sign-On Verification 8476 9476
Database Access 8471 9471

 

Regards,

John.

 

 
Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

5 Replies
john_wang
Support
Support

Hello @lguevara ,

Yes, you can connect to DB2 for iSeries using either the hostname or the IP address.

As for the port number — on a typical AS/400 (IBM i) system, the port is fixed and managed by the system, which is different from most other RDBMS platforms. Therefore, you typically do not need to specify a port number explicitly when connecting.

A sample:

 

john_wang_1-1745635173483.png

Hope this helps.

John.

 

 

 

 

 
Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
lguevara
Partner - Creator
Partner - Creator
Author

HI @john_wang ,

In this case environment production DB2 for iSeries use another port.
Is there any way to configure the port on the connection?

thanks,

john_wang
Support
Support

Hello @lguevara ,

The port number for DB2 on iSeries is fixed by default, and I’m not aware of any systems configured to use a different port - unless SSL is enabled, in which case a separate port may be used.

See IBM Docs port numbers which are used in DB400.

PC Function Port (non-TLS) TLS Port
Server Mapper 449 449
License Management (see Note) 8470 9470
RPC/DPC (Remote Command) 8475 9475
Sign-On Verification 8476 9476
Database Access 8471 9471

 

Regards,

John.

 

 
Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
lguevara
Partner - Creator
Partner - Creator
Author

Hi @john_wang,

Perhaps it's another reason.
I want to validate the connection from the Linux server that has IBM-iAccess configured.
How do I build a connection string to IBM DB2 for iSeries, or how does Qlik Replicate create this connection string?

thanks,

 

 

 
Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download
 
john_wang
Support
Support

Hello @lguevara ,

Could you please elaborate on the system setup and the port numbers being used?

Regarding Qlik Replicate, it can either generate the connection string automatically or use an existing 64-bit ODBC DSN. You may configure an ODBC DSN and test the connectivity using "isql". If the connection is successful, you can then use the same DSN in Replicate.

Regards,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!