Hi Abul.
During our system patch window, while SFG is down we always run this, to clear them out.
TRUNCATE TABLE ACT_SESSION_GUID DROP STORAGE CONTINUE IDENTITY IMMEDIATE;
TRUNCATE TABLE DATA_FLOW_GUID DROP STORAGE CONTINUE IDENTITY IMMEDIATE;
TRUNCATE TABLE DMI_FACT_GUID DROP STORAGE CONTINUE IDENTITY IMMEDIATE;
TRUNCATE TABLE MBX_MAILBOX_GUID DROP STORAGE CONTINUE IDENTITY IMMEDIATE;
TRUNCATE TABLE MBX_MESSAGE_GUID DROP STORAGE CONTINUE IDENTITY IMMEDIATE;
I would truncate them and then reset the identity columns.
Thanks,
Attila
------------------------------
Attila Toke
------------------------------
Original Message:
Sent: Thu April 17, 2025 09:40 PM
From: ABUL HASAN SHADHALI
Subject: Manually resetting a sequence ID in IBM Sterling Integrator
Hi Attila,
Thank you very much for your response. It's reassuring to hear that a manual reset will not have any impact. I now have another query:
For resetting the sequence ID for the table ACT_SESSION_GUID, should we clear or delete its data from the tables ACT_SESSION_GUID and ACT_SESSION? Are there any other related tables whose data needs to be cleared or deleted for data integration purposes?
Once the data in all relevant tables is cleared or deleted, should we proceed with resetting the sequence ID for the table ACT_SESSION_GUID?
Thanks in advance for your response.
With Regards,
Abul Hasan Shadhali
------------------------------
ABUL HASAN SHADHALI
------------------------------
Original Message:
Sent: Thu April 17, 2025 08:05 AM
From: Attila Toke
Subject: Manually resetting a sequence ID in IBM Sterling Integrator
Hi Abul,
No issues or impact was noticed at all.
Thanks,
Attila
------------------------------
Attila Toke
Original Message:
Sent: Thu April 17, 2025 02:06 AM
From: ABUL HASAN SHADHALI
Subject: Manually resetting a sequence ID in IBM Sterling Integrator
Hi @Attila Toke,
Thank you very much for your response. After Manual reset, did you find any performance related issues like slowness or any other impact?
Thanks in advance,
Abul Hasan Shadhali
------------------------------
ABUL HASAN SHADHALI
Original Message:
Sent: Wed April 16, 2025 08:53 AM
From: Attila Toke
Subject: Manually resetting a sequence ID in IBM Sterling Integrator
Hello,
We ran this in DB2 and it reset it when one ran out, so it was reset
alter table MBX_MESSAGE_GUID alter NEXT_MESSAGE_ID RESTART WITH 1
alter table ACT_SESSION_GUID alter NEXT_SESS_ARC_ID RESTART WITH 1
Thanks
Attila
------------------------------
Attila Toke