|
POST
|
I have a fairly simple model that creates a Mobile Map Package and then shares that .mmpk to an AGOL account. This overwrites the old one. The model works perfectly when run manually. I then try to run it as a scheduled task and get an error saying it has an invalid parameter: Input Map. The error is 002926. I can't find a reference to this error online anywhere. Getting this to work would really help me keep this data current for our public safety staff so any help at all is much appreciated.
... View more
10-07-2022
03:00 PM
|
0
|
6
|
3302
|
|
POST
|
Thanks. We were suffering from this bug as well but were able to overwrite our fresh incompatible 3.0 print templates and republish the print service from an older version of Pro. Our IT are hesitant to upgrade to Enterprise 11 because we have some 3rd party workflows that will need to be tested to ensure compatibility.
... View more
09-20-2022
07:17 AM
|
0
|
0
|
7049
|
|
BLOG
|
@VanessaSimps The 'D' is for the Long Date Pattern see: https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#Resources#Resource I am not using the Convert Time Zone step. The if statement is contained in the email body to include specific text if the date is null or the date if a date was recorded in the form.
... View more
09-19-2022
04:30 PM
|
1
|
0
|
7717
|
|
POST
|
I was struggling with this since Pro was released. I even created a support ticket for it. What we came up with was basically turning it off and on again. To get it working I did the following: 1. Under Project - Options - Indexing - make sure the following are checked on: Use index for searching, Update the index periodically, Update items in the index every 1 hour (or as you see fit), Reindex all items from scratch every 60 days (or as you see fit), and, most importantly, Index items on network disks. Double check to make sure that the "Skip enterprise database connections" is NOT checked. 2. After confirming those options I had to uncheck the Use index for searching, hit ok, save the project, close the project and re open. 3. Go back into the index settings and recheck on the Use index for searching. 4. I then had to kind of force a reindex by setting the Reindex all items from scratch every day starting at one minute from now and hit OK so I know it's reindexing immediately. I gave it a good 15 minutes to reindex my drives and enterprise geodatabase. We don't have that much compared to larger organizations so the indexing process could take a while for some and be relatively fast for others. I've noticed that if I create a new enterprise GDB connection (like to a different version or as a different user) Pro will need to reindex to find featureclasses in it. I've also noticed that it likes searching metadata and tags so it's important that your data has those. Indexing Options
... View more
07-26-2022
10:37 AM
|
1
|
0
|
4754
|
|
POST
|
I don't see a Manage button either. I would like to remove one of the templates in my map. I wonder if it's only available with hosted data?
... View more
05-05-2022
08:42 AM
|
0
|
0
|
3798
|
|
POST
|
I wanted to create this post in case anyone else is experiencing this issue [SOLVED]. We have Enterprise and sporadically, throughout the day, ArcGIS Pro would lose it's connection to our portal license server. There didn't seem to be any rhyme or reason to it happening I would just get a notification in the top right of Pro saying "ArcGIS Pro will be closed in 24 hours as it cannot connect to your licensing portal. Please verify that you are connected to the internet and save your work to avoid loss of data." As far as I could tell, my machine never dropped connection to the internet. Our server never went down. Other machines on our network were not experiencing this issue. My workaround became a daily routine to sign out of our portal and then sign in again every morning and evening. This went on for months. I searched the internet for a solution but came up empty. ESRI technical support was called but nothing could be determined. This continued until one faithful day when I accidentally yoinked the ethernet cable out of the wall with my foot. While I was down there I noticed that the cable didn't go to my computer directly. It went to my Avaya phone first and then another cable went from the phone to the computer. On a whim, I rerouted my machines ethernet cable and gave it a dedicated ethernet connection removing the Avaya phone from the chain hoping it would address my issue. It did. I haven't gotten the dropped connection message for over a week now. Apparently something in my Avaya phone was causing a blip in the network connection that ArcGIS Pro wasn't pleased with. So, if anyone else is experiencing this, make sure your machine has a direct line to the network.
... View more
05-05-2022
08:31 AM
|
1
|
1
|
2985
|
|
BLOG
|
@Anonymous User I am using Survey123 version 3.14.242 loaded from a direct link from a feature popup in Field maps. My issue is resolved using the if statement in my earlier post.
... View more
03-24-2022
03:15 PM
|
1
|
0
|
8056
|
|
BLOG
|
I was having issues with null values in my date fields using Survey123 with webhooks and Microsoft Power Automate. I am using an if statement in combination with the formatting like so... if(equals(triggerOutputs()?['body/feature/attributes/InspDate'],null), 'No inspection date recorded', convertTimeZone(addSeconds('1970-01-01',div(triggerOutputs()?['body/feature/attributes/InspDate'],1000)),'UTC','Pacific Standard Time','D'))
... View more
03-24-2022
11:54 AM
|
3
|
0
|
8070
|
|
POST
|
@IsmaelChivite Never mind I got it working! I ended up using an if statement. if(equals(triggerOutputs()?['body/feature/attributes/InspDate'],null), 'No inspection date recorded', convertTimeZone(addSeconds('1970-01-01',div(triggerOutputs()?['body/feature/attributes/InspDate'],1000)),'UTC','Pacific Standard Time','D'))
... View more
03-24-2022
11:00 AM
|
0
|
2
|
5886
|
|
POST
|
@IsmaelChivite Thanks for this! What if I have a date field that I need to test if it's null then return some text or if not null then return the date but format it appropriately? I have been using this successfully to format the date: convertTimeZone(addSeconds('1970-01-01',div(triggerBody()?['feature']?['attributes']?['InspDate'],1000)),'UTC','Pacific Standard Time','D') Any help would be appreciated.
... View more
03-24-2022
10:06 AM
|
0
|
3
|
5886
|
|
POST
|
Your solution really helped me out. I could not find anywhere else on the web that has this critical information. Even on the ESRI help page for Integrating with Other Apps it doesn't mention this. Nor is it mentioned on the Survey123 Populate Related Table. Thank you! &field:GUID={GlobalID}
... View more
03-07-2022
08:36 AM
|
0
|
0
|
4750
|
|
POST
|
Good to know! Thank you. I'll need to test this. We have moved away from FieldMaps to just using the app in a web browser.
... View more
02-28-2022
09:53 AM
|
0
|
0
|
4333
|
|
IDEA
|
Agreed. This is frustrating and annoying. It also shakes my confidence and interrupts my flow. "I could have sworn I put that file in there... Oh I did, Pro just didn't see it."
... View more
02-03-2022
08:40 AM
|
0
|
0
|
5761
|
|
POST
|
We were experiencing something similar getting an error "The following items can't be deleted because they are delete protected or have dependent items." and "Internal Server Error". We had several items that were corrupted upon upload. We found that we could not delete, view item details, or change permissions to the corrupted items. After working with ESRI tech support and after trying several options such as deleting using command prompt and searching for the hosted folder to delete that with no success we ultimately discovered that if we created a new folder, moved all of our properly functioning hosted items into it, we could then delete the old folder along with the corrupted items. I would imagine this only works if the corrupted items were in a folder to begin with.
... View more
12-06-2021
08:31 AM
|
0
|
0
|
1228
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 08:11 AM | |
| 1 | 10-16-2025 04:11 PM | |
| 1 | 12-12-2024 10:33 AM | |
| 4 | 08-29-2024 08:36 AM | |
| 1 | 08-29-2024 09:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|