This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

HTTPS Orion Database Error

Hello!

I am trying to fix my Alerts links by following this document, https://thwack.solarwinds.com/docs/DOC-186589#start=25.  As stated, I went into the Websites table --> Query table, and replaced what was there,

SELECT TOP 1000 * FROM [dbo].[Websites]

with the suggestion,

UPDATE dbo.Websites SET ServerName=’xxx’ Port=’443’ SSLEnabled=1 WHERE Type=’primary’

When I Execute Query, I receive the following error msg:

Msg 102, Level 15, State 1, Line 1 incorrect syntax near '’'.

I'll admit, I am not a SQL person.  Any suggestions on how to fix this would be greatly appreciated.

Thanks!