DOC
|
Jake Skinner Unfortunately I don't have access to ArcGIS outside of our network but I have tested it by reducing parts of the code and it looks like it opens the proxy gets the URL and then next time it goes to see a URL the proxy is closed. I think I need to find some code that keeps the "session" open. My python skills are limited, more of a copy/paste and test type of guy
... View more
06-27-2018
01:03 PM
|
0
|
0
|
5015
|
DOC
|
https://community.esri.com/migrated-users/8586
Have you seen this error before? I think it's a proxy error....maybe. It prints the site if I add the following code but still errors out after, maybe I do not have the proxy code set correctly? s = requests.Session() s.proxies = {"http":"proxy1.corp:3128","https":"proxy1.corp:3128"} r = s.get(baseURL) print(r.text) Line 190: # Return largest ObjectID if whereClause == '': whereClause = '1=1' params = {'where': whereClause, 'returnIdsOnly': 'true', 'token': token, 'f': 'json'} response = requests.post(baseURL, data = params, verify = False) data = response.json() Variables: hostedFeatureService = 'true' agsService = 'false' baseURL = 'https://gis.energy.gov.ab.ca/arcgis/rest/services/Geoview/Mineral_Agreements_Ext_PROD/MapServer/52/query' whereClause = '' agsFeatures = 'true' agsTable = 'false' username = '' password = '' outputFC = r'C:\Users\chcarter\Documents\ArcGIS\Default.gdb\Test' getAttachments = 'false' cwd = '' Any information would be greatly appreciated, Chase
... View more
06-22-2018
01:40 PM
|
0
|
0
|
8646
|
POST
|
That would be appreciated Brandon. As I know ESRI is playing catch-up with Pro to equal out the features with ArcMap I'm hoping all the features I see missing will eventually be added in with time. Is there a link where we can see the ENH's? Maybe that would save me some time from posting for something already being worked on. Chase
... View more
08-09-2016
10:43 AM
|
0
|
0
|
1547
|
POST
|
Thanks Bruce. I've noticed a couple things missing that are nice for interrogating data. Vote it up!! https://community.esri.com/ideas/12425 - https://community.esri.com/ideas/12425
... View more
08-09-2016
09:53 AM
|
0
|
0
|
1547
|
POST
|
Hi Dan, I'm making my selection, showing the table from selection but then I can't select from the selection after that.
... View more
08-09-2016
09:29 AM
|
0
|
1
|
1547
|
POST
|
Hi, Is it possible, in Pro, to highlight a selection in an attribute table like in ArcMap? We are just starting to evaluate Pro and have noticed a few things missing (although probably just in a different location). Thanks, Chase
... View more
08-09-2016
08:13 AM
|
1
|
8
|
2574
|
POST
|
I think it's time that I find someone smarter on this subject This is a government service, to public data, that I am trying to bring into ArcGIS. It seems to strip the proxy info out of the link when I try to drag the service into ArcMap. https://mars.isc.ca/MARSWeb/proxy.ashx?https://maps.isc.ca/ArcGIS/rest/services/ Maybe it's not supposed to be connected to? The data is used online in this map https://mars.isc.ca/MARSWeb/publicmap/FeatureAvailabilitySearch.aspx Any ideas would be greatly appreciated, Chase
... View more
08-08-2016
12:18 PM
|
0
|
1
|
851
|
IDEA
|
Hi Scott, I think when you do this is it drops and re-creates the table through SQL code. I tried in SSMS and it warned me about dropping/re-creating.
... View more
07-08-2016
09:44 AM
|
0
|
2
|
812
|
IDEA
|
Hi Shannon, You're a DB guru, is it even possible to re-order fields at a DB level without dropping and re-creating a table? I think that is a limitation of SQL and most other RDBMS's? Chase
... View more
07-08-2016
09:20 AM
|
0
|
1
|
812
|
IDEA
|
One other thing to be mindful of, is this method will change all your edit tracking information to the time you do the reorder for all data. So if tracking is not important to you then this method works. Just my 2 cents, Chase
... View more
07-06-2016
12:11 PM
|
1
|
1
|
1322
|
POST
|
I have a model that truncates a table and then copy's rows over to a GDB and applies privledges. If I am in the edit of model builder and run the model it deletes all rows and copy's the new rows over. If I run the model by just double clicking on it in Catalog it runs and then my tables disappear. I'm glad it works when I run it manually but I'm not sure why it wouldn't run the same in an automatica environment. Any ideas? I'm using the most up to date ArcGIS 10.1 Thanks, Chase
... View more
05-30-2013
12:55 PM
|
0
|
1
|
384
|
POST
|
You have a couple options here. Option #1 If you are familiar with VB coding, then contact your ESRI dealer to get the VB license to add the Macro menu back into ArcGIS 10. That being said it might not be available at all in 10.1. Option #2 I've attached a python script that is from the ArcSDM toolbox which does exactly what you want.
... View more
08-24-2011
07:06 AM
|
0
|
0
|
2520
|
POST
|
Please see attached model. The model is supposed to generate a list of values based on the Iterator FOR. Once the values have been computed the Multiple Ring Buffer script should access the list and continue but it doesn't. If I run just the first part of the model up till the "Output" it shows the correct list of values but as soon as I connect "Output" to "Multiple Ring Buffer" the script does not run correctly by passing each value separately to the "Multiple Ring Buffer" script. So if there is supposed to be a 30 value list it will run the tool 30 times instead of just once with a list of 30 values. Any ideas? I know the Multi Ring Buffer script is a bit flaky but I don't see why it will not take a computed list of values. Chase
... View more
08-11-2011
10:50 AM
|
0
|
0
|
595
|
Title | Kudos | Posted |
---|---|---|
1 | 08-09-2016 08:13 AM | |
1 | 07-06-2016 12:11 PM |
Online Status |
Offline
|
Date Last Visited |
07-06-2021
10:26 AM
|