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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListUpdate to 03.03.06 causing errorsUpdate to 03.03.06 causing errors
Previous
 
Next
New Post
1/3/2007 1:43 PM
 

I am trying to update the UDT to version 03.03.06 on a DNN installation of 3.2.2.  Now all my existing instances of the UDT are giving me this error:

Error: 2006-07 Meal Pricers is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.GetUserDefinedField' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.GetUserDefinedField' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Wfra.DNN.Modules.WFRA_UDT.Data.SqlDataProvider.GetUserDefinedField(Int32 UserDefinedFieldId) at Wfra.DNN.Modules.WFRA_UDT.Business.WFRA_UDTController.GetUserDefinedField(Int32 UserDefinedFieldId) at Wfra.DNN.Modules.WFRA_UDT.WFRA_UDT.BindData() at Wfra.DNN.Modules.WFRA_UDT.WFRA_UDT.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace -

Any ideas what the problem might be?


Thanks

 
New Post
1/3/2007 2:03 PM
 

you should read the release notes first: UDT 3.3.x requires DNN 3.3.x/4.3.x and later.

I included a special treatment that prevents the module from modifying the database, so you can just download and install UDT 3.2.0 and it will work fine. You need however to modify the version number of UDT before next upgrade to state the installed version, otherwise necessary database adoption will not take place.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/3/2007 2:06 PM
 

I think some of my confussion can from the download page where it states the following:

User Defined Table 03.03.06 Source 10/17/2006
Download
3.03.05 / 4.03.05

It looks like my DNN version of 3.2.2 would work with the 03.03.06 UDT version.  Now I am thinking that I should be using the UDT 03.02.00 version. 

Since I have the 03.03.06 version installed DNN will not let me install the older version of UDT.  How can I get the older version installed without losing the data in my existing UDT's?

Thanks

 
New Post
1/3/2007 2:12 PM
 

I guess the interchangability of the versions 3.3.6 and 03.03.06 got me confussed.

I tried to install the 3.02.00 version and this is the message I received:

StartJob Starting Installation
StartJob Reading files
Info Loading EditUserDefinedTable.ascx
Info File EditUserDefinedTable.ascx read successfully
Info Loading MakeThumbnail.aspx
Info File MakeThumbnail.aspx read successfully
Info Loading ManageUserDefinedTable.ascx
Info File ManageUserDefinedTable.ascx read successfully
Info Loading UserDefinedTable.ascx
Info File UserDefinedTable.ascx read successfully
Info Loading EditUserDefinedTable.ascx.resx
Info File EditUserDefinedTable.ascx.resx read successfully
Info Loading ManageUserDefinedTable.ascx.resx
Info File ManageUserDefinedTable.ascx.resx read successfully
Info Loading UserDefinedTable.ascx.resx
Info File UserDefinedTable.ascx.resx read successfully
Info Loading DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.dll
Info File DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.dll read successfully
Info Loading 03.01.00.SqlDataProvider
Info File 03.01.00.SqlDataProvider read successfully
Info Loading 03.01.01.SqlDataProvider
Info File 03.01.01.SqlDataProvider read successfully
Info Loading 03.02.00.SqlDataProvider
Info File 03.02.00.SqlDataProvider read successfully
Info Loading Uninstall.SqlDataProvider
Info File Uninstall.SqlDataProvider read successfully
Info Loading DNN_UserDefinedTable.dnn
Info File DNN_UserDefinedTable.dnn read successfully
Info Loading DotNetNuke.Modules.UserDefinedTable.dll
Info File DotNetNuke.Modules.UserDefinedTable.dll read successfully
EndJob Reading files done.
 
StartJob Reading DNN file
Info DNN file is in valid 3.0 format.
Info ...
Info Loading files info
Info Found valid path (App_LocalResources) for EditUserDefinedTable.ascx.resx.
Info Found valid path (App_LocalResources) for ManageUserDefinedTable.ascx.resx.
Info Found valid path (App_LocalResources) for UserDefinedTable.ascx.resx.
Info Loading Modules info
Info Loading Control info for 'User Defined Table' module
EndJob Dnn load finished successfully
 
Warning Install aborted - New Version older than Installed Version
EndJob Installation successful.

It wold not install over the newer version.

Thanks

Randy

 
New Post
1/3/2007 2:51 PM
 

please log in as host and go to host :: SQL menu item

enter the following text into the text box and hit enter (don't check "run as Script"):

UPDATE {databaseOwner}{objectQualifier}DesktopModules SET Version = '03.02.00' WHERE ModuleName Like N'DNN_UserDefinedTable'

and afterwards replace with the following text and hit enter again

SELECT Version from {databaseOwner}{objectQualifier}DesktopModules WHERE ModuleName Like N'DNN_UserDefinedTable'

I assume, you had installed UDT 3.2.0 before, otherwise replace the version number.

it should list version and "03.02.00"

Afterwards install the previous UDT version.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListUpdate to 03.03.06 causing errorsUpdate to 03.03.06 causing errors


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