POST
|
Hello All, We have ArcGIS Server 10.4.1 federated with Portal running on Windows 2012 R2. One of client (Publisher role) published a map service in server and layer item was created in portal. When he tried updating service - just changing label and overwriting the existing service, duplicate portal item was created. The client was original owner of portal item at the beginning (ensuring he was not updating others contents) . He uses ArcMap for publishing with same credentials and everything is same. User is not altering any security settings in portal. I would like to understand what are all possible scenarios for duplicating the portal items?. Please provide more insights on this case.
... View more
02-02-2017
03:12 PM
|
2
|
25
|
9021
|
POST
|
Sorry for joining the party late. We are facing similar issues and increasing heap size as prescribed. Do we have any standard math for this excercise?
... View more
01-24-2017
09:29 AM
|
0
|
1
|
559
|
POST
|
Hi Folks, Sorry for late into the party, does any one has resolved this issue or has any documentation on this? Even at 10.4 - It seems if domains (A and B) in different forest ArcGIS server does not support this config.
... View more
04-26-2016
09:11 AM
|
0
|
0
|
646
|
POST
|
All, I am creating simple WAB from my ArcGIS Portal 10.3.1. I have published print Geoprocessing service (http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005n1000000). When I add this service in print widget and print my web map using WAB which has 7 internal layers and one from ArcGIS online service (http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer ) throws an error Error executing tool. Export Web Map Job ID: j2948e112d0f543d186b321ae770e6d4a : Layer "World_Topo_Map_3924": Unable to connect to map server at http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer. Failed to execute (ExportWebMap). Failed to execute (Export Web Map). A connection with the server could not be established (WinINet Error while using HTTPS security, 12029), URL = http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer?f=json It clearly shows the print Geoprocessing service unable to connect services.arcgisonline. But my ArcGIS server web map which could show World Topo map and other internal layers. I dont understand why print GP service not able to connect. My Print GP service should use same credentials to connect to AGS online and print. I tried updating print GP service with user (which has internet access) and republished the service. This also fails. http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005q3000000 When I print basic map without ArcGIS online, it works fine. Please help me on this.
... View more
10-27-2015
01:28 PM
|
0
|
5
|
5079
|
POST
|
Hi Derek, Has this BUG-000087830 – Web AppBuilder for ArcGIS Developers Edition does not allow anonymous access to an application when Portal for ArcGIS is configured with Integrated Windows Authentication (IWA). The web maps configured with the application are shared with everyone in Portal for ArcGIS – fixed in this edition?
... View more
08-12-2015
04:11 PM
|
0
|
4
|
313
|
POST
|
Hello All, We are using ArcGIS GeoEvent manager 10.3.1 which gets input from GeoTab and collects data via feature service and store in SDE feature class. This is not versioned database. DBA folks alerting us particular delete record session takes more resource and results in LOCK. SQL: DELETE FROM DATA.VEHICLES WHERE OBJECTID = 7155 consumes more resource in the database. Please let me know if any one facing similar issue or any clue for this.
... View more
08-12-2015
01:31 PM
|
0
|
2
|
3308
|
POST
|
Robert, Can you please answer above questions. Thanks in advance.
... View more
08-12-2015
01:25 PM
|
0
|
0
|
650
|
POST
|
Thanks for Robert for detailed answer. a) Which file needs to be edited for adding regex in input validation. Sorry I didnt go through entire JS files. I am fairly new to JS world and WAB. b) I understand OR operator needs to be used. But in final widget screen I need to see single input text box, but when I un-check "Ask for values", screen looks like this. I want one input text box which should search multiple columns using OR condition. c) I will try with IN condition d) My question - when I include all fields, some of the columns contains value which is URL. This needs to be displayed as hyperlink in result window. I dont see any option to set a specific column as hyperlink. e) My current application has options listed as a radio button , where user can see the choice and select and map /results changes accordingly.
... View more
08-11-2015
12:41 PM
|
0
|
3
|
650
|
POST
|
@Robert I don't know whether below requirements already built in or we need to write a new code for this. Please provide me detailed answer. a) First and foremost thing, when user enter input search value, I need validate using regex like this Ex: txtOperator.replace(/^\s+|\s+$/g, ''). b) I need to add a expression value which should search for 2 (or more) columns. But on display, only single input is provided Example : Search Expression: Name will be searched in OPER_NM or OPER_NAME whereClause + "and (upper(OPER_NM) like '%" + txtOperator + "%' or upper(OPER_NAME) like '%" + txtOperator + "%')"; c) Need to have input - which takes a list separated by commas, internally this will be split using commas and add in list and create a where clause?. I think this is new requirement d) In attribute result, I need make some column values are hyperlinks - if data start http:// or www.. I need to display as hyperlink e) I need a set a search expression with radio buttons a) or b) or c) ... how to make this?
... View more
08-11-2015
11:12 AM
|
0
|
5
|
3169
|
POST
|
Ken, Would you mind explaining Point 3 and 4 little in detail. a) how to check domain CA in trusted CA? b) Do you mean Trust settings in IE?. how to check?. Generally many of IE settings are controlled by IT admin folks.
... View more
08-10-2015
01:45 PM
|
0
|
3
|
1333
|
POST
|
Ken, I will check all these and get back to you. I need to take a help of IT team for this to test.
... View more
08-10-2015
01:05 PM
|
0
|
0
|
1333
|
POST
|
Ken, I have created new thread and provided my results and observation https://community.esri.com/message/542623#542623 Summary: a) if ArcGIS server service running with local admin account, services are working fine in HTTP and HTTPS mode. b) if ArcGIS server service running with Service account (the account specifically created for running services like ArcGIS server, FME and others softwares) does not work in HTTPS mode. The call back error is thrown. I need to run ArcGIS server using SERVICE account because this account has privilege to connect to internet, which is must for running my Geoevent processor which connects to third party data. It looks like Service account not able to make a call back in HTTPS mode for some reason. How to find what was exact reason for the call back issue on HTTPS mode for some accounts? I tried deleting site and recreated ; recreated new self signed certificate.
... View more
08-10-2015
12:45 PM
|
0
|
6
|
1333
|
POST
|
Hi, I am facing an technical issue on ArcGIS server 10.3.1 in Windows 2008 R2. ArcGIS server protocol configured with HTTP and HTTPS and Web adaptor authentication ArcGIS server service running using my local administrator account. Problem: I am unable to publish the service and Publishing Tools are failed. SEVERE Jul 29, 2015, 3:53:42 PM AGSAdminConnect FAILED. System/PublishingTools.GPServer SEVERE Jul 29, 2015, 3:53:42 PM Error executing tool. PublishServiceDefinition Job ID: jd4742fe516364a0c9800d10344dc2cb4 : ERROR 001359: Failed to connect to the server. Failed to execute (Publish Service Definition). System/PublishingTools.GPServer My issue is similar to one defined in https://community.esri.com/thread/81811 I have tried below steps a) Creating new self-signed certificate – does not work b) Reinstalled ArcGIS server – Does not work c) Recreated a site after commenting all entries in host file – now machine name (FQDN) is used in arcgis REST. d) Tried reconfiguring ArcGIS server using –admin account – Publishing tools worked fine in HTTPS e) Tried reconfiguring ArcGIS server using -service account – Publishing DOES NOT WORK for https Summary: ArcGIS server does not work in HTTPS protocol on account other than local administrator account. I would like to know what exactly goes wrong when I use service account with HTTPS. How to fix this?
... View more
08-10-2015
12:16 PM
|
1
|
0
|
3473
|
POST
|
Hi, I am facing same issue in ArcGIS server 10.3.1 . Any additional clues or directions?
... View more
08-10-2015
11:34 AM
|
0
|
8
|
1333
|
Title | Kudos | Posted |
---|---|---|
1 | 02-25-2019 01:00 PM | |
1 | 04-29-2021 08:33 AM | |
1 | 04-12-2018 02:50 PM | |
1 | 05-19-2014 11:23 AM | |
1 | 05-19-2014 10:54 AM |
Online Status |
Offline
|
Date Last Visited |
07-25-2022
11:27 AM
|