|
POST
|
I have a Story Map built with various applications inside of it (Story Map with tabs that have WebApps, other Story Maps, etc). The application is hosted on our server but some of the applications within it are hosted in ArcGIS Online. When I go to the main application it prompts me to log-in. After I log-in to the application an ArcGIS Online log-in prompt opens for the ArcGIS Online hosted applications inside of it. Is there any way to make it so we only have to log-in once, when we open the main Story Map instead of having to do it again after we are signed in. Thank you!!
... View more
09-16-2016
01:13 PM
|
0
|
0
|
1063
|
|
POST
|
Scratch that last question. I figured out it was because I was using "http" for the dashboard in a story map with "https". Have a good day!
... View more
09-01-2016
07:53 AM
|
0
|
0
|
5365
|
|
POST
|
Hello Christopher, How do you load a dashboard into one of the tabs in the Story Map template? I tried just using the URL of the browser version of the dashboard and putting it in the Story Map, but that didn't work. Thanks!
... View more
09-01-2016
07:26 AM
|
0
|
1
|
5365
|
|
POST
|
Can an IP address be set up in the proxy (instead of a fqdn), so that anyone trying to access the application from a certain IP address is able to bypass the log-in?
... View more
08-30-2016
02:21 PM
|
0
|
1
|
1995
|
|
POST
|
Thanks Robert. In this case, would the allowedReferer actually be our network domain, or the web server name?
... View more
08-26-2016
09:36 AM
|
0
|
3
|
1995
|
|
POST
|
I have an application created in ArcGIS Online and have registered the app. I have it hosted on one of our web servers and can access the index file in a browser. When I do, it asks for credentials. The application is only shared with our organization. We need to be able to share the application with anyone on our network (regardless of having an account or not), without making the application public in ArcGIS Online. Can I some how store my credentials so that if anyone on our network goes to the URL for the index file, they won't be prompted for credentials? Thank you for any help!
... View more
08-26-2016
09:14 AM
|
0
|
5
|
2784
|
|
POST
|
Is there anyway to specify the output name of the file where the attachments are stored? Right now each image is being output as a separate folders using a variation of the GlobalID for a name. I'd like to have it output with just the file name. Thanks!
... View more
08-15-2016
02:27 PM
|
0
|
1
|
772
|
|
POST
|
Ok, thanks. I have invited you to a group to check out the service. When I remove the code below from the script, the script will run and it downloads the attachments and puts them in a folder, but the GlobalID_Str field is empty as well as the entire attachment table created is empty. for key in dict: with arcpy.da.UpdateCursor(fc, [OID, "GlobalID_Str"], OID + " = " + str(key)) as cursor: for row in cursor: row[1] = dict[key] cursor.updateRow(row)
... View more
08-12-2016
09:43 AM
|
0
|
3
|
772
|
|
POST
|
I have one more question for you Jake. I got the script to work without downloading attachments. But when I run it to download attachments, I get the following error. I checked the feature class and the "GlobalID_Str" gets created, but it sounds like it's having trouble finding it. Traceback (most recent call last): File "C:\Users\Downloads\TEST Attachments.py", line 194, in <module> for row in cursor: RuntimeError: A column was specified that does not exist.
... View more
08-12-2016
09:31 AM
|
0
|
5
|
2974
|
|
POST
|
Awesome. It still said it was successful but was aborting because it wasn't a Standard License. When I took those lines out it works perfectly. Thank you so much for the help. This tool is great!!!
... View more
08-09-2016
01:44 PM
|
0
|
0
|
2974
|
|
POST
|
Thank you Jake. Is an ArcGIS Standard License needed for this script to run?
... View more
08-09-2016
01:17 PM
|
0
|
8
|
2974
|
|
POST
|
Thank you for the help James. My script is a real basic model I exported from Model Builder as a python script. # Import arcpy module import arcpy # Local variables: SpecialEvents = "SpecialEvents\\SpecialEvents" SE_Test_xls = "I:\\Documents\\SE_Test.xls" # Process: Table To Excel arcpy.TableToExcel_conversion(SpecialEvents, SE_Test_xls, "NAME", "CODE") I have replied to Jake's response with what I am trying based on his comment, but don't believe I am doing it right.
... View more
08-09-2016
12:38 PM
|
0
|
0
|
2974
|
|
POST
|
Here is the simple code below that I am trying to generate and add the token too. import arcpy, SE_Test_xls = "I:\\Documents\\SE_Test.xls" # Process: Table To Excel arcpy.TableToExcel_conversion(SpecialEvents, SE_Test_xls, "NAME", "CODE")
... View more
08-09-2016
12:29 PM
|
0
|
10
|
2974
|
|
POST
|
I have a basic python script that takes a hosted feature service from ArcGIS Online and converts it to an excel (.xls) file. The only problem is, I need to sign-in to ArcGIS Online within ArcMap to get the script to run, since the feature service is only shared with my organization. Is there any way to store my credentials within the script so that it will run on a daily basis without me having to sign-in on ArcMap every time? Any help is greatly appreciated. Thank you!
... View more
08-09-2016
06:41 AM
|
0
|
14
|
7575
|
|
POST
|
Is there any way to embed a Twitter timeline (or any other HTML embeded code) in Operations Dashboard? I tried creating a User Timeline from Twitter and getting the embeded code. I then pasted that HTML code into the Description widget in Operations Dashboard. It only makes a link to the User Timeline on twitter though and doesn't actually display the timeline in the Description box. Is there anyway to get the timeline to actually show up within a Widget in the Operations Dashboard? Twitter Publish Embedded Timelines | Twitter Developers Thank you!
... View more
07-20-2016
09:07 AM
|
0
|
6
|
5871
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2024 11:19 AM | |
| 1 | 05-25-2016 06:57 AM | |
| 2 | 04-27-2022 08:21 AM | |
| 1 | 04-26-2022 01:17 PM | |
| 2 | 01-27-2022 12:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|