CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 3/24/2004 9:22:45 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 7 Views: 32 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
8 Items, 1 Pages 1 |< << Go >> >|
jags
Asp.Net User
Column 'HomeTabId' does not belong to table . ?!?3/24/2004 9:22:45 PM

0/0

Hi all,

I'm trying to get a fresh remote install to work and get the following:

Any ideas?



Column 'HomeTabId' does not belong to table .
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.ArgumentException: Column 'HomeTabId' does not belong to table .

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:


[ArgumentException: Column 'HomeTabId' does not belong to table .]
System.Data.DataRow.get_Item(String columnName) +119
DotNetNuke.PortalSettings.GetPortalSettings(Int32 TabId, Int32 PortalId) +2631
DotNetNuke.PortalSettings..ctor(Int32 tabId, Int32 PortalId) +253
DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) +755
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87



Tom
www.seablick.com
jags
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?3/25/2004 6:29:49 PM

0/0

Nevermind...I'm up and running!
Tom
www.seablick.com
CTOSian
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?4/2/2004 2:00:16 PM

0/0

jags,
Can you let us know what you did to 'cure' this problem... I'm gertting the same. :)

rfinsel
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?5/27/2004 3:40:25 PM

0/0

How did you solve this?
I am getting the exact same error message.

http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=586758
rfinsel
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?5/28/2004 3:25:31 AM

0/0

Does ANYBODY have a clue what is causing this and or how to fix it???????????????????




Server Error in '/' Application.
--------------------------------------------------------------------------------

Column 'HomeTabId' does not belong to table .
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.ArgumentException: Column 'HomeTabId' does not belong to table .

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:


[ArgumentException: Column 'HomeTabId' does not belong to table .]
System.Data.DataRow.get_Item(String columnName) +121
DotNetNuke.PortalSettings.GetPortalSettings(Int32 TabId, Int32 PortalId) +2636
DotNetNuke.PortalSettings..ctor(Int32 tabId, Int32 PortalId) +253
DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) +756
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.947
rfinsel
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?5/29/2004 2:56:33 PM

0/0

Ok, solved this problem by uploading my local SQL database via Enterprise Manager.
The only change I made to the database after uploading was to the "Portals" table.
I simply added my domain to the "PortalAlias" field.

While the above solved the "Home TabId" problem and now at least the DNN site does load when I go to my domain, I am unable to login to the site admin. I will post the solution to this as soon as I figure it out :)

Good Luck
rfinsel
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?5/29/2004 3:51:06 PM

0/0

Got it!

I simply changed the authentication properties in web.config from "Windows" to "Forms" and viola! I can login and manage my site.

I changed...

<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>
==========================


To...
==========================
<authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" />
</authentication>
==========================


Good Luck
Lordakira2
Asp.Net User
Re: Column 'HomeTabId' does not belong to table . ?!?10/28/2004 8:48:33 AM

0/0

Hi rfinsel! I'm having the same problem as you had. When you upload the database with enterprise manager, did you upload the database with Sql commands or also the data?
Thanks
8 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
DotNetNuke: Error on First Run [Archive] - CodingForums.com [ArgumentException: Column 'HomeTabId' does not belong to table .] System.Data. DataRow.get_Item(String columnName) +120 DotNetNuke. ...
Oddible.com - Dot Net Nuke ... in the IIS App and web.config; I had changed the databaseOwner in web.config which caused the problem "Column 'HomeTabId' does not belong to table . ". ...
Problem installing DNN 2.0 - ASP.NET Forums I also had the "Column 'HomeTabId' does not belong to table Table1. " issue. I haven't fully debugged it yet, but it seemed to happen after I created a sql ...
ng.novell-forums.novell-support-groupwise-6x-gwia/12 - fix error ... messagebody empty on createuser wizard's sendingemail event · column 'hometabid' does not belong to table . ?!? truth in the following (security) statement ...
经过一番折腾终于在虚拟主机上面装上sql版的DNN - 中国Rainbow - 博客园 Column 'HomeTabId' does not belong to table 显示错误. jierry [未注册用户] 评论于 2004-09-03 13:13 回复 引用. CALENDER. <, 2004年9月, > ...
ng.borland-forums.borland-public-cppbuilder-language-cpp/2 - fix ... column 'hometabid' does not belong to table . ?!? remember me check box 2.0 membership not working · modifications · [byte]() · outside users can not login ...
经过一番折腾终于在虚拟主机上面装上sql版的DNN - 中国Rainbow - 博客园 Column 'HomeTabId' does not belong to table 显示错误. jierry [未注册用户] 评论于 2004-09-03 13:13 回复 引用. CALENDER. <, 2004年9月, > ...
ng.borland-forums.borland-public-cppbuilder-language-cpp/2 - fix ... column 'hometabid' does not belong to table . ?!? remember me check box 2.0 membership not working · modifications · [byte]() · outside users can not login ...
经过一番折腾终于在虚拟主机上面装上sql版的DNN - 中国Rainbow - 博客园 Column 'HomeTabId' does not belong to table 显示错误. jierry [未注册用户] 评论于 2004-09-03 13:13 回复 引用. CALENDER. <, 2004年9月, > ...
ng.borland-forums.borland-public-cppbuilder-language-cpp/2 - fix ... column 'hometabid' does not belong to table . ?!? remember me check box 2.0 membership not working · modifications · [byte]() · outside users can not login ...




Search This Site:










webmatrix and dnn

problem accessing host/admin pages - error

installing dnn in win xp

add authorized & administrator roles to announcements module

default install help !!!

login error

creating forms

dnn 3.1.0 missing 10 modules...

how to add the dotnetnuke gallery

module for integrating asp 3.0 code

'fields' is not a member of 'system.web.mail.mailmessage'

configuration error

error trying to run the modules solution

dotnetnuke configuration error

error in dnn installation

whats the difference between a parent and a child portal?

installation problem

will dnn3 ever support ms access!?

object reference not set to an instance of an object

multiple portals - what are the server side requirement?

log viewer doesn't work

first installation error - please help

top navigation bar with sub menu

deleting modules

upgrading error- urgent

create a web page...

dotnetnuke problems on a windows 2003 server

cant install dnn 3.02??? what am i doing wrong

problem connecting to database on initial setup

newbie rss

  Privacy | Contact Us
All Times Are GMT