|
POST
|
Hello everyone, I am using Portal. Is there a way to paste the original map service secure feature REST URL to a web map and store the credentials with the item? https://<server>/arcgis/rest/services/<map_service>/FeatureServer/0 So like that it does not prompt for authentication every time the web map opens. Thanks
... View more
01-13-2021
08:05 AM
|
0
|
4
|
3226
|
|
POST
|
hello everyone, How do you comment a line in a config,json file
... View more
01-11-2021
08:48 AM
|
0
|
2
|
3020
|
|
POST
|
Hello everyone, I just added a feature layer from a map service, that is secured, and I also entered the user id and password to view the data. Also I added a a layer to a web map referencing this feature layer url, it also ask for an userid and password when I open the map in Portal with "Open the Map With Map Viewer" Is there a way to save these credentials to avoid entering them each time the web form opens or the feature layer? I am calling this web map from a Web App builder application and I need to find a way to avoid the popup window. Thanks
... View more
01-08-2021
06:59 AM
|
1
|
0
|
655
|
|
POST
|
Thank you. What about arcpy.utilsol.ImportAccessTables? In ArcGIS 10.7 with Python 2.7 I am getting the following error message: arcpy.utilsol.ImportAccessTables(database, AttributeError: 'module' object has no attribute 'utilsol'
... View more
12-22-2020
12:14 PM
|
0
|
1
|
3856
|
|
POST
|
Hello everyone, I need to read a table located in a Ms Access database and process it with layers. What is the best way to transfer or copy a MS Access table into a FGDB using python or arcpy? Thanks
... View more
12-22-2020
11:38 AM
|
0
|
6
|
3875
|
|
POST
|
Thank you MehdiPira1 I am going to reuse the function posted as sample, it is exactly what I need @MehdiPira1 wrote: Hi @JoseSanchez , The link below provides an example that shows how to map fields with different names: https://community.esri.com/t5/python-questions/append-tool-and-field-mapping-help-examples/td-p/427282 def fieldMapping(fc_in,fc_out): try: # value in the 'in' feature class, value in the feature class to be appended to dico = {'Assessed_Value': 'ARN', 'Total_Value': 'TotalValue'} fieldmappings = arcpy.FieldMappings() fieldmappings.addTable(fc_in) fieldmappings.addTable(fc_out) for input,output in dico.items(): field_to_map_index = fieldmappings.findFieldMapIndex(output) field_to_map = fieldmappings.getFieldMap(field_to_map_index) field_to_map.addInputField(fc_in,input) fieldmappings.replaceFieldMap(field_to_map_index, field_to_map) return fieldmappings except: logging.exception('Generic error raised during fieldmap creation') raise
... View more
12-16-2020
04:53 AM
|
0
|
1
|
1665
|
|
POST
|
Hello everyone, How can I match fields that have a different names, for example the same field is called ProjNum in one FC and ProjectNumber in another. currently I am using this source code to append one FC or Table to another. fieldmappings = arcpy.FieldMappings() #Like when you manually choose a layer in the toolbox and it adds the fields to grid if arcpy.Exists (CurrentFeatureOutput): fieldmappings.addTable( CurrentFeatureOutput) fieldmappings.addTable(CurrentFeatureInput ) arcpy.Append_management( CurrentFeatureInput , CurrentFeatureOutput , "NO_TEST", fieldmappings)
... View more
12-15-2020
12:13 PM
|
0
|
3
|
1680
|
|
POST
|
Hello everyone, What options are available to copy or replicate a FC located in a hosted feature layer in AGOL or Portal with a version of this FC located in an SDe read only database. We are currently editing a hosted feature layer online and would like to make all copy all changes in a copy of this same FC in our regular publishing SDE database. Thanks
... View more
12-11-2020
10:57 AM
|
0
|
1
|
1064
|
|
POST
|
Thanks. Is there a way to log into Portal? The feature layer is located in Portal
... View more
12-11-2020
08:59 AM
|
0
|
1
|
1459
|
|
POST
|
Good morning group, How can I drag and drop and see an AGOL feature layer in ArcMap? Thanks
... View more
12-11-2020
08:43 AM
|
0
|
3
|
1468
|
|
POST
|
Hi Alix, I am looking for a way to check if the project number entered in a field "ProjectNumber" when digitizing a feature, already exists. Projects are created in another platform (eBuilder) so we would like to know if there is a way to use a lookup table to verify if the value entered exists. This lookup table could be imported to GIS or Portal. Ideally we will can a web API service to check if the project number already exists in eBuilder. Any suggestions. Regards Jose Thanks
... View more
11-30-2020
10:16 AM
|
0
|
1
|
1446
|
|
POST
|
Good afternoon, Is there a way with Web AppBuilder Smart Editor widget to check ig the value enterend in the field Project Number, already exists in a table called ProjectsActive. In general how can I check if a value entered is correct? I see that if the field has domains they show as a list box. Thanks
... View more
11-24-2020
09:53 AM
|
0
|
3
|
1478
|
|
POST
|
When using a virtual directory, is there a way to open a specific folder? file:///<virtual directory>/folder/subfolder
... View more
11-13-2020
11:26 AM
|
0
|
1
|
1809
|
|
POST
|
Hello everyone, How can I display an field in ArcGIs Online that is ahyperlink in ArcMap/ArcCatalog and opens a folder when clicked Sample: FILE:///\\,server>\folder\subfolder
... View more
11-13-2020
10:54 AM
|
0
|
4
|
1820
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|