|
POST
|
Currently my Organization uses ArcServer consuming data from SQL Server, we host these services in webmaps on AGOL (also being utilized in Collector). We are also integrating Survey123 and Collector and want easier access to secured services by authenticating with their AD creds (same creds used for ArcGIS Server). We dont want users to have a AGOL user/pass to login the app and then use their AD creds to access the service. So Portal will fix this by federating (I hope). I watched ESRI UC workshops (2016) and read a few articles that stated I need 2 web adapters? 1 for Server and 1 for Portal? The ArcGIS Server is currently using SSL cert on the web-adapter; do I need to purchase a new SSL Cert for Portal? I also read its ideal to have server and portal on separate machines for isolation which is not a problem but will this cause issues with the web-adapters? so my question is on a separate machine do I need to just install Portal or also Web Adapter and Portal? And will this require me to purchase a separate SSL Cert?
... View more
02-28-2018
01:07 PM
|
0
|
2
|
1328
|
|
BLOG
|
this is very nice, though I wonder how to tweak it for a mulit-level relevant questions. no way of know what the user is going to input for question2 which can decide if question 3 is shown or not thus changing the □□□□□□□□□□ and ■■■■■■■■■■ counts none the less, this is pretty neat thanks for sharing
... View more
02-28-2018
11:25 AM
|
0
|
0
|
1727
|
|
POST
|
I got it to working using AND ${question}!='Value1' and ${question}!='Value2'
... View more
02-28-2018
10:07 AM
|
0
|
0
|
3177
|
|
POST
|
what if I want it to not equal multiple values if ${question_1} !='value1' OR 'value2' can this be accomplished? it works when I have 1 value but I need to add additional values to the != how do I get Value2 to be used
... View more
02-28-2018
10:03 AM
|
0
|
1
|
3177
|
|
POST
|
when editing via desktop my domain creds are recorded "domain\username"- connecting via windows OS auth to SDE on AGOL the organization username is recorded "username@organization"
... View more
02-28-2018
08:17 AM
|
1
|
0
|
1298
|
|
POST
|
how are you mapping out what maps are consuming what services? I am assuming python API?
... View more
02-28-2018
05:25 AM
|
0
|
0
|
2078
|
|
POST
|
I was afraid of this, so whats the "Lock Database Schema" option even do?
... View more
02-22-2018
05:13 AM
|
0
|
4
|
2078
|
|
POST
|
I am using ArcGIS Server 10.5.1 I was under the assumption that by un-checking "Lock Database Schema" under the service parameters I would be able to make schema changes to the source data (add a domain). I am finding out this is not true (or I am doing something incorrect). I have a service running and want to add a domain to a specific field but there are locks on it (server). I have to stop the service , add the domain then restart the service. is there a better way to accomplish this?
... View more
02-22-2018
05:01 AM
|
0
|
6
|
2209
|
|
POST
|
Kind of a bummer the values are set to ='False' by default but there is a fix with arcpy to automate this process. use the code below and set the variable "locatorPath" to the address locators ".loc" file path do this as a last step after creating the locators.... (this is for complete automation of creating address locators, not exactly practical to use this method if your creating them manually) filedata1 = "supportsEmptyHouseNumber = true \n" filedata2 = "supportsOptionalZone = true" with open(locatorPath, 'r') as file : filedata = file.read() # Write the file out again with open(locatorPath, 'a') as file: file.write('\n') file.write(filedata1) file.write(filedata2) file.close()
... View more
02-21-2018
11:18 AM
|
2
|
0
|
4590
|
|
POST
|
you can confirm that you save the project in IE, close it out completely. then open Chrome and the saved project is not there using the same login credentials? try refreshing the chrome after saving the project and closing it out.
... View more
02-21-2018
11:08 AM
|
0
|
0
|
793
|
|
IDEA
|
I am not with ESRI just aware of this limitation. read this articlehttps://community.esri.com/docs/DOC-7445-show-attachments-in-web-map-popup
... View more
02-20-2018
10:23 AM
|
0
|
1
|
1411
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2018 10:15 AM | |
| 1 | 12-21-2017 06:41 AM | |
| 1 | 02-12-2018 01:36 PM | |
| 1 | 08-29-2017 06:30 AM | |
| 1 | 02-13-2018 10:13 AM |