Mismatch when using PowerShell API with SQL Monitor

Web Server version: 13.0.29.23859
Base Monitor version: 13.0.29.23859

I am trying to connect to SQL Monitor using the PowerShell API and when I run command 

Connect-SqlMonitor -ServerUrl $serverURL -AuthToken $authToken

I get this error, I am using the latest versions.

Exception: Mismatch between versions. Connected to SQL Monitor v. pre-13.0.5, but this PowerShell module was downloaded from SQL Monitor v. 13.0.6.14034. Download and import the PowerShell module again.


Answers

  • Hi Mark,

    Many thanks for your updates on the internally logged ticket, just updating the post here as well for anyone else who may be searching for resolution.

    Resolved by adding  -SkipCertificateCheck
    Kind regards

    Tom Claringbold | Redgate Software
    Have you visited our Help Center?
Sign In or Register to comment.