|
POST
|
This is a sample code to do it
#A list of layer names that you want to be turned off.
names = [x,y,z,etc]
mxd = arcpy.mapping.MapDocument("current")
df = arcpy.mapping.ListDataFrames(, mxd, "Layers")[0]
layers = arcpy.mapping.ListLayers(mxd, "*", df)
for layer in layers:
if layer.name in names:
layer.visible = False
arcpy.RefreshTOC()
arcpy.RefreshActiveView()
Reference
arcgis 10.1 - Turning off layers in ArcMap via ArcPy? - Geographic Information Systems Stack Exchange
... View more
09-17-2018
04:30 AM
|
2
|
5
|
2023
|
|
POST
|
Using the ArcGIS Runtime SDK for Android is ti possible to use locally shapefile and FileGeodatabase. Feature Layer Shapefile—ArcGIS Runtime SDK for Android | ArcGIS for Developers Feature Layer (GeoDatabase)—ArcGIS Runtime SDK for Android | ArcGIS for Developers
... View more
09-17-2018
04:19 AM
|
0
|
1
|
572
|
|
POST
|
Maybe this is helpful. Error: Unable to load DLL 'ArcGISVersion.dll': The specified module could not be found. (Exception from HRESULT: 0x80070…
... View more
04-23-2018
12:07 AM
|
1
|
0
|
2273
|
|
POST
|
If you are using proxy server, on the internet settings try to set the rest end points do not use the proxy settings Also talk with your system administrator in order to allow access on the rest services between Server and Portal on the 433 port from Server to Portal.
... View more
04-10-2018
11:40 PM
|
2
|
0
|
8747
|
|
POST
|
try to access the rest end point https://<domain name>/server/rest/services/test/printtest/MapServer from a browser on the machine hosting ArcGIS Server. Maybe something (Internet proxy settings for example) not allow ArcGIS Server to access the rest end point. Print Task is running server side.
... View more
04-10-2018
04:55 AM
|
2
|
2
|
8747
|
|
POST
|
On the Utilities Services settings I am using a Print Service I have created from the beginning and not the print Service providing the ArcGIS Server (from the Utilities Folder) Also I am using the Rest services through ArcGIS Server's Web Adaptor (not from port 6443). In my case, ArcGIS Server's Web Adaptor hosted on the same IIS with Portal's Web Adaptor e.g https://<domain name>/portal (for ArcGIS Portal) https://<domain name>/server (for ArcGIS Server)
... View more
04-10-2018
02:29 AM
|
2
|
4
|
8747
|
|
POST
|
Yes the SSL cert will be related according to the help
... View more
04-10-2018
02:20 AM
|
2
|
5
|
8747
|
|
POST
|
According to the Rest API the the maximum length is 15 days Generate Token—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers If you have federate your Server with Portal the Authentication tier is ARCGIS_PORTAL. For the GIS_SERVER and WEB_ADAPTOR Authentication tiers see here information Configuring ArcGIS Server security—ArcGIS Server Administration (Windows) | ArcGIS Enterprise Once you have the Server federated with Portal is not good idea to change the Authentication tier from ARCGIS_PORTAL. An alternative solution is to use Proxy page GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP. and use Username and Password.
... View more
04-10-2018
01:22 AM
|
1
|
1
|
1157
|
|
POST
|
by this you will replace the default print service coming with Portal Configure the portal to print maps—Portal for ArcGIS (10.6) | ArcGIS Enterprise (see paragraph The ArcGIS Enterprise portal's default print service) this service providing less functionality than the Print Geoprocessing service.
... View more
04-10-2018
12:49 AM
|
2
|
1
|
8747
|
|
POST
|
It is better to create a new print service Tutorial: Publishing additional services for printing—Documentation | ArcGIS Enterprise after that setup this service as default print service from your portal Utilities Services settings
... View more
04-10-2018
12:38 AM
|
2
|
0
|
8747
|
|
POST
|
Maybe you have to set the ArcGIS Desktop License by this How To: License ArcGIS Desktop on Citrix
... View more
03-23-2018
06:39 AM
|
1
|
1
|
1034
|
|
POST
|
If the the layer you are using is a query layer you need to enable the St_Geometry library on Oracle Server. Configure the extproc to access ST_Geometry in Oracle—Help | ArcGIS Desktop
... View more
03-12-2018
01:22 AM
|
0
|
0
|
341
|
|
POST
|
If the the layer you are using is a query layer you need to enable the St_Geometry library on Oracle Server. Configure the extproc to access ST_Geometry in Oracle—Help | ArcGIS Desktop
... View more
03-12-2018
01:06 AM
|
1
|
0
|
724
|
|
POST
|
Stream Service feat better on this case Stream services—Real-time Data Feeds and Sensors (10.6) | ArcGIS Enterprise Also see the differences between Feature Service and Stream Service for real time data. Alternative use feature collection layer and query the feature layer every YY time based on the date field in order to update the data. Feature collection | ArcGIS API for JavaScript 3.23
... View more
02-09-2018
03:18 AM
|
0
|
1
|
1954
|
|
POST
|
check the windows clock on the machine hosting the Portal. If the time or date is wrong ArcGIS Insights or ArcGIS Pro license stop working. There is a technical article about that (Error: timestamp invalid ), talking about the ArcGIS Pro license, but if you have wrong date follow the same steps for insight.
... View more
01-24-2018
04:37 AM
|
0
|
1
|
2675
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-05-2017 12:35 AM | |
| 1 | 02-15-2021 07:16 AM | |
| 1 | 02-15-2021 12:05 AM | |
| 1 | 02-15-2021 12:02 AM | |
| 2 | 12-21-2020 12:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-20-2025
06:08 AM
|