|
BLOG
|
@nikos, @alo5108 - several community members have come up with a partial solution for getting ArcGIS Enterprise services into Power BI. Power BI has a technical constraint in that it cannot handle more than ~32,000 characters in a single cell value. We frequently realize this constraint when we supply polygon coordinate pairs that exceed the max value. So, sometimes not all of the polygons draw and then we have to look for ways to get the coordinate pair characters below the max value (generalize, limit precision, hope, etc.). This info might be useful to you: https://community.esri.com/t5/arcgis-for-power-bi-questions/shape-in-geojson/m-p/1265256/highlight/true#M1443 https://community.esri.com/t5/arcgis-for-power-bi-questions/shape-in-geojson/m-p/1285024#M1494 cheers, tim
... View more
06-27-2023
07:48 AM
|
1
|
0
|
10713
|
|
IDEA
|
Allow administrators to specify 1) must specify category; 2) from specified category set. Example: we have many categories established in portal we require anyone who adds an item to categorize it at a minimum with: Information Security Category Public Sensitive Confidential Confidential with Special Handling Requirements
... View more
06-23-2023
08:44 AM
|
0
|
0
|
1075
|
|
IDEA
|
I want group members to see one or more types of items on the group page. So, plural, not singular as well as the capability to align with the language.
... View more
06-23-2023
08:40 AM
|
1
|
0
|
683
|
|
IDEA
|
joining to - ArcGIS Enterprise could secure item descriptions and content separately Also note that in ArcGIS Pro for various metadata styles there are separate constraint indicators for 1) the metadata; and 2) the data. ArcGIS Enterprise Portal could respect that information when content is published from ArcGIS Pro.
... View more
06-23-2023
08:34 AM
|
0
|
0
|
1373
|
|
IDEA
|
@MarceloMarques - Got it. Thanks again. If there were a "Kudos" button for your replies, I'd be clicking them wildly 🙂.
... View more
05-31-2023
10:12 AM
|
0
|
0
|
3863
|
|
IDEA
|
@MarceloMarques - Thank you. Revealing a bit more about my situation... ArcGIS Pro clients are all at 3.1.2 ArcGIS Enterprise components are at 11.1.x Python 3 scripts, ModelBuilder models, and similar incantations are all functioning more or less as expected. All of the above are working happily enough with the 10.9.1.2.9 enterprise geodatabase in SQL Server 2019 via ODBC Driver 18. I manage enterprise geodatabases in sandbox, development, test, and production environments. For an upgrade like this, I'll restore a backup of the production databases to the development instance, and then operate on those, iterating until things go green. I'll deal with my custom SQL code, SQL Server views, stored procedures, triggers, etc. as I need to. I own the costs and risks of that stuff getting busted by Esri's enterprise geodatabase changes. We dropped all support for ArcGIS 32-bit apps in February 2022, so if any linger and someone yells, we'll use it as an opportunity to get them current. So, given those conditions, it sounds like you're suggesting minimal or no trouble if I perform the recommended upgrade process from 10.9.1.2.9 to "ArcGIS Pro 3.1.x - 11.1.y.z" in my development SQL Server 2019 environment. Does that sound about right? Your answer helps me design my upgrade process. I'm looking to short-circuit as much of the process as possible, just expecting that there is a happy path I need to find. Ideally, that happy path is laid out for me in the documentation. I'm asking about all this stuff because my experience with the documentation is that there are frequently gaps between what it states and how the software works. thx, tim
... View more
05-31-2023
08:15 AM
|
0
|
0
|
3881
|
|
IDEA
|
@MarceloMarques, @ChestonDobbins - The documentation is a little light on details. After tossing out, "breaking changes" concepts like the changes to the fully qualified names for enterprise geodatabase objects, it would be helpful to specify what we can expect to break, suggest mitigations, etc. So, when I upgrade my "10.9.1.2.9" enterprise geodatabases in SQL Server 2019 to "ArcGIS Pro 3.1.0 - 11.1.0.41833" enterprise geodatabases, should I expect some, all, or none of the following to break? APRX/LYRX layer connections to EGDB feature classes, tables, etc. ArcGIS Enterprise Server map services that use the EGDB feature classes, tables, etc. Python 3 scripts ModelBuilder models other stuff? thx, tim
... View more
05-30-2023
03:19 PM
|
0
|
0
|
3900
|
|
IDEA
|
Yes, I've been able to find that outside of the My Esri Support workflow. I think it's a great idea to provide it within the workflow to help me go through a logical sequence of self-service before I commit to an Esri support request. Sequence being something like: Is the power on? yes Is the PC on? yes Are all ArcGIS dependencies correct? yes Did I read and follow the instructions? yes Is it a known bug? Is there a workaround? etc. You get the idea 🙂 tim
... View more
05-24-2023
02:44 PM
|
0
|
0
|
3204
|
|
IDEA
|
The My Esri Support workflow should include the ability to search and present details for all bugs. The My Esri Support site presently helps you search your own organization's bugs, but not bugs reported by others. This has nearly no value for helping us solve new problems prior to requesting a support case.
... View more
05-24-2023
02:21 PM
|
12
|
7
|
3236
|
|
POST
|
@RudolfdeMunnik I just got a chance to follow your lead and got it to work with our data. It looks to me like you've tested it thoroughly. I'm forcing WGS84 decimal degrees (WKID 4326) in my REST request like this: https://services1.arcgis.com/bKDOijB8sneN5004/arcgis/rest/services/AGRIC_GIS_DATA/FeatureServer/1/query?where=1=1&outFields=*&geometryPrecision=4&outSR=4326&f=json Then, I adjust the "Shape" custom field code like this: Text.Replace(Text.FromBinary(Json.FromValue([geometry])), "]]]" ,"]]], ""spatialReference"":{""wkid"":4326,""latestWkid"":4326}") Then, finally, I add your optional ShpTxtLen so I can see how things worked out and tweak the coordinate precision if needed. Thanks again! tim
... View more
05-02-2023
04:18 PM
|
3
|
0
|
6249
|
|
POST
|
@RudolfdeMunnik Nice! One quick thought on dealing with the 32k character constraint is that the REST service request can specify an appropriately lower precision. So, going from 7 in your example to a lower precision that is appropriate for use in Power BI may be some good trickery. I'm thinking that Power BI doesn't know or care about topology and is happiest with cartoon geometries anyway, so it kind of doesn't matter as long as the area looks ok to the eye.
... View more
04-18-2023
03:42 PM
|
0
|
2
|
6279
|
|
POST
|
Hi @ChelseaRozek, no, no go. One approach I haven't looked at very hard is to use ArcGIS Pro Data Interoperability extension to dump a TopoJSON. I gave it a few tries, but couldn't get the Power BI visualization thingy to recognize the file. I appeared to be following the instructions correctly, and it was beginning to smell like a bug, so I ran away. If you find a way, do post back. edit: What I didn't say was that the TopoJSON approach looks fairly stale in the PowerBI environment. There's a website that will convert for you, which is great for non-confidential data. I think I found the source code in Github and decided not to pursue going local with it. Also, one thought I had was to have a look at the SEDF to see if I could use it to squeeze out a CSV that PowerBI recognizes. I might poke at that one day soon.
... View more
02-08-2023
01:28 PM
|
0
|
5
|
4311
|
|
BLOG
|
@AW_Grove What about adding them to an AGO organization or to an AGE portal? Without knowing anything yet about how the upcoming connector for ArcGIS Enterprise works, my first solution idea (which might be discarded quickly) is: Add "make CSV for Power BI" to the tail end of our data update ETL procedures (ugh. so much ETL. Why can't an ArcGIS map service just cough it up?) Update the CSVs in portal and tickle the item dates as needed to communicate freshness accurately. Gah. Second solution idea... Koop idk, tim
... View more
02-03-2023
04:22 PM
|
0
|
0
|
11902
|
|
BLOG
|
Thanks for the detailed instructions @SeanKMcGinnis. Can I expect this to work with Power BI Desktop and our on-premises ArcGIS Enterprise deployment with no access from outside our organization's domain? All the documentation I've seen calls out "ArcGIS Online," so I'm expecting that I cannot use it with our ArcGIS Enterprise deployment.
... View more
01-17-2023
04:30 PM
|
0
|
0
|
12033
|
|
POST
|
@AnneTetley @RudolfdeMunnik - good info, thanks! I've tried making EsriJSON format files with FME's Data Interoperability extension for ArcGIS Pro and bounced off without success. Doesn't mean it doesn't work, just that I've not yet made it work or proven that it doesn't. I won't engage Esri support for this unless a boss shows up with a big stick and proclaims that it's ok if I don't proceed on other assignments for a while. Also, about all I know right now of Power Automate is that there is a space between "Power" and "Automate", which I suppose is the third step after my usual starting point of complete ignorance. My customers and I deal with confidential health and other information. I've inquired internally to discover if Power Automate is authorized for use with our data (i.e. does not transport or process our data outside of our domain and transports and processes our data within our domain in an approved and secure manner), and I'll proceed with trying the suggested approaches after that light goes green.
... View more
01-11-2023
08:14 AM
|
0
|
0
|
4340
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | a week ago | |
| 2 | 3 weeks ago | |
| 1 | 10-24-2024 02:51 PM | |
| 1 | 10-24-2024 02:39 PM | |
| 1 | 10-22-2024 02:31 PM |