|
POST
|
I have the same problem when importing mxd created with ArcMap 10.6.1 in ArcGIS Pro 2.9.14
... View more
11-29-2024
08:45 AM
|
0
|
3
|
1186
|
|
POST
|
Hi @ChristianWells , Thank you for taking the time with this. Unfortunately, what you suggest does not solve the problem with the arcpy.management.EnableEditorTracking The script just not works when I remove the unused parameters. arcpy.management.EnableEditorTracking(
in_dataset = FC,
last_edit_date_field = "et_last_edit_date",
add_fields = "ADD_FIELDS",
record_dates_in = "UTC"
) arcgisscripting.ExecuteError: ERROR 001215: Enable editor tracking skipped for field: et_last_edit_date. I have tried all possibles parameters combinations and there is no way to make the function enable tracking editor only for the last modified date field.
... View more
11-25-2024
11:13 AM
|
0
|
0
|
608
|
|
POST
|
I am using ArcGIS Enterprise 10.9.1 I have a javascript application that is on another domain than the portal / web adaptor. I want to authorize that application and display the login form in an iframe but I got the following error: Refused to display 'https://myportaldomain.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'. In the javascript application I am doing like this: <iframe id="my_iframe"></iframe>
var myIframe = document.getElementById("my_iframe");
myIframe.setAttribute("src", "https://myportaldomain.com/portal/sharing/rest/oauth2/authorize?client_id=xyz123&redirect_uri=https://myappdomain.com/myapp&display=iframe&response_type=code");
myIframe.onload = function() {
//here I test if the code is available in the iframe url parameters
}; I have tested this authorization steps when the application is on the same domain than portal and it works. How can I make it works cross-domain?
... View more
11-21-2024
01:26 PM
|
0
|
1
|
623
|
|
POST
|
@JesseCloutier Maybe Esri should have a simple platform to submit bugs like on github. I would like to help Esri improve their product but I dont have time to call the technical support.
... View more
11-19-2024
06:06 AM
|
0
|
0
|
654
|
|
POST
|
Hello, I encounter a bug when I use arcpy.management.EnableEditorTracking on ArcGIS Enterprise 10.9.1 (not ArcGIS Pro) The method seems to not support the None value for the fields parameters: import arcpy, os
FC = os.path.join(r"\\server", "my_database.sde", "my_feature_class")
arcpy.management.EnableEditorTracking(
in_dataset = FC,
creator_field = None,
creation_date_field = None,
last_editor_field = None,
last_edit_date_field = "et_last_edit_date",
add_fields = "ADD_FIELDS",
record_dates_in = "UTC"
) As we can see in the screenshot, the et_last_edit_date field is applied to the creator field (Champ d'auteur in french) not the last edit date field as it is specified in the code above.
... View more
11-18-2024
11:22 AM
|
0
|
4
|
691
|
|
IDEA
|
I am using Pro 2.9.1 and this is still not possible the change a feature class dataSource without removing the joins before.
... View more
11-15-2024
08:09 AM
|
0
|
0
|
1190
|
|
IDEA
|
@andrei_ste I confirm you could stop / start / manage caching process for a service from ArcMap without using the job queue or a Geoprocessing Tool. As the caching is running on a server and could takes several days to complete, its inconvenient, sometimes impossible, to keep ArcGIS Pro open in case you need to stop the process.
... View more
11-12-2024
07:32 AM
|
0
|
0
|
358
|
|
IDEA
|
@andrei_ste That's right if ArcGIS Pro is opened. What if I have launched the caching process from a script? Yes I could stop the CachingTool instances, but that's not convenient if I have more than one caching process running simultaneously. Esri should provide the same way of managing cache than before. That's not user friendly at all in my opinion.
... View more
11-11-2024
12:58 PM
|
0
|
0
|
985
|
|
IDEA
|
I am using Pro 2.9 and I want to stop the caching process. How can I do that?
... View more
11-11-2024
12:11 PM
|
0
|
0
|
992
|
|
POST
|
Hi, I have a simple 1:M relationship class in ArcGIS Enterprise (Sqlserver) 10.6.3 that is erroneous because the origin and destination tables were inverted in a way that it is M:1. I wonder how I can repair that relationship class. Is there some issues in just deleting it and recreating it with the right origin and destination? Will the foreign keys of both table will keep their values? Is there something that I am not aware of that could happen in this operation? Thank you for your help,
... View more
11-04-2024
12:53 PM
|
0
|
0
|
314
|
|
POST
|
It seems like a big step back to me too. Is there at least an "idea" that was created to bring those functionnalities back?
... View more
11-01-2024
06:33 AM
|
0
|
0
|
2942
|
|
IDEA
|
@HannesZiegler I understand why this idea was closed, but I think you might consider to add the ability to use a connection string with the arcpy.management.CreateDatabaseConnection method. Otherwise, I dont understand what could be the utility of the connection string at all. I dont find any documentation about how to use a connection string and many arcpy function I have try juste does not works with connection string.
... View more
10-29-2024
02:23 PM
|
0
|
0
|
1018
|
|
POST
|
Hello @EmilyGeo, thank you for your reply. That's really helping. I understand using different views, one for editing and on for visualizing could work in some way, but my goal is to be sure that the personal data that the users are sending us through the javascript application is fully protected. Tell me if I am wrong, but from my understanding, even if I use two views, the data would still be accessible in the editable view to anybody that knows how to query an ArcGIS REST Service.
... View more
08-21-2024
05:00 AM
|
0
|
0
|
1321
|
|
POST
|
This option just hide for the current vizualization. Even if you save it, the field visibility options are not preserved.
... View more
08-20-2024
01:07 PM
|
0
|
0
|
1382
|
|
POST
|
Thanks for the reply. I already tried that but if the field is not included in the editable view, no data can be added in it from the view.
... View more
08-20-2024
01:02 PM
|
0
|
2
|
1388
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 06-03-2024 10:33 AM | |
| 2 | 05-14-2025 10:45 AM | |
| 1 | 04-12-2022 07:00 AM | |
| 1 | 02-26-2025 05:37 AM | |
| 1 | 01-30-2023 11:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|