Notification messages shown when software fails.

learn more… | top users | synonyms

2
votes
1answer
328 views

Field Calculator Runs In IDLE (2.6.5) but not ArcGIS 10 SP3

just wondering if anyone else is having issues with the field calculator in ArcGIS 10 SP3. In the following code I do a pretty simple field calculation with a variable (an array) as one of the ...
0
votes
1answer
267 views

MRT (MODIS Reprojection Tool) input error

This is my first time to use Modis Swath Tool to deal with images. I've downloaded 4 MOD44B granules (using the FTP script method), and am trying to use MRT to mosaic them. When I add the 2 files I ...
0
votes
0answers
169 views

Python error when using Measuring Vegetation plugin

I am trying to use the Measuring Vegetation plugin and I am getting this error from Python: Traceback (most recent call last): File "C:/Users/NUR/.qgis//python/plugins\mv_plugin\mv_plugin.py", line ...
2
votes
1answer
110 views

ERROR Add Basemap using Arcmap10

When i have to use Bing Map Aerial, it will come NVIDIA error, then closed on main page. how to solve this problem? thanks to advance
1
vote
1answer
309 views

MRT (MODIS Reprojection Tool) error: 'Input file does not exist'

EDIT: Solved, see my answer. I've downloaded 8 MOD44B granules from Reverb (using the FTP script method), and am trying to use MRT to mosaic them. I'm falling at the first hurdle though - when I add ...
0
votes
2answers
106 views

dijkstra_sp runs without error in postgres query terminal, but triggers an error in Java

I am running this simple query select id,gid from dijkstra_sp('roads',22,33) This works perfectly fine and returns results in postgres query terminal. However running exactly the same query in java ...
0
votes
0answers
725 views

Error when importing shapefile to Postgis database

I was trying to import shp to postgis database and i get the following error: Importing with configuration: adresy92, public, geom, C:\Users\tomek\Desktop\adresy92, mode=c, dump=1, simple=0, ...
6
votes
3answers
853 views

Python script - how to avoid exclusive schema lock error?

I have a script for updating some features on my database every night (just for copying and replacing some features). This features are "read-only". My problem is that I can't avoid that these ...
0
votes
0answers
93 views

python error when using polygon centroid tool [closed]

When I use the "Polygon Centroid" tool -- to fix labeling features on a shapefile...i get this "Python Error" with a bunch of coding I do not understand in a text box. Afterward QGIS 1.7 shuts down on ...
0
votes
1answer
150 views

Out of bounds error in GeoServer

Having two instances of GeoServer and postGIS running on two servers, I have run into a peculiar problem. When I transfer the same dataset to both servers, one is able to show the data without ...
0
votes
1answer
90 views

QgsLegend link error when building

I'm developping a software using QGIS. When building my software there is a LINK error. 1>mainwindow.obj : error LNK2019: symbole externe non résolu "public: __thiscall ...
0
votes
0answers
13 views

QGIS error QtCore4.dll [duplicate]

Possible Duplicate: How to fix QGIS error “Entry Point could not be located”? Im having a problem with QGIS and I dont know how to solve it. After using the program for several ...
1
vote
1answer
1k views

ArcSDE error: “Maximum number of connections to instance exceeded ”

I have an ArcSDE error: " *Failed to connect to database. Maximum number of connections to instance exceeded " Did what ESRI recommended :" Check the value set for the CONNECTIONS parameter in ...
2
votes
1answer
517 views

Why does my PostGIS query fail with “current transaction is aborted”

I'm trying to create a vector layer in a QGIS project using a PostGIS query. QGIS is returning the following error: Query failed 1 cursor states lost. SQL: CLOSE qgisf1 Result: 7 (ERROR: ...
2
votes
1answer
164 views

ArcGIS Javascript API - How to submit a defect?

I would like to know the best way to notify ESRI of a possible defect in the JSAPI and gis.stackexchange seems like the best mechanism for doing so (Derek reads it and fixes it). That being said, ...
1
vote
0answers
340 views

OpenLayers + GeoServer + Oracle: WFS-Transaction update error

I am trying to implement wfs-t in a map application. tried using ArcGIS server wfs-t, and didn't make it since there is a lock mechanism while trying to edit a feature.ArcGIS WFS-T + OpenLayers; then ...
1
vote
0answers
441 views

Python script for running ArcGIS10 Area Solar Radiation tool

I am trying to run the Area Solar Radiation tool using a Python script, because I want to run it on several DEMs at once. I am using a server with Windows 7, ArcGIS 10 and PyScripter. I am a beginner ...
2
votes
0answers
125 views

Question on QA/QC error list

As I am working on reviewing my soils spatial data, and I am doing my QA/QC I placed a point layer to check for errors. I add the field column to mark the error and state the error. I recently ...
7
votes
2answers
988 views

Error handling with python script in ArcGIS 10

I have a python script that I am using to create a list of all mxd files (with full pathing) in our Projects folder. The script then uses that to iterate through the list and do a ...
0
votes
1answer
927 views

How to resolve an Invalid Topology [Incomplete void poly] error from a geoprocessing service?

I am consuming a geoprocessing service from my Flex application. My geoprocessing service takes the input geometry, and intersects another layer. It then runs a Summery stats on the intersection ...

1 2 3