<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ArcGIS Explorer Build 440 Released</title>
	<atom:link href="http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/</link>
	<description>Geospatial Technology, Web Mapping and Spatial Services</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:09:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: timmy</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7660</link>
		<dc:creator><![CDATA[timmy]]></dc:creator>
		<pubDate>Wed, 09 Jan 2008 14:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7660</guid>
		<description><![CDATA[Tim,

Thanks for the link! The idea of direct connects not tying up a license seems to make the most sense, I&#039;m just extremely nervous about getting a quad-core DBMS server when all we&#039;re licensed for is four cores. My company is small with an even smaller budget, and a non-existent budget when it comes to GIS technology, so a bad recommendation would really put me in the dog house.

I&#039;ve also found AGX to be extremely slow. When you add layers from a FGDB, its works pretty well. Once you add a map service though, it&#039;s like a dial-up all over again. With that kind of performance, we&#039;ll have to stick with a web application.]]></description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>Thanks for the link! The idea of direct connects not tying up a license seems to make the most sense, I&#8217;m just extremely nervous about getting a quad-core DBMS server when all we&#8217;re licensed for is four cores. My company is small with an even smaller budget, and a non-existent budget when it comes to GIS technology, so a bad recommendation would really put me in the dog house.</p>
<p>I&#8217;ve also found AGX to be extremely slow. When you add layers from a FGDB, its works pretty well. Once you add a map service though, it&#8217;s like a dial-up all over again. With that kind of performance, we&#8217;ll have to stick with a web application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Maddle</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7659</link>
		<dc:creator><![CDATA[Tim Maddle]]></dc:creator>
		<pubDate>Tue, 08 Jan 2008 01:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7659</guid>
		<description><![CDATA[Timmy,
here&#039;s a link from Dave Bouwman&#039;s blog where he believes that if you use Direct Connect, the RDBMS box does not &quot;consume&quot; licenses:

http://blog.davebouwman.net/2006/11/18/ArcGISServerLicensingTheFinePrint.aspx

Again, I guess only ESRI has the final knowledge.  Hopefully you can make some headway on that front.

On another topic, I was able to bring my project to life - a desktop WMS server that uses the HttpListener capabilities of .NET 2.0 and the Open Source MapServer to dynamically serve layers from ArcSDE without requiring them to be set as services in ArcGIS Server.

On the upside, this tool worked great in Google Earth.  On the downside, it worked not very well in AGX.  Google Earth behaves as I would expect - each time you move the globe, GE sends one request for the WMS image of the current extent.  AGX tries to be smart and create caches (even when I thought I set it not to).  The result was very inconsistent performance.  When a position change in AGX caused it to build a cache, everything came to a grinding halt as it pelted the WMS server with image requests.  Then you&#039;d get good performance as AGX used the cached images, but I never knew for certain whether changing position would be fast as cached images were used or really slow as new images were added to the cache.  In addition, AGX seems to be slow in rendering the images.

I wish AGX would go to the &quot;dumb&quot; model of just making a fresh WMS request each time the globe was moved or would quickly update the visible portion of the screen and do the caching in the background.]]></description>
		<content:encoded><![CDATA[<p>Timmy,<br />
here&#8217;s a link from Dave Bouwman&#8217;s blog where he believes that if you use Direct Connect, the RDBMS box does not &#8220;consume&#8221; licenses:</p>
<p><a href="http://blog.davebouwman.net/2006/11/18/ArcGISServerLicensingTheFinePrint.aspx" rel="nofollow">http://blog.davebouwman.net/2006/11/18/ArcGISServerLicensingTheFinePrint.aspx</a></p>
<p>Again, I guess only ESRI has the final knowledge.  Hopefully you can make some headway on that front.</p>
<p>On another topic, I was able to bring my project to life &#8211; a desktop WMS server that uses the HttpListener capabilities of .NET 2.0 and the Open Source MapServer to dynamically serve layers from ArcSDE without requiring them to be set as services in ArcGIS Server.</p>
<p>On the upside, this tool worked great in Google Earth.  On the downside, it worked not very well in AGX.  Google Earth behaves as I would expect &#8211; each time you move the globe, GE sends one request for the WMS image of the current extent.  AGX tries to be smart and create caches (even when I thought I set it not to).  The result was very inconsistent performance.  When a position change in AGX caused it to build a cache, everything came to a grinding halt as it pelted the WMS server with image requests.  Then you&#8217;d get good performance as AGX used the cached images, but I never knew for certain whether changing position would be fast as cached images were used or really slow as new images were added to the cache.  In addition, AGX seems to be slow in rendering the images.</p>
<p>I wish AGX would go to the &#8220;dumb&#8221; model of just making a fresh WMS request each time the globe was moved or would quickly update the visible portion of the screen and do the caching in the background.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Maddle</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7658</link>
		<dc:creator><![CDATA[Tim Maddle]]></dc:creator>
		<pubDate>Fri, 04 Jan 2008 00:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7658</guid>
		<description><![CDATA[Timmy,  I won&#039;t pretend to have a legit answer to your question. I just realized how big an assumption I was making thinking that going to direct connect would free up the license currently on the SDE machine.  Maybe when 9.3 comes out there will be further clarification.]]></description>
		<content:encoded><![CDATA[<p>Timmy,  I won&#8217;t pretend to have a legit answer to your question. I just realized how big an assumption I was making thinking that going to direct connect would free up the license currently on the SDE machine.  Maybe when 9.3 comes out there will be further clarification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7657</link>
		<dc:creator><![CDATA[Timmy]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 01:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7657</guid>
		<description><![CDATA[Tim -

Your long but enjoyable post begs to me ask this beat to death question here....

Currently we have two servers supporting our GIS, a box with AGS installed on it, it hosts all of our services and our websites. Then we have our database box running SQL Server. We use direct connects to the database. We&#039;re licensed for four cores. Our AGS box has two, and I believe our SQL box has two. Since we&#039;re using direct connects, do the cores on our database box count against our license limits?

I realize this is a bit off topic, however everyone I talk to at ESRI, including the technical PM&#039;s down in Charlotte, tells me something different. Just seeing if anyone has any similar situations in which they found the answer out the hard way.]]></description>
		<content:encoded><![CDATA[<p>Tim -</p>
<p>Your long but enjoyable post begs to me ask this beat to death question here&#8230;.</p>
<p>Currently we have two servers supporting our GIS, a box with AGS installed on it, it hosts all of our services and our websites. Then we have our database box running SQL Server. We use direct connects to the database. We&#8217;re licensed for four cores. Our AGS box has two, and I believe our SQL box has two. Since we&#8217;re using direct connects, do the cores on our database box count against our license limits?</p>
<p>I realize this is a bit off topic, however everyone I talk to at ESRI, including the technical PM&#8217;s down in Charlotte, tells me something different. Just seeing if anyone has any similar situations in which they found the answer out the hard way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Maddle</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7656</link>
		<dc:creator><![CDATA[Tim Maddle]]></dc:creator>
		<pubDate>Tue, 01 Jan 2008 23:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7656</guid>
		<description><![CDATA[This leads me to a great idea.  If I can pull it off, I&#039;ll let you know.]]></description>
		<content:encoded><![CDATA[<p>This leads me to a great idea.  If I can pull it off, I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fee</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7655</link>
		<dc:creator><![CDATA[James Fee]]></dc:creator>
		<pubDate>Sun, 30 Dec 2007 21:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7655</guid>
		<description><![CDATA[Tim, that all makes sense except the purpose of clients such as Google Earth and AGX is that they are clients for servers, not stand alone products.  It sounds like AGX or GE might not be best for what you propose.]]></description>
		<content:encoded><![CDATA[<p>Tim, that all makes sense except the purpose of clients such as Google Earth and AGX is that they are clients for servers, not stand alone products.  It sounds like AGX or GE might not be best for what you propose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Maddle</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7654</link>
		<dc:creator><![CDATA[Tim Maddle]]></dc:creator>
		<pubDate>Sun, 30 Dec 2007 17:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7654</guid>
		<description><![CDATA[James,   here&#039;s another long post.  I wish I could explain in fewer words, but here are my thoughts.

When you&#039;re talking about environments such as Google Earth or AGX, I think there is value to moving as much work as possible to the client.  The ability to pan and zoom in a very dynamic fashion in these environments mean they can make many more requests and put a lot more strain on your server.  Add to that the fact that I don&#039;t find AGS to be particularly zippy, and, IMO, the ability to directly open layers from the SDS in AGX without going through AGS would be a valuable addition.

In regards to AGS just &quot;sitting there&quot;, that doesn&#039;t negate the fact there is a cost involved with publishing layers.  This change in 9.3 seems to mean that we&#039;ll get one additional installation of the full AGS product.  When we upgrade the server that runs the SDE process (which is currently how we connect), that server will now be a full-fledged AGS server instead of just an SDE server.  However, that box is also our RDBMS box, and that is one server that I definitely cannot devote RAM and CPU cycles towards running AGS map services.  That server will still just run the SDE process, meaning the extra AGS capabilities will go to waste.  I suspect that we won&#039;t be the only organization who faces that situation, especially among smaller organizations.

Theoretically, if we configured our ArcMap users to connect to the SDS using direct connect, we would no longer have to run the SDE process on our RDBMS box.  That would free up the AGS license to run on another box (assuming we had a spare server), but if the 9.3 licensing is like the 9.2 licensing, the AGS license will transfer to the existing hardware as it is currently configured.  That means we can&#039;t take that license that is currently only running the SDE process and move it to another server that we&#039;re more comfortable using as a full-blown AGS server.  I&#039;m not sure how strict ESRI is in terms of the moving licenses, but, per the licensing summary that was linked to from this blog, the 9.2 license agreement does specify that it transfers to the existing hardware as configured at the time of the upgrade.

Most of our SDS rasters and feature classes are not available as services in AGS, and the nature of AGS seems to hinder our ability to make them available.  Most of our data is not organized as one big feature class, but a number of regional classes.   To publish a complete raster or vector dataset, we need to create an MXD that has 10-20 layers instead of one, and the more layers in an MXD, the more memory AGS seems to use.

In the end, I would just reiterate that the ability for any user in our organization to open up AGX and browse to a layer on our SDS without me having to use time or server resources to publish the layer (because most of our SDS feature classes are available via AGS) would be a welcome addition.  Either that, or slim down AGS and make it more memory efficient and faster.]]></description>
		<content:encoded><![CDATA[<p>James,   here&#8217;s another long post.  I wish I could explain in fewer words, but here are my thoughts.</p>
<p>When you&#8217;re talking about environments such as Google Earth or AGX, I think there is value to moving as much work as possible to the client.  The ability to pan and zoom in a very dynamic fashion in these environments mean they can make many more requests and put a lot more strain on your server.  Add to that the fact that I don&#8217;t find AGS to be particularly zippy, and, IMO, the ability to directly open layers from the SDS in AGX without going through AGS would be a valuable addition.</p>
<p>In regards to AGS just &#8220;sitting there&#8221;, that doesn&#8217;t negate the fact there is a cost involved with publishing layers.  This change in 9.3 seems to mean that we&#8217;ll get one additional installation of the full AGS product.  When we upgrade the server that runs the SDE process (which is currently how we connect), that server will now be a full-fledged AGS server instead of just an SDE server.  However, that box is also our RDBMS box, and that is one server that I definitely cannot devote RAM and CPU cycles towards running AGS map services.  That server will still just run the SDE process, meaning the extra AGS capabilities will go to waste.  I suspect that we won&#8217;t be the only organization who faces that situation, especially among smaller organizations.</p>
<p>Theoretically, if we configured our ArcMap users to connect to the SDS using direct connect, we would no longer have to run the SDE process on our RDBMS box.  That would free up the AGS license to run on another box (assuming we had a spare server), but if the 9.3 licensing is like the 9.2 licensing, the AGS license will transfer to the existing hardware as it is currently configured.  That means we can&#8217;t take that license that is currently only running the SDE process and move it to another server that we&#8217;re more comfortable using as a full-blown AGS server.  I&#8217;m not sure how strict ESRI is in terms of the moving licenses, but, per the licensing summary that was linked to from this blog, the 9.2 license agreement does specify that it transfers to the existing hardware as configured at the time of the upgrade.</p>
<p>Most of our SDS rasters and feature classes are not available as services in AGS, and the nature of AGS seems to hinder our ability to make them available.  Most of our data is not organized as one big feature class, but a number of regional classes.   To publish a complete raster or vector dataset, we need to create an MXD that has 10-20 layers instead of one, and the more layers in an MXD, the more memory AGS seems to use.</p>
<p>In the end, I would just reiterate that the ability for any user in our organization to open up AGX and browse to a layer on our SDS without me having to use time or server resources to publish the layer (because most of our SDS feature classes are available via AGS) would be a welcome addition.  Either that, or slim down AGS and make it more memory efficient and faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fee</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7653</link>
		<dc:creator><![CDATA[James Fee]]></dc:creator>
		<pubDate>Mon, 24 Dec 2007 23:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7653</guid>
		<description><![CDATA[Wouldn&#039;t you rather have the server handle the globe than the client?  Seems backwards to me to not just consume the 3D globe layer natively from AGS rather than convert the SDS to a raster image on AGX.   

Because of how AGX works, you can&#039;t consume vector layers natively at all so it makes no sense to me to bother with local connections when AGS is just sitting there waiting to be used.]]></description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t you rather have the server handle the globe than the client?  Seems backwards to me to not just consume the 3D globe layer natively from AGS rather than convert the SDS to a raster image on AGX.   </p>
<p>Because of how AGX works, you can&#8217;t consume vector layers natively at all so it makes no sense to me to bother with local connections when AGS is just sitting there waiting to be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Maddle</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7652</link>
		<dc:creator><![CDATA[Tim Maddle]]></dc:creator>
		<pubDate>Mon, 24 Dec 2007 23:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7652</guid>
		<description><![CDATA[@James, perhaps I should have used the term Spatial DataStore (SDS) instead of SDE.  

In ArcGIS 9.2, if you have ArcMap and AGS and want to view a layer in your SDS, you have the following options:

1. Connect via an &quot;SDE&quot; process (i.e. giomgr.exe(?)) running on a server (usually the same server as the RDBMS).

2. Use the &quot;direct connect&quot; option in ArcMap, possible because ESRI has built much of the logic that used to be only the SDE process directly into ArcMap.

3. Publish the layer as a service in AGS (i.e. a SOC.exe process) and add it as a GIS server connection.

In Explorer, you have this option:

3. Publish the layer as a service in AGS and add it as a GIS server connection.

The &quot;direct connect&quot; option has distinct advantages in terms of end-user flexibility and conservation of server resources over publishing layers as AGS services.  Given a choice, I would tend to think this would be the preferred option for internal use.  

The data is available sitting there in the Spatial DataStore - why should we have to jump through another hoop of publishing it via AGS to make it viewable in AGX?  Why make me publish additional MXDs and take up additional server resources?

I don&#039;t want to complain too much, because I do think it&#039;s a nice product, but if I could just open up AGX and pick layers off the SDS and pull them in without having to publish them in AGX, that would be a real win and (even with view-only capability), I bet that AGX would be one of the most popular apps in my organization.]]></description>
		<content:encoded><![CDATA[<p>@James, perhaps I should have used the term Spatial DataStore (SDS) instead of SDE.  </p>
<p>In ArcGIS 9.2, if you have ArcMap and AGS and want to view a layer in your SDS, you have the following options:</p>
<p>1. Connect via an &#8220;SDE&#8221; process (i.e. giomgr.exe(?)) running on a server (usually the same server as the RDBMS).</p>
<p>2. Use the &#8220;direct connect&#8221; option in ArcMap, possible because ESRI has built much of the logic that used to be only the SDE process directly into ArcMap.</p>
<p>3. Publish the layer as a service in AGS (i.e. a SOC.exe process) and add it as a GIS server connection.</p>
<p>In Explorer, you have this option:</p>
<p>3. Publish the layer as a service in AGS and add it as a GIS server connection.</p>
<p>The &#8220;direct connect&#8221; option has distinct advantages in terms of end-user flexibility and conservation of server resources over publishing layers as AGS services.  Given a choice, I would tend to think this would be the preferred option for internal use.  </p>
<p>The data is available sitting there in the Spatial DataStore &#8211; why should we have to jump through another hoop of publishing it via AGS to make it viewable in AGX?  Why make me publish additional MXDs and take up additional server resources?</p>
<p>I don&#8217;t want to complain too much, because I do think it&#8217;s a nice product, but if I could just open up AGX and pick layers off the SDS and pull them in without having to publish them in AGX, that would be a real win and (even with view-only capability), I bet that AGX would be one of the most popular apps in my organization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Fee</title>
		<link>http://spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7651</link>
		<dc:creator><![CDATA[James Fee]]></dc:creator>
		<pubDate>Sun, 23 Dec 2007 21:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spatiallyadjusted.com/2007/12/19/arcgis-explorer-build-440-released/#comment-7651</guid>
		<description><![CDATA[@Tim:   SDE ceases to exist at 9.3 so I see no issue using ArcGIS Server (which is already installed) to view &quot;SDE&quot; layers.  Plus adding layers directly to AGX just results in them being rasterized anyway.  AGS is by far the better choice to view even Shapefiles.]]></description>
		<content:encoded><![CDATA[<p>@Tim:   SDE ceases to exist at 9.3 so I see no issue using ArcGIS Server (which is already installed) to view &#8220;SDE&#8221; layers.  Plus adding layers directly to AGX just results in them being rasterized anyway.  AGS is by far the better choice to view even Shapefiles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

