Microsoft SQL Server 218109506 is not supported while using lite speed

Hi Team,

We are getting below error while running view content. Please help us

LiteSpeed(R) for SQL Server Object Level Recovery 7.5.4.67
Copyright 2013 Quest Software, Inc.

exec xp_objectrecovery_viewcontents
@FileName = N'E:\Backup\_202004181720_Litespeed.BAK',
@FileName = N'E:\Backup\_202004181720_Litespeed.BAK',
@Type = 'All',
@DisableLogProcessing = 1


Msg 60000, Level 16, State 1, Line 10
Microsoft SQL Server 218109506 is not supported.

  • Hello,

    The error "Microsoft SQL Server 218109506 is not supported." means you are using a version of SQL that version 7.5.4 OLR does not support.

    Since Litespeed 7.5.4 is rather old you may wish to consider upgrading to the latest version of Litespeed.

    Hope this helps,

    -Ben-

  • Also as an FYI..the release notes for Litespeed 7.5.4 list the below supported versions of SQL.

    SQL Server 7 32-bit (Service Pack 4)

    SQL Server 2000 32-bit and 64-bit (Itanium) (All Service Packs)

    SQL Server 2005 32-bit and 64-bit (x64, Itanium) (All Service Packs)

    SQL Server 2008 32-bit and 64-bit (x64, Itanium) (All Service Packs)

    SQL Server 2008 R2 32-bit and 64-bit (x64, Itanium) (All Service Packs)

    SQL Server 2012 32-bit and 64-bit (x64) (All Service Packs)

    SQL Server 2014 32-bit and 64-bit (x64) (All Service Packs)

    Hope this helps,

    -Ben-

  • Thank you very much for your help