Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Delete DMX from Portal
Last Post 03/18/2013 2:38 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
jimfer
New Member
New Member
Posts:5


--
03/13/2013 4:53 PM
When you remove all instances of DMX from a particular portal does all the Metadata for DMX in that portal get deleted? I would like to start over on the implementation of DMX on a particular Portal. Since all the DMX versions of the files where inadvertently deleted but the module shows all files and folder structure. I am at an early stage of implementation and would like to start over. I still have the original files that were imported on installation. I assume the steps would be:
1. Delete Module instances
2. ADD DMX module back
3. Import Files

please verify this procedure. I do have the module on other portals on the site where it is in production.

Thanks!!
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/18/2013 2:38 PM
"When you remove all instances of DMX from a particular portal does all the Metadata for DMX in that portal get deleted?"
No. Instances are independent from the data.

To empty DMX go to SQL and run
DELETE FROM DMX_Entries WHERE PortalId=[PortalId]
GO
DELETE FROM DMX_Categories WHERE PortalId=[PortalId]
GO

Peter
You are not authorized to post a reply.