Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

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.

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

    |   Register   |   Sunday, November 23, 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:2227
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