Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AppTheory specializes in solutions based on the DotNetNuke platform and has 2 employees on the DotNetNuke Core Team.
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
Verndale
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Installer Utili...  InstallWizard Hung at "Run Database Installation Scripts'
Previous Previous
 
Next Next
New Post 5/15/2007 9:42 AM
User is offline T B
49 posts
10th Ranked


Re: InstallWizard Hung at "Run Database Installation Scripts' 

Unfortunatly the collation is not the issue for me, my db was CI to start with, and I had the same error and still continue to have errors. I have run the install from scratch using a blank db and still was not able to complete the SQL Scripts. Now I have a db with tables and no data in them. The only table that was populated seems to be Version. Portals, PortalAlais, Users, etc are all blank because the scripts did not complete. But the installer will not proceed saying either that 4.5.1 is already installed or the 4.4.0 Success error loops on install db step.

Since there does not appear to be a solution to this issue, I am going to follow the path that has worked twice before. I will install an earlier version and them upgrade to 4.5.1.

 
New Post 6/6/2007 3:40 AM
User is offline McYork
2 posts
10th Ranked


Re: InstallWizard Hung at "Run Database Installation Scripts' 

I have the same error.  It looks to me to be a VB error.  I have no idea why I get it but if anyone is looking at the code in the InstallWizard they may find where a string error is returned but the logic is pasring it as if it were a verion (major, minor, build) set of integers.  Myself I am just commenting out code until it ges away if I can... no luck yet.

 
New Post 6/7/2007 1:26 AM
User is offline McYork
2 posts
10th Ranked


Re: InstallWizard Hung at "Run Database Installation Scripts' 

My fix was not a fix really - I installed as dbo a gave the account everything but backup rights on the database.  Install then went smooth and everything is running clean without errors (I can cleaded out the database of all priop attempts).  From the 4.5.3 Install download.

 
New Post 8/25/2007 9:15 AM
User is offline JanF
27 posts
10th Ranked


Re: InstallWizard Hung at "Run Database Installation Scripts' 

Similar problem with 4.05.05 on XP / SQL Express. Install hangs when running "Run Database Installation Scripts".

For some reason, it works in Auto mode but not in Custom or Typical install mode.
Other symtoms; the images are not displayed, and formatting / style sheet? is not attached during install.
Seems to be some rights issue that I can not find....

I get past the test file permissions and test database connection.

Any clues?

 
New Post 9/4/2007 4:26 PM
User is offline Michael Bielski
39 posts
10th Ranked


Re: InstallWizard Hung at "Run Database Installation Scripts' 

 janaf123 wrote

Similar problem with 4.05.05 on XP / SQL Express. Install hangs when running "Run Database Installation Scripts".

For some reason, it works in Auto mode but not in Custom or Typical install mode.
Other symtoms; the images are not displayed, and formatting / style sheet? is not attached during install.
Seems to be some rights issue that I can not find....

I get past the test file permissions and test database connection.

Any clues?

Read your post and thought that I would try the Auto mode on XP Pro/SQL2000. I'd like to think it got farther, but I still have errors and no portal. InstallWizard.aspx output is:

00:00:00.015 - Installing Version: 4.4.0
00:00:00.031 -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.156 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log for more information)
00:00:07.375 -   Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:16.469 - Installing MemberRole Provider:
00:00:16.469 -   Executing Script: InstallCommon
00:00:17.719 -   Executing Script: InstallMembership
00:00:18.407 -   Executing Script: InstallProfile
00:00:18.578 -   Executing Script: InstallRoles
00:00:18.969 - Upgrading to Version: 4.5.5
00:00:19.063 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:19.188 -   Executing Script: 04.05.00.SqlDataProvider Error! (see 04.05.00.log for more information)
00:00:21.375 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:21.547 -   Executing Script: 04.05.02.SqlDataProvider Success
00:00:22.594 -   Executing Script: 04.05.03.SqlDataProvider Success
00:00:22.751 -   Executing Script: 04.05.04.SqlDataProvider Success
00:00:22.860 - Performing General Upgrades
00:00:23.563 - Loading Host Settings:
00:00:24.063 - Configuring SuperUser:
00:00:24.782 - Installing Modules:
00:00:24.813 - Executing Additional Scripts:
00:00:24.813 -   Creating Portal: My Website
00:00:27.829 -   Error: Error parsing Portal TemplateThe stored procedure 'dbo.dnn_GetFolderPermissionsByPortal' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetFolderPermissionsByPortal(Int32 PortalID) at DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsDictionary(Int32 PortalID) at DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(Int32 PortalID, String Folder) at DotNetNuke.Common.Utilities.FileSystemUtils.SetFolderPermission(Int32 PortalId, Int32 FolderId, Int32 PermissionId, Int32 RoleId, Int32 UserId, String relativePath) at DotNetNuke.Entities.Portals.PortalController.ParseFolderPermissions(XmlNodeList nodeFolderPermissions, Int32 PortalID, Int32 FolderId, String folderPath) at DotNetNuke.Entities.Portals.PortalController.ParseFolders(XmlNode nodeFolders, Int32 PortalId) at DotNetNuke.Entities.Portals.PortalController.ParseTemplate(Int32 PortalId, String TemplatePath, String TemplateFile, Int32 AdministratorId, PortalTemplateModuleAction mergeTabs, Boolean IsNewPortal) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
00:00:27.829 -   Portal failed to install:Error!
00:00:27.829 - Installing Optional Resources:

When I look in the schema.log file it appears to be nothing but a long series of SQL commands. There are no dates/times or anything, so it is hard to tell what happened when. The 04.05.00.log file is a little better at yielding information since it only contains one set of error messages, shown below:

System.Data.SqlClient.SqlException: Invalid column name 'UserID'.
Invalid column name 'UserID'.
Could not use view or function 'dbo.dnn_vw_FolderPermissions' because of binding errors.
   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)


CREATE procedure dbo.[dnn_GetFolderPermissionsByPortal]
 @PortalId  int
 
 AS
 
 SELECT *
 FROM dbo.dnn_vw_FolderPermissions
 WHERE  PortalID = @PortalID OR (PortalId IS NULL AND @PortalId IS NULL)

I hope this helps somebody, because I am stumped here.

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Installer Utili...  InstallWizard Hung at "Run Database Installation Scripts'
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Aricie
Aricie is one of the French pioneers and experts in DotNetNuke technology.
www.aricie.com
AFUEGO!
Looking for Free DNN Hosting?
www.AFUEGO.com
Code 5 Systems, LLC.
The DNN Missing Link: A Form Module. Form Master 1.6 is an intuitive Form Creation Module at a great price. Quality Custom Module development, and DNN consulting services.
www.code5systems.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP