Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Ultra Media Gallery 5.3
Ultra Media Gallery is the most popular photo gallery and media gallery module for DotNetNuke, the major purpose of this module is to allow you create unlimited pictures and medias to your gallery and organize them by albums, your albums and medias are browsed in flash interface.

XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Ultra Video Gallery 2.3
Ultra Video Gallery is a brother product of Ultra Media Gallery, The major purpose of this product is to provide an easy way to add videos in various formats to your website by and play them in a unique flash gallery.

Flex By DrNuke
The Flex skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 8 great colours, each with 15 banner images, 2 menu types and a choice of 3 background styles. The entire pack features a total of 2376 skins!

Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

CATALooK.netStore Pro & Booking Tools w/source DNN4
Powerful multilingual, search engine optimized ecommerce store and renting/letting system including a concept utilizing many business models in one application integrates:Catalog,Media gallery,Configurator,Packages,Data entry forms,Subscriptions,Recurring billing,40+ CC Gateways,UPS and USPS support

Dynamic Skins :: 7 Colours
This Skin Pack comes in 7 colours with 6 Header Options, 3 Widths, 3 Background Options, and 48 Mix & Match Containers...

Document Exchange Professional 4
Edit documents directly on your server using the latest iteration of the premier document management solution for DotNetNuke (DNN). With a completely revised Ajax-enabled UI.

DNNMasters SEO Suite Enterprise w/Source
If you want better Search Engine ranking you need KeepAlive, URL Rewrite, Custom 404 error, Custom Redirect, Friendly URL's, Sitemap, Google Sitemap.DNNMasters SEO Suite delivers all of it and more!

Skin Pack L006 Bundle - 280 Skins 580 Containers
Contains 20 colors. Each color skin pack includes 14 skins and 29 containers. 20 banner images in 10 categories. Horizontal and Vertical Tabbed menu. DNN4/DNN3.
    |   Register   |   Sunday, July 20, 2008   
Data Springs Product Forums...
Subject: Install error
Prev Next
You are not authorized to post a reply.

Author Messages
Steven
Posts:1
new to the springs
new to the springs

05/13/2008 6:01 AM  

Hi, I am getting the following install error when I install the module. I have not installed the module previously. Can you please help me? I believe that I have the latest Dynamic Registration module because I've just purchased it. The file is named 7917_0_DataSprings_DynamicRegistration_Module31_DNN44PLUS.zip.

Thanks for your help

 

Steven

Info Executing 03.10.10.SqlDataProvider
StartJob Start Sql execution: 03.10.10.SqlDataProvider file

SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'FormHeader'. Use the CONVERT function to run this query. Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'FormFooter'. Use the CONVERT function to run this query. Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'DisplayAfterMessage'. Use the CONVERT function to run this query. 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 PROCEDURE dbo.[DynamicRegistration_AddRegistrationLocal] @LocalizationLanguage as nvarchar(300), @FormHeader as text, @FormFooter as text, @DisplayAfterMessage as text, @DuplicateEmailText as text, @ValidationErrorMessage as text, @UseRegisterButton as integer, @RegisterText as nvarchar(300), @RegisterImage as nvarchar(300), @UseUpdateButton as integer, @UpdateText as nvarchar(300), @UpdateImage as nvarchar(300), @UseCancelButton as integer, @CancelText as nvarchar(300), @CancelImage as nvarchar(300), @UseContinueButton as integer, @ContinueText as nvarchar(300), @ContinueImage as nvarchar(300), @ModuleID as integer AS Insert Into dbo.DynamicRegistration_FormLocalization(LocalizationLanguage, FormHeader, FormFooter, DisplayAfterMessage, DuplicateEmailText, ValidationErrorMessage, UseRegisterButton, RegisterText, RegisterImage, UseUpdateButton, [UpdateText], UpdateImage, UseCancelButton, CancelText, CancelImage, UseContinueButton, ContinueText, ContinueImage, ModuleID) Values(@LocalizationLanguage, @FormHeader, @FormFooter, @DisplayAfterMessage,@DuplicateEmailText, @ValidationErrorMessage, @UseRegisterButton, @RegisterText, @RegisterImage, @UseUpdateButton, @UpdateText, @UpdateImage, @UseCancelButton, @CancelText, @CancelImage, @UseContinueButton, @ContinueText, @ContinueImage, @ModuleID) System.Data.SqlClient.SqlException: Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'FormHeader'. Use the CONVERT function to run this query. Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'FormFooter'. Use the CONVERT function to run this query. Disallowed implicit conversion from data type text to data type nvarchar, table 'C1345_SQLDEV.dbo.DynamicRegistration_FormLocalization', column 'DisplayAfterMessage'. Use the CONVERT function to run this query. 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 PROCEDURE dbo.[DynamicRegistration_UpdateRegistrationLocal] @DynamicRegistrationLocalizationID as uniqueidentifier, @LocalizationLanguage as nvarchar(300), @FormHeader as text, @FormFooter as text, @DisplayAfterMessage as text, @DuplicateEmailText as text, @ValidationErrorMessage as text, @UseRegisterButton as integer, @RegisterText as nvarchar(300), @RegisterImage as nvarchar(300), @UseUpdateButton as integer, @UpdateText as nvarchar(300), @UpdateImage as nvarchar(300), @UseCancelButton as integer, @CancelText as nvarchar(300), @CancelImage as nvarchar(300), @UseContinueButton as integer, @ContinueText as nvarchar(300), @ContinueImage as nvarchar(300), @ModuleID as integer AS Update dbo.DynamicRegistration_FormLocalization Set LocalizationLanguage = @LocalizationLanguage, FormHeader = @FormHeader, FormFooter =@FormFooter, DisplayAfterMessage = @DisplayAfterMessage, DuplicateEmailText = @DuplicateEmailText, ValidationErrorMessage = @ValidationErrorMessage, UseRegisterButton = @UseRegisterButton, RegisterText = @RegisterText, RegisterImage =@RegisterImage, UseUpdateButton =@UseUpdateButton, [UpdateText] =@UpdateText, UpdateImage = @UpdateImage, UseCancelButton = @UseCancelButton, CancelText = @CancelText, CancelImage = @CancelImage, UseContinueButton = @UseContinueButton, ContinueText = @ContinueText, ContinueImage = @ContinueImage, ModuleID = @ModuleID Where ModuleID = @ModuleID and LocalizationLanguage = @LocalizationLanguage
EndJob End Sql execution: 03.10.10.SqlDataProvider file

Chad
Posts:1690
river guide
river guide

05/13/2008 8:59 AM  
Hi. We recently discovered this issue on some instances of Dynamic Registration / SQL Server and we have a fix /patch for this. Its only necessary if you will be needing to use multiple languages (form localization) within Dynamic Registration and your site. Please open a support ticket for this if you are needing form localization and we can get this for you.

-Chad
You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement