Re: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Kori Maleski
These are tiny <20MB raster images.

For our larger imagery we have a Lizardtech Image Server.

We just need a network share since our production/development servers are
not an exact mirror and need to use the same source files in some cases.


Cheers,

Kori Maleski



On Thu, May 14, 2009 at 1:45 PM, Martin Morrison
wrote:

>  My concern over this whole issue is speed.  You need your data as close
> and as fast as possible.  Reading raster over a network connection is not an
> optimal way to access the data.
>
>
>
> Martin
>
>
>
> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Dave Wilson
> *Sent:* Thursday, May 14, 2009 4:27 PM
>
> *To:* MapGuide Users Mail List
> *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
> DefaultRasterFileLocation with UNC path
>
>
>
> Mapped drives generally don’t work. Is your MapGuide server running with a
> login that has permissions on the network share? Running the service with
> the default System account will not work.
>
>
>
> Dave
>
>
>
> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Andy Morsell
> *Sent:* Thursday, May 14, 2009 1:34 PM
> *To:* 'MapGuide Users Mail List'
> *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
> DefaultRasterFileLocation with UNC path
>
>
>
> What if you use a drive letter mapping instead of a UNC?
>
>
>
> Andy Morsell, P.E.
>
> Spatial Integrators, Inc.
>
> www.SpatialGIS.com <http://www.spatialgis.com/>
>
>
>
> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski
> *Sent:* Thursday, May 14, 2009 11:56 AM
> *To:* MapGuide Users Mail List
> *Subject:* SPAM-LOW: [mapguide-users] Issue with Gdal
> DefaultRasterFileLocation with UNC path
>
>
>
>
>
> Hi all,
>
>
>
> I am running MapGuide 2.0.2 with the service running under a domain
> account.
>
>
>
> The account has full control over a file server directory containing raster
> imagery in Sid format.  The imagery is in LL84.
>
>
>
>
>
> When configuring a raster data connection with the Gdal FDO I am having
> issues with applying coordinate system overrides when the files reside on a
> file server and are being accessed via UNC path.
>
>
>
> When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
> can override the coordinate system with no issues in both Studio and
> Maestro.  Map display is perfect.
>
>
>
> When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid, and
> try to use the override by refreshing to see the default spatial context I
> get the following error:
>
>
>
> In studio:  A popup windows error :
>
>
>
> The exception unknown software exception (0xc409) occurred in the
> application at location 0x00ea0a66
>
>
>
> In the event viewer:
>
>
>
> Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
> unexpectedly.
>
>
>
> Maestro displays no error.
>
>
>
> But after an attempt or two in either application, the service is
> unresponsive and W3SVC and mgserver services have to be restarted.
>
>
>
>
>
> Has anyone run into this issue before?
>
>
>
>
>
> Cheers,
>
>
>
> Kori Maleski
>
>
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Kori Maleski
If I use a mapped drive, no error occurs - but it fails to read the files
coordinate system and simply defaults to XY Arbitrary.  Fails to display as
a layer with a resource not found in the error log.

The login account has full control on the share.

I should note that this worked  with 2.0.1.



Cheers,


Kori Maleski





On Thu, May 14, 2009 at 1:26 PM, Dave Wilson wrote:

>  Mapped drives generally don’t work. Is your MapGuide server running with
> a login that has permissions on the network share? Running the service with
> the default System account will not work.
>
>
>
> Dave
>
>
>
> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Andy Morsell
> *Sent:* Thursday, May 14, 2009 1:34 PM
> *To:* 'MapGuide Users Mail List'
> *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
> DefaultRasterFileLocation with UNC path
>
>
>
> What if you use a drive letter mapping instead of a UNC?
>
>
>
> Andy Morsell, P.E.
>
> Spatial Integrators, Inc.
>
> www.SpatialGIS.com <http://www.spatialgis.com/>
>
>
>
> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski
> *Sent:* Thursday, May 14, 2009 11:56 AM
> *To:* MapGuide Users Mail List
> *Subject:* SPAM-LOW: [mapguide-users] Issue with Gdal
> DefaultRasterFileLocation with UNC path
>
>
>
>
>
> Hi all,
>
>
>
> I am running MapGuide 2.0.2 with the service running under a domain
> account.
>
>
>
> The account has full control over a file server directory containing raster
> imagery in Sid format.  The imagery is in LL84.
>
>
>
>
>
> When configuring a raster data connection with the Gdal FDO I am having
> issues with applying coordinate system overrides when the files reside on a
> file server and are being accessed via UNC path.
>
>
>
> When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
> can override the coordinate system with no issues in both Studio and
> Maestro.  Map display is perfect.
>
>
>
> When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid, and
> try to use the override by refreshing to see the default spatial context I
> get the following error:
>
>
>
> In studio:  A popup windows error :
>
>
>
> The exception unknown software exception (0xc409) occurred in the
> application at location 0x00ea0a66
>
>
>
> In the event viewer:
>
>
>
> Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
> unexpectedly.
>
>
>
> Maestro displays no error.
>
>
>
> But after an attempt or two in either application, the service is
> unresponsive and W3SVC and mgserver services have to be restarted.
>
>
>
>
>
> Has anyone run into this issue before?
>
>
>
>
>
> Cheers,
>
>
>
> Kori Maleski
>
>
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Martin Morrison
My concern over this whole issue is speed.  You need your data as close and as 
fast as possible.  Reading raster over a network connection is not an optimal 
way to access the data.

Martin

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson
Sent: Thursday, May 14, 2009 4:27 PM
To: MapGuide Users Mail List
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

Mapped drives generally don't work. Is your MapGuide server running with a 
login that has permissions on the network share? Running the service with the 
default System account will not work.

Dave

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andy Morsell
Sent: Thursday, May 14, 2009 1:34 PM
To: 'MapGuide Users Mail List'
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

What if you use a drive letter mapping instead of a UNC?

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation 
with UNC path


Hi all,

I am running MapGuide 2.0.2 with the service running under a domain account.

The account has full control over a file server directory containing raster 
imagery in Sid format.  The imagery is in LL84.


When configuring a raster data connection with the Gdal FDO I am having issues 
with applying coordinate system overrides when the files reside on a file 
server and are being accessed via UNC path.

When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I can 
override the coordinate system with no issues in both Studio and Maestro.  Map 
display is perfect.

When I use a UNC path - i.e. 
\\myserver\myfiledirectory\myfile.sid,
 and try to use the override by refreshing to see the default spatial context I 
get the following error:

In studio:  A popup windows error :


The exception unknown software exception (0xc409) occurred in the 
application at location 0x00ea0a66

In the event viewer:


Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated 
unexpectedly.

Maestro displays no error.

But after an attempt or two in either application, the service is unresponsive 
and W3SVC and mgserver services have to be restarted.


Has anyone run into this issue before?


Cheers,

Kori Maleski

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Dave Wilson
Mapped drives generally don't work. Is your MapGuide server running with a 
login that has permissions on the network share? Running the service with the 
default System account will not work.

Dave

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andy Morsell
Sent: Thursday, May 14, 2009 1:34 PM
To: 'MapGuide Users Mail List'
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

What if you use a drive letter mapping instead of a UNC?

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation 
with UNC path


Hi all,

I am running MapGuide 2.0.2 with the service running under a domain account.

The account has full control over a file server directory containing raster 
imagery in Sid format.  The imagery is in LL84.


When configuring a raster data connection with the Gdal FDO I am having issues 
with applying coordinate system overrides when the files reside on a file 
server and are being accessed via UNC path.

When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I can 
override the coordinate system with no issues in both Studio and Maestro.  Map 
display is perfect.

When I use a UNC path - i.e. 
\\myserver\myfiledirectory\myfile.sid,
 and try to use the override by refreshing to see the default spatial context I 
get the following error:

In studio:  A popup windows error :


The exception unknown software exception (0xc409) occurred in the 
application at location 0x00ea0a66

In the event viewer:


Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated 
unexpectedly.

Maestro displays no error.

But after an attempt or two in either application, the service is unresponsive 
and W3SVC and mgserver services have to be restarted.


Has anyone run into this issue before?


Cheers,

Kori Maleski

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Andy Morsell
What if you use a drive letter mapping instead of a UNC?
 
Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com
 
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal
DefaultRasterFileLocation with UNC path
 
 
Hi all,
 
I am running MapGuide 2.0.2 with the service running under a domain account.
 
The account has full control over a file server directory containing raster
imagery in Sid format.  The imagery is in LL84.
 
 
When configuring a raster data connection with the Gdal FDO I am having
issues with applying coordinate system overrides when the files reside on a
file server and are being accessed via UNC path.
 
When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
can override the coordinate system with no issues in both Studio and
Maestro.  Map display is perfect.
 
When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid
 , and try to use the
override by refreshing to see the default spatial context I get the
following error:
 
In studio:  A popup windows error :
 
The exception unknown software exception (0xc409) occurred in the
application at location 0x00ea0a66
 
In the event viewer:
 
Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
unexpectedly. 
 
Maestro displays no error.
 
But after an attempt or two in either application, the service is
unresponsive and W3SVC and mgserver services have to be restarted.
 
 
Has anyone run into this issue before?
 
 
Cheers,
 
Kori Maleski
 
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users