 |
|
|
Joined: 11/29/2008
Posts: 3
|
|
|
Chris Hammond wrote
To connect to 2008 you use the same setup as you would for 2000 or 2005.
Sorry wrong error message was entered in the previous post, I get the following error message, I have created the user, mapped with DNN database, authorised it as DBowner,
Configure Database Connection
You can configure the database settings used by DotNetNuke on this page. If you are installing DotNetNuke in a "Hosting Account" your hosting provider should have provided you with the information.
There are two options for SQL Server 2005. SQLServer 2005 supports the use of Database Files. In most situations you should choose the Database option, but if you are using SQL Server 2005 Express then you should use the File option.
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 11
Number: 4060
Message: Cannot open database "Dnn" requested by the login. The login failed.
Index #: 1
Source: .Net SqlClient Data Provider
Class: 14
Number: 18456
Message: Login failed for user 'Dnn'.
|
|
|
|
 |  |
|
| |
 |  |
|
|
|
If using SQL2k8 Express I would try using the SQLExpress option during install, not the 2000/2005 option.
I have not tried 2k8 express myself, I avoid SQLExpress as much as I can because I always run into errors like you have, with the full versions of SQL I never have those issues.
</rant about express>
|
|
|
|
 |  |
|
|
|
Chris Hammond wrote
If using SQL2k8 Express I would try using the SQLExpress option during install, not the 2000/2005 option.
I have not tried 2k8 express myself, I avoid SQLExpress as much as I can because I always run into errors like you have, with the full versions of SQL I never have those issues.
There is no difference between SQL Server 2005 and 2008 Express in accessing the database. I always prefer to manually create the database, grant permissions and use the SQL2000/2005 connection string in DotNetNuke install wizard (or in web.config). This allows to use access database with management studio or another tool while the site is running.
|
|
|
|
 |  |
|
|
Joined: 5/21/2007
Posts: 3
|
|
|
I have tried deleting the folder then unpacking it over and over. I have also deleted and recreated the database, set the permissions but it still gives me the following error when I get to installing additional skins! Can anyone explain to error codes 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.ArgumentNullException: Value cannot be null.
Parameter name: value
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:
[ArgumentNullException: Value cannot be null.
Parameter name: value]
System.Web.Caching.CacheEntry..ctor(String key, Object value, CacheDependency dependency, CacheItemRemovedCallback onRemovedHandler, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, Boolean isPublic) +3599655
System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key, Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback, Boolean replace) +88
System.Web.Caching.Cache.Insert(String key, Object value) +83
DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, CacheItemPriority Priority, CacheItemRemovedCallback OnRemoveCallback, Boolean PersistAppRestart) +134
DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) +70
DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, TimeSpan SlidingExpiration, Boolean PersistAppRestart) +72
DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +280
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +121
DotNetNuke.Common.Globals.GetHostPortalSettings() +216
DotNetNuke.Common.Globals.GetPortalSettings() +79
DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e) +67
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/' Application.
Value cannot be null.
Parameter name: value
|
|
|
|
|  |