POST
|
Thank you, i found that publishing to my federated ArcGIS Server solved my problem. So simple, i was publishing to a non federated! Thanks for the help.
... View more
05-25-2018
04:07 PM
|
0
|
0
|
119
|
POST
|
So i have configured Portal with Active Directory using the link/code below: Use Integrated Windows Authentication with your portal—Portal for ArcGIS (10.6) | ArcGIS Enterprise { "type": "WINDOWS", "properties": { "userPassword": "secret", "isPasswordEncrypted": "false", "user": "mydomain\\winaccount", "userFullnameAttribute": "cn", "userEmailAttribute": "mail", "caseSensitive": "false" } } This works for me with a small catch. When update "mydomain\\winaccount" i would really like it to be like my "full" AD user account. It will not let me save here "mydomain.com\\username" only "mydomain\\username". Our accounts are recognized but the FQDN is username@domain.com. Everytime someone gets to log into portal it screws them up because they are so use to always using ".com". My hope is that i can actually register the full userid and thus portal will recognize the account and not require a login. Is this possible? Any help would be greatly appreciated. Kade
... View more
05-25-2018
04:05 PM
|
0
|
0
|
253
|
POST
|
Is there a way to load my existing web appbuilder applications into my own local portal? I see the option within portal to create a new application using web appbuilder, but i wanted to import an existing application that was previously created with custom widgets. The main goal is to use portal/Active directory to secure the web application.
... View more
05-14-2018
11:58 AM
|
0
|
2
|
1380
|
POST
|
Thanks for the quick response, I am going to give that a try. Did you reference 2.5 or 2.4?
... View more
05-11-2018
08:30 AM
|
0
|
7
|
90
|
POST
|
Has anyone had any luck getting LocalLayer widget to work in any version higher than 2.5? I see the latest version of the locallayer widget is v2.5 and wondering if that version is intended to match the WAB version? When following the steps on WAB 2.8 I cannot get it to load from the default. However, loading the widget to an app that was already created in (WAB 2.8) i am able to get the widget to load and also connect to rest services correctly. The problem is that now the data loads but it hoses all the other widgets and WAB. I was just wondering if anyone has ran across this or knows of any plans/workaround to use in a later version of Web Appbuilder.
... View more
05-11-2018
07:09 AM
|
0
|
15
|
621
|
POST
|
Well I didn't, but our GIS Developer figured it out. Here is the code he added that we use on every WAB project at the bottom of the config.json file. "wabVersion": "2.4", "isTemplateApp": true, "isWebTier": false, "httpProxyFile": { "useProxyFile": true, "alwaysUseProxyFile": false, "url": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx ", "rules": [ { "urlPrefix": " https://insertdomainname.com/webadaptorname6 ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://insertdomainname.com/webadaptorname7 ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://insertdomainname.com/webadaptorname8 ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://insertdomainname.com/webadaptorname5 ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://services2.arcgis.com ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://internalserver/portal ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " }, { "urlPrefix": " https://insertdomainname.com/portal ", "ProxyFileUrl": " https://insertdomainname.com/ProxyFileDirectory/ProxyFile.ashx " } ] As you can see we have many webadaptors and use 10 ArcGIS servers. He also added the internal and external name of the Portal. Once this was added and supplied credentials in the proxy.ashx file, we stopped getting requests for authentication. I hope this helps! I can send you a link to setting up a proxy file as that will be needed as well.
... View more
02-13-2018
08:21 AM
|
1
|
2
|
25
|
POST
|
No I haven't tried AGOL. We have our own servers and are actually running 8 ArcGIS servers paired. So the infrastructure looks like 4 AGS's because there is a shared configuration on a disk array for redundancy purposes. Yes we are constantly adding and removing project files in the mxd. After we do this all the layers are jacked up. We have to let WAB reload the service to pull the changes from the published service then copy the configs over. Not a huge deal, but is taxing when you have about 250services and about 15 people touching them. Granted there are only 2 of us that can access the server and make these changes. I was just hoping for a fix or a better solution then the current workflow.
... View more
03-24-2017
07:59 AM
|
0
|
2
|
16
|
POST
|
Hi Barnaby, Did you ever get any resolve to this? We are having similar issues. Few web pages with tons of layers that are being added and removed thus breaking the TOC or visible layers list. The only way we have found to fix this is to reload the layer into the locallayer widget in WAB and save it. From there we copy the widget configs into the live site. Or we just go and modify the bottom of the "config_local_layer_widget.json" file where it says "hidelayers" and add the rest service id of those layers or groups. This becomes tedious as we do multiple updates daily. I was hoping you found a way for the dynamic service to be read instead of the config file from the original deployment. Like you said, everything is published correctly in the mxd and service but not in the web viewer. Please let me know if you ever found a better solution! Thanks, Kade
... View more
03-24-2017
06:28 AM
|
0
|
4
|
16
|
Online Status |
Offline
|
Date Last Visited |
a week ago
|