|
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
|
2807
|
|
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
|
2807
|
|
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
|
3596
|
|
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
|
1261
|
|
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
|
1261
|
|
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
|
4274
|
|
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
|
4274
|
|
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
|
4274
|
|
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
|
4274
|
|
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
|
4274
|
|
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
|
9364
|
|
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
|
6526
|
|
POST
|
That is useful to know Kristian. Thank you very much!
... View more
07-20-2016
06:36 AM
|
0
|
0
|
946
|
|
POST
|
Hello, With Javascript, is there an advantage to adding layers in the constructor of a map using an array vs using map.add()? var map = new Map({ layers: [housingLyr] }); VS map.add(housingLyr); Thanks, Nick
... View more
07-15-2016
12:35 PM
|
0
|
2
|
2685
|
|
POST
|
Thanks for your help Kelly! The feature service that stores the images, is one of the layers in the web map which makes up the Story Map. The feature service cannot be shared publicly, which is one of the main reasons I am storing the images in the feature service itself, and not on a public photo sharing service such as Flickr. Do you know if there is anyway to automatically update the token in the URL so I don't have to update the URL with the new token every 2 weeks? There are probably around 30 pictures in the Story Map. I saw on the ArcGIS blog, where this summer ESRI is supposed to allow uploading of photos directly into web apps which will be beneficial when they release that. Thanks
... View more
05-31-2016
01:37 PM
|
0
|
1
|
1745
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-11-2024 11:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|