|
POST
|
We are experiencing this same issue when running the ESRI example code with python. We have been running this code for several years and this never used to happen. Performed a repair on the desktop install as Adityaraj Chavada mentioned above. This seemed to make Catalog work once and then it went back to reporting the "Function had no effect" error. We are on 10.7.1 . What finally worked for us was to upgrade our geodatabases from 10.5.1. -> 10.7.1 and the Analyze & Rebuild Indexes function worked as expected. Wish the tool would report such issues it is capable of knowing the GDB and software releases and should report this clearly to the administrator!!! In past versions the maintenance tools were rather stable working between versions of the geodatabase but that seems to be a new scenario which needs to be tested in future upgrades. bummer.
... View more
06-23-2020
12:51 PM
|
2
|
0
|
2821
|
|
IDEA
|
Thanks for the reference links and suggestion. This candidate does not exist yet so in this situation introducing the #STE did not work. We are expecting a no match like the SubAddress 10.x locator or the match without the unit with a score less than 100. This is one way we detect if an address exists or not. If addresses coming back with 100% score but do not match the input address this is a concern and should show up in the component scores but those don't appear to be available yet in the new locator roles. For us to inject # before the unit type into the single line input string will be challenging from our enterprise system if not nearly impossible. That does not seem like a reasonable solution. Shana Britt
... View more
06-16-2020
02:06 PM
|
0
|
0
|
4117
|
|
IDEA
|
For the new primary locator roles it would be really helpful to get the input search field values in the response. This way it can be checked to matched candidate. We are trying to use the new PointAddress and Streets Roles but getting invalid matches which did not occur in the SubAddress locator in 10.x. Due to these mismatches it would helpful to see what the input search address was so it can be compared to the result. In this example below, we are entering and a single line input: 4791 PELL DR STE 1, SACRAMENTO, 95837 However the match comes back without the STE which is not correct and should not have the 100% match score. The 10.x SubAddress locator returned no matches which is a better result but realistically there should be a candidate match with a lower score than 100. If the search input was in the result we would easily be able to compare the search string with the match string to weed thru these mismatches.
... View more
06-16-2020
12:50 PM
|
0
|
10
|
4197
|
|
POST
|
It would be nice to have an update on the search() functionality. Some of these threads are nearly 3 years old. We have the same need as Aaron & Cody as we would like to update several CSV's daily tied to select_one to represent an organizational structure 1 : many relationships so the select_ seems like the only way to model this Division -> Managers -> Staff This will be for employee check in related to the COVID-19 issues. Maybe the idea out there might get higher precedence if we tag the idea with COVID-19.
... View more
05-20-2020
01:28 PM
|
2
|
0
|
1074
|
|
POST
|
Hello Celine, We experienced a very similar issue about a month or so ago. I reported a support incident and they only thing the support analyst advised me to do was to uninstall Data Store and reinstall. If you had any patches you will want to install those after the base install as well. In our case this allowed the database instance to start again and everything was in tact, although it took a very long time for this to uninstall and reinstall. Hope this helps! Ronnie
... View more
05-11-2020
12:37 PM
|
0
|
0
|
5475
|
|
IDEA
|
Mark, The field order action you are performing in this example is only for the map document in ArcGIS Pro just like reordering fields in an ArcGIS 10.x. map. If you inspect the fields in catalog, they are still in the original order. The intention of this idea is permanently reorder fields in the source feature class.
... View more
04-16-2020
07:43 AM
|
5
|
1
|
3600
|
|
IDEA
|
When using parameters it also restricts the category list to only None & the value in the parameter. This defeats the purpose of using url parameters as an initial filter since the other categories do not exist as a selection.
... View more
12-31-2019
12:24 PM
|
3
|
1
|
2387
|
|
POST
|
It would be nice if AppStudio had a simple wrapper to consume a Web App Builder application. We have tried this with the browserview and it works great but still not optimal because most of the browser navigation components are present. Many agencies still want to have a web and mobile version and WebAppBuilder solutions could solve these challenges. Maintaining 2 different code bases for very simple applications is an issue.
... View more
12-31-2019
11:04 AM
|
0
|
0
|
1971
|
|
POST
|
Yes because there are instances when publications do not work due to underlying database issues and these are not reported back to the end user. In the example of bug BUG-000122241 the publication failed. So knowing as much as possible before going into tech support saves us hours and hours on the phone. The additional details knowing the table published but all of the fields names did not have associations in the service was part of this root cause analysis.
... View more
12-09-2019
01:39 PM
|
2
|
0
|
5475
|
|
POST
|
Thanks Elijah, this solution worked for me for the hosted feature service database (9876) and really appreciate the help!! We needed to connect to the backend database to troubleshoot converting hosted feature service back to an enterprise data store. We were running into an issue with column names and case sensitivity since our widgets broke in an existing Web Application as we are trying to port the database to enterprise. This helped confirm all column names exist as lower case in the backend database including objectid & globalid. Also when column names exceeded 32 chars we did not know how it named them and it basically renamed all of the columns with numeric suffixes and alias values with the entire name.
... View more
12-09-2019
01:18 PM
|
1
|
2
|
5475
|
|
IDEA
|
This is a great idea and we have resorted to using tinyurl for this exact purpose.
... View more
12-04-2019
12:51 PM
|
0
|
0
|
1624
|
|
IDEA
|
Agreed complete FGDB downloads w/ relationships is a must. At the moment relationships are completely lost and undiscoverable in the open data application while other vendors are promoting relationships or linked datasets and allow these relationships as properties of the data set. It is not the exact picture of what has been discussed but I did create this idea some time ago to allow users to add downloads to a "cart" and download them all into a single geodatabase. It has not received much traction and probably because it needs a better description and has some duplicate ideas. https://community.esri.com/ideas/14809-enable-cart-for-multiple-open-data-downloads Same as these ideas Select Multiple Items in Open Data and Download as a Group Multiple dataset downloads for Open Data Portals
... View more
06-24-2019
09:06 AM
|
1
|
0
|
3169
|
|
IDEA
|
Yes we have repositories of Map Documents managed by Git in BitBucket. It is not ideal since it is a binary format but does work well since the file does show up in the change detection. Various GIS staff have access to pull from the repositories in BitBucket. When a staff member checks in a branch, they merge with a build plan branch for one of our environments (DEV, QA, PROD). When merged the repository triggers Bamboo which uses python scripts which obtains the MXD's that changed from the commit and deploy those MXD's to the appropriate environment. Environments are controlled by a python configuration file. In the event of a rollback, this is a function of bamboo and it simply re-deploys the previous build artifact in a matter of minutes. We plan to start working on moving ArcGIS Pro projects into a new Git repository so we can version web maps and feature layers but have been focusing automating our locator updates first. Hope this is enough info!
... View more
06-06-2019
08:13 AM
|
1
|
0
|
6149
|
|
IDEA
|
The hack mentioned in this blog post might work and here is a similar idea https://community.esri.com/thread/94122 https://community.esri.com/ideas/13631-fix-feature-services-so-they-do-not-bypass-the-data-model
... View more
06-04-2019
05:54 AM
|
0
|
0
|
705
|
|
IDEA
|
The hack mentioned in this blog post might work and here is a similar idea https://community.esri.com/thread/94122 https://community.esri.com/ideas/13631-fix-feature-services-so-they-do-not-bypass-the-data-model
... View more
06-04-2019
05:54 AM
|
0
|
0
|
1000
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2025 08:52 AM | |
| 2 | 03-04-2025 10:51 AM | |
| 1 | 01-04-2024 08:13 AM | |
| 2 | 12-07-2022 01:27 PM | |
| 1 | 02-03-2023 08:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-21-2026
12:39 PM
|