|
POST
|
Hello, I have multiple field teams that share a few iPads and these teams are not diligent about signing out at the end of the day, which leads to teams going out and collecting data under the wrong username. Is there any way for me to set something up in the field application that will auto sign out the user after some period of inactivity?
... View more
06-28-2023
09:28 AM
|
1
|
2
|
824
|
|
POST
|
Hey @ZacharySutherby, Thank you for the reply, I was able to get a little more information from the web traffic. I am getting a 502 error that looks like this: The response from API 'survey123' operation 'GetWebhookPayloadSchema' with status code '200' does not contain a valid OpenAPI schema object. I will open a case and report back with how that goes. Thanks,
... View more
04-11-2023
05:20 PM
|
0
|
2
|
4798
|
|
POST
|
Hello, I am wondering what settings could cause dynamic content to not work for a survey in power automate. I currently have 2 forms set up and 1 of them has dynamic content showing up in power automate and the other does not. I have attached two screenshots showing them both in power automate. These are using the same Survey123 connector and are both owned by me. Is there anything I can do to troubleshoot why the one isn't working?
... View more
04-11-2023
11:33 AM
|
0
|
4
|
4831
|
|
POST
|
Copying my post from the Dashboard community to here: Hello, I am trying to create a dashboard from scratch using just the API. I need this dashboard to have an embedded content that links a layer in a map to a survey form that can be selected from a list. So far, we have been able to create all the elements we need to (Map, List, Survey123 Embedded content) but we have been having trouble getting the Embedded Content to use the globalID of the feature layer to filter the survey results. From looking at the item link of some existing dashboards, I have found that these embedded content elements have a "datasets" property that seems to contain the definition of the element that controls this functionality, here is that snip: "datasets": [
{
"type": "serviceDataset",
"name": "main",
"dataSource": {
"type": "layerDataSource",
"layerId": "1873e4024fb-layer-3",
"ownerId": "676b5e65-a26c-4c06-ad74-b9c80607c802"
},
"groupByFields": [],
"orderByFields": [],
"statisticDefinitions": [],
"maxFeatures": 1,
"clientSideStatistics": false,
"outFields": [
"*"
],
"returnDistinctValues": false,
"allowDownload": false
}
],
"type": "embeddedContentWidget", Also included the "type" field just for context. Is there any way to edit this datasets property through script? The whole dashboard is being created from scratch so the ids of the elements should be able to be accessed without too much trouble. If this is able to be changed, how would we go about finding the "layerId" field as well? That does not look like something I have seen before. Thanks,
... View more
04-10-2023
07:23 AM
|
0
|
1
|
905
|
|
POST
|
Hello, I am trying to create a dashboard from scratch using just the API. I need this dashboard to have an embedded content that links a layer in a map to a survey form that can be selected from a list. So far, we have been able to create all the elements we need to (Map, List, Survey123 Embedded content) but we have been having trouble getting the Embedded Content to use the globalID of the feature layer to filter the survey results. From looking at the item link of some existing dashboards, I have found that these embedded content elements have a "datasets" property that seems to contain the definition of the element that controls this functionality, here is that snip: "datasets": [
{
"type": "serviceDataset",
"name": "main",
"dataSource": {
"type": "layerDataSource",
"layerId": "1873e4024fb-layer-3",
"ownerId": "676b5e65-a26c-4c06-ad74-b9c80607c802"
},
"groupByFields": [],
"orderByFields": [],
"statisticDefinitions": [],
"maxFeatures": 1,
"clientSideStatistics": false,
"outFields": [
"*"
],
"returnDistinctValues": false,
"allowDownload": false
}
],
"type": "embeddedContentWidget", Also included the "type" field just for context. Is there any way to edit this property through script? The whole dashboard is being created from scratch so the ids of the elements should be able to be accessed without too much trouble. If this is able to be changed, how would we go about finding the "layerId" field as well? That does not look like something I have seen before. Thanks,
... View more
04-06-2023
03:31 PM
|
0
|
0
|
686
|
|
POST
|
Hello, I am trying to set up a web map for users to interact with that has a hosted feature layer joined to a table that is housed in a SQL database that is registered. This table gets updated daily and I am trying to get these updates to show up in the symbology of the hosted feature layer. I am able to get the table added to the web map by publishing it in a map image layer, but I am getting an invalid URL error when trying to add the join between my map image table and the hosted feature layer when publishing as a view (I believe using the current map extent will create an independent feature layer that won't update as the source SQL table updates). Here is the join features docs that I referenced. Seems like both layers need to be hosted feature layers to create the view: Join Features—Portal for ArcGIS | Documentation for ArcGIS Enterprise Is it possible to join a hosted feature layer to a SQL table and present the result of that in a web map in a format that it will be live? Thanks,
... View more
03-21-2023
12:56 PM
|
0
|
0
|
547
|
|
POST
|
Hey Estelle, Unfortunately I don't think this issue has come up again for us. I had to republish those layers after loading them into a fresh feature class to get editing to work and that was for a project that is now completed.
... View more
03-15-2023
04:35 AM
|
0
|
0
|
1971
|
|
POST
|
Hey James, From the code block you pasted; it looks like you are using the code from a tool inside a toolbox that runs locally. Once you run that and share it as a geoprocessing service, that code gets copied over to the GIS server you chose to host it on. During that process, the code gets changed to run in the Enterprise environment instead of the ArcGIS Pro environment. One of the things that happens when you do that is that any hard coded file paths get converted and I think that is where the issue is occurring with your tool. You can fix this in a multitude of ways, but the one that is probably the best is to refactor your code to use the scratch gdb as an environment instead of pathing directly to the gdb on your C drive. Here is a link to some documentation on the scratch gdb: Scratch GDB (Environment setting)—ArcGIS Pro | Documentation
... View more
03-11-2023
01:39 PM
|
0
|
0
|
685
|
|
POST
|
A geodatabase is used for one of the default output locations for geoprocessing tools and I am not sure of a way to just not have one referenced, but you can set this geodatabase to be the same for all projects so you don't get one created each time. You can set this functionality and the location of this geodatabase in the options of Pro.
... View more
03-01-2023
04:13 PM
|
1
|
0
|
871
|
|
POST
|
Hello, I am trying to import a python toolbox to pro documents and after clicking add toolbox and selecting my python toolbox, Pro locks up and I have to force close it. I have been able to import this toolbox into documents through script and setting it as the default toolbox, but just adding it to the project seems to cause this problem. The task name it gets hung up on is ArcGIS>Desktop.GeoProcessing.Commands/AddToolbox+ Here are the logs from the Diagnostic Monitor: <Event time="Wed Mar 01 19:00:06.031" type="Debug" thread="39f8: Main CIM worker thread" elapsed="179" function="Geodatabase.ReadDomains" code="EndReadDomains"> P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb </Event> <Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="17" function="Geodatabase.Cursor" code="DataAccess"> </Event> <Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="66" function="Geodatabase.Cursor" code="EndCursor"> Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{8C368B12-A12E-4C7E-9638-C9C64E69E98F}') Number of rows returned: 4 </Event> <Event time="Wed Mar 01 19:00:06.028" type="Debug" thread="39f8: Main CIM worker thread" elapsed="48" function="Geodatabase.Cursor" code="ExecuteQuery"> </Event> <Event time="Wed Mar 01 19:00:05.961" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.Cursor" code="BeginCursor"> Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{8C368B12-A12E-4C7E-9638-C9C64E69E98F}') </Event> <Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="109" function="Geodatabase.Cursor" code="EndCursor"> Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4}') Number of rows returned: 0 </Event> <Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="101" function="Geodatabase.Cursor" code="ExecuteQuery"> </Event> <Event time="Wed Mar 01 19:00:05.960" type="Debug" thread="39f8: Main CIM worker thread" elapsed="8" function="Geodatabase.Cursor" code="DataAccess"> </Event> <Event time="Wed Mar 01 19:00:05.851" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.Cursor" code="BeginCursor"> Database: P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb SQL: SELECT ObjectID,UUID,Type,Name,PhysicalName,Path,DatasetSubtype1,DatasetSubtype2,DatasetInfo1,DatasetInfo2,URL,Definition,Properties FROM GDB_Items WHERE Type IN('{C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4}') </Event> <Event time="Wed Mar 01 19:00:05.851" type="Debug" thread="39f8: Main CIM worker thread" elapsed="0" function="Geodatabase.ReadDomains" code="BeginReadDomains"> P:\310-000\316-437\-GIS\Data\Cultural_UpdatedDataset\316437_Cultual.gdb </Event> Thank you,
... View more
03-01-2023
04:10 PM
|
0
|
0
|
506
|
|
POST
|
Hello, I am trying to push out a default location profile to my field staff's iPads through our Meraki. I was wondering if anyone has had success with this. I have set up settings within Meraki's app settings payload, and they look like this: When users open up the app on their devices though, the location profile settings are still defaulted. Are these settings configured correctly, and do we need to do anything outside of setting these up to get the units to recognize these settings? Link to Meraki's app settings payload and also Field Map's documentation on configuring this: Using the Managed App Settings Payload - Cisco Meraki Deploy your map—ArcGIS Field Maps | Documentation (Under the Mobile device management section) Any help would be appreciated. Thanks,
... View more
01-13-2023
12:25 PM
|
0
|
3
|
1764
|
|
POST
|
I may be understanding the favorites incorrectly, but won't that only have the databases appear for that specific user, and also have it appear on all of their project files? In my use case, I was hoping to get 2 databases connected to one project document, and then 2 different databases connected to another project document and so on. I also was hoping to do this for every user and not just an individual.
... View more
10-13-2022
12:08 PM
|
0
|
2
|
1296
|
|
POST
|
Hello, I was wondering if there was a way to connect to multiple geodatabases in a project document, so they appear in the "Databases" dropdown in an ArcGIS Project file through Python. I know you can set the default database with the ArcGISProject.defaultGeodatabase property, but what if I wanted to add additional geodatabases beyond the default one? Any input is appreciated! Thanks,
... View more
10-12-2022
02:30 PM
|
1
|
4
|
1354
|
|
POST
|
I can second this issue. I have a web map in AGOL that has features from a feature service loaded in it, published from pro with pop ups enabled. Selection and editing for all features is possible in the web map, and selection and editing for some of the layers in the hosted feature layer is fine in field maps, but 2 of the 5 layers are unable to be selected to edit in field maps.
... View more
08-11-2022
10:46 AM
|
0
|
2
|
2081
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-24-2025 02:07 PM | |
| 3 | 11-07-2025 09:23 AM | |
| 9 | 11-07-2025 08:12 AM | |
| 1 | 08-07-2025 07:47 AM | |
| 1 | 05-13-2025 11:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|