POST
|
I'm experiencing this exact issue with ArcGIS Pro showing the red exclamation point for basemap vector tile layers. This only appears if I have the active portal set to my internal ArcGIS Enterprise portal, as setting it to ArcGIS Online the problem goes away. I've also verified that using Pro on a different computer the issue is there as well. The URL for the Vector Tile Source opens fine in the browser, and I'm not having any issues with loading basemaps from the ArcGIS Enterprise Portal Map application. This is one of the Vector Tile Services that are being blocked in Pro: https://cdn.arcgis.com/sharing/rest/content/items/7dc6cea0b1764a1f9af2e679f642f0f5/resources/styles/root.json
... View more
04-22-2025
12:35 PM
|
0
|
0
|
193
|
POST
|
I have the exact same need. We are currently overriding the URL parameter of CIMPictureMarker to set the graphic name, but would also like to override the rotation based on another attribute in the dataset. The only way to do this now is to load the feature class twice - once with a renderer for the CIMPictureMarker that also has visualVariable applied to it for the rotation, the other for the labeling we don't want to rotate. Terrible kludge.
... View more
10-24-2024
12:03 PM
|
0
|
0
|
306
|
POST
|
Seth's answer is correct, but the gis.content.search() method only returns the first 10 items found. You need to add the parameter "max_items=" and set the value greater than the number of items you have in your Portal.
... View more
05-01-2018
10:18 AM
|
4
|
0
|
2130
|
POST
|
Thank you for your quick reply, Jonathan. Unsure what happened when we did the Federation as both of those values point to the proper URL. This system is not yet in production so we will unfederate / refederate.
... View more
12-15-2017
08:24 AM
|
0
|
0
|
2454
|
POST
|
Jonathan, Do you know where the utility that is used to Federate an ArcGIS Server with Portal for ArcGIS grabs the "portalURL" property that is set in the ArcGIS Server security configuration? We have a situation that used the internal IIS machine name for the property when Federating and not the configured web address. I've reviewed the Portal configurations and nowhere can I find that machine name listed there. Before we re-federate this server I would like to make sure we don't end up with the same issue. ASmgarriga
... View more
12-14-2017
09:02 AM
|
0
|
2
|
2455
|
POST
|
Hate leaving questions unanswered - even if they are my own. I finally resolved my issue of creating the Geometry object after I received the JSON from the input. There is actually a section in the Esri Introduction Tutorial that covers this - in Appendix A. My solution involved doing the following in the GeoEvent Service: From the input, use a filter to reject all items that contained NULL longitude values Use the Field Calculator Processor to generate the Geometry object: The Expression: '{' + ' "x":' + lon + ',' + ' "y":' + lat + ',' + ' "spatialReference":{"wkid":4326} }' Here is the GeoNet article that pointed me in the right direction. Building Geometry from Fields
... View more
09-26-2017
08:57 AM
|
5
|
1
|
2458
|
POST
|
I have an input from a JSON service that does not always have values for the LAT, LON fields that is generating a lot of errors when trying to generate the Geometry field. I've dropped the Create Geometry option for the input definition, and have created a filter that ignores records without LAT, LON values, but I'm unsure how to remap the Geometry field for my output definition. I have a field mapping processor setup, but I'm not getting any data in my streaming service. Thanks, Dan
... View more
08-30-2017
11:05 AM
|
0
|
2
|
3699
|
POST
|
Looking for guidance on how to configure GeoEvent server to work through a web server similar to using a Web Adaptor. Has anyone here set that up? I have used IIS Application Request Routing (ARR) for other web services hosted on non-standard ports, but wanted to see if there was a tried and true method for routing traffic to port 6143. Our goal is to be able to access the Web Socket streaming services via a public facing URL. Dan
... View more
05-31-2017
12:04 PM
|
0
|
3
|
1360
|
POST
|
There is a tutorial for setting up and configuring the SBDS and GeoEvent Server: http://gisi.maps.arcgis.com/home/item.html?id=870b1bf0ad17472497b84b528cb9af00 However, I'm having issues getting my SBDS to be recognized by GeoEvent Server - just submitted a support ticket in the hopes to get it resolved.
... View more
04-07-2017
02:04 PM
|
0
|
1
|
1345
|
POST
|
Doug, We have Portal for ArcGIS 10.4 setup in a public test environment. When you are asked by Collector for ArcGIS in Windows 10 to sign in to a Portal, you are only given a username / password challenge after you provide your Portal URL. In the iOS version (and I presume Android), you are provided the Portal's OAuth page challenge where you have the option to select your SAML provider or a local built-in sign in. Message me directly if you would like to test against our URL.
... View more
05-24-2016
11:05 AM
|
0
|
1
|
1701
|
POST
|
Collector for iOS is able to utilize SAML authentication configured with your Portal. I am not sure about Android, but I know the newly released Windows 10 Collector application does not unfortunately.
... View more
03-30-2016
10:03 AM
|
2
|
3
|
1701
|
POST
|
For reasons to many to bring up here, we are trying access a Portal for ArcGIS web adapter using IIS Application Request Routing setup on two load balanced web servers. The web adapter is installed on an internal web server, and the ARR rules are configured on public facing external servers. The issue we are having is that when the request reaches the Portal, we receive a 302 URL Redirect that drops the ARR route value, which causes a 404 not found error. This is the notional URL pattern using the ARR rule: https://oursite.com/redirect/PortalWebAdapter This is the response from the 302 redirect https://oursite.com/PortalWebAdapter/home We know we can avoid using ARR by installing the web adapter on the public facing systems, but only one web adapter can be associated with Portal and we need to have two for the load balanced web servers.
... View more
09-15-2015
11:43 AM
|
0
|
1
|
4795
|
POST
|
Aaron, While we did switch to 10.3, the only resolution for this matter was to break the site up into smaller sites. This is also how Esri is now recommending to implement this type of solution. So rather than 7 servers participating in a single site, we have 4 new sites with no more than two servers each in their own cluster. Contact me directly if you want to discuss further, and I hope this helps. Dan
... View more
04-17-2015
10:40 AM
|
1
|
1
|
1340
|
POST
|
Fred, Patrick is out for a week so won't be able to reply - if you could send me the information that would be great. I've connected/followed you on this site. Dan
... View more
10-16-2014
12:56 PM
|
0
|
0
|
4140
|
Title | Kudos | Posted |
---|---|---|
1 | 04-17-2015 10:40 AM | |
4 | 05-01-2018 10:18 AM | |
5 | 09-26-2017 08:57 AM | |
2 | 03-30-2016 10:03 AM |
Online Status |
Offline
|
Date Last Visited |
04-24-2025
06:56 AM
|