|
POST
|
As Derek Law states here, https://community.esri.com/thread/200812-arcgis-online-user-name-login-limit : "This is not permitted and is a violation of the software terms of use. A named user account cannot be shared and is meant for a single, explicit user." This is the policy across the ArcGIS platform, so both ArcGIS Online and Portal/Enterprise.
... View more
03-11-2020
11:54 AM
|
1
|
0
|
4718
|
|
POST
|
We're using "Where Have All The Licenses Gone" (WHATLG), which I found on GeoNet. It's kinda old, but works well enough for our purposes. If you search that name, you should be able to find multiple threads about it.
... View more
03-11-2020
11:09 AM
|
1
|
3
|
4121
|
|
POST
|
Hi Dave Tenney, sorry for the delay. Did you figure it out? I think I did have that issue. The other part I remember editing was the regular expression. Try this: regUserRecord = re.compile(r"^ (\S+) (\S+) .+\(v(\d{1,2}[\.\d+]*)\) .+, start \w+ (\d+)/(\d+) (\d+):(\d+)")
... View more
03-10-2020
11:39 AM
|
1
|
1
|
2412
|
|
POST
|
you're welcome! glad to help. Yup, pyodbc needs it to connect to the database. here is the full guide of driver strings by version: Connecting to SQL Server from Windows · mkleehammer/pyodbc Wiki · GitHub It also mentions "It's generally best to use the latest drivers on your PC, regardless of the version of SQL Server you are connecting to, because the drivers are largely backwards-compatible. However you may prefer to use the specific driver for your SQL Server instance."
... View more
03-05-2020
06:57 AM
|
0
|
3
|
2412
|
|
POST
|
yes! that part was tricky for me. hope this can help: - the code was written a while ago, so I had to update the DRIVER part to what's below for me - we made a super complicated password, but it kept tripping up on ' " ; characters because I couldn't figure out how to escape all of them, try just alphanumeric characters to eliminate that as a potential issue cnxn = pyodbc.connect("DRIVER={ODBC Driver 17 for SQL Server};SERVER=servername.ewashtenaw.org;DATABASE=databasename;UID=username;PWD=password;") also, I ended up passing the ip address of the machine the LM and script are on into the script when run, not 'localhost' or blank. i thought maybe you only needed ip addresses if you were looking at LMs elsewhere too, but this is what's working for me so I'll keep it. fyi my database is on another server than the LM/scripts
... View more
03-04-2020
08:44 AM
|
0
|
5
|
4886
|
|
POST
|
I just implemented it and am super excited to watch the data come in. I made a graph in Power Bi to watch the number of users each hour vs. each licenses' max allowance. I'm not 100% sure if it HAS to live on the same machine, ours just worked out that way because our LM and scheduled scripts are on the same machine. I think it needs license manager files to reference on its own machine but can then also access others by IP address, but I could be wrong.
... View more
03-04-2020
08:28 AM
|
0
|
7
|
4886
|
|
POST
|
My normal script for overwriting hosted layers on AGO is failing. Windows 10, Pro 2.5.0, data on SQL Server 2017. My staging service line does have a warning of "Cannot connect to server" which is weird since it's just AGO. Anyone make any progress on this issue or is everyone just downgrading for now? Is there a ticket in yet? Edit: My script fails without letting me know, each part seems to complete, I can just see that the data isn't updated. Running Overwrite Map Layer in Pro has just a generic failure to publish error. Update: downgrading didn't help, still trying to get it to work
... View more
03-03-2020
09:07 AM
|
0
|
0
|
4041
|
|
POST
|
Is this for a hosted feature layer? What do you see when you go to here (see below) and try to add new choices? "On your hosted feature layer's item details page, go to the Data tab>click the Fields button> click on the display name of the field of interest (blue hyperlink)>check out the List of Values (Domain) at the bottom of the screen. If there are choices in a drop down when editing, they should be displayed here. You can click the Edit button to Add, Remove, or Reorder choices."
... View more
02-27-2020
10:38 AM
|
1
|
0
|
1249
|
|
POST
|
It is a string. "Hyperlink" isn't a field type. Just date, double, integer, string in AGO: Add or delete a field—ArcGIS Online Help | Documentation You may have had it set up to look like a hyperlink in ArcMap, but it is just a text/string field told to display like a hyperlink: Using Hyperlinks—Help | ArcGIS Desktop What matters is how apps display that string. How does it appear in the actual popup in AGO?
... View more
02-05-2020
06:00 AM
|
0
|
0
|
23002
|
|
POST
|
I'm running into the same problem it seems. Why is the Election solution different? I can add Fields to other hosted layers. Did you ever find out what about Deployment makes it different?
... View more
02-04-2020
11:44 AM
|
0
|
0
|
1040
|
|
POST
|
Hi Leo Ladefian, I tried doing the same thing and it seems to work for me. Let me know where I'm deviating from what you're doing. Attributes: (strings) firstpart = "https://www.google.com/maps/search/?api=1" secondpart = "&query=centurylink+field" custom arcade expression = return $feature.firstpart + $feature.secondpart The arcade expression is the highlighted one and is appearing as a link for me in Map Viewer (not beta). Can you provide an example of attributes you're using? Are you trying to use the Arcade in an app aside from Map Viewer?
... View more
02-04-2020
05:21 AM
|
0
|
2
|
23001
|
|
BLOG
|
Thanks for the suggestion Doug Browning. I just tried that (installed the latest Survey123 field app on my Win10 PC with admin user) but unfortunately (even after a restart) it didn't help.
... View more
01-30-2020
08:49 AM
|
0
|
0
|
14058
|
|
BLOG
|
Hi Brandon Armstrong and Ismael Chivite, I realize this thread is old, but I'm having the same problem. I can't open arcgis-survey123://?itemID=cdd7a14129ae47c590c579ec5d4a7136 from a custom popup in AGO Map Viewer to open the Windows Survey123 field app. Just opens a blank browser tab. I have both Survey123forArcGIS and Survey123ConnectforArcGIS installed on my Windows 10 PC. Nor can I open the link from the webmap in Explorer (sideloaded on Windows 10 PC) to open the Windows Survey123 field app. It just says "You'll need a new app to open this arcgis-survey123". Any ideas? Thanks
... View more
01-29-2020
12:55 PM
|
0
|
0
|
14058
|
|
POST
|
Users added to my.esri.com are separate. Like, I've (as an admin) have added users to my.esri.com to give them access to ESRI training resources, but they do not have access to ArcGIS Online or Portal. Chris Hills may be added to my.esri.com in 3 organizations which is separate from the actual ArcGIS Online organizations. My.esri.com only gives someone access to the "business" side of things: training, account management, being an authorized caller, etc. My user on my.esri.com is the same as my user in ArcGIS Online, so I can use Survey123 as that's an AGO organization I'm actually a part of. Otherwise, you can switch which organization you sign into by clicking your name in the top right of Survey123 and then clicking Switch Accounts, then Link an Account, then choose Enterprise, type the organization in, then your username and password. (for ArcGIS Online at least, Enterprise would look different I imagine)
... View more
01-10-2020
06:06 AM
|
1
|
0
|
2514
|
|
POST
|
Hi Allison, Can users use public AGO logins with this app? That would be awesome if they don't need a Hub Premium or our AGO organization named user. Thanks
... View more
01-09-2020
07:27 AM
|
0
|
1
|
2542
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-23-2025 06:30 AM | |
| 1 | 03-10-2026 10:37 AM | |
| 3 | 03-05-2026 01:21 PM | |
| 1 | 02-12-2026 07:21 AM | |
| 2 | 09-04-2025 12:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|