We have an issue on a DMS where we removed DVEs on an element so that the DVE elements should be removed from the surveyor.
After this action we have 6 DVE elements without a name.
I also can't recreate my DVE element from the main element but if I rename it in the table it can create a new DVE element but it's not linked to the blank element.
So it's like that the blank elements still have their name cached
Is there a way to delete the blank (broken) DVE elements? Maybe with client test tool?
Hi Robbie,
Did you already restarted DataMiner?
Can you check in the database which dve's are linked on your main element and if you see some invalid data?
Cassandra : select from dveelementinfo where pd={parentDMA} and pe= {parentElementID}
MySQL : select from elementinfo_dve elementinfo_dve where pd={parentDMA} and pe= {parentElementID}
Regards,
The query resulted in 32 rows where I see 3 entries where the n column shows INVALID NAME and the lsp column shows null;
Do I need to remove these 3?