|
POST
|
See this article: https://support.esri.com/en/technical-article/000020418 Discusses: Configure a firewall allowed list to enable access to ArcGIS Online and associated URLs related to whitelisting ArcGIS domains No outbound traffic is allowed on port 443 Related to ensuring the correct ports are open. The Windows account running the Portal for ArcGIS service does not have any internet connection Ensuring the correct configuration of the forward proxy server. I am working with Esri Support, and so far, we have observed these steps: Created a collaboration between the two portals. Tried to share a Hosted feature layer, but wasn't successfully shared. Checked the sync between portals, but the destination portal has (not yet joined). Checked the logs. Imported the domain certificate (pfx with password) to the source portal, and updated the portal certificate. Restarted the source Portal service. Exported the source portal certificate. Import the source portal certificate to the destination portal using https://enterprise.arcgis.com/en/portal/latest/administer/windows/configuring-the-portal-to-trust-certificates-from-your-certifying-authority.htm repeat steps 5-8 (destination portal to source portal)
... View more
04-01-2021
04:00 AM
|
1
|
0
|
4331
|
|
POST
|
maybe the .size property comes from the ArcGIS Rest API Users, groups, and items Item Resources, but if that were the case, shouldn't we access the "resources" key first, get the desired index, then calling the .size property rather than accessing the .size property directly?: https://developers.arcgis.com/rest/users-groups-and-items/item-resources.htm {
"total": <total number of resources on the item>,
"start": <the first record index in the response>,
"num": <the number of resources in the response>,
"nextStart": <the next entry index>,
"resources": [
{
"resource": "<resource1>",
"created": <resource1 created datetime>,
"size": <resource1 size>
},
{
"resource": "<resource2>",
"created": <resource2 created datetime>,
"size": <resource2 size>
},
{
"resource": "<resource3>",
"created": <resource3 created datetime>,
"size": <resource3 size>
}
]
}
... View more
03-31-2021
11:32 AM
|
0
|
3
|
2857
|
|
BLOG
|
ArcGIS API for python User.items() method says it takes dictionary from the folders property, but the folders property says it returns a list: the folders property actually returns a list of dictionaries:
... View more
03-31-2021
11:26 AM
|
0
|
0
|
1851
|
|
POST
|
Here are some other resources about this topic: https://gis.stackexchange.com/questions/141099/definition-query-expression-limits-in-arcgis-10-2-2 https://community.oracle.com/tech/developers/discussion/235143/ora-01795-limit-on-in-clause https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:778625947169 https://stackoverflow.com/questions/400255/how-to-put-more-than-1000-values-into-an-oracle-in-clause
... View more
03-30-2021
07:14 PM
|
0
|
0
|
3802
|
|
IDEA
|
As per: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/share-package.htm This capability is not available as of ArcGIS Pro 2.7 This would be nice to have for custom scripts outside of ArcGIS apps that create some type of package, then want to share it to an OAUTH2 portal, such as ArcGIS Online
... View more
03-28-2021
11:50 PM
|
0
|
1
|
1252
|
|
DOC
|
Other good references: https://community.esri.com/t5/arcgis-api-for-javascript/legend-customization-with-print-service-using-custom-map/m-p/367164/highlight/true#M34073 https://community.esri.com/t5/arcgis-api-for-javascript/printing-results-in-empty-symbol-in-legend/m-p/173773/highlight/true#M16119
... View more
03-26-2021
10:04 AM
|
0
|
0
|
3140
|
|
DOC
|
Configure mxd's: change scale to include adjusting for divisions and division values, set images to be included with the document, include dynamic titles, enable text wrapping and another legend layout setting. run the export web map tool, get layout templates tool. register a directory to arcgis server (ags) so that ags can reference the mxd's, rather than copy it over to the server. If required, get the arcgis server account domain user access to that shared drive/directory. To get more details about the arcgis server account domain user, run this in powershell within an asset/machine in the same domain as the ags account domain user: Import-Module ActiveDirectory $x = '<agsaccountdomainuser>' Get-ADUser -Filter "SamAccountName -like '*$x*' Now arcgis server references any updates to existing mxds, and will reflect that on the printed document from an arcgis web app. You will only need to republish the print service if a new mxd layout is added to the directory arcgis server references, and the other scenarios mentioned in the Esri documentation. The mxd's in the directory are the authoritative documents for this print service. Publish the export web map result from the gp results, and add get layouts template, as per the Esri documentation. Now configure the print service, including the "export web map" endpoint in a ArcGIS web app. reference: https://enterprise.arcgis.com/en/server/10.6/create-web-apps/windows/tutorial-publishing-additional-services-for-printing.htm In case you need to print secured arcgis services with the print service: Add ags account domain user to the portal as a viewer and add to any group in which desired layers to print are part of. if you get this issue: "An email address is required for adding an enterprise user. The user <agsaccountdomainuser> does not have an email address set, and cannot be added." Instead add with ArcGIS API for Python or admin endpoint: https://portal.domain.com/webadaptor/portaladmin/security/users/createUser preferably use a monitored email. The print service should have access to any layer you desire to print. If the layer is secured (such as with portal federation or other way), this is accomplished by adding the ags service account domain user to the same portal groups the desired layers are shared to. More on this here: https://community.esri.com/t5/arcgis-enterprise-portal/print-secure-services-using-web-tier-authentication/m-p/451360/highlight/true#M6223 Note, that in some implementations, we cannot cross dev, qa, prod environments, since firewall access is not available amongst them, and printing will fail from web apps that reference service urls from mixed environments. The print service handles all requests/tasks server-side, so fails. The reason the a dev portal might allow qa/prod service urls to be uploaded to the web map is because those uploads are done client-side, and then the urls are stored as a configuration in the portal.
... View more
03-26-2021
09:58 AM
|
0
|
1
|
3141
|
|
POST
|
@DanPatterson The link you provide shows a listing of all the modules, submodules, and classes in the api reference. When you click on a specific one, it takes you to the same api reference page I describe in my question. Then, when I search for a method, like the "search(" method, it finds that in the webpage multiple times, and I need to scroll quite a bit in order to find out which class the resulting "search(" refers to. In the ArcGIS API for JavaScript, once you click in the class, and search for a method, you don't seem to get multiple finds on that same method because classes are broken up into separate web pages. I suppose another way is for me to use intellisense if available in vs code, or within a Jupyter Notebook, do the help() function or control-tab I believe. @RohitSingh2
... View more
03-22-2021
08:03 AM
|
0
|
1
|
2662
|
|
POST
|
Is there a recommended way to navigate the ArcGIS API for python? an example of how I've been navigating it: the search() method shows up in different classes in the api reference (ContentManager, UserManager, GroupManager, DataStoreManager, etc). Once I use ctrl-f and type "search(", I need to scroll up quite a ways in order to find out the correct class the specific search() method belongs to, which makes it hard to keep track of where I am in the API reference. By contrast, the ArcGIS API for JavaScript makes it simple for the developer to navigate the API by separating each class with its' properties and methods into a separate page, like this:
... View more
03-22-2021
06:47 AM
|
0
|
6
|
2703
|
|
DOC
|
Organization>settings>Utility Services>Elevation>Elevation (synchronous)> https://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer save. The resulting config is stored in https://portal.domain.com/webadaptor/sharing/rest/portals/self helperServices: "elevationSync": {"url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"}, Reference: https://enterprise.arcgis.com/en/portal/10.7/administer/windows/configure-services.htm#ESRI_SECTION2_750DA4916B614655B25D945713EBE866
... View more
03-19-2021
06:57 AM
|
0
|
0
|
1703
|
|
POST
|
Hi @Raj-Chavada Sorry, I have not explored this option yet in ArcGIS Pro.
... View more
03-08-2021
06:35 PM
|
0
|
0
|
6155
|
|
POST
|
https://community.esri.com/t5/arcgis-enterprise-questions/having-a-system-publishing-tool-error-when-trying-to-publish-an/td-p/151390 PublishingTools PublishingToolsEx (not shown in Server Manager) stop, start, and check status for each of these. https://server.domain.com/webadaptor/admin/services/System/PublishingToolsEx.GPServer/status Also try this resource: https://support.esri.com/en/technical-article/000012610
... View more
03-02-2021
07:55 AM
|
1
|
0
|
4947
|
|
POST
|
This is addressed for Oracle in Bug BUG-000107844: https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwNzg0NA==
... View more
03-01-2021
06:57 AM
|
0
|
0
|
785
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-11-2024 08:12 PM | |
| 1 | 10-03-2024 07:58 AM | |
| 1 | 01-13-2025 10:30 AM | |
| 1 | 04-18-2025 04:53 PM | |
| 1 | 02-21-2025 09:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-25-2025
04:55 PM
|