POST
|
Has anyone been able to get this to work? Works fine when runnining is VS Code and ArcGIS Pro, but cannot get it working on ArcGIS Enterprise (10.8.1). 😞
... View more
09-21-2023
09:09 AM
|
0
|
0
|
773
|
POST
|
ok, thanks, i was hoping to use the vector service, i'll ask OS if it is possible.
... View more
07-29-2022
05:53 AM
|
0
|
0
|
1495
|
POST
|
@StuartMoore How did you get it working on ArcGIS Online, all i get is a blank map.
... View more
07-29-2022
03:45 AM
|
0
|
0
|
1508
|
POST
|
I've just tried it on 10.8.1, still same issue. Has anyone ever got it working?
... View more
01-19-2022
03:03 AM
|
0
|
0
|
3239
|
POST
|
Hi, I have a need to add a what3words address to the point that will be collected on FieldMaps The steps shown here https://developer.what3words.com/tutorial/how-to-add-the-what3words-locator-to-arcgis-online-and-field-maps suggest i can copy and paste the address into a field, which is fine, but does anyone know if it possible to populate a field automatically with the what3words address instead? thanks
... View more
10-11-2021
04:52 AM
|
0
|
2
|
788
|
POST
|
Hi, I have just started playing around with Survey123. What i would like to do is allow the user input a postal code within a single text box, that postal code is sent to the web api and all the matching records are then shown within a dropdown menu, which they then select the appropriate address. Is this possible in Survey123 version 3.12? thanks
... View more
07-30-2021
03:30 AM
|
0
|
3
|
1186
|
POST
|
I have this exact same problem. Running 10.5.1. It has only started occurring since we moved our servers to Azure. Once the join is done, the dataset that is corrupted has a modified date of 01/01/1970 00:00:00
... View more
10-27-2020
03:48 AM
|
0
|
0
|
1758
|
POST
|
It was previously a bug when i reported it in 2018, while using 10.5.1, looks like they have fixed it for 10.8 BUG-000115917 - WFS services do not return the output format SHAPE+ZIP although it is listed as a supported format in the Capabilities file. Page 12 on the ArcGIS 10.8 Issues Addressed List document. https://downloads.esri.com/support/downloads/other_/108-IssuesAddressedList-02132020.pdf
... View more
07-01-2020
02:30 AM
|
2
|
1
|
4074
|
POST
|
Has this standard been brought in at ArcGIS 10.2? Any updates on this ESRI as the original question was asked nearly 2 years ago?
... View more
10-03-2013
01:26 AM
|
0
|
0
|
1192
|
POST
|
Hi, I have just had a quick look at our ArcGIS Server log files and seem to have found some errors that relate to getting the data for a particular map service. SEVERE Sep 12, 2013 10:14:21 PM There is an error during the draw Licences (1.) Underlying DBMS error [ORA-00920: invalid relational operator ::SELECT /*+ LEADING INDEX(S_ S1360_IX1) INDEX(SHAPE F1360_UK1) INDEX(LICENCES A1360_IX1) */ SHAPE, IMPACT, OBJECTID ,S_,(2.) eminx,S_,(3.) eminy,S_,(4.) emaxx,S_,(5.) emaxy ,SHAPE,(6.) fid,SHAPE,(7.) numofpts,SHAPE,(8.) entity,SHAPE,(9.) points,SHAPE,(10.) rowid FROM (SELECT /*+ INDEX(SP_ S1360_IX1) */ DISTINCT sp_fid, eminx, eminy, emaxx, emaxy FROM SY_DES_CHYMP_OVERNIGHT,(11.) S1360 SP_ WHERE SP_,(12.) gx >= :1 AND SP_,(13.) gx <= :2 AND SP_,(14.) gy >= :3 AND SP_,(15.) gy <= :4 AND SP_,(16.) eminx <= :5 AND SP_,(17.) eminy <= :6 AND SP_,(18.) emaxx >= :7 AND SP_,(19.) emaxy >= :8) S_ , SY_DES_CHYMP_OVERNIGHT,(20.) LICENCES , SY_DES_CHYMP_OVERNIGHT,(21.) F1360 SHAPE WHERE S_,(22.) sp_fid = SHAPE,(23.) fid AND S_,(24.) sp_fid = SY_DES_CHYMP_OVERNIGHT,(25.) LICENCES,(26.) SHAPE AND (( false ))] [SY_DES_CHYMP_OVERNIGHT,(27.) Licences]. Roadworks2.MapServer VMGISAPP03.CORPOFLONDON.GOV.UK 103800 null 5432 12664 DrawGraphicCursor.NextGraphic and also WARNING Sep 13, 2013 12:01:56 AM The Layer:'Precautionary Road Gritting' in Map:'Layers' is invalid. The base table definition string "SY_DES_CLEANSING.Mech_Gritting_CWays_Pri1" is invalid. DBMS table not found [ORA-00942: table or view does not exist ] [SY_DES_CLEANSING.Mech_Gritting_CWays_Pri1][STATE_ID = 290768]. COLGIS_Road_Gritting.MapServer VMGISAPP03.CORPOFLONDON.GOV.UK 10801 17276 9824 MapServer.Connect Has anyone else had similar errors or have any suggestions on what can be done to fix these? Just a point on the second code - the layer does exist which is why I'm confused. Thanks Halil
... View more
09-13-2013
03:29 AM
|
0
|
2
|
1911
|
POST
|
Figured it out, I had to set the proxy settings http.proxyHost=proxyAddress http.proxyPort=port in the following file. "C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\catalina.properties"
... View more
07-30-2013
03:37 AM
|
0
|
0
|
505
|
POST
|
Did you get round fixing this? I've just got the following ???Error parsing XSD, schema=gemini-iso-19115 xsdLocation=http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gmd/metadataEntity.xsd
... View more
07-29-2013
06:26 AM
|
0
|
0
|
505
|
POST
|
Hi All, I am working on a VBA app, and I am having trouble with running sql using the executeSQL method. I have a table and a SDE featureclass, i want to insert all the records from a particular field from the featureclass into the table. The code i am trying to run is..
sql = " insert into DP_TEMP (DP_REF)" + _
" select DP_REF " + _
" from SY_CSY_CPAT.CITY_DEVELOPMENT_PIPELINES"
pWS.ExecuteSQL sql
But when the code is run - no errors appear, but the table is empty. Has anyone got any idea on why it is not working. Thanks
... View more
07-12-2013
06:45 AM
|
0
|
2
|
876
|
Title | Kudos | Posted |
---|---|---|
1 | 03-01-2023 03:44 AM | |
2 | 07-01-2020 02:30 AM |
Online Status |
Offline
|
Date Last Visited |
10-03-2024
06:20 PM
|