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 ForumsSurveySurveyError using Survey 3.3 on DNN 4.3.0Error using Survey 3.3 on DNN 4.3.0
Previous
 
Next
New Post
9/12/2006 12:59 PM
 

Hi Michael,

 

before installing, I have delete the 2 dll files, but get this error:

Info Executing 03.03.00.SqlDataProvider
StartJob Start Sql execution: 03.03.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Spaltennamen müssen in jeder Tabelle eindeutig sein. Der Spaltenname 'IsCorrect' wurde in der dbo.SurveyOptions-Tabelle mehrmals angegeben. 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) ALTER TABLE dbo.SurveyOptions ADD IsCorrect bit NOT NULL CONSTRAINT DF_SurveyOptions_IsCorrect DEFAULT 0
EndJob End Sql execution: 03.03.00.SqlDataProvider file

And this error:

Resource Upload Logs
Return
 
StartJob Starting Installation
StartJob Reading files
Info Loading EditSurvey.ascx.resx
Info File EditSurvey.ascx.resx read successfully
Info Loading Settings.ascx.resx
Info File Settings.ascx.resx read successfully
Info Loading Survey.ascx.resx
Info File Survey.ascx.resx read successfully
Info Loading 03.01.00.SqlDataProvider
Info File 03.01.00.SqlDataProvider read successfully
Info Loading 03.03.00.SqlDataProvider
Info File 03.03.00.SqlDataProvider read successfully
Info Loading 04.00.00.SqlDataProvider
Info File 04.00.00.SqlDataProvider read successfully
Info Loading 04.00.00.txt
Info File 04.00.00.txt read successfully
Info Loading DNN_Survey.dnn.config
Info File DNN_Survey.dnn.config read successfully
Info Loading EditSurvey.ascx
Info File EditSurvey.ascx read successfully
Info Loading EditSurvey.ascx.vb
Info File EditSurvey.ascx.vb read successfully
Info Loading icon_survey_32px.gif
Info File icon_survey_32px.gif read successfully
Info Loading module.css
Info File module.css read successfully
Info Loading red.gif
Info File red.gif read successfully
Info Loading Settings.ascx
Info File Settings.ascx read successfully
Info Loading Settings.ascx.vb
Info File Settings.ascx.vb read successfully
Info Loading Survey.ascx
Info File Survey.ascx read successfully
Info Loading Survey.ascx.vb
Info File Survey.ascx.vb read successfully
Info Loading Uninstall.SqlDataProvider
Info File Uninstall.SqlDataProvider read successfully
Info Loading SqlDataProvider.vb
Info File SqlDataProvider.vb read successfully
Info Loading DataProvider.vb
Info File DataProvider.vb read successfully
Info Loading SurveyController.vb
Info File SurveyController.vb read successfully
Info Loading SurveyInfo.vb
Info File SurveyInfo.vb read successfully
Info Loading SurveyOptionController.vb
Info File SurveyOptionController.vb read successfully
Info Loading SurveyOptionInfo.vb
Info File SurveyOptionInfo.vb read successfully
Info Loading DNN_Survey.dnn
Info File DNN_Survey.dnn read successfully
EndJob Reading files done.
 
StartJob Reading DNN file
Info DNN file is in valid 3.0 format.
Info xml loaded.
Info Loading files info
Info Found valid path (App_LocalResources) for EditSurvey.ascx.resx.
Info Found valid path (App_LocalResources) for Settings.ascx.resx.
Info Found valid path (App_LocalResources) for Survey.ascx.resx.
Info Found valid path (Providers\DataProviders\SqlDataProvider) for 03.01.00.SqlDataProvider.
Info Found valid path (Providers\DataProviders\SqlDataProvider) for 03.03.00.SqlDataProvider.
Info Found valid path (Providers\DataProviders\SqlDataProvider) for 04.00.00.SqlDataProvider.
Info Found valid path ([app_code]Providers\DataProviders\SqlDataProvider) for SqlDataProvider.vb.
Info Found valid path ([app_code]) for DataProvider.vb.
Info Found valid path ([app_code]) for SurveyController.vb.
Info Found valid path ([app_code]) for SurveyInfo.vb.
Info Found valid path ([app_code]) for SurveyOptionController.vb.
Info Found valid path ([app_code]) for SurveyOptionInfo.vb.
Info Loading Modules info
Info Loading Control info for 'Survey' module
EndJob Dnn load finished successfully
 
StartJob Begin Sql execution
Info Executing 03.01.00.SqlDataProvider
StartJob Start Sql execution: 03.01.00.SqlDataProvider file
EndJob End Sql execution: 03.01.00.SqlDataProvider file
 
Info Executing 03.03.00.SqlDataProvider
StartJob Start Sql execution: 03.03.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Spaltennamen müssen in jeder Tabelle eindeutig sein. Der Spaltenname 'IsCorrect' wurde in der dbo.SurveyOptions-Tabelle mehrmals angegeben. 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) ALTER TABLE dbo.SurveyOptions ADD IsCorrect bit NOT NULL CONSTRAINT DF_SurveyOptions_IsCorrect DEFAULT 0
EndJob End Sql execution: 03.03.00.SqlDataProvider file
 
