need solution or script to put primay broadlog id in negative sequneces | Community
Skip to main content
New Participant
December 3, 2023
Solved

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

  • December 3, 2023
  • 2 replies
  • 806 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sukrity_Wadhwa

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. 

2 replies

Sukrity_Wadhwa
Sukrity_WadhwaAccepted solution
Employee
December 5, 2023

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
PatrickLittel
New Participant
December 4, 2023

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

ALTER SEQUENCE nmsbroadlogid RESTART WITH -30;