What is new in ArcGIS 9.3.1

So the ESRI Business Partner Conference and the Developer Summit is coming up and that means that ESRI will be showing the latest releases of their software.  In preparation of the DevSummit, ESRI has published new features of ArcGIS 9.3.1.  I’m interested to see the faster rendering and map optimization.  One thing that did catch my eye:

Upgrading to ArcGIS 9.3.1 does not require uninstalling ArcGIS 9.3.

That should speed the upgrade times up from hours to minutes.  Expect 9.1.1 9.3.1 second quarter (April, May, June) 2009.

 

ArcGIS 9.3.1 is on its way.  YEAH!

ArcGIS 9.3.1 is on its way. YEAH!

ESRI Releases Version 1.2 of the ArcGIS JavaScript API

The ESRI ArcGIS JavaScript API has been updated to version 1.2.  The ArcGIS Server Blog has the details.  Remember to update your code with the new version:

<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.2" type="text/javascript">

<link rel="stylesheet" type="text/css" href=http://serverapi.arcgisonline.com/jsapi/ arcgis/1.2/js/dojo/dijit/themes/tundra/tundra.css>

ESRI Resource Center is Available

Last week I assumed one could access the new 9.3 resource centers, but it appeared that unless you were part of the 9.3 beta, you could not log in. Jason Stewart noted in the comments that you can now access them without your beta program login.

Unpacking ArcGIS 9.3

For those who haven’t received their 9.3 release and can’t sleep at night without knowing what the package looks like, Jithen has some pictures for you.

ArcGIS 9.3 Arrives!

I’m wondering if the new packaging will be gentler on the DVDs as mine always got very scratched removing them from the cardboard packaging.

More ESRI ArcGIS 9.3 News

It looks like ESRI finally put the 9.3 help publicly and you no longer need a password to access it (HT Jithen & Mapperz).

Welcome to ArcGIS Desktop Help 9.3

The ESRI Resource Center is available as well. Unlike the disorganized ArcGIS Support pages, these are focused on the ESRI product you are working with. I’m really happy to see these resource pages, but I’m curious where they fit within the whole ESRI Support and ESRI EDN sites. I suspect that I won’t be using EDN as much as I’ll be using these new resource pages. At any rate the look great and are easy to use; a welcome change from the Support and EDN pages.

UPDATE: It looks like the resource center is still blocked for those who were not in the beta. Someone at ESRI forgot to flip the switch…

There is also a “What’s New in ArcGIS 9.3″ Podcast. The direct link to the podcast is here. Why they make it so hard to get to these podcasts are beyond me. Shouldn’t they be available on the resource pages?

Lastly, while I’m getting ready to deploy ArcSDE ArcGIS Server Enterprise with SQL Server 2008, many are very interested in what PostgreSQL brings to the ArcGIS stable at 9.3. Bill Dollins has been working on a couple blog posts about Using ArcSDE 9.3 with PostgreSQL. Just seeing ArcMap push to PostgreSQL and then using uDIG to view the data is powerful. Says Bill:

…depending on how you implement it, ArcSDE for PostgreSQL can provide interoperability between ArcGIS and an open-source stack. uDig can be leveraged in a pinch to edit data loaded into ArcSDE using the PostGIS geometry type, allowing you to expand to meet demand.

I think many organizations will look long and hard at migrating their SQL Server or Oracle implementations to Postgres.


ESRI ArcGIS 9.3 with all that great Swedish quirkiness

(Photo by dmurray)

ArcGIS Server and ArcSDE (and even Microsoft SQL Server 2008 Spatial)

OK, so here is what is happening at 9.3 with ArcSDE.

  1. ArcSDE finally rides into the sunset. Even though technically ArcSDE has been replaced at 9.2, it was still a separate product. Now at 9.3 it will become fully integrated into ArcGIS Server. ArcGIS Server Enterprise will be the “traditional” ArcSDE level where ArcGIS Server supports an unlimited number of users via either direct connect or connection to an application server. It offers DBMS support for IBM DB2, IBM Informix, all editions of Microsoft SQL Server, Oracle and PostgreSQL. It has no data or memory limits. The Workgroup level of ArcGIS Server supports a maximum of 10 direct connect users. It includes an embedded DBMS (Microsoft SQL Server Express Spatial). It has a data limit of 4 GB and a memory limit of 1 GB.
  2. ArcGIS will connect to Microsoft SQL Server via direct connect. Out of the box ArcGIS application will be able to connect to Microsoft SQL Server Express Spatial, but if you want unlimited users, you’ll need to purchase ArcGIS Server Enterprise. This is probably less than what folks wanted, but you’ll have to sort that our yourselves.
  3. ArcGIS supports older versions of the Geodatabase. At 9.3, ArcGIS can connect and create geodatabases (personal, file) back to 9.0. This means you won’t need to keep older versions of the geodatabase around to share with others. You also won’t have to upgrade your geodatabases just because ArcGIS went to a new release. If you wish, you can keep your older geodatabases running at whatever release you wish (back to 9.0).
  4. SQL Server 2008 Spatial will be fully supported when Microsoft releases final version of SQL Server 2008. This might mean that SQL Server 2008 support might not show up until SP1 or SP2 for 9.3. It all depends on Microsoft’s release schedule.
  5. PostgreSQL support will be available at 9.3 as has been reported. There will be support for both the PostGIS and ESRI data types.
  6. ArcGIS Engine will allow developing with Microsoft SQL Server 2008 Express so you can scale down your enterprise applications to the workgroup level. You’ll no longer be limited to working with personal for file geodatabases.
  7. ArcGIS Server Enterprise will support 64bit processors. This is only the spatial database application server and not the AGS Basic, Standard and Advanced product.

So does that answer your questions about ESRI spatial database support at 9.3?