Upgrading SQL Server2012 SP1 to SP2 failing- The User Log directory in the registry is not valid. Verify DefaultLog key under the instance hive points to a valid directory.

  • Hi,

    Upgrading SQL Server 2012 SP1 to SP2 failing-

    Error installing SQL Server Database Engine Services Instance Features

    The User Log directory in the registry is not valid. Verify DefaultLog key under the instance hive points to a valid directory.

    Error code: 0x851A0044

    Please can you help me on this?

    Thanks

  • Sounds like the default log location is no longer there. Under server properties and then database settings, ensure the database default location for the log file is valid. It might be pointing to a location that no longer exists.

  • List the default path for the data/log using TSQL

    select SERVERPROPERTY('instancedefaultdatapath') AS [DefaultFile], SERVERPROPERTY('instancedefaultlogpath') AS [DefaultLog]

    Verify either of the location does not exist; create the folder and or change the change Data/log file vice versa.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply