Notification messages shown when software fails.

learn more… | top users | synonyms

0
votes
1answer
27 views

Trying to use clip tool but keep getting ERROR999999?

The layer being used as the 'clip features' has been used before and worked fine, so i assume the issue is the layer im trying to clip (Input Features) - I keep receiving the same error when running ...
0
votes
1answer
31 views

PostGIS error reads “Geometry has Z dimension but column does not” [duplicate]

I try to store a polygon in GeoJSON format into my PostGIS table. Both are using the CRS EPSG:3857. This is how the polygon is defined. Note that I put in some whitespace to make it more readable. { ...
1
vote
0answers
18 views

QGis Grid statistics for polygons error - Module caused access violation!

I'm trying to calculate statistics for a raster layer using an overlaying polygon layer, I'm using SAGA "Grid Statistics for polygons" function, but it returns an error, sadly.. So in the sextante log ...
2
votes
1answer
84 views

Driver Error : DTM to Raster using GDAL_GRID

I am looking to interpolate a DTM (eventually over 4,000 DTMs) that is in a personal geodatabase format. I would like to do this in as few step as possible, eventually writing a batch script to do ...
3
votes
1answer
70 views

digitizing (tolerence) error in line data

I have designed a large number of boundaries. For accuracy, I took lines in patches from different data sets and merged them into one. Now I want to turn them into polygons from lines. I every second ...
0
votes
2answers
55 views

Cannot insert simple geometry data

I installed PostgreSQL 9.2.4 and PostGIS 2.0.3 on my Windows 8 machine. Then I created a table using phpPgAdmin and added a geometry column using the following statement. SELECT ...
3
votes
1answer
177 views

Trouble with accesing API code: “ReferenceError: esri is not defined”

I am developing a web map application in the ArcGIS API for Javascript. I two have ArcGISDynamicMapServiceLayer layers that I am trying to run a simple query task on. The code I am using works in ...
0
votes
0answers
17 views

Can I apply the Euclidean Distance tool for a single point feature class? [duplicate]

So, as suggested in my previous question, I tried to perform perform the Euclidean Distance tool for a single point feature class. For som e reason it doesn't work and the error given is ERROR010092: ...
0
votes
1answer
33 views

How can I avoid UnicodeEncodeError when using geoprocessing tools in QGIS?

I have a shapefile, that I want to split with the "Split Layers by Field"-tool. Due to some umlauts (ä,ü,ö) there will be a python error as soon, as the tool reaches a feature with an umlaut. The ...
3
votes
1answer
99 views

Model Builder: An error has occurred in the script on this page. MdDlgContent.htm

I've been creating a model in Arc 10.0 for a few days now without problems. Then I added the Calculate Field Tool. I selected Make Variable --> From Parameter --> Expression. When I check off "Model ...
0
votes
1answer
66 views

Object does not exist in the namespace “http://schemas.esri.com/arcgis/client/2009”

I am trying to move all of my GIS code over the Visual Studio 2012. I have added the following references: C#: using ESRI.ArcGIS.Client; using ESRI.ArcGIS.Client.Geometry; using ...
1
vote
0answers
72 views

Raster as Attribute Field Error

I'm using Arc 10.1. I am creating a parcel inventory where I would like to have a photo of the property attached as an attribute and view-able with an HTML popup. I have a polygon feature class built ...
1
vote
0answers
23 views

Uploading Polyline feature in ArcGIS Online [duplicate]

I'm seeing some snapping/topological errors in ArcGIS Online (trial version) when I upload my well snapped polyline layer. Please see the screen shot below. What may be the cause of this?
0
votes
2answers
50 views

Joining Points and Polygons

I am new at using arcGIS 9.3.1 and am having trouble joining data. I have a shapefile of census tract polygons and a separate file of points that are crimes in Chicago in 2010. The crime points were ...
1
vote
1answer
2k views

How to install QGIS Server Ubuntu 12.04?

I am new user to Ubuntu (12.04) and am trying to set up QGIS server. I have QGIS desktop installed and working. In regards to QGIS server I have used apt-get install qgis-mapserver ...
2
votes
1answer
998 views

XYZ Layer in Open Layers has Missing Tiles

In Open Layers I'm having a missing tile problem where it generates a missing link icon and a pink background. I found several threads including this one saying to add this code ...
0
votes
0answers
19 views

What are the return codes for CPLMalloc? [closed]

I want to perform error handling for CPLMalloc but I haven't been able to find what its return codes are in the online documentation. Does anyone know where to look? It doesn't appear in the list of ...
4
votes
0answers
33 views

Showing snapping error in ArcGIS Online

I am doing some test in ArcGIS online to know how much helpful it is for my firm, But when I opened my road line .Zip shapefile in ArcGIS online it is showing some snapping issues as well as changed ...
0
votes
2answers
76 views

Error from ps.map in GRASS. How to fix?

I'm trying to learn how to use ps.map in GRASS. I thought that running it in interactive mode from the command line would be a good place to start, but I'm getting the following error: > ps.map ...
1
vote
1answer
133 views

Quantum GIS returns “Invalid Layer” message when trying to add Postgis view

I'm new to Postgis and Quantum GIS. I created a view defined as CREATE OR REPLACE VIEW pupr.vstudentmuni AS SELECT m.id AS munid, m.name AS muname, m.geom, s.code, (s.name::text || ' '::text) ...
1
vote
1answer
48 views

tomcat 5.5.20 on geoserver 2.3

i know it is curious, but i want to run Geoserver 2.3.0 on Tomcat 5.5.20. When i deploy the war file, it deploys successful but i cant start the Geoserver. Message: FAIL - Application at context ...
2
votes
0answers
33 views

Transfer OpenLayers map from one pc to another [duplicate]

I have a following question, I created a web application - I used geoserver to create an openlayers map. As a sever I was using apache tomcat. If i want to run this server on different machine, what ...
2
votes
1answer
106 views

Error 999998 in Arcpy 10.1

I found an RuntimeError: ERROR 999998: Unexpected Error when lunching Arcpy in my ArcGis 10.1 such as this: Runtime error Traceback (most recent call last): File "", line 50, in File ...
1
vote
0answers
61 views

I can't connect QGIS with postgresql

I can create a connection to the database in qgis and the test connection is successful. However when I actually connect to the database to export shape files I get the following error: the ...
4
votes
2answers
228 views

ArcGIS Attribute Assistant method not working

I don't know how many of you are using Attribute Assistant for ArcGIS 10.1, hope many:) I have some difficulties with a couple of methods. Well, I got the INTERSECTING_EDGE, the GENERATE_ID, and a ...
2
votes
2answers
93 views

ArcPy Report syntax error

I'm working on trying to use arcpy to automate the creation of a report, but I'm running into a problem. >>> ...
0
votes
0answers
31 views

Error: Objects in this class cannot be edited outside an edit session

I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point: ...
2
votes
2answers
47 views

Python Toolbox Raster Parameter Error

I borrowed a simple script I found online to clip a shapefile from the extent of a raster. It works perfectly from the ArcMap built in python command prompt. I modified is slightly to use in a tool. ...
5
votes
2answers
125 views

ArcGIS Server SOC Cannot Connect To Data

I've been successfully publishing services to AGS. SOC is set up to view all the data that is used in published services. All of a sudden, I can no longer publish a service and have recieved the ...
0
votes
0answers
12 views

Sextante Modeler Error “global name os is not defined” [duplicate]

I want to generate a model whic reclassify radter values. So i added Saga reclassify grid values tool to Modeler and saved the model. When i run the model i got this error both on Ubuntu OSgeolive 6.0 ...
2
votes
2answers
101 views

What does 'DBMS table not found' message mean?

I have a plain postgressql table (version 8.2). I am trying to connect to it to it from ArcGIS desktop 10.0, and use as a query layer, as given in this document: ...
2
votes
2answers
85 views

Add a new field in a already created feature class

I have a feature class. On the basis of some calculation, I want to create a new field in that table and set value of that field. To do so, my algorithm is: void UpdateFeatureClass(IFeatureClass ...
1
vote
0answers
52 views

Error in uploading data in QGIS cloud

I want to publish my .shp file using QGIS Cloud plugin. I signed in to qgiscloud.com (free). On create new database it will auto create dbname='fbeudp_mfaphk' user='fbeudp_mfaphk' ...
0
votes
0answers
25 views

GDAL Error 1: Can't find RasterDMS field in Eimg_Layer with block list

I've got a dataset consisting of an .aux file and an .rrd file with the same names. When I open this data using the GDAL C++ library (applying GDALOpen to the .aux file), the dataset seems ...
0
votes
0answers
101 views

How to fix Geocode plugin Google API Key errors in QGIS 1.8?

within QGIS 1.8 I am tring to use the "GeoCoding Plugin" (Author: Dr. Alessandro Pasotti) but it gives this error message: Traceback (most recent call last): File "C:/Documents and ...
2
votes
2answers
186 views

Why can't I import arcpy?

>>> import arcpy Traceback (most recent call last): File "<interactive input>", line 1, in <module> File "C:\Python27\lib\arcpy\__init__.py", line 21, in <module> ...
0
votes
1answer
41 views

Problem Reclassifying Rasters

I need to reclassify some vector data which was made from Euclidian distance from points and lines. So after getting the Euclidian distances, I tried to run reclassify, but got: Error 001100 Failed ...
0
votes
0answers
72 views

ArcMap runs custom script once and then it crashes on second run

So I made a script that takes data from an MSSQL database and inserts it into a featureclass. I added the script to a toolbox and am able to run the tool from within ArcMap 10.1. The problem is that ...
3
votes
0answers
107 views

Python coding question, looping through feature classes, AddField, CalculateField, then errors (might be schema lock)

This is not a SDE question. File GDB. Hi, I have a general question on looping through feature classes in a file geodatabase. I have (attached) a python script that adds a ton of fields and ...
0
votes
1answer
28 views

Why is this GRASS script (from GRASS WiKi) causing an error?

I'm trying to run a script from the GRASS WiKi to create a simple map using ps.map. I'm confused because it's generating an error that the output was not set, when it appears to me that it is set at ...
1
vote
1answer
76 views

Why won't Tabulate Intersection work?

I can't seem to find much in forums about this - I'm trying to use Tabulate Intersection with two shapefiles. When run in a model, I get a generic error (Error 999999:Error executing function). ...
2
votes
2answers
319 views

How do I fix an error starting QGIS 1.8.0 on Windows XP?

I note that the installation of qgis completed successfully. However, the log procedure returns this message: "...... Estrazione: wvhpgn.gsb Estrazione: wyhpgn.gsb Cartella di destinazione: ...
1
vote
1answer
443 views

Filtering a loaded kml file in OpenLayers

I'm trying to create an interactive search engine (for finding event tickets) of which one of its features is a visual map that shows related venues using OpenLayers. I have a plethora of venues ...
0
votes
1answer
40 views

ArcCatalog 9.3 (ArcInfo) wont open

ArcMap, ArcScene and everything works fine and opens without problem. But, ArcCatalog cannot open. A window pops up and says- Microsoft Visual C++ Runtime Library. Runtime Error! Program: ...
1
vote
1answer
83 views

Rpy2 Unable to Load in Fresh QGIS Install

after installing qgis the a message given below is shown Unable to load the plugin: Unable to load required package rpy2. Please ensure that both R, and the corresponding version of Rpy2 are ...
0
votes
1answer
54 views

ET Geowizards: Table Already Exists Log Error

I have a license for ET Geowizards and I keep coming up with an error using various tools. Most recently I have been using the Global Snap Polylines tool. I ran it a few times and then it randomly ...
5
votes
1answer
213 views

ArcPy script causing python.exe to stop working (memory issue?)

I have a script written in Python that uses ArcPy to create maps of the kernel densities of thousands of datasets. Each dataset is relatively small, but there about 50,000 sets in total. When I run ...
6
votes
2answers
185 views

Why am I getting duplicate ghost points (features), i.e., one point in the feature class but two points?

When editing some of the attributes in a point feature class in ArcMap 9.3, duplicate labels started showing up. When I click on the point, I discovered that the point has duplicated itself BUT there ...
2
votes
1answer
56 views

Setting coordinate systems in QGIS: “transform error caught”

I'm learning how to use QGIS (v 1.8.0 "Lisboa") on Mac OS 10.6.8. My goal is to create a simple county map of Illinois using the base data shapefiles available from the Illinois Natural Resources ...
2
votes
2answers
109 views

Type mismatch error in Calculate Field tool in ArcGIS 10.1

I'm trying to run a rather lengthy model (built in ArcGIS 9.3.1) in ArcGIS 10.1 and I'm recieving an error on a Calculate Field tool. The error is - Type mismatch: 'iif'. This error is refering to ...

1 2 3