Hi,
I have tried to upgrade my dnn version 3.2.2 with DNN 3.3.7. But i recieved this error message. please have a look.
Upgrading DotNetNuke
Current Assembly Version: 03.03.07
Current Database Version: 03.02.02
00:00:00.046 - Executing Script: C:\Inetpub\wwwroot\Knowledge_337\Providers\DataProviders\SqlDataProvider\Upgrade.SqlDataProvider
Upgrade Status Report
00:00:00.781 - Upgrading to Version: 3.2.3
Error! (seeC:\Inetpub\wwwroot\Knowledge_337\Providers\DataProviders\SqlDataProvider\03.02.03.log for more information)
00:00:07.831 - Upgrading to Version: 3.2.4
Success
00:00:07.925 - Upgrading to Version: 3.2.5
Success
00:00:07.972 - Upgrading to Version: 3.2.6
Success
00:00:08.081 - Upgrading to Version: 3.2.7
Success
00:00:08.113 - Upgrading to Version: 3.3.0
Success
00:00:08.425 - Upgrading to Version: 3.3.1
Error! (seeC:\Inetpub\wwwroot\Knowledge_337\Providers\DataProviders\SqlDataProvider\03.03.01.log for more information)
00:00:08.503 - Upgrading to Version: 3.3.2
Success
00:00:08.691 - Upgrading to Version: 3.3.3
Success
00:00:09.035 - Upgrading to Version: 3.3.4
Success
00:00:09.066 - Upgrading to Version: 3.3.5
Success
00:00:09.394 - Upgrading to Version: 3.3.6
Success
00:00:09.754 - Upgrading to Version: 3.3.7
Success
00:00:10.113 - Performing General Upgrades
00:00:11.067 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Announcements_03.03.05_Install.zip:
Success
00:00:12.849 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Blog_3.02.00_Install.zip:
Success
00:00:14.209 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Contacts_3.1_Install.zip:
Success
00:00:14.490 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Documents_03.01.05_Install.zip:
Success
00:00:14.866 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Events_3.2_Install.zip:
Success
00:00:16.319 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\FAQs_3.1_Install.zip:
Success
00:00:16.538 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Feedback_03.02.01_Install.zip:
Success
00:00:16.882 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Forum_3.20.08_Install.zip:
Success
00:00:22.275 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Gallery_3.0.12_Install.zip:
Success
00:00:25.433 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Help_2.0.4_Install.zip:
Success
00:00:26.636 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\HTML_3.3.0_Install.zip:
Success
00:00:26.996 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\IFrame_3.2_Install.zip:
Success
00:00:27.856 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Links_3.3_Install.zip:
Success
00:00:28.200 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Media_03.02.02_Install.zip:
Success
00:00:28.809 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\NewsFeeds_3.1.1_Install.zip:
Success
00:00:28.997 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Repository_3.1.10_Install.zip:
Success
00:00:31.686 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Store_01.00.01_Install.zip:
Error!
00:00:33.077 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\Survey_3.3_Install.zip:
Success
00:00:33.499 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\UserDefinedTable_03.03.06_Install.zip:
Success
00:00:34.749 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\UsersOnline_3.1_Install.zip:
Success
00:00:35.031 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\WhatsNew_3.3_Install.zip:
Success
00:00:35.172 - Installing Module File C:\Inetpub\wwwroot\Knowledge_337\Install\Module\XML_3.1_Install.zip:
Success
Upgrade Complete
Please let me know what should i do to resolve this error.
because when i enter the URl in the address bar. i got this error message.
Run time error
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
|
and when i run this application on the server i recieved this error message shown below.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SqlException: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.]
System.Data.SqlClient.SqlDataReader.Read() +157
DotNetNuke.Common.Utilities.CBO.FillObject(IDataReader dr, Type objType, Boolean ManageDataReader) +57
DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +38
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +243
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +93
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +5961
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
Server Error in '/' Application.
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
if anyone has faced this kind of problem.please let me know how to resolve this error.
Thanks,
Vikash Sharma.