ExportXMLWordPrintable

    • 0.3

      Some MSSQL environments, 'Cache hit ratio' item becomes unavailable.

      Preprocessing failed for: ...
      Failed: cannot extract value from json by path ... no data matches the specified path
      

      We checking the master item (Get performance counters), it was found that SQL queries need to be fixed.

      This issue occurs due to the Collation setting of the database, which is case-sensitive.
      In the case of CA_AS, Changing the letter 'base' to 'Base' will resolve the issue.

      ...             WHERE  counter_name = 'Cache Hit Ratio base'
      ↓
      ...             WHERE  counter_name = 'Cache Hit Ratio Base'
      

        1. base.png
          base.png
          106 kB
        2. screenshot.png
          screenshot.png
          243 kB

            Assignee:
            Michal Ruszczyk
            Reporter:
            Kim Jongkwon
            Team INT
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 12h
                12h