<?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: Troubleshooting Performance SDEIntercept Log in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128230#M7370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Except that the diagram is wrong.&amp;nbsp; It should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Client (ArcObject, ArcCatalog, ArcGIS Server, ArcIMS...)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; Application-level debugging and logging
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Client API
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Trace
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Server --&amp;gt; ArcSDE Service Logfile, or direct connect log
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Intercept
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
DBMS-----------&amp;gt; DBMS logfiles or trace&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, thanks for the important correction. Actually, I was already slightly confused about the positions of the SDE Trace and SDE Intercept in the diagram, but your corrections, including adding "API" to the ArcSDE Client API component of the diagram, clarifies it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:15:04 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2021-12-11T07:15:04Z</dc:date>
    <item>
      <title>Troubleshooting Performance SDEIntercept Log</title>
      <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128226#M7366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am troubleshooting some poor performance and am starting witht the SDEIntercept log.&amp;nbsp; I've been parsing that and have been looking for time delays and the command before and after that delay.&amp;nbsp; The typical situation I am seeing with 1s or longer delays between commands is pairs of 'CloseStream' and 'StreamSetState' commands.&amp;nbsp; What do these commands do?&amp;nbsp; Is there a problem that is typical of these commands taking a long time between them?&amp;nbsp; Is there something other than long delays between commands that I should be looking for in that log?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 17:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128226#M7366</guid>
      <dc:creator>TimDine</dc:creator>
      <dc:date>2013-10-15T17:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Performance SDEIntercept Log</title>
      <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128227#M7367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SE_stream_close closes a stream session.&amp;nbsp; It commits the current transaction, so it's expected&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to take a while to return, though it really depends on what the stream has been doing before&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you could determine if one second was slow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I prefer to use the SDETRACE environment, which captures the session at the ArcSDE API&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;level (between client and server), vice the SDEINTERCEPT environment, which captures&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; interaction between the server and the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 18:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128227#M7367</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-15T18:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Performance SDEIntercept Log</title>
      <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128228#M7368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I prefer to use the SDETRACE environment, which captures the session at the ArcSDE API&lt;BR /&gt;level (between client and server), vice the SDEINTERCEPT environment, which captures&lt;BR /&gt; interaction between the server and the database.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may find the following link from GIS StackExchange useful to better understand what Vince means with above quote. Especially have a look at the remark by Travis:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How to trace SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database?&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://gis.stackexchange.com/questions/61776/how-to-trace-sql-queries-sent-by-arcgis-server-arcsde-to-oracle-database"&gt;http://gis.stackexchange.com/questions/61776/how-to-trace-sql-queries-sent-by-arcgis-server-arcsde-to-oracle-database&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And possibly this ESRI Blog and Knowledgebase article (*warning*, depending also on your browser settings, right clicking the Blog link may not take you to the Blog article itself but the main index, use left click instead):&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Blog:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2008/09/05/why-should-i-be-making-direct-connections-to-an-arcsde-geodatabase/"&gt;Why should I be making direct connections to an ArcSDE geodatabase?&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Knowledgebase:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/35704"&gt;HowTo:&amp;nbsp; Diagnose ArcSDE connection and performance issues using SDEINTERCEPT&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 05:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128228#M7368</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-16T05:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Performance SDEIntercept Log</title>
      <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128229#M7369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Except that the diagram is wrong.&amp;nbsp; It should look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Client (ArcObject, ArcCatalog, ArcGIS Server, ArcIMS...)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; Application-level debugging and logging
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Client API
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Trace
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Server --&amp;gt; ArcSDE Service Logfile, or direct connect log
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Intercept
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
DBMS-----------&amp;gt; DBMS logfiles or trace&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128229#M7369</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-12-11T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Performance SDEIntercept Log</title>
      <link>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128230#M7370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Except that the diagram is wrong.&amp;nbsp; It should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Client (ArcObject, ArcCatalog, ArcGIS Server, ArcIMS...)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; Application-level debugging and logging
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Client API
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Trace
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
ArcSDE Server --&amp;gt; ArcSDE Service Logfile, or direct connect log
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |--------&amp;gt; SDE Intercept
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \|/
DBMS-----------&amp;gt; DBMS logfiles or trace&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, thanks for the important correction. Actually, I was already slightly confused about the positions of the SDE Trace and SDE Intercept in the diagram, but your corrections, including adding "API" to the ArcSDE Client API component of the diagram, clarifies it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/troubleshooting-performance-sdeintercept-log/m-p/128230#M7370</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2021-12-11T07:15:04Z</dc:date>
    </item>
  </channel>
</rss>

