Skip to main content
Level 4
December 3, 2023
Solved

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

  • December 3, 2023
  • 2 replies
  • 822 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

PatrickLittel
New Member
December 4, 2023

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

ALTER SEQUENCE nmsbroadlogid RESTART WITH -30;

Sukrity_Wadhwa
Adobe Employee
Sukrity_WadhwaAdobe EmployeeAccepted solution
Adobe 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