ERROR | Element dbindex invalid | Community
Skip to main content
New Participant
May 8, 2023
Solved

ERROR | Element dbindex invalid

  • May 8, 2023
  • 4 replies
  • 1185 views

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.

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 LakshmiPravallika

Hi @marianasi1 ,

 

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.

 

4 replies

LakshmiPravallika
LakshmiPravallikaAccepted solution
New Participant
May 22, 2023

Hi @marianasi1 ,

 

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.

 

Sukrity_Wadhwa
Employee
May 22, 2023

Hi @marianasi1,

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

Thanks!

Sukrity Wadhwa
isahore
New Participant
May 11, 2023

Hi @marianasi1,

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

_Manoj_Kumar_
New Participant
May 9, 2023

Hello @marianasi1 

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

     Manoj     Find me on LinkedIn