jfdesign-gmail
-
2/20/2010 11:30:08 PM
Error when installing
Can anyone explain this error?
ERROR: An error occured: [DataConnection.ExecuteQuery]: Query: CREATE VIEW [View_Node_Document] AS SELECT CMS_Tree.NodeID, CMS_Document.DocumentID, CMS_Tree.NodeSiteID, CMS_Tree.NodeClassID FROM CMS_Tree INNER JOIN CMS_Document ON CMS_Document.DocumentNodeID = CMS_Tree.NodeID WHERE (CMS_Tree.NodeLinkedNodeID IS NULL) UNION ALL SELECT CMS_Tree_Linked.NodeID, CMS_Document_Linked.DocumentID, CMS_Tree_Linked.NodeSiteID, CMS_Tree_Linked.NodeClassID FROM CMS_Tree AS CMS_Tree_Linked INNER JOIN CMS_Document AS CMS_Document_Linked ON CMS_Document_Linked.DocumentNodeID = CMS_Tree_Linked.NodeLinkedNodeID WHERE (CMS_Tree_Linked.NodeLinkedNodeID IS NOT NULL) : caused exception: There is already an object named 'View_Node_Document' in the database.
|