|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Gregg Froelich Posts:6

 |
| 07/27/2008 1:16 PM |
|
I am trying to install version 5.3 over an existing version. I am getting the following errors when installing. Is there something I need to do, or do i need an upgrade module?
Thanks Gregg
| StartJob |
Start Sql execution: 04.00.00.SqlDataProvider file |
| Failure |
SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'MapFrom' in table 'dbo.BizModules_UPG_Album' is specified more than once. 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.BizModules_UPG_Album ADD MapFrom int, UseExifAsDescription bit, ExifTemplate nvarchar(1000), ApprovalRoles nvarchar(500), BannerSrc nvarchar(50), BannerTitle nvarchar(100), BannerLink nvarchar(100), AutoSync bit, RssGenerator nvarchar(50) System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'ExifDescription' in table 'dbo.BizModules_UPG_Photo' is specified more than once. 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.BizModules_UPG_Photo ADD ExifDescription nvarchar(1000) |
| EndJob |
End Sql execution: 04.00.00.SqlDataProvider file |
| |
| Info |
Executing 04.00.05.SqlDataProvider |
| StartJob |
Start Sql execution: 04.00.05.SqlDataProvider file |
| EndJob |
End Sql execution: 04.00.05.SqlDataProvider file |
| |
| Info |
Executing 04.00.06.SqlDataProvider |
| StartJob |
Start Sql execution: 04.00.06.SqlDataProvider file |
| EndJob |
End Sql execution: 04.00.06.SqlDataProvider file |
| |
| Info |
Executing 05.00.00.SqlDataProvider |
| StartJob |
Start Sql execution: 05.00.00.SqlDataProvider file |
| Failure |
SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'TakenDate' in table 'dbo.BizModules_UPG_Photo' is specified more than once. 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 existing tables ALTER TABLE dbo.BizModules_UPG_Photo ADD TakenDate smalldatetime |
| EndJob |
End Sql execution: 05.00.00.SqlDataProvider file |
| |
| Info |
Executing 05.00.01.SqlDataProvider |
| StartJob |
Start Sql execution: 05.00.01.SqlDataProvider file |
| EndJob |
End Sql execution: 05.00.01.SqlDataProvider file |
| |
| Info |
Executing 05.02.00.SqlDataProvider |
| StartJob |
Start Sql execution: 05.02.00.SqlDataProvider file |
| EndJob |
End Sql execution: 05.02.00.SqlDataProvider file |
| |
| Info |
Executing 05.02.01.SqlDataProvider |
| StartJob |
Start Sql execution: 05.02.01.SqlDataProvider file |
| EndJob |
End Sql execution: 05.02.01.SqlDataProvider file |
| |
| EndJob |
Finished Sql execution |
| |
| StartJob |
Creating files |
| StartJob |
Expanding Resource file |
| EndJob |
Resource Files created |
| |
| Failure |
ExceptionSystem.UnauthorizedAccessException: Access to the path 'C:\clients\C2195\g-fro.com\public_html\bin\BizModules.Decryption.dll' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String FullFileName, Byte[] Buffer) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateBinFile(PaFile File) 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() | |
|
|
|
|
Pengtsen R Posts:5179

 |
| 07/27/2008 4:58 PM |
|
The last error is the trick, network service account doesn't have read/write permission on your /bin folder, so DNN is not able to write UMG DLLs to your /bin folder. so if you install UMG 5.3 again after this failure, some database objects already get created and above errors are reported. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Gregg Froelich Posts:6

 |
| 07/27/2008 6:04 PM |
|
Thank you, that fixed it. I have a new problem. I added the Ultra Media Gallery to the page and I click on both checkboxes and then click next and this just refreshes the page going back to step 1. Please advise |
|
|
|
|
Pengtsen R Posts:5179

 |
| 07/28/2008 6:34 AM |
|
| I'm not sure, you may need to give me a host account so I can check it. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Gregg Froelich Posts:6

 |
| 07/28/2008 6:56 AM |
|
Thanks, I actually found a post in the forum that helped me.
I didn't have proper read/write roles on the web.config file. I updated my roles for that and it works now.
Thanks for your help.
Gregg
|
|
|
|
|
Pengtsen R Posts:5179

 |
| 07/28/2008 4:56 PM |
|
| great! |
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|