|
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
|
7451
|
|
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
|
570
|
|
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
|
506
|
|
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
|
2337
|
|
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
|
985
|
|
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
|
1254
|
|
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
|
1175
|
|
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
|
2058
|
|
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
|
1291
|
|
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
|
1685
|
|
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
|
908
|