| bio | website | ccrfcd.org |
|---|---|---|
| location | Las Vegas, NV | |
| age | 44 | |
| visits | member for | 2 years, 10 months |
| seen | May 6 at 15:15 | |
| stats | profile views | 146 |
Interests/skills:
C#
ASP.Net
PHP
T-SQL
Flash
Flex
Silverlight
ArcGIS Engine
ArcGIS Server
|
Feb 26 |
comment |
How can I add an interactive map to a PDF? But will this work when the user does not have Internet access? That was one of the original requirements, to be able to do this offline. |
|
Dec 17 |
comment |
How can I add an interactive map to a PDF? Is there a way to make ArcGIS Online available offline? That was one of the initial requirements, that the map be available offline. |
|
Oct 12 |
comment |
I upgraded to SP5. The service “ArcGIS Server Object Manager” not start. How to fix this? What is the error in the popup? Also, are there any errors listed for that service in Events? |
|
Oct 4 |
comment |
How to display row and column indexes for an image in ArcGIS? @WafaAlyaari The method that the answer describes is a way to display the X and Y. It embeds that information into each row by adding x and y fields. |
|
Sep 6 |
comment |
How do I change the data source for all layers in an MXD? This seems to not work in 10.1. The data source is changed, but (at least in the case of an SDE connection) the link is changed to a "database connection", i.e. the layer isn't being pointed to any longer, which breaks the link. |
|
Sep 5 |
comment |
Where is the connection file used to connect to ArcSDE 10? And, for 10.1 users, they are located in: C:\%userprofile%\AppData\Roaming\ESRI\Desktop10.1\ArcCatalog\ |
|
Sep 4 |
comment |
Where is the connection file used to connect to ArcSDE 10? I am pretty sure the connection information is embedded in the mxd. As for db level changes, anything that breaks their connection could break the SDE user's abilities as well (i.e. don't disable the sde account). Easiest way might be to change the SDE user's password. |
|
Sep 4 |
comment |
SDE 10.1 Layers Not Loading in ArcGIS Engine Application Unfortunately that didn't change anything. I copied the contents of the bin folder to the same path as my executable and there was no change. |
|
Aug 31 |
comment |
SDE 10.1 Layers Not Loading in ArcGIS Engine Application Which arcengine folder are you referring to? |
|
Aug 28 |
comment |
How can I copy archive data from one server to another? @blah238 It's possible that replication would help but I have to hope that ESRI has created a better way to migrate data from one server to another than to create a replica, let it synchronize, then break the connection. The intention here is to blow away the 10.0 server when we're done, not to keep it around. |
|
Jun 18 |
comment |
arcgis10 filter dataset Can't figure it out using shapefiles. If this was straight SQL Server, I could make it work, but shapefiles don't seem to like subqueries. |
|
May 1 |
comment |
Computational time of well-known compression algorithm Not sure what this has to do with GIS. You might have better luck asking this on stackoverflow.com. |
|
Apr 25 |
comment |
Why is the layer list in the Snapping Settings dialog empty? I never did figure this out; decided to roll my own dialog instead. Curious to see if anyone has a solution, though. |
|
Apr 20 |
comment |
Why is the layer list in the Snapping Settings dialog empty? I imagine it might have something to do with the dialog not responding to a WM_PAINT request, but, again, why? |
|
Feb 27 |
comment |
Arcpy Performance If Then Statements @BJEBN That was my understanding as well, that the discussion was related to developing the GUI within ArcMap. I thought that was what you were doing so I thought I'd mention it. Not sure about developing a GUI outside ArcMap, though. |
|
Feb 25 |
comment |
Arcpy Performance If Then Statements @BJEBN Designing your own GUI (via Python, I assume) isn't going to work in AG 10.0 and prior according to this. 10.1 may allow it, though. |
|
Feb 18 |
comment |
merging data in ArcSDE Just so you're aware, you can't alter tables via SQL if you're using versioning. ArcGIS won't be able to "see" the changes. |
|
Jan 26 |
comment |
Converting KML to layer in ArcGIS 10 - nothing happens You can always select your own answer as the accepted answer to the question. It "completes" the QA process when you do (plus you get credit, in the form of points, for solving the issue.) |
|
Jan 24 |
comment |
Converting KML to layer in ArcGIS 10 - nothing happens I've never worked with a KML layer in ArcMap, but is it a symbology issue? Perhaps it's not appearing correctly against your background. |
|
Jan 20 |
comment |
In a versioned geodatabase, what impact do delta tables and the state tree have on query performance? How often do you compress the database or update statistics? |