|
POST
|
Hi @GopinathJayakumar - For this workflow you will not need the trial. Only the Location Platform account you created. Location Platform has access to an ArcGIS portal. Use this workflow to create an API Key: Tutorial: Create an API key. At the end of the workflow, you will have an option to generate and copy your API key. Is the API key not generating? If not, are you seeing any errors pop up or in the browser console? Thanks, TJ
... View more
04-15-2026
06:37 AM
|
1
|
0
|
169
|
|
POST
|
Hi @ColbyMorris - To load a webmap from your portal, you need to set the config.portalUrl to "https://{yourportal}/portal". Set the config before the API is loaded to make sure some requests are not still made to arcgis.com. For example, with this template you could place it in the app.config.ts. import esriConfig from "@arcgis/core/config"; esriConfig.portalUrl = "your_portal_url"; For the arcgis-map, set the item-id to your portal webmap's item id. The proxy rules may not be needed. Unless there is something specific to your environment that requires it.
... View more
03-10-2026
07:28 AM
|
0
|
0
|
342
|
|
POST
|
Hi @VenkataKondepati - I recommend logging a case with Support, https://support.esri.com/en-us/contact. We will be able to look at this more closely with you.
... View more
03-05-2026
11:48 AM
|
0
|
2
|
1161
|
|
POST
|
Hi @VenkataKondepati - This is likely not related to a referrer. Particularly if you did not have a referrer on the API Key to begin with. Do you have screenshots of the console errors you are seeing? Could you share a code sample? Feel free to contact Support and we can take a closer look. https://support.esri.com/en-us/contact
... View more
03-05-2026
07:42 AM
|
1
|
5
|
1189
|
|
POST
|
Hi @QDSGIS - This looks like it might be a service issue rather than a Print Widget issue. Can you open a Tech Support case so that it can be investigated further?
... View more
07-09-2024
10:57 AM
|
0
|
0
|
1375
|
|
POST
|
Hi @QDSGIS - Do you have a sample that demonstrates the issue? Any change in the behavior at 4.30? Thanks.
... View more
07-03-2024
09:10 AM
|
0
|
2
|
1445
|
|
POST
|
Hi, You could try passing the parameters in the URL of the GET request in the body of the POST request by using the body parameter of the xhttp.send() method. https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/send You could also use form data. https://developer.mozilla.org/en-US/docs/Web/API/FormData/Using_FormData_Objects
... View more
12-30-2020
10:39 AM
|
1
|
2
|
13061
|
|
POST
|
Hello Hamza Boudemia, The Windows account should be able to generate a token. Portal's identity store has to be updated to use Windows accounts and the account needs be added as a member to Portal. If the account is not added as a member you would receive the "Invalid username or password" error. Otherwise, it is likely that the username or password is incorrect. The username needs to include the domain for Windows accounts. Providing the username without the domain will return the "Invalid username or password" error. The username can be formatted as DOMAIN\username or username@DOMAIN. Best, TJ
... View more
06-11-2020
01:14 PM
|
0
|
0
|
3694
|
|
POST
|
Hi Brad, Has the intersection functionality been added to suggest for geocoding services for locators built with your own data? Thanks.
... View more
02-20-2020
08:14 AM
|
0
|
1
|
1952
|
|
POST
|
Hey Tobias, Seth Hiatt is correct, the cause of the issue is related to the publishing database account not having the CREATE TABLE privilege. The database user needs to have CREATE TABLE in order to create the SDE_UUID_TEMP$ table. This table is required for replication in an Oracle geodatabase. It is used to discover the lineage of a given object via its GlobalID value. This is why you receive the error "No path for delta changes." The table is created in the users' schema when synchronization is performed. After the sync, the rows are deleted, but the table remains. So you can revoke the CREATE TABLE privilege from the database user after running through the sync workflow one time. You don't have to do this for each service you publish, just once for the publishing user. This issue does not occur when publishing as the data owner, because the data owner typically has CREATE TABLE. http://desktop.arcgis.com/en/arcmap/10.6/manage-data/gdbs-in-oracle/replica-storage-oracle.htm "When a geodatabase is synchronized with its relative geodatabase, a table is created in the user's schema of the replica geodatabase (the one that is sending the changes to the relative geodatabase) to track the lineages of altered datasets. The SDE_UUID_TEMP$ table is used to discover the lineage of a given object via its GlobalID value. The SDE_UUID_TEMP$ table is not removed when the session exits because the table will likely be reused in another session." To resolve this issue, grant CREATE TABLE to the publishing database user. If you would like for that user to not have CREATE TABLE, revoke it after running the sync workflow successfully.
... View more
03-25-2019
01:52 PM
|
0
|
1
|
4036
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-15-2026 06:37 AM | |
| 1 | 03-05-2026 07:42 AM | |
| 1 | 12-30-2020 10:39 AM |
| Online Status |
Online
|
| Date Last Visited |
10 hours ago
|