Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Qlik Replicate Qlik Replicate handle sessions on Db2 for i series

Hi,

I would like to understand the difference in session handling in the following scenarios:

I use as a source Db2 for i series 7.4 in qlik replicate 202411

When performing a full load task.

When running a task in CDC  mode.

When doing a simple endpoint test (Test Connection).

When stopping a task.

Because I want to identified if a session is running o when was the last login to audit.

Thanks

Labels (4)
4 Replies
john_wang
Support
Support

Hello @lguevara ,

I’m not sure I fully understand your question — could you please elaborate?
Are you referring to the number of connections, the connection establishment process, or the queries running within the sessions?

thanks,

John.

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

Hi @lguevara ,

Qlik Replicate performs the Full Load and Change Data Capture (CDC) using the account specified in the DB2 iSeries endpoint.

Regards,
Desmond

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 II
Partner - Creator II
Author

Hi @john_wang 

Yes I want to understand connection establishment process, because since db2 how identified this connection session.

thanks,

DesmondWOO
Support
Support

Hi @lguevara ,

You might want to try running SELECT * FROM QSYS2.NETSTAT_INFO. You can also check QSYS2.ACTIVE_DB_CONNECTIONS, but this function does not exist in an older version. I recommend checking in with the AS400 administrator for more details.

Regards,
Desmond

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