Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DocumentControl PADocumentControl PA
Previous
 
Next
New Post
9/5/2008 4:16 PM
 

Some time ago I purchased a module from Snowcovered called "Document Control" that did some basic check in/out and versioning.  The item is no longer active on SC and the author "NukeMeUp" doesn't have any other modules listed.  I would like to use it in my current DNN 4.8.4 install but I don't want to break anything so I thought I'd see if anyone here was familiar with it and maybe could tell me whether it's ok to use with the current version.

(Normally I would just play around with it but it says in the install.txt file that the line '<add verb ="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" />' needs to be added to the <httpHandlers> section of the web.config and since I don't quite understand what that does I thought it would be better to ask first.)

 
New Post
9/5/2008 5:33 PM
 

I strongly suggest to test it in a local non-productive DNN installation, but if the developer is no longer available, I would be careful - the module might prevent you from upgrading your portal later.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/8/2008 12:00 PM
 

I tried installing it but I get this error message.

StartJob
Begin Sql execution
Info
Executing 01.00.00.SqlDataProvider
StartJob
Start Sql execution: 01.00.00.SqlDataProvider file
Failure
SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: The multi-part identifier "dbo..nmuDocumentControl_Objects.tintObjectID" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_Objects.tintModuleID" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_Objects.tintPortalID" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_Objects.tintObjectType" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tstrObjectTitle" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tstrObjectDescription" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tstrObjectName" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tboolObjectCheckOut" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tstrObjectType" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tboolObjectRecycled" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintObjectSize" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintUserIDCreated" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tdteDateCreated" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tdteDateCheckedOut" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintUserIDCheckedOut" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tdteDateRecycled" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintUserIDRecycled" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectSettings.tboolHistory" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectSettings.tboolVersioning" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_Objects.tintObjectParentID" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tdteDateModified" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintUserIDModified" could not be bound. The multi-part identifier "dbo..nmuDocumentControl_ObjectProperties.tintRecycledParent" could not be bound. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE VIEW dbo.nmuDocumentControl_Objects_Files AS SELECT dbo..nmuDocumentControl_Objects.tintObjectID, dbo..nmuDocumentControl_Objects.tintModuleID, dbo..nmuDocumentControl_Objects.tintPortalID, dbo..nmuDocumentControl_Objects.tintObjectType, dbo..nmuDocumentControl_ObjectProperties.tstrObjectTitle, dbo..nmuDocumentControl_ObjectProperties.tstrObjectDescription, dbo..nmuDocumentControl_ObjectProperties.tstrObjectName, dbo..nmuDocumentControl_ObjectProperties.tboolObjectCheckOut, dbo..nmuDocumentControl_ObjectProperties.tstrObjectType, dbo..nmuDocumentControl_ObjectProperties.tboolObjectRecycled, dbo..nmuDocumentControl_ObjectProperties.tintObjectSize, dbo..nmuDocumentControl_ObjectProperties.tintUserIDCreated, dbo..nmuDocumentControl_ObjectProperties.tdteDateCreated, dbo..nmuDocumentControl_ObjectProperties.tdteDateCheckedOut, dbo..nmuDocumentControl_ObjectProperties.tintUserIDCheckedOut, dbo..nmuDocumentControl_ObjectProperties.tdteDateRecycled, dbo..nmuDocumentControl_ObjectProperties.tintUserIDRecycled, dbo..nmuDocumentControl_ObjectSettings.tboolHistory, dbo..nmuDocumentControl_ObjectSettings.tboolVersioning, dbo..nmuDocumentControl_Objects.tintObjectParentID, dbo..nmuDocumentControl_ObjectProperties.tdteDateModified, dbo..nmuDocumentControl_ObjectProperties.tintUserIDModified, dbo..nmuDocumentControl_ObjectProperties.tintRecycledParent, Created.UserName As tstrCreatedUserName, Created.FirstName tstrCreatedFirstName, Created.LastName tstrCreatedLastName, CheckedOut.UserName As tstrCheckedOutUserName, CheckedOut.FirstName tstrCheckedOutFirstName, CheckedOut.LastName tstrCheckedOutLastName, Recycled.UserName As tstrRecycledUserName, Recycled.FirstName tstrRecycledFirstName, Recycled.LastName tstrRecycledLastName, Modified.UserName As tstrModifiedUserName, Modified.FirstName tstrModifiedFirstName, Modified.LastName tstrModifiedLastName FROM dbo.nmuDocumentControl_Objects LEFT OUTER JOIN dbo.nmuDocumentControl_ObjectProperties ON dbo.nmuDocumentControl_Objects.tintObjectID = dbo.nmuDocumentControl_ObjectProperties.tintObjectID LEFT OUTER JOIN dbo.nmuDocumentControl_ObjectSettings ON dbo.nmuDocumentControl_Objects.tintObjectID = dbo.nmuDocumentControl_ObjectSettings.tintObjectID LEFT OUTER JOIN dbo.Users Created ON tintUserIDCreated = Created.UserID LEFT OUTER JOIN dbo.Users CheckedOut ON tintUserIDCheckedOut = CheckedOut.UserID LEFT OUTER JOIN dbo.Users Recycled ON tintUserIDRecycled = Recycled.UserID LEFT OUTER JOIN dbo.Users Modified ON tintUserIDModified = Modified.UserID WHERE (dbo.nmuDocumentControl_Objects.tintObjectType = 2)
EndJob
End Sql execution: 01.00.00.SqlDataProvider file

 

 

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DocumentControl PADocumentControl PA


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out