<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Database extension - SQL Server Data source in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240822#M4226</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17830"&gt;@tvannamuthu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please shared your extension code. This is a query example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  - group: User
    featureSet: User
    interval:
      minutes: 5
    query: &amp;gt;
      SELECT count(CustomerID) as UserCount,
      Region
      FROM Customers    
      where Region is not Null
      Group by Region
    dimensions:
      - key: custom.customquery.region
        value: col:Region
    metrics:
      - key: custom.customquery.sql.user
        value: col:UserCount&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 13:53:47 GMT</pubDate>
    <dc:creator>Miguel_RinconG</dc:creator>
    <dc:date>2024-03-22T13:53:47Z</dc:date>
    <item>
      <title>SQL Server Data source for Custom Database Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240711#M4225</link>
      <description>&lt;P&gt;Trying to migrate queries from Custom DB queries to Custom Database Extension. Created an extension for a query.&lt;/P&gt;
&lt;P&gt;During execution, the extension provides the following warning -&amp;nbsp;&lt;SPAN&gt;Connection exists but no metrics have been produced for endpoints: But I know data is available at the endpoint as the same query when run separately provides the desired output. What might be causing this error? Appreciate any insights.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 14:24:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240711#M4225</guid>
      <dc:creator>tvannamuthu</dc:creator>
      <dc:date>2024-05-10T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Database extension - SQL Server Data source</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240822#M4226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17830"&gt;@tvannamuthu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please shared your extension code. This is a query example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  - group: User
    featureSet: User
    interval:
      minutes: 5
    query: &amp;gt;
      SELECT count(CustomerID) as UserCount,
      Region
      FROM Customers    
      where Region is not Null
      Group by Region
    dimensions:
      - key: custom.customquery.region
        value: col:Region
    metrics:
      - key: custom.customquery.sql.user
        value: col:UserCount&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 13:53:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240822#M4226</guid>
      <dc:creator>Miguel_RinconG</dc:creator>
      <dc:date>2024-03-22T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Database extension - SQL Server Data source</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240882#M4227</link>
      <description>&lt;P&gt;Hello Miguel_RinconG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to fix the issue by adding the database name in the monitoring configuration. It was mentioned as optional so did not add that initially but after adding the Database name extension started to fetch metrics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 11:35:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/240882#M4227</guid>
      <dc:creator>tvannamuthu</dc:creator>
      <dc:date>2024-03-23T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Database extension - SQL Server Data source</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/253689#M4998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17830"&gt;@tvannamuthu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How you add database name ? it is using&amp;nbsp;&lt;STRONG&gt;connection string&amp;nbsp;&lt;/STRONG&gt;? because the prompt is showing only service name/SID&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 12:24:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/253689#M4998</guid>
      <dc:creator>ashafingilutfi</dc:creator>
      <dc:date>2024-08-20T12:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Database extension - SQL Server Data source</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/253694#M5000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/79610"&gt;@ashafingilutfi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the screen shot below. Here is where database name was added.&lt;/P&gt;&lt;P&gt;When you try to add monitoring configuration from an SQL Server extension you get this view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tvannamuthu_0-1724158448080.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21874i8C78C658E701E869/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tvannamuthu_0-1724158448080.png" alt="tvannamuthu_0-1724158448080.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 12:55:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/253694#M5000</guid>
      <dc:creator>tvannamuthu</dc:creator>
      <dc:date>2024-08-20T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Database extension - SQL Server Data source</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/254614#M5080</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I have added DB name correctly and syntax also correct but sometime queries throw same error as above.&lt;BR /&gt;do we have any other solutions?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 16:32:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/254614#M5080</guid>
      <dc:creator>chaitanya</dc:creator>
      <dc:date>2024-08-30T16:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Data source for Custom Database Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/257085#M5203</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;We are having the same error, even though we have added Database name and other fields correctly.&lt;BR /&gt;&lt;BR /&gt;Does anyone have update?&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17830"&gt;@tvannamuthu&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64258"&gt;@chaitanya&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/79610"&gt;@ashafingilutfi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46739"&gt;@Miguel_RinconG&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Moin&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 13:21:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/257085#M5203</guid>
      <dc:creator>moin_DT1</dc:creator>
      <dc:date>2024-09-25T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Data source for Custom Database Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/259592#M5382</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are also having same error, provided DB name and all details, as with the same details it is working extension 1.0.&lt;/P&gt;&lt;P&gt;Does anyone have update?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 14:56:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/259592#M5382</guid>
      <dc:creator>PDivya</dc:creator>
      <dc:date>2024-10-17T14:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Data source for Custom Database Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/269233#M5905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;my custom database extension suddenly stopped retrieving metrics with this very same message. Can't find any details in remote plugin module. Is there any way to troubleshoot? Like increase extension logging level? Database name is provided already.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 14:56:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/269233#M5905</guid>
      <dc:creator>Mike_Kristofic</dc:creator>
      <dc:date>2025-02-04T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Data source for Custom Database Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/277412#M6444</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48221"&gt;@Mike_Kristofic&lt;/a&gt;&amp;nbsp;, Yes first you can enable the Debug toggle in the configuration. And also you can download the zip file of diagnostic logs of an ActiveGate.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 17:04:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SQL-Server-Data-source-for-Custom-Database-Extension/m-p/277412#M6444</guid>
      <dc:creator>moin_DT1</dc:creator>
      <dc:date>2025-05-16T17:04:02Z</dc:date>
    </item>
  </channel>
</rss>

