Forum Discussion

David_Bond's avatar
David_Bond
Icon for Professor rankProfessor
17 days ago

Bug Report: LogicModule Microsoft_SQLServer_GlobalPerformance

Active Discovery script

At the end, line 22 is missing

?: '.'

...meaning that it should be:

def jdbcConnectionString = hostProps.get("mssql.${instanceName.trim()}.mssql_url") ?: hostProps.get("auto.${instanceName.trim()}.mssql_url") ?: '.'

 

  • mray's avatar
    mray
    Icon for LM Conqueror rankLM Conqueror

    David_Bond Please note that the community forum is not designed for bug reports. Please create a ticket with support for any technical issues or bug reports. Thanks

    • David_Bond's avatar
      David_Bond
      Icon for Professor rankProfessor

      Sorry, mray, but the official channels are a black hole.  I have reported dozens of bugs via the feedback form, directly to the line of increasingly junior CSMs, via our (now taken-away) chat, and this community is the only place I get any decent response.

      It's here or Reddit.  Pick one.

      • mray's avatar
        mray
        Icon for LM Conqueror rankLM Conqueror

        I mean I get that. It's whichever you prefer honestly. You're certainly free to ask questions and mention issues here, but since the engineering team does not frequent the community, your posts will likely go unanswered.

  • This prevents the jdbcConnectionString for being null when using Windows Integrated authentication.