<?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: SSRS Monitoring in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732340#M7953</link>
    <description>&lt;P&gt;Also seems like this is a&amp;nbsp;good candidate for a KB article so I will create and publish that.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raunak&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 08:40:24 GMT</pubDate>
    <dc:creator>Raunak_Mohanty</dc:creator>
    <dc:date>2018-06-13T08:40:24Z</dc:date>
    <item>
      <title>SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732338#M7951</link>
      <description>&lt;P&gt;Team,&lt;/P&gt;

&lt;P&gt;We have configured .net agnet for monitoring SSRS Application it but while checking in tier new instances are getting discovered on dialy basis, any idea how to identify it or can we configure only those services which needs to be moinitored. License is too getting consumed for that reason.&lt;/P&gt;

&lt;P&gt;Also on which pattern do we need to create Business Transactions.&lt;/P&gt;

&lt;P&gt;Any suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:29:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732338#M7951</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-13T07:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732339#M7952</link>
      <description>&lt;P&gt;Hi Jubinp,&lt;/P&gt;

&lt;P&gt;For configuration&amp;nbsp;refer below&lt;/P&gt;

&lt;PRE&gt;1. Create a Config.xml which contains all of your other instrumented applications plus the ReportingServicesService.exe windows service.
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;appdynamics-agent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;
&amp;lt;controller host="&amp;lt;CONTROLLER HOST&amp;gt;" port="&amp;lt;PORT&amp;gt;" ssl="true" enable_tls12="true"&amp;gt;
&amp;lt;application name="&amp;lt;Application Name&amp;gt;" /&amp;gt;
&amp;lt;account name="&amp;lt;ACCOUNT&amp;gt;" password="&amp;lt;ACCESS KEY&amp;gt;" /&amp;gt;
&amp;lt;/controller&amp;gt;
&amp;lt;machine-agent /&amp;gt;
&amp;lt;app-agents&amp;gt;
&amp;lt;IIS&amp;gt;
&amp;lt;applications /&amp;gt;
&amp;lt;/IIS&amp;gt;
&amp;lt;standalone-applications&amp;gt;
&amp;lt;standalone-application executable="C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe"&amp;gt;
&amp;lt;tier name="SSRS Reporting" /&amp;gt;
&amp;lt;profiler&amp;gt; 
&amp;lt;instrument-defaultdomain enabled="true" /&amp;gt; 
&amp;lt;/profiler&amp;gt;
&amp;lt;/standalone-application&amp;gt;
&amp;lt;/standalone-applications&amp;gt;
&amp;lt;/app-agents&amp;gt;
&amp;lt;/appdynamics-agent&amp;gt;

2. Restart the Service and the AppDynamics Coordinator Service

3. From you controller enable the following Properties from the App Server Agent Configuration at the 'SSRS Reporting' tier level
enable-soap-header-correlation =&amp;gt; true
thread-correlation =&amp;gt; true (if it does not exist you will have to create it)
Optional (If this is the starting tier, you will need to disable ASP.NET automatic detection and create a new POCO Custom Match Rule)
SSRS - Split based on Report Names
&lt;BR /&gt;
Create following POCO Rule&lt;BR /&gt;
Class : Microsoft.ReportingServices.Library.RenderReportAction
Method :PerformExecution

Splitter 1	Object Instance Getter Chain of m_reportContext.ReportDefinitionPath
Optional (If this tier is a downstream tier, do not create the POCO rule and make sure ASP.NET automatic detection is enabled). This will allow the appdynamics correlation to propagate from the upstream tier to the reporting tier.
Restart the Service and the AppDynamics Coordinator Service and your Application Flow map should be similar to this.&lt;/PRE&gt;

&lt;P&gt;For the multiple node issue are these nodes getting created from a single server? Can you navigate to couple Node Dashboards and identify whether these are getting created for different AppDomains ( the link at the end shows how to check that)?&lt;/P&gt;

&lt;P&gt;The report executions happen in default AppDomain so we can just&amp;nbsp;target&amp;nbsp;this particular AppDomain monitoring&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO44/Configure+Application+Domain+Monitoring" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Configure+Application+Domain+Monitoring&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note : Change the extension to PDF&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raunak&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732339#M7952</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-06-13T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732340#M7953</link>
      <description>&lt;P&gt;Also seems like this is a&amp;nbsp;good candidate for a KB article so I will create and publish that.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raunak&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732340#M7953</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-06-13T08:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732341#M7954</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Currently we are getting multiple node entries under one tier:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssrs.png" style="width: 706px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35787iA10891AE86BAEAD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;While going through the link shared "Default domian" is the actual one and others are not necessary, so do we have to config only "default" one for Reportingservices?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also for BT discovery on what pattern do we have create it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:53:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732341#M7954</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-13T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732342#M7955</link>
      <description>&lt;P&gt;Any suggestions??&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732342#M7955</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-14T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732343#M7956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; So all the duplicate nodes that you see are for "DefaultDomain" or you meant only DefaultDomain is the one which is reporting and rest are just empty nodes?&lt;/P&gt;


