POST
|
Trying to build a definition Query for an ArcGIS Online Feature Service in ArcGIS Pro and I keep getting an error. I was trying to use the information for Standardized SQL functions in ArcGIS Online—ArcGIS Online Help | ArcGIS to write my query. Can anyone help me out??
... View more
08-31-2017
06:49 AM
|
0
|
1
|
180
|
POST
|
It is public URL with a token but don't care to share it to the world. Is it okay to email it to you??
... View more
03-30-2017
11:53 AM
|
0
|
2
|
67
|
POST
|
Can any help me figure out why I am getting a Request failed-HTTP/1.1 503 Service Unavailable when trying to Poll Http Json from an external site? but I am able to see the data when viewing URL through a web browser.
... View more
03-29-2017
10:30 AM
|
0
|
4
|
1127
|
POST
|
Is there a way to pass the URL Parameters with the Crowdsource Polling Web Application? Or away to change the code to allow URL parameters??
... View more
08-05-2016
04:37 AM
|
0
|
1
|
889
|
POST
|
Is there away to send a link or the attachment connected to the feature with the email output connector??
... View more
07-19-2016
05:58 AM
|
4
|
3
|
703
|
POST
|
The Python script works within ArcGIS Pro as a script in the toolbox but will not work when trying to run the script in Python 3.4.3 IDLE with ArcGIS Pro opened in the background. My hope is to run this script on a server using task Scheduler as a nightly process. My python 3.4.3 Call to the toolbox. import arcpy arcpy.ImportToolbox(r"C:\Users\agcallis\Documents\ArcGIS\Projects\Permits_Duration\Permits_Duration.tbx", "PermitDuration") arcpy.PermitDuration.PermitDuration(r" http://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Permit_Status/FeatureServer ")
... View more
07-18-2016
11:10 AM
|
0
|
0
|
59
|
POST
|
I am trying to run a ArcGIS Pro Model from Model Builder that updates fields within an ArcGIS Feature Layer. i am would like this model to doing multiple field Calculation on a daily basis as the data is updated or added. The model works as long as I running the model in ArcGIS Pro but as soon as I try to call the toolbox through python and I get back "ERROR 000732: Input Table: Dataset Permit_Status\Permit Status does not exist or is not supported Failed to execute (PermitDuration)". Here is the error I receive: Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> ================================ RESTART ================================ >>> Traceback (most recent call last): File "C:\Python34\lib\idlelib\run.py", line 353, in runcode exec(code, self.locals) File "C:\Users\agcallis\Documents\ArcGIS\Projects\Permits_Duration\PermitDuration.py", line 3, in <module> arcpy.PermitDuration.PermitDuration() Traceback (most recent call last): File "C:\Python34\lib\idlelib\run.py", line 353, in runcode exec(code, self.locals) File "C:\Users\agcallis\Documents\ArcGIS\Projects\Permits_Duration\PermitDuration.py", line 3, in <module> arcpy.PermitDuration.PermitDuration() File "C:\Users\agcallis\Documents\ArcGIS\Projects\Permits_Duration\Permits_Duration.tbx", line 59, in PermitDuration File "C:\Users\agcallis\Documents\ArcGIS\Projects\Permits_Duration\Permits_Duration.tbx", line 56, in PermitDuration File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 500, in <lambda> return lambda *args: val(*gp_fixargs(args, True)) arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid. The value does not exist. ERROR 000732: Input Table: Dataset Permit_Status\Permit Status does not exist or is not supported Failed to execute (PermitDuration). During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\tokenize.py", line 374, in find_cookie line_string = line.decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\idlelib\run.py", line 126, in main ret = method(*args, **kwargs) File "C:\Python34\lib\idlelib\run.py", line 365, in runcode print_exception() File "C:\Python34\lib\idlelib\run.py", line 216, in print_exception print_exc(typ, val, tb) File "C:\Python34\lib\idlelib\run.py", line 206, in print_exc tbe = traceback.extract_tb(tb) File "C:\Python34\lib\traceback.py", line 106, in extract_tb return list(_extract_tb_iter(tb, limit=limit)) File "C:\Python34\lib\traceback.py", line 65, in _extract_tb_or_stack_iter line = linecache.getline(filename, lineno, f.f_globals) File "C:\Python34\lib\linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "C:\Python34\lib\linecache.py", line 41, in getlines return updatecache(filename, module_globals) File "C:\Python34\lib\linecache.py", line 126, in updatecache with tokenize.open(fullname) as fp: File "C:\Python34\lib\tokenize.py", line 439, in open encoding, lines = detect_encoding(buffer.readline) File "C:\Python34\lib\tokenize.py", line 415, in detect_encoding encoding = find_cookie(first) File "C:\Python34\lib\tokenize.py", line 379, in find_cookie raise SyntaxError(msg) SyntaxError: invalid or missing encoding declaration for 'C:\\Users\\agcallis\\Documents\\ArcGIS\\Projects\\Permits_Duration\\Permits_Duration.tbx' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\tokenize.py", line 374, in find_cookie line_string = line.decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\idlelib\run.py", line 138, in main print_exception() File "C:\Python34\lib\idlelib\run.py", line 216, in print_exception print_exc(typ, val, tb) File "C:\Python34\lib\idlelib\run.py", line 202, in print_exc print_exc(type(context), context, context.__traceback__) File "C:\Python34\lib\idlelib\run.py", line 202, in print_exc print_exc(type(context), context, context.__traceback__) File "C:\Python34\lib\idlelib\run.py", line 206, in print_exc tbe = traceback.extract_tb(tb) File "C:\Python34\lib\traceback.py", line 106, in extract_tb return list(_extract_tb_iter(tb, limit=limit)) File "C:\Python34\lib\traceback.py", line 65, in _extract_tb_or_stack_iter line = linecache.getline(filename, lineno, f.f_globals) File "C:\Python34\lib\linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "C:\Python34\lib\linecache.py", line 41, in getlines return updatecache(filename, module_globals) File "C:\Python34\lib\linecache.py", line 126, in updatecache with tokenize.open(fullname) as fp: File "C:\Python34\lib\tokenize.py", line 439, in open encoding, lines = detect_encoding(buffer.readline) File "C:\Python34\lib\tokenize.py", line 415, in detect_encoding encoding = find_cookie(first) File "C:\Python34\lib\tokenize.py", line 379, in find_cookie raise SyntaxError(msg) SyntaxError: invalid or missing encoding declaration for 'C:\\Users\\agcallis\\Documents\\ArcGIS\\Projects\\Permits_Duration\\Permits_Duration.tbx' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Python34\lib\tokenize.py", line 374, in find_cookie line_string = line.decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Python34\lib\idlelib\run.py", line 142, in main traceback.print_exception(type, value, tb, file=sys.__stderr__) File "C:\Python34\lib\traceback.py", line 169, in print_exception for line in _format_exception_iter(etype, value, tb, limit, chain): File "C:\Python34\lib\traceback.py", line 153, in _format_exception_iter yield from _format_list_iter(_extract_tb_iter(tb, limit=limit)) File "C:\Python34\lib\traceback.py", line 18, in _format_list_iter for filename, lineno, name, line in extracted_list: File "C:\Python34\lib\traceback.py", line 65, in _extract_tb_or_stack_iter line = linecache.getline(filename, lineno, f.f_globals) File "C:\Python34\lib\linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "C:\Python34\lib\linecache.py", line 41, in getlines return updatecache(filename, module_globals) File "C:\Python34\lib\linecache.py", line 126, in updatecache with tokenize.open(fullname) as fp: File "C:\Python34\lib\tokenize.py", line 439, in open encoding, lines = detect_encoding(buffer.readline) File "C:\Python34\lib\tokenize.py", line 415, in detect_encoding encoding = find_cookie(first) File "C:\Python34\lib\tokenize.py", line 379, in find_cookie raise SyntaxError(msg) SyntaxError: invalid or missing encoding declaration for 'C:\\Users\\agcallis\\Documents\\ArcGIS\\Projects\\Permits_Duration\\Permits_Duration.tbx' Any help or suggest will be greatly appreciated. The main goal is to do daily field calculation on updated features inside an ArcGIS.com Feature layer using Task Scheduler.
... View more
07-15-2016
05:39 AM
|
0
|
3
|
1551
|
POST
|
Upgraded to ArcGIS Server 10.4.1 with geoevents extension. On 10.3.1, I wasn't getting an error after the upgrade getting a 'Failed to create a GeoEvent from incoming JSON feature. Unexpected error occurred. java.lang.ArrayIndexOutOfBoundsException' on one of the Inputs Connectors. Error Log- I have the Feature service on on the same server. Data is coming from a ArcSDE Layer from Oracle 11g. Any Suggestions or Ideas why I would get this? Thanks, Drew
... View more
06-07-2016
01:11 PM
|
0
|
1
|
2180
|
POST
|
Is there away to to hide web maps from the Collector that are not meant to be used with collector?
... View more
05-04-2016
06:48 AM
|
0
|
8
|
3066
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|