Campaign Delete Error | Community
Skip to main content
Level 2
September 4, 2019
Solved

Campaign Delete Error

  • September 4, 2019
  • 15 replies
  • 14297 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
Level 2
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
Level 9
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
Level 2
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
Milan_VuceticAccepted solution
Level 9
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
Level 2
September 11, 2019

Thanks Milan...

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

Thanks..