Campaign Delete Error | Community
Skip to main content
New Participant
September 4, 2019
Solved

Campaign Delete Error

  • September 4, 2019
  • 15 replies
  • 14296 views

Hi,

I am unable to delete campaigns from the program. Whenever clicking on "delete" , its giving Attribute 'OperationId' unknown error.

Any idea why I am getting this error?

Thanks

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 Milan_Vucetic

Hi,

this is not an issue, every table should have a primary key populated for every record.

If you have this problem every time when you want to erase some campaign then it is a configuration issue probably (primary key is not populated). I understood that this is a one particular case  that you have experienced (we don't know reason why this happened, we just found a way to delete it)

Regards,

Milan

15 replies

ADB407207Author
New Participant
September 11, 2019

Thanks Milan...

Actually I am facing this issue for every campaign delete, might be some configuration issue....

Thanks..

Milan_Vucetic
Milan_VuceticAccepted solution
New Participant
September 9, 2019

Hi,

this is not an issue, every table should have a primary key populated for every record.

If you have this problem every time when you want to erase some campaign then it is a configuration issue probably (primary key is not populated). I understood that this is a one particular case  that you have experienced (we don't know reason why this happened, we just found a way to delete it)

Regards,

Milan

ADB407207Author
New Participant
September 9, 2019

Any idea how it will be resolved? Is it Adobe Campaign installation issue or initial configuration issue? Our campaign is hosted on premise.

Thanks..

Milan_Vucetic
New Participant
September 9, 2019

Hi,

I am glad that you solved problem.

Yes, it looks for primary key identifier for delete operation and that field was empty.

Regards,

Milan

ADB407207Author
New Participant
September 9, 2019

Thanks Milan.. using SQL Query I am able to delete the campaign.

Any idea why I am getting error while trying to delete it fro the console? It looks like, the delete operation is looking for the "OperationId" attribute in nmsOperation schema, which is not exists, hence throwing error. But not sure why this out of the box functionality throwing error.

Thanks..

Milan_Vucetic
New Participant
September 9, 2019

Hi,

Please, try deleting campaign from database directly or use SQL code node.

Find Internal name of your campaign (because missing Id) with Generic query editor and set sql query inside of node:

DELETE FROM NMSOPERATION WHERE SINTERNALNAME = 'internal_name_of_your_campaign'

Maybe will work for you.

Regards,

Milan

ADB407207Author
New Participant
September 9, 2019

Hi,

Any help on this..

Thanks.

ADB407207Author
New Participant
September 5, 2019

Hi Badr,

Its not workflow. I am unable to delete campaign.

Thanks

New Participant
September 4, 2019

Hi,

It's a little weird what is happening, but the first thing im thinking to do, is to go from Tools >  Generic query editor, and search that workflow if still showing using the query editor. if not then is something wrong with the display.

you can too go to administration > Production > Objects Created automatically, and delete it from there if shows.

If you have acces to the Data Base, you can too search it there directly and if you find it delete it using sql methods.

Regards,

Badr.

ADB407207Author
New Participant
September 4, 2019

Just now deleted local cache.. still I am able to view that campaign... Even if I just create a campaign and then delete then also unable to delete it.

Thanks