Job Service health check: UseBasicParsing missing

Hi there,

I'm trying to install Telligent Community 10.0.2 on a Windows Server 2012 R2 box and ran into a strange error. After successfully installing Search, I tried running the Job Service's HealthCheck.ps1 file (Job Service is still not installed) and immediately get an error:

The search instance was installed from a direct copy of the downloaded package and I confirmed that it opens correctly in a web browser. Any idea what I am missing or what must be done to resolve this?

Thanks! 



This thread was automatically locked due to age.
[unlocked by: Kevin Cunningham at 1:51 AM (GMT -5) on Fri, Sep 1 2017]
Parents Reply
  • Thanks, Alex! That fixes those two errors.

    The only remaining problem ("minor annoyance" might be more apt) is line checking the Job Service running status. In the PowerShell script around line 198, it's expecting the status string to be "Running" in order to pass the check, but in my environment (Win2012r2), the status of the running service is returning "OK", so I get an error stating that the service is not running even though it is.

Children