|
POST
|
@ForrestLinAt this point you make up a new portal URL that is unique for your use.
... View more
08-08-2024
02:15 PM
|
0
|
1
|
1936
|
|
POST
|
@DavidHenryI have no idea what's happening here. the service is responding with error 500, that typically means there is an error on the service itself. Looking at it from the outside I cannot tell if the authentication is incorrect or the service is failing. You will need to try to find out who owns this service and ask someone who can look into it from the server side to figure out what the issue is.
... View more
08-08-2024
12:41 PM
|
0
|
1
|
1880
|
|
POST
|
You do not need an ArcGIS Online account. The ArcGIS Location Platform account sets up your own portal under the name you give it in that form.
... View more
08-08-2024
12:37 PM
|
0
|
1
|
1959
|
|
POST
|
which platform are you developing with? It might get a faster reply if you asked this question in the forum for the specific Maps SDK you are developing with https://community.esri.com/t5/arcgis-maps-sdks-for-native-apps/ct-p/arcgis-runtime-sdks
... View more
08-05-2024
04:18 PM
|
0
|
0
|
890
|
|
POST
|
can you provide a link to the Basemap eire service? I can try to take a look and see what the error message is, or you can open Devtools and inspect the network traffic and see what the response is when that service is requested.
... View more
08-05-2024
04:14 PM
|
0
|
0
|
1911
|
|
POST
|
That sign in dialog appears when an item is encountered and the access to it has failed to present valid authentication with an access token. However, you didn't provide the context within which this message appears so I am not clear what you are asking for. If you are developing a custom app, you can review information about creating access tokens with code in the security and authentication guide on the developer's website https://developers.arcgis.com/documentation/security-and-authentication/get-started/ If you are logging a user in via your portal then review the documentation here https://developers.arcgis.com/documentation/security-and-authentication/user-authentication/how-to-implement-user-authentication/
... View more
08-01-2024
04:34 PM
|
0
|
0
|
600
|
|
POST
|
the information regarding custom data feeds can be found at https://developers.arcgis.com/enterprise-sdk/guide/custom-data-feeds/ and https://developers.arcgis.com/enterprise-sdk/guide/custom-data-feeds/installing-and-configuring-custom-data-feeds/ which will require the Enterprise SDK and Node.js.
... View more
08-01-2024
04:27 PM
|
0
|
0
|
778
|
|
POST
|
The personal ArcGIS Online subscription is not designed for application development, and you will find it lacks many resources required to build apps. It's purpose leans more toward learning GIS and ArcGIS Online. For development you should start with an ArcGIS Location Platform account. This will give you all the required developer resources. It is free to start and offers a free tier for many location services. This account will not expire unless you do not use it for more than 12 months. The free tier refreshes each month. You cannot link the two accounts. The only option to move your Personal account data over to the ArcGIS Location Platform account is to copy the data item by item. See https://support.esri.com/en-us/knowledge-base/how-to-transfer-content-from-one-arcgis-online-organiza-000022252 for a Python script or see ArcGIS Assistant https://guide.assistant.esri-ps.com/.
... View more
07-27-2024
12:40 PM
|
0
|
1
|
1537
|
|
POST
|
it appears the authentication to access the underlying tile service needs to be checked or updated. the item is using a tile service https://www.arcgis.com/home/item.html?id=69ad45776c8140c9b4a2dfd83bbacc6d but if you try to load it in Map Viewer it is not able to load the underlying tile service, it give error { "error": { "code": 500, "messageCode": "CONT_0044", "message": "Error invoking service", "details": [ "Unable to generate token with the credentials provided with username: PEIG_REST and source_url:https://mapgenie.osi.ie/arcgis/rest/services/ITM/basemap_eire/MapServer" ] } } you need to check how you are authenticating with this service https://utility.arcgis.com/usrsvcs/servers/69ad45776c8140c9b4a2dfd83bbacc6d/rest/services/ITM/basemap_eire/MapServer
... View more
07-23-2024
06:02 PM
|
0
|
1
|
1067
|
|
POST
|
@abjork 1) The geocode server "suggest" endpoint (/arcgis/rest/services/World/GeocodeServer/suggest) has no associated transaction cost and does not track usage. It does require authentication. 2) The geocode server "findAddressCandidates" endpoint (/arcgis/rest/services/World/GeocodeServer/findAddressCandidates) - this has transaction cost as described on https://location.arcgis.com/pricing/#geocoding and https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/geocode-addresses/ there are different costs for storing the results (stored) vs. rendering them on a map (not-stored). This service does require authentication. 3) The featureserver "query" endpoint (/arcgis/rest/services/WI_Cities_Towns_and_Villages_Fall_2018/FeatureServer/0/query) - this is described here https://developers.arcgis.com/documentation/portal-and-data-services/data-services/how-to-work-with-data-services/ and there are storage and bandwidth costs described on the pricing page https://location.arcgis.com/pricing/#data-hosting you must provide authentication when accessing the service. You do not need a technical support plan to have these questions answered, I am not sure why they said that, but you can call Esri Sales and someone will help answer these types of questions, or you can ask them here.
... View more
07-03-2024
04:49 PM
|
1
|
0
|
1556
|
|
POST
|
I believe you cannot sign up with the same email address used on another ArcGIS account. Can you try to sign up with a different email address?
... View more
06-28-2024
10:11 AM
|
0
|
1
|
1286
|
|
POST
|
I was not able to get the GB Cartographic map to load in MapLibre, it appears the tile URL is incorrect and I can't figure out how to fix it. I suggest contacting the email that is provided on the item maybe you can work with them to resolve this issue? https://www.arcgis.com/home/item.html?id=a599af89dc6d4960ba558d54337df2ee The URL is configured in the style JSON in the sources key - https://www.arcgis.com/sharing/rest/content/items/a599af89dc6d4960ba558d54337df2ee/resources/styles/root.json?f=pjson
... View more
06-14-2024
02:50 PM
|
0
|
0
|
3155
|
|
POST
|
Try starting with this code sample https://developers.arcgis.com/maplibre-gl-js/styles-and-data-visualization/display-a-custom-basemap-style/ The ID for the OpenStreetMap (WGS84) is cabd61a6cfc44843b2ccd6969bb88cf0
... View more
06-13-2024
05:01 PM
|
0
|
0
|
3173
|
|
POST
|
@allamympplease check out this page https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/ - it explains how you will need to get a Runtime Lite License key to license your app in this manner. The Lite key is free, you just need to log in with your account and it should generate one for you. Scroll the page to the license key widget https://developers.arcgis.com/kotlin/license-and-deployment/get-a-license/#your-lite-license-string
... View more
06-05-2024
09:30 AM
|
1
|
1
|
1551
|
|
POST
|
@LeroyMasonyou might start with system requirements https://enterprise.arcgis.com/en/system-requirements/latest/windows/arcgis-server-system-requirements.htm and see if that helps lead to your answer. Otherwise you will need to work out the specifics of your installation and what services you will be hosting and many other details. Maybe ask this question in the Enterprise community or contact Esri Sales.
... View more
04-16-2024
05:21 PM
|
0
|
0
|
820
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 04-07-2026 05:13 PM | |
| 1 | a month ago | |
| 2 | 04-08-2026 03:08 PM | |
| 1 | 10-01-2025 09:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|