|
POST
|
What does the Esri Activation email say? Usually, you find all the info there. What kind of license have you purchased?
... View more
09-09-2019
01:03 AM
|
0
|
2
|
2177
|
|
POST
|
Hi all, I created a secured folder in my AGServer. The folder is accessible from the localhost and it works fine. but when I try to login from another machine the http://server:6080/arcgis/rest/login switches into: https://server:6443/arcgis/rest/login and the page is not found. I am trying to understand whether it is a problem of certificate (we have only a SelfSigned) , Port (the firewall is off); or what else? any idea? thanks!
... View more
09-06-2019
02:30 AM
|
0
|
1
|
851
|
|
POST
|
Also, when you purchase a license, you should receive an authorization email that allows you to convert your public or create a new organizational account. Have you done it?
... View more
09-06-2019
02:08 AM
|
0
|
0
|
2177
|
|
POST
|
It might be useful to see the following: go to https://marketplace.arcgis.com and login with the agol credential that are linked to the ESRI authorization. Go to Console is ArcGIS PRO listed? if so you can go to manage license and assign the license to your account.
... View more
09-06-2019
02:02 AM
|
0
|
0
|
2177
|
|
POST
|
Hi, I would like to share a web Scene in my portal but I get the message: Federated Server Not available" I am running on PRO 2.4.1 and Server/Portal 10.6.1 according to this Idea the unfederated configuration should be implemented already: https://community.esri.com/ideas/12258 Anything I should configure before publishing? Thanks
... View more
09-04-2019
05:40 AM
|
0
|
0
|
790
|
|
BLOG
|
Thank you for this great feature! Xander Bakker I have a problem though, I tried to get the popup info for features in two different layers overlapping a polygon. this is my code. It works well only if one layer only overlays: // test intersect
var intersectLayer =Intersects(FeatureSetByName($map,"Layer1"), $feature)
var intersectLayer2 =Intersects(FeatureSetByName($map,"Layer2"), $feature)
for (var f in intersectLayer){
return "Layer 1 info" + "\x0d\x0a" +"Name: " + f.Name + "\x0d\x0a" +"Type: " + f.Type
}
for (var f in intersectLayer2){
return "Layer 2 info" + "\x0d\x0a" + "Name: " + f.Name
}
Results: If the polygon intersects layer1 and layer2 only layer 1 is shown (layer1 is the house icon, layer2 the dot) If the polygon intersects layer2: it's ok Here I have even more than one features in layer 2, but still only layer1 shown. if I invert the two variables // test intersect var intersectLayer =Intersects(FeatureSetByName($map,"Layer1"), $feature) var intersectLayer2 =Intersects(FeatureSetByName($map,"Layer2"), $feature) for (var f in intersectLayer2){ return "Layer 2 info" + "\x0d\x0a" + "Name: " + f.Name } for (var f in intersectLayer){ return "Layer 1 info" + "\x0d\x0a" +"Name: " + f.Name + "\x0d\x0a" +"Type: " + f.Type } I get info for only one dot in layer2: Thanks!
... View more
08-09-2019
08:35 AM
|
0
|
0
|
14967
|
|
POST
|
Hi Dan Patterson, sorry for the late reply but I haven't logged in for a while. The license listed 3 machines (three UMN). The license is only one, authorized twice on a machine and then moved into the third one. When clicking on the last authorized machine I was shown the "Ineligible for license return" message but when clicking on the the previous one (that had been deauthorized some days before) I could Deauthorize. not sure why but at the end I could deauthorize.
... View more
08-09-2019
05:26 AM
|
0
|
1
|
1722
|
|
POST
|
Hi guys, I did return the license in the last month but now I need to use it temporary on an old machine to recover something. Is there a time limitation on returning licenses? Thanks!
... View more
07-31-2019
02:36 AM
|
0
|
3
|
2126
|
|
POST
|
Hi John, If I am not mistaken you should modify the Pop-Ups in the webmap being used by your Story: here some links to start with: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/configure-custom-attribute-displays-pop-ups/ https://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm https://www.youtube.com/watch?v=HalTt2B6xio
... View more
05-02-2019
05:45 AM
|
0
|
4
|
1859
|
|
POST
|
ArcGIS Indoor License comes in a separate license as per screenshot above. I would ask your Esri CRM if you are entitled with your current license agreement or if it has to be purchased separately.
... View more
05-02-2019
05:30 AM
|
0
|
0
|
9390
|
|
POST
|
Dan Patterson, lucky you! Can't wait to try it out!
... View more
05-02-2019
05:22 AM
|
0
|
0
|
380
|
|
POST
|
Not sure if I understood correctly, but if you want to show month and year I use the pattern: MMM YY in both boxes
... View more
05-02-2019
04:44 AM
|
0
|
0
|
2381
|
|
POST
|
Ok then, with my ArcPRO 2.2.4 works fine. Can't reproduce the issue.
... View more
04-30-2019
09:48 AM
|
1
|
4
|
2729
|
|
POST
|
One reason can be that you are trying to assign a wrong data type. e.g. if you are assigning a domain to a String field but your domains in your GDB are all numeric, these will not show up. So, check if the data type of the field matches with the data type of the domain.
... View more
04-30-2019
03:01 AM
|
0
|
6
|
2729
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-04-2025 08:07 AM | |
| 1 | 12-18-2020 02:18 AM | |
| 1 | 01-30-2017 08:08 AM | |
| 1 | 11-08-2024 12:38 AM | |
| 1 | 11-27-2023 08:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|