The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
0answers
19 views

How to trace SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database?

I'd like to generate a log file containing all SQL queries sent by ArcGIS Server (ArcSDE) to Oracle database. Is there a way to do so? I'm using Oracle 11g and ArcGIS Server 10.0 on Windows. ArcSDE is ...
1
vote
2answers
85 views

QGIS 1.8 startup crash - looking for a log file

I have a problem with QGIS 1.8 with OSGEO4W installer (windows 7 - 64 bit). QGIS crash on startup, it shows the splash screen and then nothing. I have updated from an old 1.7.4 QGIS version. I have ...
1
vote
1answer
37 views

A way to log the output from the Msys terminal in OSGEO4W?

Is there a way to log all the text output from commands in the Msys terminal to a text file when using OSGEO4W in Windows? I'm using GDAL commands and specifically wish to record any error messages ...
3
votes
1answer
61 views

How to check what application uses my services - arcgis server 9.3

I serve a lot of map services via my arcgis server 9.3. Can I determine somehow which webapplication or desktop clients are using or were using my services? I know that I can view apache access log ...
7
votes
2answers
78 views

How to keep track of changes to geo-referenced data and maps?

At my company we are starting to get more serious about keeping track of changes to our geo-referenced data and maps. I'm looking into this and am wondering how people do it at other companies. We ...
4
votes
2answers
231 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
1answer
325 views

How to track logged in user in geoserver?

Is there any way I can track the logged in users in geoserver(somewhere in log file). I have same users in geoserver and tomcat-realm.As I can see what URI are requested, IP address URI requested ...
1
vote
0answers
138 views

ArcMap crashing in geoprocessing script with AreaSolarRadiation. Does a log file exist?

I am writing a greoprocessing script in python and running it in arcmap 10. The script works as expected until it gets to an area solar radiation calculation AreaSolarRadiation(input_dem, "", "400", ...
6
votes
1answer
648 views

How to filter wrong GPS readings?

I have absolutely no experience with GIS, it just so happens that one of the hobby projects I am doing at the local hackerspace includes tracking a model boat with a GPS... I hope this is the right ...
3
votes
2answers
388 views

Logging incoming request HTTP headers in GeoServer

I have a GeoServer 2.0.2 and I send POST requests using mobile devices. I would like to see how the incoming POST request HTTP headers are formatted, especially what kind of character encoding and ...