|
POST
|
Hi Ashok P, To better assist you, can you please provide more information to your issue? Is it only a specific feature layer, or every feature layer. Are you clicking it via web map, a built-in web application or a custom application (e.g. using ArcGIS JS API)? Are you able to consistently reproduce it? Does this happen when you create a new web map with the same layer? Does this behaviour happen on another machine? Regards, Derrick
... View more
07-30-2020
12:00 AM
|
0
|
2
|
1685
|
|
POST
|
Hi Georgia Roberts I have just tested it on my environment, and can confirm that Viewers can access the Near Me Widget alright. Had a look at the docs and there's no mention of any restrictions with named users either: Near Me widget—ArcGIS Web AppBuilder | Documentation Could you look at your browser network traffic in your browser's developer's console (press F12 for most browsers) and see if the request to query the said feature service is made. Have a look at the Status and response. That should give you a better idea of where it might be failing. Given it works for some named user type but not viewers, it does suggestion a permissions issue. Are the layers to be searched shared with these Viewers? Regards, Derrick
... View more
07-29-2020
11:54 PM
|
1
|
2
|
1857
|
|
POST
|
Hi Vish Apte Ah yeah, the manifiest.json. Yeah, querying this via REST will definitely work. Cheers Vish. Regards, Derrick
... View more
06-28-2020
06:10 PM
|
0
|
0
|
1409
|
|
POST
|
Hi Durham GIS There isn't one that I am aware of unfortunately. You can however automate it using python/java/C# and their respective ArcGIS API; Have your script loop through the root folder and read each mxd and generate a report for you. Hope that helps. Derrick If this answer was helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.
... View more
06-24-2020
07:52 PM
|
0
|
3
|
6879
|
|
POST
|
Hi Jonathan Bailey Sorry, I am not following. What changes are you making to AGS that requires regression testing if not an upgrade? Regards, Derrick
... View more
06-23-2020
08:59 AM
|
0
|
1
|
830
|
|
POST
|
Hi Joe Catanzarita You are correct, the relational datastore stores the Portal's hosted feature layer data. When Durham GIS mentioned ArcGIS DS, i assumed he meant the hosted feature services. Durham GIS, if you were referring to the services published from your Enterprise GeoDatabase, you can navigate to: ...\arcgisserver\directories\arcgissystem\arcgisinput\XXX\extracted\v101 where XXX is the map service name. The folder will match the structure in the ArcGIS Server REST endpoint: The mxd (if published via ArcMap) will tell you where the source data resides.. Hopefully, that's what you are looking for. Regards, Derrick
... View more
06-23-2020
08:53 AM
|
2
|
1
|
6879
|
|
POST
|
Hi Justin Andersen Have you had a look at this custom widget? There's a demo of the widget in the link below: Enhanced Search Widget Version 2.13 - 09/25/19 Regards, Derrick
... View more
06-22-2020
07:27 PM
|
1
|
1
|
1025
|
|
POST
|
Hi Ihab Hassan Yeah, shapefile has 10 character limit for column names, but they will get truncated with a "_" at the end if they are too long. The other thing I can think of with the fields not showing in the CSV may be the data containing commas (",") and they are not escaping correctly.
... View more
06-22-2020
07:14 PM
|
1
|
1
|
4923
|
|
POST
|
Hi Sean Lawrence I had a look at the description of the feature type: https://arcgis.dvrpc.org/portal/services/Transportation/BicycleCounts/MapServer/WFSServer?service=wfs%26version=2.0.0%26… This XML file does not appear to have any style information associated with it. The document tree is shown below. <xsd:schema xmlns:Transportation_BicycleCounts="https://arcgis.dvrpc.org/portal/services/Transportation/BicycleCounts/MapServer/WFSServer" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" targetNamespace="https://arcgis.dvrpc.org/portal/services/Transportation/BicycleCounts/MapServer/WFSServer" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> <xsd:element name="BicycleCounts" type="Transportation_BicycleCounts:BicycleCountsFeatureType" substitutionGroup="gml:AbstractFeature"/> <xsd:complexType name="BicycleCountsFeatureType"> <xsd:complexContent> <xsd:extension base="gml:AbstractFeatureType"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="recordnum" nillable="true" type="xsd:int"/> <xsd:element minOccurs="0" maxOccurs="1" name="takenby" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="COMMENTS" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="SETDATE" nillable="true" type="xsd:dateTime"/> <xsd:element minOccurs="0" maxOccurs="1" name="SETYEAR" nillable="true" type="xsd:int"/> <xsd:element minOccurs="0" maxOccurs="1" name="MCD" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="ROUTE" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="ROAD" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="CNTDIR" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="FROMLMT" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="tolmt" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="TYPE" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="LATITUDE" nillable="true" type="xsd:double"/> <xsd:element minOccurs="0" maxOccurs="1" name="longitude" nillable="true" type="xsd:double"/> <xsd:element minOccurs="0" maxOccurs="1" name="factor" nillable="true" type="xsd:double"/> <xsd:element minOccurs="0" maxOccurs="1" name="axle" nillable="true" type="xsd:double"/> <xsd:element minOccurs="0" maxOccurs="1" name="outdir" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="indir" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="AADB" nillable="true" type="xsd:int"/> <xsd:element minOccurs="0" maxOccurs="1" name="PROGRAM" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="bikepedgroup" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="bikepedfacility" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="co_name" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="mun_name" nillable="true"> <xsd:simpleType> ... </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="id" type="xsd:int"/> <xsd:element minOccurs="0" maxOccurs="1" name="geom" nillable="true" type="gml:PointPropertyType"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:schema> I only had a really quick look. Which fields are missing? GmlId,,Shape BicycleCounts.28245,70619,"jh","Seasonal factor are calculated from 2015 permanent station data. ",2010-08-26T00:00:00,2010,"4210160103","","ben franklin pkwy inner la northbound","north","21st st","22nd st","Bicycle 1",39.960823,-75.174336,0.888,1.1797,"","",269,"Project","Mixed","Bike Lane","Philadelphia","Central",28245,"POINT (-75.17433599999998 39.96082300000006)"
... View more
06-22-2020
07:02 PM
|
0
|
0
|
4923
|
|
POST
|
Hi Durham GIS Log in to your ArcGIS Server Admin page as an adminstrator: https://machinename/arcgis/admin under services > Hosted, navigate to the service of interest. e.g. If you click on the edit button at the bottom: In the JSON, under database > datasource, you should see something like AGSDatastore_ds_xxxxxx Take note of the above mentioned datastore "id". Now go into data > items > enterpriseDatabases > <datastore id> and click on edit. In the JSON, under machines, you should be able to see where the datastore was installed. The service would reside on this datastore on this machine. Hope that helps. Regards, Derrick
... View more
06-22-2020
06:44 PM
|
4
|
0
|
6879
|
|
POST
|
Hi Jonathan Bailey I wouldn't think it was 10.8 that caused the issue. I have done a couple of 10.8 implementations so far and I haven't seen this issue with the web adaptor purely as a result of it being 10.8. With regards to regression testing, if you were doing a typical enterprise upgrade, I would typical follow the process recommended by Esri and test each component to see if they load fine after each step (upgrade). Upgrade Portal for ArcGIS Upgrade ArcGIS Web Adaptor (for Portal) for IIS or Java (Windows) Upgrade the ArcGIS Server site serving as the portal's hosting server Upgrade ArcGIS Web Adaptor (for Server) for IIS or Java (Windows) ArcGIS Data Store (upgrade primary first, then stand-by) Upgrade ArcGIS Server (any additional sites in the deployment) If you were just wanted to test ArcGIS Server after an upgrade, I would check to see if I can get into the REST/Manager/Admin pages, and maybe just query a service to see if I can get the features back. That would be a simple test. You can scale it up to a more robust regression testing if need be (e.g. count the number of services to make sure they are the same and ensure you can resolve every single REST endpoint). Hope that helps. Regards, Derrick
... View more
06-22-2020
06:15 PM
|
1
|
3
|
4866
|
|
POST
|
Hi Jonathan Bailey One thing to test was to see if you could get to ArcGIS Server on both http and https via it's native port 6443.
... View more
06-22-2020
06:06 PM
|
0
|
1
|
4866
|
|
POST
|
Hi Jonathan Bailey , Assuming you are configuring Web Adaptor for IIS, can you check if you have any bindings configured in IIS for http? Try accessing http://machine (or http://localhost), are you able to get to the stock IIS page? Regards, Derrick
... View more
06-22-2020
01:02 AM
|
0
|
3
|
4866
|
|
POST
|
Justin Rodriguez Ah, it's a Esri base map you are adding. Can you mouse over the red exclamation mark and see what the tool tip error says? Does this happen with another basemap?
... View more
05-06-2020
04:46 AM
|
0
|
0
|
6198
|
|
POST
|
Hi Victor Tey When you add your machine uri to the redirect_uri under registered info for the application, did you include the full path? e.g https://domain.com/xxx/xxx/xxx.html instead of just https:domain.com Regards, Derrick
... View more
05-06-2020
04:41 AM
|
1
|
1
|
1839
|
| Title | Kudos | Posted |
|---|---|---|
| 8 | 01-20-2021 10:36 PM | |
| 1 | 07-26-2019 02:03 AM | |
| 2 | 08-08-2021 10:40 PM | |
| 2 | 03-10-2021 07:16 PM | |
| 1 | 01-26-2021 09:53 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-31-2025
10:42 PM
|