POST
|
Hi, sorry haven't found a solution. Let me know if you're able to dig on up.
... View more
a week ago
|
0
|
0
|
55
|
POST
|
Here's another ... same symptoms slightly more detail about "WHY" https://community.esri.com/t5/python-questions/python-package-certifi-win32-is-missing-after/m-p/1495558#M73503
... View more
05-08-2025
03:25 PM
|
0
|
0
|
65
|
POST
|
Adding another related: https://community.esri.com/t5/python-questions/missing-soap-packages-after-upgrading-to-3-1-1/m-p/1299855#M68398 Seems like the same 'package manager acting weird and different for each user' kind of issue, no explanation about why but workaround is to install directly from the conda command line...
... View more
05-08-2025
03:22 PM
|
0
|
1
|
313
|
POST
|
@Luke_Pinner had one of my local office users run both config and search commands: both match your output... so it finds msal at the cmd search but can't find it in the UI search ... Had my client user run the conda install cmd and it seems successful => msal folder is now in the pkgs folder but his UI doesn't show msal as installed or addable ... they using a citrix env so i'm sure that's somehow causing issues but they are really the ones i need to get working. idk ... sort of the usual arcgis voodoo
... View more
05-08-2025
03:20 PM
|
0
|
0
|
314
|
POST
|
@Luke_Pinner thanks for digging deeper on this! What i'm seeing is not isolated to my machine... a couple of machines in my office and at least one at a client location as well but all are showing that 10K range of packages.
... View more
05-08-2025
03:00 PM
|
0
|
1
|
327
|
POST
|
Thanks Luke! That's odd, have you ever installed it before? Here's my package manager:
... View more
05-07-2025
04:36 PM
|
0
|
4
|
435
|
POST
|
Update: It's possible we manually installed at the command line in the older 3.1 and I've just forgotten about it. It seems to have successfully installed running: conda install microsoft::msal at the command line ... but why make me work so hard 🙂 ... what use is a package manager UI that can't install all the packages...
... View more
05-07-2025
04:04 PM
|
0
|
6
|
457
|
POST
|
Hi All, We have a toolbox of specialized scripts that move data around various enterprise systems. This worked fine with ArcMap and ArcPro up thru 3.1. Our latest installs of Pro are 3.3.2 (enterprise level rollout) and the toolbox is failing b/c the package isn't installed and users aren't able to use the UI package manager to install it. Many of the other microsoft and auth packages are found: azure-storage, azure-core, google-auth etc... So why is MSAL not there? Thanks
... View more
05-07-2025
03:58 PM
|
0
|
10
|
521
|
POST
|
Found myself here hoping for the enlightenment but found everyone having the same issue... tldr: I think it's working, just not obvious to prove.... Assuming @ChrisBeaudette's (tag your it 😏) response from esri is valid then there must be some other way to prove it's working so I kept digging a bit and think I found the way to verify it is in fact working. Setup: V11.1 standalone server Query operation on MapServer/1 "cacheControlMaxAge":"3600" I've been expecting to see some clear 'it's from cache' cue in the chrome dev tools... but never see a 304 response or 'disk/memory cache' in the size column and the response header always displays: the max-age:0;must-revalidate... chalking it up to the 'javascript fetch/etag' implementation and whatever about security that esri mentioned. So, the chrome dev tools network tab has a handy little checkbox "Disable cache'. Using this and the same service from two different servers (one with the cache control set and one without), I see this: Requests to first server with cache control setting at 3600 Enabled, Enabled, Disabled, Disabled, Enabled I had been hitting the service a bunch so the first requests are already cached (small), then disable the local cache, boom... larger network transfer, then re-enable the local cache, back to smaller Requests to second server with cache control setting not defined Enabled, Enabled, Disabled, Disabled, Enabled, Always 709, as expected no difference b/c there's no cache setting Painful but I think isn't enough to convince myself it's doing what I want and it's worth deploying the setting.
... View more
04-01-2025
04:35 PM
|
0
|
0
|
249
|
POST
|
Hi, I just update an ArcGIS server to 11.1 and now my queries against an feature service layer attribute with type = esriFieldTypeGUID are now failing. I tracked it down to lowercase vs uppercase ie: MyGUIDId = '{69bdd230-fac0-4753-4e3c-08d5903ee357}' fails MyGUIDId = '{69BDD230-FAC0-4753-4E3C-08D5903EE357}' works I was thinking this might just be an 11. 'feature' and was about to change all my code but I tried a similar query on a different 11.1 server with a guid column and the lowercase version works. So maybe it was just a setting I accidently bumped in the server or in pro for the new publishing workflow? Also the lowercase version works fine against the same service currently published to AGOL (we hot swap between locations depending on various system states (live vs cache) and workflows. If you have any thoughts on how to get it back to working on lowercase, you'll save me from doing a .ToUpper() everywhere in my code. Thanks!
... View more
03-05-2025
04:33 PM
|
0
|
0
|
217
|
POST
|
😢🤣 Someone just created an Idea on the issue ... i added your post: https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/label-multipoint-features/idi-p/1545614/jump-to/first-unread-message
... View more
10-04-2024
02:14 PM
|
2
|
0
|
739
|
IDEA
|
Running into a similar issue... but with multi-part polygons. There's only one label per feature and the if that label location moves off the map frame, there's no label at all and even when that label is on the map it's not clear why certain polygons don't have a label. Really need to have the option to 'label all parts' ... also the cartographic trick won't help in our custom app b/c we change the label based on user workflow or situation. Also new features are being actively added so it would be pretty complex to constantly generate single-part label points. This was also 4 years ago and go no response: https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-one-label-per-part-on-web-map-or-map-service/td-p/58045
... View more
10-04-2024
02:05 PM
|
0
|
0
|
943
|
POST
|
Hi @FionaRenton1 Did you ever find a solution to this? I'm not seeing any option to set in the LabelClass object at 4.30. Thanks Fred
... View more
10-04-2024
01:58 PM
|
1
|
0
|
745
|
POST
|
Hi @SushilPradhan2 So far not yet, still just clicking refresh when it happens... If you track it down, please post. Thanks!
... View more
08-08-2024
09:01 AM
|
0
|
0
|
870
|
Title | Kudos | Posted |
---|---|---|
1 | 04-03-2024 08:47 AM | |
1 | 06-12-2018 03:16 PM | |
1 | 09-14-2023 01:54 PM | |
1 | 10-04-2024 01:58 PM | |
1 | 06-27-2024 11:11 AM |
Online Status |
Online
|
Date Last Visited |
4 hours ago
|