<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>solutions.hans-eric.com &#187; ArcGIS</title>
	<atom:link href="http://solutions.hans-eric.com/category/arcgis/feed" rel="self" type="application/rss+xml" />
	<link>http://solutions.hans-eric.com</link>
	<description>Hans-Eric Grönlund's Log of Solutions to Technical Problems</description>
	<lastBuildDate>Fri, 23 Apr 2010 07:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn On ArcSDE Logging</title>
		<link>http://solutions.hans-eric.com/turn-on-arcsde-logging</link>
		<comments>http://solutions.hans-eric.com/turn-on-arcsde-logging#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:35:37 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[ArcSDE]]></category>
		<category><![CDATA[SDE Intercept]]></category>

		<guid isPermaLink="false">http://solutions.hans-eric.com/?p=7</guid>
		<description><![CDATA[Problem:
You want to log the traffic between the client (i.e. ArcMap) and an ArcSDE database.
Solution:
In the Command Window, write:
&#62;set SDEINTERCEPTLOC = c:\tempclient
&#62;c:\program files\arcgis\bin\arcmap.exe
It&#8217;s important to start the client (ArcMap in the above example) from the command prompt. ArcMap will intercept the traffic and log it to temp files, named like this:
c:\tempclient.001, c:\tempclient.002, and so on.
]]></description>
			<content:encoded><![CDATA[<h4>Problem:</h4>
<p>You want to log the traffic between the client (i.e. ArcMap) and an ArcSDE database.</p>
<h4>Solution:</h4>
<p>In the Command Window, write:</p>
<pre><code>&gt;set SDEINTERCEPTLOC = c:\tempclient
&gt;c:\program files\arcgis\bin\arcmap.exe</code></pre>
<p>It&#8217;s important to start the client (ArcMap in the above example) from the command prompt. ArcMap will intercept the traffic and log it to temp files, named like this:</p>
<pre><code>c:\tempclient.001, c:\tempclient.002, and so on.</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://solutions.hans-eric.com/turn-on-arcsde-logging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
