Error Code 17750

Shweta Mane 1 Reputation point
2022-09-27T11:05:33.75+00:00

Could not load the DLL xpstar.dll, or one of the DLLs it references. Reason: 5(Access is denied.)

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


3 answers

Sort by: Most helpful
  1. NikoXu-msft 1,916 Reputation points
    2022-09-28T03:01:27.853+00:00

    Hi @Shweta Mane ,

    As soon as we know the DLLs was missing, we don’t know how many such more DLLs might be missing. Based on my search on the internet it comes from Visual Studio Shell (vc_red.msi). I asked them to install VS Shell from SQL media and meantime, copy that missing file from a working machine. As soon as file was copied, we were able to connect SQL using SQLCMD and then we start SQL server normally.
    For more details , please see:
    https://blog.sqlauthority.com/2017/05/11/sql-server-not-load-dll-xpstar-dll-one-dlls-references/

    Best regards
    Niko

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

  2. Erland Sommarskog 137.3K Reputation points MVP Volunteer Moderator
    2022-09-27T21:39:53.243+00:00

    "Access is denied" can be due to lack of permissions (for the SQL Server service account), but it can also mean that the file is use by another process.

    As Olaf says, you need to share more information. In which context do you get this error? What is the output of "SELECT @@version"?

    Was this answer helpful?

    0 comments No comments

  3. Olaf Helper 47,621 Reputation points
    2022-09-27T11:40:39.797+00:00

    See your pevious post https://learn.microsoft.com/en-us/answers/questions/1024848/error-code-17750-1.html
    Still really to less on information.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.