POST
|
Hi Todd. I had the same problem and now have both drivers installed. Now ArcMap crashes when I try and open an Excel file despite working fine before I installed the x64 driver. I'm wondering if you have ArcMap installed too and have the same issue?
... View more
10-19-2022
06:38 AM
|
1
|
1
|
2282
|
POST
|
I'm using the pulldata function to pre-populate a field for a survey I am publishing to the web. I need the note field to show with comma separators where I want to display the pulldata field. Is this possible?
... View more
09-17-2021
08:48 AM
|
0
|
2
|
901
|
BLOG
|
@JamesTedrick When I click the link you provided it says Hidden or Archived Page. Has the url changed?
... View more
12-02-2020
09:05 AM
|
3
|
0
|
62120
|
POST
|
Zach this is amazing! Thank you so much! After I read the Web form URL parameters blog I was able to put together a prototype that we are testing with a mail merge and it is looking promising!
... View more
11-10-2020
10:38 AM
|
0
|
0
|
952
|
POST
|
I have a survey that I want to send to 900 people. I want to pre-populate some of the information shown on the survey with information I have stored about each individual in my database, similar to a mail merge. I don’t want the other 899 users to be able to see information about other people nor do I want a drop-down list of 900 options. Ideally, I would like to pulldata from the feature service but can create a csv file to do it. Simple Example. I want to survey 5 ice cream stands. Here is the information I have on each stand and the questions I want to ask: Stand ID Owner Name Owner Email Q1 How many ice creams did you sell Q2 How much was your cost Q3 How much was your profit 1 Bob bob@domain.com 2 Mary mary@domain.com 3 Chris chris@domain.com 4 Lisa lisa@domain.com 5 Amy amy@domain.com In my survey I want to pre-populate the Stand ID and Owner Name and then send the survey to each Owner Email. Is this possible? If so how would I go about doing it? Some things to keep in mind: The Owner doesn’t know their Stand ID as it is unique to my database that they can’t see. However, I do want it shown on my survey. I don’t want the Owners to know who else is being surveyed. I want the survey to display unique information about the person.
... View more
11-03-2020
10:08 AM
|
0
|
2
|
994
|
POST
|
I have overlapping points at a single location. I need to keep the point locations' integrality so the disperse marker tool is not an option, especially in NYC where slightly moving a marker will place it on the wrong building. Instead, I want to the user to be able to click on a location with multiple points and have the points flare out. Is this possible in AGOL? Its available for Microsoft Silverlight but I am not a Silverlight developer: Working with Clustering. I did find on GitHub: ArcGIS javascript custom graphics layer. Create clusters...with flares but I am not a javascript developer with access to a Server to host a custom application. It would be nice if this was a built in function to AGOL.
... View more
09-25-2020
12:42 PM
|
0
|
0
|
465
|
POST
|
Lol, No worries! I found this the other day and thought this should help me in my automation process: Schedule a Python script or model to run at a prescribed time: 2019 update. Windows has a task scheduler built-in, I have it set to run tomorrow morning so we'll see what happens. Our ITS department isn't too keen on us downloading random software so I try to work with what I have first.
... View more
08-26-2020
12:26 PM
|
0
|
0
|
3599
|
POST
|
Thanks Zach! My main goal is to have the code run when I'm scheduled off from work. I'm thinking I can have another code that just logs into AGOL. I've looked at the API library before I created this post. It seemed so daunting! I tried to run the gis modules in python 2.7 and then realized that won't work after seeing other posts. As Joe mentioned, I do have python version 3.0 so I can run i can test to see if the gis modules work there. Thanks and good luck in your GIS endeavors!
... View more
08-26-2020
06:26 AM
|
0
|
2
|
3599
|
POST
|
Thanks Joe! To be honest with you, my code was made sort of quick and dirty. I used model builder as a base (exported to python) and then modified and added more code in python using the arcpy modules as necessary. I wrote the code a few years ago. I do have a lot code and 4 scripts to run. Most recently I created a script that runs all 4 of my scripts instead of having to run each of them individually. My main goal is to have the script run when I'm not in the office. Instead of trying to combine the log-in process with my outdated IDLE 2.7 code I could write a second one in a more current platform. I was thinking of setting up a windows scheduler, I would just set-up 2: one to log-in to AGOL and one to run my code that updates the feature service. I've used ArcMap for so long that I've been too stubborn to switch over to Pro, GIS is a small part of my job function so I need to be proficient in other non-GIS software as well. In terms of deprecation, from how I comprehend it, the ArcGIS python libraries were downloaded when I downloaded ArcMap. Even if ESRI no longer supports certain libraries, they exist on my C drive so they should run forever as long as I don't delete them and work with an ArcMap version that supports it (for the code that does the ArcMap stuff). I could be totally wrong here. Ah ha! I don't know why I've never noticed this but I do see the option to EDIT with IDLE(ArcGISPro)! I'll have to try that out! Thanks!
... View more
08-26-2020
06:18 AM
|
0
|
0
|
476
|
POST
|
Hi Joe, Thanks for the link, I was afraid the gis module doesn't work with Python 2.x but it does with Python 3. I have Pro installed, ESRI doesn't recommend downloading python versions that do not come pre-installed with the ArcGIS software. Any idea where I would find version 3 IDLE on my computer and not be Jupyter? Also, from what I read the coding is slightly different for Python 3. I have a lot of code that I don't plan on rewriting .
... View more
08-25-2020
12:32 PM
|
0
|
0
|
3599
|
POST
|
We have an AGOL Organization account. Every day I run python code in the IDLE (2.7.16) window that automates stuff in ArcMap and uploads it to AGOL. The only problem is that I have to manually go into ArcMap to sign into AGOL. Is there code I can add to my script that will log me in? I've looked into the ArcGIS API for Python and its all a little over my head. I can't get the GIS module to import into IDLE (2.7.16).
... View more
08-25-2020
10:58 AM
|
0
|
11
|
4237
|
POST
|
Turns out one of the websites that ESRI uses to store the templates was blocked by our IT. Here is the document the ESRI rep shared with me. http://downloads.esri.com/resources/enterprisegis/AGOL_Domain_Requirements.pdf It was this link specifically: http://ago-item-storage.s3.us-east-1.amazonaws.com/ that I was blocked from.
... View more
03-24-2020
10:15 AM
|
1
|
0
|
1693
|
POST
|
Hi Shwu-jing, I just started using Survey123 on Monday (this week, 3/2/2020) and download the most recent version of Connect then (Survey123Connect_x64_3_7_62). I'm the admin for our AGOL account. My Agency has been using the AGOL for years now and I publish directly from ArcMap to AGOL weekly with no issues. I have a ticket in with ESRI support. Could be a firewall issue. I'm working with my IT department to see if the connection is being blocked on the back end. If that is the issue I will update my question. May be useful for other users if they ever come across this issue. Thanks! -Amber
... View more
03-06-2020
06:54 AM
|
0
|
0
|
1693
|
POST
|
I'm having a problem downloading most of the XLSForm design surveys in Connect. Any time I click on (for example) a template and click the "Create Survey" button I get "Download Error code: 503 503 Service Unavailable." I also can't download a survey I created on the web (with 10 yes/no questions). It just says "Downloading" I can only create a survey based on a Feature Service. I'm working within the ArcGIS Online environment (No Server and no Portal). Can anyone else download a template?
... View more
03-03-2020
10:19 AM
|
0
|
3
|
1809
|
Title | Kudos | Posted |
---|---|---|
1 | 10-19-2022 06:38 AM | |
3 | 12-02-2020 09:05 AM | |
1 | 03-24-2020 10:15 AM | |
1 | 02-02-2017 05:48 AM |
Online Status |
Offline
|
Date Last Visited |
02-28-2024
08:38 PM
|