Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adrianus 2 posts 22 karma points
    Feb 04, 2010 @ 21:03
    Adrianus
    0

    problem with local installation on XP

    Hello all,

    I;m new with Umbraco and just try to install Umbraco 4 on my Windows XP by following this guide. I have checked all the requirements for installation, but when it comes to step 2/5 Database Configuration and click I the install button, all I got is this message : Could not find a part of the path 'C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3'.

    Here I'm using windows XP and Cassini ASP net Server with Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

    And here is the Stacktrace :

    [DirectoryNotFoundException: Could not find a part of the path 'C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3'.]
    System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014544
    System.IO.File.GetAttributes(String path) +1998708
    RBuQ3rDQvgVAnoKAAlF.Zb3IrADOuUr1Lx162gj.X64px25qX(String , Int32 , Boolean ) +126
    RBuQ3rDQvgVAnoKAAlF.Zb3IrADOuUr1Lx162gj..ctor(String , 3NIVl5DoGo4napVZfWs , Int32 , Boolean ) +164
    1DmTqODzfxKYYwAqXn5.E92FG9Dr30Eq9vVoG27.InKlgLWyP(String , 3NIVl5DoGo4napVZfWs , Int32 , Boolean ) +308
    RqHv1e4DGbBT06NT6cx.iu32Bc449ujc8wYuWmB.OnOpenStorage(3NIVl5DoGo4napVZfWs , UInt64 ) +151
    WFM0UqDpmt8PH2Uhwkl.PJijmeDmu7IbbefPvNZ.OnOpenStorage(3NIVl5DoGo4napVZfWs , UInt64 ) +64
    yW5f0MdFmiBglZFRM1.8KPnnaF1yCXDnNQv3h.OnOpenStorage(3NIVl5DoGo4napVZfWs , UInt64 ) +45
    82reAPpaIa606sqaeIy.v8Kp1cpq9GjKTO2RLLl.OnOpenStorage(3NIVl5DoGo4napVZfWs , UInt64 ) +59
    RqHv1e4DGbBT06NT6cx.iu32Bc449ujc8wYuWmB.rXYAJou36(3NIVl5DoGo4napVZfWs , UInt64 ) +113

    [VistaDBException: Could not find a part of the path 'C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3'.
    Error 101 (Provider v. 3.4.1.69): Cannot open data storage or file: C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3
    ]
    RqHv1e4DGbBT06NT6cx.iu32Bc449ujc8wYuWmB.rXYAJou36(3NIVl5DoGo4napVZfWs , UInt64 ) +293
    xeg0KW4pxvVHh6oGgQW.nrlOn14mXixANae3Uvv.OwcDbdjl0(Boolean , Boolean , Boolean , Boolean ) +200
    h7xgr08EWP5DpA6S0Eh.C7sabn8caElqYi8DK3M.yiCNJ2hxd(String , VistaDBDatabaseOpenMode , String , Boolean , Boolean ) +272

    [VistaDBException: Could not find a part of the path 'C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3'.
    Error 101 (Provider v. 3.4.1.69): Cannot open data storage or file: C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3
    Error 117 (Provider v. 3.4.1.69): Cannot open database: C:\asp-localhost\umbraco4\data\vistadb\VistaDB.vdb3
    ]
    h7xgr08EWP5DpA6S0Eh.C7sabn8caElqYi8DK3M.yiCNJ2hxd(String , VistaDBDatabaseOpenMode , String , Boolean , Boolean ) +375
    h7xgr08EWP5DpA6S0Eh.C7sabn8caElqYi8DK3M.OpenDatabase(String , VistaDBDatabaseOpenMode , String ) +45
    sb4VGcjw3xCOFwwymsW.3cvWPvjfRfusQDkpxt1.OpenDatabase(String , VistaDBDatabaseOpenMode , String , Boolean ) +173
    VistaDB.Provider.VistaDBConnection.Open() +463
    umbraco.DataLayer.SqlHelpers.VistaDB.VistaDBHelper.ExecuteNonQuery(String commandText, VistaDBParameter[] parameters) +63
    umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs:217

    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery]
    umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs:221
    umbraco.DataLayer.Utility.Installer.DefaultInstallerUtility`1.ExecuteStatements(String statements) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\Utility\Installer\DefaultInstallerUtility.cs:214
    umbraco.DataLayer.SqlHelpers.VistaDB.VistaDBInstaller.Install() +390
    umbraco.presentation.install.steps.detect.install_Click(Object sender, EventArgs e) +19
    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +75
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +97
    System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4881

    Any advice for what should I do to fix this problem?

    Thanks in advance people..

  • Adrianus 2 posts 22 karma points
    Feb 04, 2010 @ 21:18
    Adrianus
    0

    Well I gues those tutorial is missing something :p

    I found the answer here and my problem suddenly's solved

Please Sign in or register to post replies

Write your reply to:

Draft