Info Executing 04.00.00.SqlDataProvider
StartJob Start Sql execution: 04.00.00.SqlDataProvider file
EndJob End Sql execution: 04.00.00.SqlDataProvider file
 
EndJob Finished Sql execution
 
StartJob Creating files
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\EditSurvey.ascx.resx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\Settings.ascx.resx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\Survey.ascx.resx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\03.01.00.SqlDataProvider
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\03.03.00.SqlDataProvider
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\04.00.00.SqlDataProvider
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\04.00.00.txt
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\DNN_Survey.dnn.config
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\EditSurvey.ascx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\EditSurvey.ascx.vb
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\icon_survey_32px.gif
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\module.css
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\red.gif
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Settings.ascx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Settings.ascx.vb
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Survey.ascx
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Survey.ascx.vb
Info Created c:\inetpub\wwwroot\DesktopModules\Survey\Uninstall.SqlDataProvider
Failure ExceptionSystem.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access to the path 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\o2ngznva.tmp' is denied. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config) ---> System.UnauthorizedAccessException: Access to the path 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\o2ngznva.tmp' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at System.CodeDom.Compiler.TempFileCollection.EnsureTempNameCreated() at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension, Boolean keepFile) at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension) at System.Configuration.Internal.WriteFileContext..ctor(String filename, String templateFilename) at System.Configuration.Internal.InternalConfigHost.StaticOpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.UpdateConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) --- End of inner exception stack trace --- at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) at System.Configuration.Configuration.SaveAsImpl(String filename, ConfigurationSaveMode saveMode, Boolean forceSaveAll) at System.Configuration.Configuration.Save() at DotNetNuke.Common.Utilities.Config.AddCodeSubDirectory(String name) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()

 
New Post
9/12/2006 11:23 PM
 

aarsys -

The errors look like SQL script errors but I did not change the SQL scripts at all. Are you able to install the normal Survey module? It has the same SQL script. The other errors look like PA uploader erros. Can you upggrade to the latest version of DotNetNuke and try again?

Thanks.



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
9/13/2006 1:16 AM
 

Hi Micheal,

I have e new clean install of Dnn 4.3.4 .  I did not install the survey Module on the DNN Install about the this Beta.  so now I will try to install the normal Survey Module this evening.

Regards

Matthias

 
New Post
9/13/2006 10:47 AM
 

Hi Michael,

I have now install the normal survey Module.  There only is any problem  in the SQL Provider 3.3.0 if rests of an Survey Module is on system.  After complete deinstall of Survey Module, a new install runs witout any problems.

Then I have try  delete the normal survey module, and install after cache delete the Beta.  Now I get this error only

Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\EditSurvey.ascx.resx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\Settings.ascx.resx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\App_LocalResources\Survey.ascx.resx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\03.01.00.SqlDataProvider
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\03.03.00.SqlDataProvider
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider\04.00.00.SqlDataProvider
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\04.00.00.txt
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\DNN_Survey.dnn.config
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\EditSurvey.ascx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\EditSurvey.ascx.vb
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\icon_survey_32px.gif
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\module.css
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\red.gif
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Settings.ascx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Settings.ascx.vb
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Survey.ascx
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Survey.ascx.vb
Info erstelle c:\inetpub\wwwroot\DesktopModules\Survey\Uninstall.SqlDataProvider
Abbruch FehlerSystem.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access to the path 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\rnx9bpqq.tmp' is denied. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config) ---> System.UnauthorizedAccessException: Access to the path 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\rnx9bpqq.tmp' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at System.CodeDom.Compiler.TempFileCollection.EnsureTempNameCreated() at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension, Boolean keepFile) at System.CodeDom.Compiler.TempFileCollection.AddExtension(String fileExtension) at System.Configuration.Internal.WriteFileContext..ctor(String filename, String templateFilename) at System.Configuration.Internal.InternalConfigHost.StaticOpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext, Boolean assertPermissions) at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.UpdateConfigHost.OpenStreamForWrite(String streamName, String templateStreamName, Object& writeContext) at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) --- End of inner exception stack trace --- at System.Configuration.MgmtConfigurationRecord.SaveAs(String filename, ConfigurationSaveMode saveMode, Boolean forceUpdateAll) at System.Configuration.Configuration.SaveAsImpl(String filename, ConfigurationSaveMode saveMode, Boolean forceSaveAll) at System.Configuration.Configuration.Save() at DotNetNuke.Common.Utilities.Config.AddCodeSubDirectory(String name) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
 

Regards

 

Matthias

 
New Post
9/13/2006 10:58 AM
 
Thank you for testing. I think this error you have now is related to a bug that just got fixed in the next version of DNN that will hopefully be released in the next 2 weeks. When it is released can you test again? Thank You.


Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsSurveySurveyError using Survey 3.3 on DNN 4.3.0Error using Survey 3.3 on DNN 4.3.0


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