|
DOC
|
sorry check that meant to say at 10.61 we used wab build 2.8 (enterprise and dev) with eSearch 2.7
... View more
07-17-2019
01:54 PM
|
0
|
0
|
14033
|
|
DOC
|
George- at 10.61 we used wab build 2.11 (enterprise and dev) and eSearch build 2.7
... View more
07-17-2019
01:53 PM
|
1
|
0
|
13870
|
|
POST
|
Hi Nick - can't believe you haven't gotten a single reply on this. Probably because the same question has been asked in other places. If you see my post: https://community.esri.com/thread/227717-open-data-mapping-and-charting-attributes-throws-arcgis-hosted-site-error you can see that we have been dealing with this issue for quite sometime. No resolution. Don't know if its our firewall preventing 'outStatistics' from being displayed or not. But no, Hub seems to index attributes at random. It's problematic for us because all of our open data goes to our agol org - open data groups via collaboration. When anyone tries to chart a variable they get an error, which throws an error in our portal's hosted site logs.
... View more
07-12-2019
07:18 AM
|
0
|
0
|
1934
|
|
POST
|
Right so ok this is not a hack and yes, the name is legit if 'esoteric' But at the same time, the name violates a label rule in our enterprise McAffee. We are working with our security team to make a specific exception for this pathway. I am editing the title of this post.
... View more
06-28-2019
09:47 AM
|
1
|
0
|
3616
|
|
POST
|
I can't even access the file in my cloned environment either. We all have enough threats to deal with so if this was a joke of some sort it's not very funny
... View more
06-28-2019
09:03 AM
|
0
|
0
|
3616
|
|
POST
|
moreover, I can certainly see malware programs like McAffee seeing that name as a potential threat and thus fail the installs
... View more
06-28-2019
09:01 AM
|
1
|
1
|
3616
|
|
POST
|
Pardon me Dan, but wouldn't you agree that that's total BS, no pun intended . . . . regardless of the mal-name.
... View more
06-28-2019
09:00 AM
|
0
|
3
|
3616
|
|
POST
|
Hello - Warning! This post contains profanity! We just discovered something very disturbing in the installation packages preventing Pro installs of 2.1 - 2.3.x. Running the install as an administrator from the installation package, or running an un-install from control panel on windows 10 machines - both the install and and uninstalls fail in a very disturbing location. Specifically, the install / uninstall fails at this location during the runtime: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\notebook\static\components\codemirror\mode\brainf**k\brainf**k.js I'm sure everyone understands what letters the '**' is referring to. The file is inaccessible through any js or readers like notepad ++, even with admin rights. Regardless, I wouldn't care that the name contains profanity only that this is where install - uninstalls are failing! First off, what developer would ever name a directory and a js file with that name??!! Someone at esri needs to look into this ASAP! Thanks
... View more
06-28-2019
08:52 AM
|
4
|
12
|
7721
|
|
POST
|
Hi - I have been able to add and publish a global scene layer package to ArcGIS online through the 'Add Item' button. When I try to add the same layer package to Portal at 10.7, the 'Add item' method fails (regardless of browser) with a 'cannot write to file' error, even thought the item is clearly visible in Windows Explorer in my D;\arcgisportal\content\items directory. I am able to add the package from Pro 2.3.3 using the 'share package' tool. I am able to add the item using the 1.6.1 API item.add method: import sys, os, arcpy, time, smtplib
from arcpy import env
from arcgis.gis import GIS
arcpy.SetLogHistory(False)
env.configKeyword= "DEFAULTS"
env.overwriteOutput = True
gis = GIS("https://myportal.scgs.net/portal", "myUserName", "myPassword")
slpkPath = r"V:\SarcoBuildingExtract"
thumbPath = r"V:\IconsImages\pdfIcon.png"
slpkExtent = '-82.580256,26.922512,-82.064256,27.438512'
slpkTypes = '[3D,ArcGIS Pro,ArcGIS Server,Scene,Scene Package,slpk]'
pub_params = '[3DObject,ArcGIS Server,Data,Scene Service,Service,Hosted Service]'
try:
for item in os.listdir(slpkPath):
slpkFile = os.path.join(slpkPath, item)
#print (item)
if (item == 'PortalFootprintScene.slpk'):
print (item)
slpkProperties={'type':'Scene Package','typeKeywords':slpkTypes,
'title':'PortalBuildingScenePackage2','snippet':'County Builiding Multipatch Features','description':'County Builiding Multipatch Features','tags': 'Planning', 'extent':slpkExtent}
slpkItem = gis.content.add(item_properties=slpkProperties, data=slpkFile, thumbnail=thumbPath, folder='SceneLayers')
print (slpkProperties)
slpkItem.publish(publish_parameters=pub_params,file_type='scenepackage',build_initial_cache=True)
print ('itemPublihed')
except Exception:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
e = sys.exc_info()[1]
print(e.args[0])
print ("Line %i" % tb.tb_lineno)
message = message + "\n" + "Line %i" % tb.tb_lineno
message = message + "\n" + str(e) In either case, whether adding the item from the api or from the share package module in Pro, the Publish fails with the API error: 'Cannot determine service type' even though I am adding the typeKeywords. In either case, Portal should be able to publish the hosted scene layer whether through the api or through the portal Content tab page.
... View more
06-24-2019
10:49 AM
|
2
|
10
|
6595
|
|
POST
|
Thanks for the reply Jon. The suffix '_count' was never present on any of our field names on any of our layers. A sample from earlier different layer, many fields: 13 06/11/2019 12:53 AM 06/11/2019 12:47 AM 9000 SEVERE MACHINE2PW.BCC.SCGOV.LOCAL The submitted field 'maplabel_count' is not available in the layer '0' of the service 'CriticalAreaPlan'. 14 06/11/2019 12:53 AM 06/11/2019 12:47 AM 9000 SEVERE MACHINE2PW.BCC.SCGOV.LOCAL The submitted field 'areastatus_count' is not available in the layer '0' of the service 'CriticalAreaPlan'. 15 06/11/2019 12:53 AM 06/11/2019 12:47 AM 9000 SEVERE MACHINE2PW.BCC.SCGOV.LOCAL The submitted field 'areaname_count' is not available in the layer '0' of the service 'CriticalAreaPlan'. 16 06/11/2019 12:53 AM 06/11/2019 12:47 AM 9000SEVERE MACHINE1PW.BCC.SCGOV.LOCAL The submitted field 'areadesignation_count' is not available in the layer '0' of the service 'CriticalAreaPlan'. I suspect this is occurring when Open Data is indexing layers, and likely has to do with the outStatistics query param not functioning correctly somehow.
... View more
06-11-2019
01:17 PM
|
0
|
0
|
3018
|
|
POST
|
These are server framework errors that appear in ArcGIS Monitor from my server logs. So yes, I know Portal has nothing to do with this. In doing some comparisons, I have found that these errors: 463 06/11/2019 7:34 AM 06/11/2019 7:19 AM 9000 SEVERE 1 MACHINE02PW.BCC.SCGOV.LOCAL The submitted field 'primarymaintenance_count' is not available in the layer '0' of the service 'AthleticField'. are occurring on 'submitted fields' that are either 1) Domained or 2) Not Domained, but contain null values. This is occurring on every layer in our OpenData site every time a crawler (similar to your request) or a person submits that query (via selecting an attribute to 'chart') So I am now not surprised to see that it is the outStatistics parameter that is failing the request, the question obviously is why. This suggests to me that this is a Hub/Open Data error as it is happening to other users per this post, Rachel Micander, for one: Open Data Mapping and Charting Attributes throws ArcGIS Hosted Site Error and has been occurring for some time and across server releases. You should know that our host site server content directory is disabled. That being said, I cannot track down where the type casting / character varying errors are coming from. Those errors only began occurring after May 15 after a very in-elegant Windows Server 2016 set of updates....
... View more
06-11-2019
07:07 AM
|
0
|
2
|
3018
|
|
POST
|
Thanks Jonathon. Yes I have tried various combinations of logging level increases and trying to match request to my IIS logs. It's not a datastore problem, It's not a hosted feature layer problem. As I said, these did not start until May 15. To me, that suggests a query problem, most likely from a wab widget, or an api, but the requests are too frequent to be of use trying to match up.... If anyone else encounters this: 86 06/07/2019 11:55 AM 06/07/2019 11:46 AM 9000 SEVERE 1 Machine1.BCC.SCGOV.LOCAL 0 : ERROR: operator does not exist: character varying = integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 447. it would be great if you could reply to this post.
... View more
06-10-2019
02:28 PM
|
0
|
4
|
8531
|
|
POST
|
Hi Jon - I have seen in my ArcGIS Monitor for Enterprise Portal at 10.7 the same error: 'Database found to be stopped restarting it' - and yes it does not appear to be a real error but does fill. While you are at it, could you guys look into these errors that are now appearing in the 1000s: 86 06/07/2019 11:55 AM 06/07/2019 11:46 AM 9000 SEVERE 1 Machine1.BCC.SCGOV.LOCAL 0 : ERROR: operator does not exist: character varying = integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 447 87 06/07/2019 11:55 AM 06/07/2019 11:46 AM 9000 SEVERE 1 Machine1.BCC.SCGOV.LOCAL Database error has occurred. and filling page after page of logs. For us, this framework 9000 error began about May 15 and I simply cannot track it down. I do know it's related to PostgreSql db's because of the 'character varying' portion of the error, and of course the fact that the errors are coming from my hosted site.... Here's another one: 12 06/06/2019 11:03 PM 06/06/2019 11:02 PM 9000 SEVERE 1 Machine2.BCC.SCGOV.LOCAL The submitted field 'lasteditor_count' is not available in the layer '0' of the service 'PlatBoundary'. This last one also occurs by the 1000s but appears to be from OpenData whenever someone attempts to display the chart from the attribute as displayed in the Table tab of the open data site. I have a specific GeoNet post on this here: Open Data Mapping and Charting Attributes throws ArcGIS Hosted Site Error None of these appear to be impacting app performance anywhere because no one has complained but it sure would be nice to track these down and apply a fix.... Thanks, David
... View more
06-07-2019
01:18 PM
|
0
|
6
|
8532
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-01-2026 05:41 AM | |
| 1 | 06-26-2026 12:39 PM | |
| 6 | 06-25-2026 07:23 AM | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|