|
POST
|
It will be the path you define; by default on a machine with ArcGIS Desktop installed it is under the users profile folder where the connections for ArcCatalog are stored. You have the ability to create new connections in a folder on a mapped or UNC share. You just need to define the path to the connection once you have created it and pass that string to your script.
... View more
09-03-2014
04:45 PM
|
0
|
0
|
1580
|
|
POST
|
Annie, I know this is not the kind of response you would like. But ESRI is planning to have a Sub-Unit capable Geocoder available at 10.3; I had the opportunity to meet with them at the UC and they are making a serious effort to have this functionality in place.
... View more
08-01-2014
09:52 AM
|
0
|
0
|
1553
|
|
POST
|
Hi , I have 10.1 SP1 installed plus the background geoprocessing patch for 64 bit geoprocessing. Im trying to geocode a large file, so wanted to take advantage of 64 bits processing. My Surprise when i try to change properties of locators to make use of runtime memory limits to more the 2024 it gives me an error saying out of range limits. How can i process set up locators as described in http://blogs.esri.com/esri/arcgis/2011/02/09/tuning-a-locator-for-improved-performance/ I also have enabled the background geoprocessing in ArcCatalog > Geoprocessing options and created a model to run the job, but when looking at taskmanager at run time its always a process of arccatalog (32bits) running and nothing related to 64 bits. Thank you in advance all the support. The options that run in ArcCatalog will only be available in 32bit memory space; this is because the ArcCatalog engine as it runs is only able to run with those parameters. The best method is to create a model in catalog, export it to python; then using the 64bit tools from ESRI execute your model that way; you then won't have that space/memory constraint.
... View more
05-27-2014
12:05 PM
|
1
|
2
|
841
|
|
POST
|
Has anyone else started looking or is working with the NUTANIX platform for VMWare and powering ArcGIS Services? I am intrigued by the mix of SSD to store the live access data while the HDD array maintains the less accessed data. Are there any success stories out there? Thanks; David
... View more
03-04-2014
06:54 AM
|
0
|
13
|
5781
|
|
POST
|
I have a composite locator built that merges my Nokia/NavTeq and TomTom/TANA datasets as well as fallbacks to TIGER for matching streets in my state. Same logic has been used in my locators for years. Problem I have started seeing yesterday that I can not make sense of, I am able to use this composite locator and match a intersection without fail, but then do a single address lookup via REST and I get this response; An unexpected error occurred processing the request. So I go to the rest.log file and I find this; ERROR:The coordinates or measures are out of bounds. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at ESRI.ArcGIS.ADF.ArcGISServer.GeocodeServerProxy.FindAddressCandidates(PropertySet Address, PropertySet PropMods) at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesRequestHandler.GetAddressCandidates() at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesRequestHandler.get_Results() at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesHtmlFormatter.WriteFindAddressResults() at ESRI.ArcGIS.REST.GeocodeServer.FindAddressCandidatesHtmlFormatter.WriteBody() at ESRI.ArcGIS.REST.HtmlFormatter.WriteBodySection() at ESRI.ArcGIS.REST.HtmlFormatter.WriteResponse() http://dorwke089133/ArcGIS/rest/services/Locators/WA_Address/GeocodeServer/findAddressCandidates?Street=6500+Linderson+Way+Sw&City=Tumwater&State=WA&ZIP=98501&SingleLine=&outFields=&outSR=&f=html Now what is frustrating is that I use this same locator and access it via SOAP API, no problems, access from ArcGIS Desktop in the Geocoder Toolbar, No Problem. This only happens in the Rest Interface. Software is 10.0, SP5 both on the Desktop and Server.
... View more
03-13-2013
12:01 PM
|
0
|
0
|
445
|
|
POST
|
I am trying to automate the creation/update of several geocoders into Composites and have a couple things that are not nice that I wonder if anyone has worked out. In the Locator XML file, you can define you want the X/Y values written, but when setting a composite to use several locators that have this setting defined it doesn't carry them through. In the Locator XML file, you can define alternate field names to trigger on, but when setting a composite to use several locators that have this setting defined it doesn't carry them through forcing you to go through and manually enter these all over again. Is there a place where you can define Presets for the new Composite Locator build process to address these? For me moving to 10.1 isn't a option since so much was changed on the Server and ArcObjects level we need more time to migrate. Suggestions???
... View more
03-01-2013
08:17 AM
|
0
|
0
|
423
|
|
POST
|
We just made a upgrade from our 9.3.1 software to 10sp3 on our SQL2008 Dev/Test server and are having some questions. Some DBs are showing the following tables 'are GDB_ITEMRELATIONSHIPS, GDB_ITEMRELATIONSHIPTYPES, GDB_ITEMS and GDB_ITEMTYPES' to our standard user, when other DB's with the same permissions and schema/user ownerships are set. Is this normal? Most of my DBs are not exhibiting this; so I am suspecting there is a problem. I am concerned that these are now visible and might cause issues with the internal ArcSDE working.
... View more
12-07-2011
04:11 PM
|
0
|
5
|
1541
|
|
POST
|
We shoulnd't be proxied; is there particular ports that ArcGISOnline uses? That I can have my network folks check.
... View more
10-04-2011
10:37 AM
|
0
|
0
|
685
|
|
POST
|
So I use to be able to connect to either http://services.arcgisonline.com/arcgis/services or http://tasks.arcgisonline.com without a issue. But over the last month or two I have seen this become unstable and finally today I get a message that 'parameter is not correct' and am unable to connect. Is anyone else seeing this as a issue?
... View more
10-04-2011
07:55 AM
|
0
|
3
|
954
|
|
POST
|
I am taking a TIGER2010 Roads file, I am Address Standardizer to use 'US Address - One Range', and then I feed it the 'FULLNAME' field, and set the output to be 'PreDir,PreType,StreetName,SufType,SufDir' and set it to run!! Now; I see results like this: Input = 'Muse Rd' Output = null,null,null,null,null Input = 'W Muse Rd' Output = null,null,Muse,Rd,null Input = 'John Wayne Trl' Output = null,null,null,null,null Input = 'E Schoessler Rd' Output = null,null,Schoessler,Rd,null Input = 'US Rte 12' Output = S,Sthy,12,null,null The version 10 engine is butchering PrefixDirection and PrefixType values. I have had a critical bug open for over a year (opened less than a month after 10 shipped) and still can not get any kind of support for this. I can easily repeat this over and over, there is even a NIM for this issue; why can't we get serious support for this major part of the software (yes, you see in the forums major issues across geocoding) and yet we are seeing no traction on the issue.
... View more
08-23-2011
05:26 PM
|
0
|
0
|
1034
|
|
POST
|
Brad, Thank you for the latest style sample. It definitely filled in the gaps that the customization white paper fails to cover. My functional style file is attached. It honors fractional address fields as well as separate unit type and unit number fields. I hope folks find it useful if their data is structured in a similar way! Share it far and wide and please, ESRI, polish it and include it as a default in 10.1! I never want to have the need to do this customization again! You need to place this style file in the locator directory of your ArcGIS install. The default location is: C:\Program Files\ArcGIS\Desktop10.0\Locators Our site address data layer uses the following fields: Address Address Fractional (i.e. the "A" or "1/2" in "80 A Main St" or "80 1/2 Main St") Prefix Direction Street Name Street Type Suffix Direction Unit Type (i.e. Unit, Ste, #) Unit Number City ZIP Code State The style has not been tested in any other configurations. EDIT: We are currently on SP1--no testing with SP2 has been done! Enjoy, Brian Brian; is the County Assessor building addresses with Fractional's? Or is that being assumed by the City as correct? We are dealing with addressing in the county there and are finding that the fractionals are failing with USPS address standardizing; since that is not a general accepted value. Thoughts?
... View more
08-23-2011
12:03 PM
|
0
|
0
|
1308
|
|
POST
|
We are seeing what appears to be across our whole state users of applications that are having issues with loading/downloading finishing for our applications. We have stepped back and eliminated our code/systems. So its appearing to be issues with resolution or download of the scripts. We converted to using the Compact version and see much better performance, but even without that the footprint of our apps was pretty small. Anyone else seeing anything?
... View more
07-19-2011
02:33 PM
|
0
|
1
|
934
|
|
POST
|
Did you define your thumbnail URL? var streetBasemap = new esri.dijit.Basemap({
layers: [streetTemplateLayer],
title: "Streets",
thumbnailUrl: resPath + "/images/toolbar/Streets.png"
});
basemaps.push(streetBasemap); So it would know what URL to use?
... View more
06-20-2011
05:28 PM
|
0
|
0
|
1286
|
|
POST
|
Ok, so I have a nice app that when the user wants they hit a 'Start Editing' button that swaps MapService for FeatureService layers and then finally calls 'editorWidget.startup();' and the control loads as expected. Now, I have a similar button to 'Stop Editing' that I want to use to swap my layers back and disable/remove the 'editorWidget' but I am not able to see a API reference to see how to do it. Ok, so I see another thread about this being a Dijit thing, but what would be the best option? I need to essentially disable the editing and I want to hide/remove the control that has since appeared? Am I looking at a Inline HTML/DIV edit to clear that div?
... View more
06-20-2011
05:15 PM
|
0
|
0
|
766
|