Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
IDLTeam
Contributor II
Contributor II

Weekly reset of journal sequence number (architecture : replication db2 to snowflake)

Hello Qlik community,

I have some flows that replicate data from DB2 to Snowflake.

To do this, the process goes through jounals and libraries.

vdurannot_0-1695082673400.png

To sum up, I have two type of tasks : A reading task that reads data (changes) from DB2 (endpoint IBM DB2 for iSeries) and a writing task to replicate data in Snowflake. The process is working well.

My question : 

The team responsible for the journals wishes to implement a weekly reset of the journal sequence number.

So, has anyone encountered this change before ? Do you think it will impact the replication flows (if it can generate errors side effects etc...) ?

Our goal is to assess potential impacts before implementing this weekly reset.

Thank you

Labels (3)
3 Replies
john_wang
Support
Support

Hello @IDLTeam ,

Thanks for reaching out to Qlik Community!

Qlik Replicate calls the API TABLE(QSYS2.Display_Journal()) to get changes from DB400 Journal. From theory the journal sequence number reset (whatever when the system IPL, or vary on an independent disk pool) does not impact Replicate getting changes. However I'd like to suggest you conduct an acceptance test on lower environment to double-confirm.

BTW, please take note the Journal receivers must be System Managed.

Hope this helps.

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!
Barb_Fill21
Support
Support

Hi @IDLTeam  

I agree with @john_wang  I would suggest you try this in a Test environment first to prove what the behavior will be.

It may be needed to stop the tasks before you do the re-sequencing of the receiver files.  And then resume the task.

Please post here with your results. 

 

Many Thanks

Barb

 

IDLTeam
Contributor II
Contributor II
Author

Thank you @john_wang and @Barb_Fill21  for your answers.

 

No impact for the reset of jounal sequences.