|
IDEA
|
As a content provider, I want staff with portal accounts to be able to find descriptions of confidential content, but I do not want them to be able to access the content until after they have successfully completed a disclosure authorization process. As an example, I have a portal hosted feature layer which contains confidential records. I have written ISO-whatevs-compliant metadata. The metadata is public information. I want to share the item page description and metadata to "Organization". I want to share the feature layer records separately only to a group in which I've added accounts for authorized staff. So, I want staff to know the data exists, but I am required to make them jump through flaming hoops to get it. That's my last idea for today. No more ideas. Fresh out. tim
... View more
07-20-2022
05:01 PM
|
4
|
2
|
1460
|
|
IDEA
|
good info @jcarlson . It could work for me, but maybe not for others for whom I'm hacking a path through the underbrush. Another idea I have, but have to review a bit before posting, is that GP tools should all work consistently and as documented: alone in a ModelBuilder model in a Python script exported from a ModelBuilder model in a "from scratch" Python script I've found several situations that I think break that continuum... but for another post at some point when I have time. thanks! tim
... View more
07-20-2022
10:39 AM
|
0
|
0
|
4853
|
|
IDEA
|
I like it, @KoryKramer ! If you all can complete and release my ideas faster than I can have and post them, then I think we're where we need to be 🙂 So, I'm at ArcGIS Pro 2.9.3 and ArcGIS Enterprise 10.9.1. We don't deploy Esri dot zero releases, and it looks like AGP 3.0.x will require some planning and finagling to make the jump, so... it will be awhile. Nice, tim
... View more
07-20-2022
10:32 AM
|
0
|
0
|
4855
|
|
IDEA
|
Truncate Table GP tool would work faster than the Delete Features GP tool, and it would reset the ObjectID values instead of incrementing them from the highest number left over from Delete Features. That would surely be better. Cheers, tim
... View more
07-19-2022
05:09 PM
|
1
|
11
|
6634
|
|
IDEA
|
edit: What is this, how you say, "ArcMap"? I suppose my ArcGIS Pro Idea is related to this thread, but I don't see how it fits here in mid-2022. original: Open a table > right-click a field that interests me > View Field Metadata > opens the metadata at that field tag.
... View more
07-13-2022
11:33 AM
|
1
|
0
|
4769
|
|
POST
|
Hi @John_Spence & @jsarthur, Good discussion above. Under my standing "I really don't know anything" principle, I'd like to know more about the hugeness of the shrinking eGDB no-no. If you can point me at some help documentation, technical articles, blogs, etc. that might be easiest. Just chiming in with a few items: Usage - Vector feature classes, tables, relationship classes, feature datasets, time-enabled data, that sort of thing. No or nearly no raster or other data types in the big (-ish) databases. Relative to other data collections I've helped manage during my career, I don't consider these databases to be "heavily used" from the perspective of total number of requests over time and concurrent connections. They are used enough that performance problems are noticed and communicated. Recovery model - 'Simple' for the databases we need to shrink. We mostly use these as OLAP databases and just don't care about the logs much at all. Performance - ArcGIS Pro PerfTools suggests that things are going about as well as can be expected for object-relational handling of the data given our computing environment resources (storage, db servers, network, etc.). We haven't noticed any unexpected negative performance effects related to shrinking the database. During larger data loading activities, we expect and experience some performance hit as auto-grow does its thing. This touches on why we shrink - one update we do loads ~600 million records as 'new' tables and feature classes, builds indexes, statistics, etc. over a fairly long time stretch. In order to minimize availability impact to staff and systems, we switch out the 'old' with 'new' during a brief maintenance window, ensure everything is working as expected, then delete the 'old' object. That leaves a bunch of unused storage that unnecessarily costs us money until the next update. Maintenance - Yes, we regularly rebuild indexes, analyze, compress, etc. as needed. We have a lot of truncate/append or simply append ETL activity as we move record updates into static schema in the eGDB. Metadata - Nice. We've started to configure ArcGIS to not store GP processing history in the metadata, but not consistently across all machines that do the work. Thanks for the link to that article. We'll investigate to see about a cleanup and keep getting our house in order. Cheers, tim
... View more
02-04-2022
08:53 AM
|
1
|
1
|
2734
|
|
IDEA
|
HI Bill, Unfortunately, no. I need a way to inject changed table schemas, including field order, into a relatively static enterprise geodatabase schema that uses db views to ETL data from an incoming spreadsheet that occults the source system schema (it shall forever be unknown to me/us) to a product set of enterprise geodatabase feature classes and tables that staff and various apps/systems use. When the source system has schema changes that impact my ETL, I have to go and jiggle the staging tables that receive the spreadsheet content, ArcGIS-friendly tables with curated field definitions (and order), and the db views so that I don't have to change the schema for the product feature classes and views and bust a bunch of stuff. Whew. My idea above would help because I could pop open the Add Fields (multiple) GP tool in a model, adjust the field definitions (and order), generate a schema that matches the source system changes, and carry on with the change. As it stands, I can do that, but it takes days and thousands of clicks to set it up the first time. When there are major source system changes, a fresh setup helps avoid errors. If I could point the tool at the staging tables when setting up, then far fewer clicks would be involved and the opportunities for errors decrease. tim
... View more
10-18-2021
10:09 AM
|
0
|
0
|
6422
|
|
IDEA
|
I'm building a ModelBuilder model and I want to re-use the fields in an existing geodatabase table to populate and then edit the "Add Fields (multiple)" GP tool. I will craftily move those fields around to change their order ;-), change the definitions on a couple of them, remove some, and add some. Do I want to manually enter all 79 (or worse) of those fields and risk going over the limit of however many clicks I have left in my carpal tunnels? No, I do not. Nope. What I want is to import the fields from my template table to populate the "Add Fields (multiple)" GP tool and then burn some clicks on the arguably valuable changes. Can I do it? Nope, not yet in ArcGIS Pro 2.8.2 (2.8.3 is out, but release notes don't suggest an update would help me with this idea). Would love to be able to do it soon. Stringing up those two GP tools does not populate the "Add Fields (multiple)" field list. Tried, failed. tim
... View more
10-08-2021
10:41 AM
|
1
|
11
|
7146
|
|
IDEA
|
Hi Edith, Concur! I have one dataset with 7 feature classes and 7 tables that totals out at ~600m records. I try to do most of my work in SQL Server, but have to head up to object-relational software land (ArcGIS) occasionally to do stuff. Pokey slow, and in order to get anything done in human time requires very careful arrangement and application of computing resources and judicial use of ArcGIS functions. cheers, tim
... View more
07-22-2021
07:57 AM
|
0
|
0
|
1737
|
|
POST
|
It dawns on me that maybe my post over there in "ArcGIS Pro" community https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-vs-dbo-default/m-p/1052852/highlight/true#M40406 would be a better fit here in "Data Management" community. However, I could not find a way to move it here. So... thx, tim
... View more
04-29-2021
04:29 PM
|
0
|
1
|
2433
|
|
POST
|
Running ArcGIS Pro 2.7.3 as the 'geodatabase administrator' account, using "Enable Enterprise Geodatabase" GP tool after creating SQL Server 2016 database per the instructions here: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/setup-geodatabase-sqlserver.htm#ESRI_SECTION1_0CB5A7EBA7EB4F69AA7180F0FA84779E https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm#ESRI_SECTION1_48345263705D453984B45C73811C1C56 ...the GP tool finishes and reports success. However, when I try to interact with the database connection, ArcGIS Pro tosses up: Sometimes, but not always, I can run ArcGIS Pro as the 'data creator' account and paste a feature class into the database. After completing this step, I can close ArcGIS Pro running as 'geodatabase administrator' account, then start ArcGIS Pro as 'geodatabase administrator' account and everything appears to be working correctly. Sometimes I get stuck here. Have any of you run into this, and do you have any ideas how to have a consistently pleasant and error free experience when enabling enterprise geodatabases? thx, tim
... View more
04-29-2021
11:23 AM
|
0
|
0
|
2468
|
|
IDEA
|
@jcarlson, @KoryKramer - thanks! I was hoping for immediate gratification over extended longing, and you two delivered! Apparently, I need to learn some new terminology in order to find this stuff. back to work, tim
... View more
03-25-2021
01:25 PM
|
0
|
0
|
5286
|
|
IDEA
|
ArcGIS Pro might already do this, but I can't find it in the software documentation, symbology control, in other controls, in "Esri Community", or via Google. I can discover that there is a discrete line feature here by interacting with a single record in the data. I need to glance at that image and quickly determine in my head how many line features are there and where they begin and end. I need to be able to configure the layer properties so that all line endpoints draw as dot-like symbols at the end of each line feature. I need control over the scale dependency range within which the dots at the ends of the line features will render. I need to do the same as a separate set of controls for all vertices in all line features. End result would be that I would have these options readily available: display only the line features display line features with point symbols on their ends display line features with point symbols on their ends and with vertices separate scale dependencies would apply to each option Directional arrows would be nice, too.
... View more
03-25-2021
10:26 AM
|
0
|
7
|
5390
|
|
POST
|
Well, after expending notable resources with a support request, the result is: #BUG-000137891 On ArcGIS Pro 2.6.3 and above, slowness in display of ‘Properties’ of spatial views is experienced when definition of the query consists of CAST function, CASE function and storage type GEOGRAPHY Which may or may not become available here at some point: https://support.esri.com/en/Search-Results#search?q=BUG-000137891&content-type=Bugs The technical support analyst determined that removing any one of the CAPS elements above made things speed up. So, it feels like there's a slim chance that a temporary workaround might exist which would require the application of Rube Goldberg design principles. Maybe splitting into views on views, although query optimizer might hand the same thing to ArcGIS Pro which might continue slowly. Maybe make a few steps to persist a table that ArcGIS Pro sees? Idk. cheers & back to work, tim
... View more
03-04-2021
08:25 AM
|
0
|
0
|
6730
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 06-01-2026 10:29 AM | |
| 3 | 05-21-2026 01:36 PM | |
| 1 | 10-24-2024 02:51 PM | |
| 1 | 10-24-2024 02:39 PM | |
| 1 | 10-22-2024 02:31 PM |