yes, it looks like a db permissions problem - if I use dbo as the owner it don’t let me execute the procedures, yet if I use my admin user as owner it don’t perform the correct updates on the db tables created by the version 1.0.x scripts (using ‘dbo’).
Its a problem with the DotNetNuke installer. I’m trying to install too and have asked for all sorts of help on www.asp.net . DNN’s forums. Version 2.04 appears to not like underscores in the DB name or User name. Username is fine, but since JodoHost automatically puts an underscore in I’m not sure what to so. Either request a DB without the underscore, or run the scripts manually or transfer my local DB to host. Which I’m not sure how to do exactly.
[QUOTE=JiltedCitizen]
Version 2.04 appears to not like underscores in the DB name or User name. Username is fine, but since JodoHost automatically puts an underscore in I’m not sure what to so. Either request a DB without the underscore, or run the scripts manually or transfer my local DB to host. Which I’m not sure how to do exactly.
[/QUOTE]
Is this underscore glitch for real? I’m having DNN install probs too. Jodo support told me I -had- to put my DNN portal in the root with a sub domain. I think that’s crap. They also said that ASPNET account -did have- write permission in the folder and yet the prob still exists. I know how to setup connection strings, that’s not my prob. Not being able to connect as “dbo” account is a bit of a prob but you can export from your localhost database to Jodo database to overcome.
Here’re my questions to anyone with DNN running on Jodo shared servers…
As far as I know its true. I ended up transfering my DB from local to jodohost. All SP’s are in dbo then. And I run mine in root directory. It works mostly. I do get an error when i try to admin portals that I’ve not hammered out yet. But I’m not concerned about it. Everything else works.
[QUOTE=JiltedCitizen]
As far as I know its true. I ended up transfering my DB from local to jodohost. All SP’s are in dbo then. And I run mine in root directory. It works mostly. I do get an error when i try to admin portals that I’ve not hammered out yet. But I’m not concerned about it. Everything else works.
[/QUOTE]
Did Jodo give “ASPNET” account full write in your root web?
In the web.config, there is a line where you can change the account name for dbo. It defaults to “dbo” of course. Did you leave that line dbo, or change it to your Jodo assigned login?