Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

need solution or script to put primay broadlog id in negative sequneces

Avatar

Level 5

please helpnto provide me script to put primary broad log id in negative sequence

 

 

checked  with aodbe support but they have no lick 

 

please help to providr

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi @Shruti1,

This has also been answered in another query thread authored by you: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/broadlog-id-primar...

You can also refer here for the solution. 



Sukrity Wadhwa

View solution in original post

2 Replies

Avatar

Level 1

ALTER SEQUENCE nmsbroadlogid INCREMENT BY -30; -- Or any decrement you wish

ALTER SEQUENCE nmsbroadlogid RESTART WITH -30;

Avatar

Correct answer by
Administrator

Hi @Shruti1,

This has also been answered in another query thread authored by you: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/broadlog-id-primar...

You can also refer here for the solution. 



Sukrity Wadhwa