&lt;P&gt;You can just target instrumentation&amp;nbsp;for DefaultDomain like below&lt;/P&gt;

&lt;PRE&gt;&amp;lt;standalone-application executable="MyApp.exe" app-domain-name="DefaultDomain.exe"&amp;gt;
&amp;lt;tier name="StandaloneApplication Tier"/&amp;gt;
&amp;lt;/standalone-application&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;Or you can hardcode the node name like below. Any name can be provided but make&amp;nbsp;sure to provide a unique node name if&amp;nbsp;SSRS service is instrumented&amp;nbsp;on multiple servers&lt;/P&gt;
&lt;PRE&gt;&amp;lt;standalone-application executable="MyApp.exe" &amp;gt;
&amp;lt;tier name="StandaloneApplication Tier"/&amp;gt;&lt;BR /&gt;&amp;lt;node name="HostName-NodeName"
&amp;lt;/standalone-application&amp;gt;&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raunak&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732343#M7956</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-06-14T12:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732344#M7957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Currently all other nodes are getting calls for it. While going through the document shared which domain needs to be monitored there are multiple domain identify while checking in settings clr tab for each discover node, so which one to go with there is no information from application team.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732344#M7957</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-14T12:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732345#M7958</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Can you please confirm if these nodes are reporting from same server or different server ? That is do you have multiple instances SSRS running on multiple servers ?&lt;BR /&gt;&lt;BR /&gt;As suggested before please try using node name&lt;BR /&gt;&amp;lt;node name="HostName-NodeName"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raunak&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2018 06:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732345#M7958</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-06-20T06:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732346#M7959</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;There is only one SSRS server and all nodes are reporting to same server.&lt;/P&gt;
&lt;P&gt;As shown in snapshot above all nodes are discovered from same server and its getting incresing on dialy basis.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also which node(domain name) do we have to concentrate on?&lt;/P&gt;

&lt;P&gt;Plsz suggest&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732346#M7959</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-20T07:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732347#M7960</link>
      <description>As suggested in my previous couple of updates please provide node name.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raunak</description>
      <pubDate>Wed, 20 Jun 2018 07:30:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732347#M7960</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-06-20T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732348#M7961</link>
      <description>&lt;P&gt;Have created new node name with below settings:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;node name="HostName-NodeName"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Kept under observations. Will update it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 09:14:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732348#M7961</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-20T09:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732349#M7962</link>
      <description>&lt;P&gt;Not able to see any calls. Providing config.xml file contents fof ref.&lt;/P&gt;
&lt;P&gt;Plsz suggets.&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;appdynamics-agent xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;controller host="*.*.*.*" port="8090" ssl="false" enable_tls12="false"&amp;gt;&lt;BR /&gt; &amp;lt;application name="Payment Hub UAT" /&amp;gt;&lt;BR /&gt; &amp;lt;account name="customer1" password="***********" /&amp;gt;&lt;BR /&gt; &amp;lt;/controller&amp;gt;&lt;BR /&gt; &amp;lt;machine-agent /&amp;gt;&lt;BR /&gt; &amp;lt;app-agents&amp;gt;&lt;BR /&gt; &amp;lt;standalone-applications&amp;gt;&lt;BR /&gt; &amp;lt;standalone-application executable="C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe"&amp;gt;&lt;BR /&gt; &amp;lt;tier name="SSRSTier_New" /&amp;gt;&lt;BR /&gt; &amp;lt;node name="*.*.*.*-TestUAT"/&amp;gt;&lt;BR /&gt; &amp;lt;profiler&amp;gt;&lt;BR /&gt; &amp;lt;instrument-defaultdomain enabled="true"/&amp;gt;&lt;BR /&gt; &amp;lt;/profiler&amp;gt;&lt;BR /&gt; &amp;lt;/standalone-application&amp;gt; &lt;BR /&gt;&amp;lt;/standalone-applications&amp;gt;&lt;BR /&gt; &amp;lt;IIS&amp;gt;&lt;BR /&gt; &amp;lt;applications /&amp;gt;&lt;BR /&gt; &amp;lt;/IIS&amp;gt;&lt;BR /&gt; &amp;lt;/app-agents&amp;gt;&lt;BR /&gt;&amp;lt;/appdynamics-agent&amp;gt;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732349#M7962</guid>
      <dc:creator>Jubin_Patel1</dc:creator>
      <dc:date>2018-06-21T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732350#M7963</link>
      <description>Hi. We are in a similar situation. We have configured our standalone agent config to only utilize the default domain. Without this, the agent registers ~50 new nodes, which we don’t want. When we just utilize the default domain, neither the agent or any business transactions register. We are utilizing the POCO rule, but are unable to apply the tier level agent settings, because the app agents do not register. Are we sure that the default domain handles report executions?</description>
      <pubDate>Fri, 30 Aug 2019 01:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSRS-Monitoring/m-p/732350#M7963</guid>
      <dc:creator>jeremyGoldstein</dc:creator>
      <dc:date>2019-08-30T01:49:57Z</dc:date>
    </item>
  </channel>
</rss>

