question

VijayKattamuri-7724 avatar image
0 Votes"
VijayKattamuri-7724 asked AmeliaGu-msft commented

Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=13.0.0.0

Hi,

Backup team trying to perform SQL server backup using TSM backup method and getting below error:

Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

Windows OS: 2019
MSSQL Version: 2019

Regards,
Vijay
SAP BASIS

sql-server-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi VijayKattamuri-7724,

How are things going on? Did the answers help you?
Please feel free to let us know if you have any other question.
If you find any post in the thread is helpful, you could kindly accept it as answer.

Best Regards,
Amelia

0 Votes 0 ·
cooldadtx avatar image
0 Votes"
cooldadtx answered

SMO is the server management library. v13 is the SQL2016 version IIRC. Why it would be trying to use that on SQL2019 is a little confusing.

Nevertheless download and install the SMO library for SQL 2016 (I believe it is in the Feature Pack) and try again.

More long term I'd wager that your backup system needs to be updated to SQL 2019 but I'm just guessing here.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AmeliaGu-msft avatar image
0 Votes"
AmeliaGu-msft answered

Hi VijayKattamuri-7724,

Welcome to Microsoft Q&A.
Please try to download and install the SQL Shared Management Objects (SMO) 13 from SQL Server 2016 Service Pack 2 Feature Pack (The file is called SharedManagementObjects.msi).

Best Regards,
Amelia


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.