Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

ERROR | Element dbindex invalid

Avatar

Level 2

Hello,

 

We are using Adobe Campaign Classic V7 and we are getting this error:

 

SCM-120013 Index definition not permitted because the element has no associated table
------
Element 'dbindex' invalid (line 3, document 'nms:broadLogRcp')
------
SCM-120001 Unable to parse schema 'nms:broadLogRcp'

 

Has anyone had a similar issue? Can someone help?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MarianaSimoes2021 ,

 

There was some links that points to inexisting tables,Please delete/Clean them, It will work.

 

Syntax: 

 

DROP INDEX <dbindex>; (Execute this SQL Code in SQL Code execution activity.)

 

Regards,

Pravallika.

 

View solution in original post

4 Replies

Avatar

Community Advisor

Hello @MarianaSimoes2021 

Check if the fields marked for indexing exist in the schema or if anything is changed.


     Manoj
     Find me on LinkedIn

Avatar

Community Advisor

Hi @MarianaSimoes2021,

Can you specify what you are trying to do when you get this error? Some screenshots would help.

Avatar

Administrator

Hi @MarianaSimoes2021,

Were you able to resolve this query or do you still need more help here? Do let us know.

Thanks!



Sukrity Wadhwa

Avatar

Correct answer by
Community Advisor

Hi @MarianaSimoes2021 ,

 

There was some links that points to inexisting tables,Please delete/Clean them, It will work.

 

Syntax: 

 

DROP INDEX <dbindex>; (Execute this SQL Code in SQL Code execution activity.)

 

Regards,

Pravallika.