내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Campaign Delete Error

Avatar

Level 2

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?

1827150_pastedImage_0.png

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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 답변 개

Avatar

Level 8

Hello,

Do you have access to delete the campaigns and make sure that you are having operator rights to delete if you don't have Admin access.

Regards,

Venu

Avatar

Level 2

Yes, have admin rights -

1827183_pastedImage_0.png

Thanks

Avatar

Level 8

Can you confirm that who created this campaign ? Either you or another operator ?

Coz there may be a chance that you can't delete campaigns created by another operator

Avatar

Level 2

Yes, I have created this.

Thanks

Avatar

Level 10

Hi,

It seems as you have already deleted it but it is still visible in GUI.

Could you, please, clean local cache and try again?

Regards,

Milan

Avatar

Level 2

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

Avatar

Level 4

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.

Avatar

Level 2

Hi Badr,

Its not workflow. I am unable to delete campaign.

Thanks

Avatar

Level 2

Hi,

Any help on this..

Thanks.

Avatar

Level 10

Hi,

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

1829912_pastedImage_0.png

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

Avatar

Level 2

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..

Avatar

Level 10

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

Avatar

Level 2

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

Thanks..

Avatar

정확한 답변 작성자:
Level 10

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

Avatar

Level 2

Thanks Milan...

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

Thanks..