|
POST
|
Hi Jonathan, If I try and reach the server using the manager URL: eg.https://gisserver.domain.com:6443/arcgis/manager I get the following: URL: webadaptor.domain.com/arcgis/sharing/oauth2/autorize If I try and reach the server using the admin URL e.g https://gisserver.domain.com:6443/arcgis/admin I taken to the ArcGIS Server Directory. If I try and generate a portal token for https://gisserver.domain.com:6443/arcgis/admin I get the following message: URL: webadaptor.domain.com/arcgis/sharing/generateToken If I run fiddler then log into the Portal and select My Content I'm getting a 500 error https://webadaptor.domain.com/arcgis/sharing/proxy?https://webadaptor.domain.com/server/admin/data/findItems?managed=true&f=jsson&token=US304.................. If I go to the server manager using webadaptor.domain.com/server/manager I am able to successfully login in and validate the datastore. If I go to the server admin webadaptor.domain.com/server/admin I am able to generate a token through the ArcGIS Portal and subsequently log into the server adim directory. The ArcGIS Server logs aren't returning anything regarding log in or authorization errors. When my colleague tries to log in to the Portal he is getting the following error With regard to system changes we recently renewed our licences and I've had firewall rules implemented to block external access to any admin pages, I'm now wondering if a rule is now blocking internal traffic? Thanks, Clinton
... View more
03-03-2019
04:50 PM
|
0
|
1
|
8243
|
|
POST
|
Hi, When I attempt to validate our federated servers in Portal (Enterprise 10.5.1) I'm getting red exclamation marks indicating that it is failing. When I log into the Portal Admin and do a validate the status of Failure is returned on both Servers with the Following Message Error: java.lang.Exception: Server returned status code 500. If I go and inspect the Log files in the Portal Administrator I get the following Warning Validation failed for Hosting Server Codes 207053 and Warning validation for federated server failed 207051. These failures have only started happening recently. I can still access the server managers for both ArcGIS Servers via the Portal without any issues, however I can no longer publish from ArcGIS Pro or created hosted featurelayers from Portal. If I try and add a shapefile from my computer I'm getting ERROR Publish exception 'Exception: Internal Server Error'. We have an externally signed SSL certificate on the Web Adaptor and ESRI Self Signed Certificate on the individual server components. I'm wanting to get this sorted before upgrading our environment to 10.6.1. Any help would be appreciated Thanks Clinton
... View more
02-28-2019
01:58 PM
|
0
|
9
|
10148
|
|
POST
|
Chris thanks for posting this code. The print task is still very useful.
... View more
09-26-2018
03:37 PM
|
0
|
0
|
2358
|
|
POST
|
Hi all, We are running ArcGIS Server 10.3.1 and I'm trying to do a bit of admin to reduce the number of severe server warning that are being returned. The bulk of the warnings we are getting seem to relate to services that no longer exist. It seems to me that there may be application that are still trying to connect to the service ? For example: SEVERE 9003 Rest Unable to process request. Service sap/FeatureServiceTEST/MapServer not found SEVERE 9003 Rest Unable to process request. Service sap/Cycling/MapServer not found Is there a way to track down what apps are still trying to connect to a service even though that service no longer exists? Thanks, Clinton
... View more
09-05-2018
02:31 PM
|
0
|
1
|
1385
|
|
POST
|
Thanks Randall, We have been added to #ENH-000097664 for Open Data Since we disable the Rest Services Directory browsing our web developer has found that we can add layers to a javascript api map by creating a featurelayer from the rest endpoint and adding it to the map. However on the same layer we're unable to execute a query against it. This returns a "failed to execute query" response. This only seems to occur on rest end points that have had their services directory browsing disabled. Is there a work around ? Thanks, Clinton
... View more
07-05-2018
04:12 PM
|
0
|
0
|
2345
|
|
POST
|
Hi all, We have implemented an open data portal that allows user to get service URLs from the API menu. We want to promote the use of our map and imagery services through an open data environment. However in the ESRI security documentation for ArcGIS Enterprise 10.5 it is recommended that the server rest directories be disabled to stop scanners and attackers from getting a complete menu of what your product can do. Disabling the Rest services folder then stops the user being able to use the API links from the open data portal. I'm a little confused here as to what is best practice. We want users to access our data however want a secure environment. Any help would be appreciated. Thanks, Clinton
... View more
06-25-2018
08:03 PM
|
0
|
4
|
2973
|
|
POST
|
Hi David, I resolved this issue by creating two separate sites each with its own webadaptor. One site has only ArcGIS server (and handles our map and feature services) the other site has ArcGIS Server with the Image Server Licensed Role (handles our image services). Essentially I went with Rebecca's recommendations above. Initially I had one site with two ArcGIS servers. Only one of the ArcGIS servers had an image server role authorized. When I went into the Software authorization tab for the site it appeared that the site had the Image Server Role available. However, when I tried to publish image services from ArcMap I would intermittently get the following error: I believe the issue was that only one of the ArcGIS Servers in the site had the image server role and not both of them. When we tried to publish an image service it would try and use the ArcGIS server without the Image Service Role and return the Image Extension is not licensed error. (I couldn't see how you could specify what server to write to in the site). Once I had separated out the sites we never had "the Image extension is not licensed on the ArcGIS Server" error again Hope this is helpful. Thanks, Clinton
... View more
06-12-2018
03:49 PM
|
2
|
0
|
5714
|
|
POST
|
Hi Rex, Thanks for the reply. The Server Memory Settings have been adjusted to the following: Total Server Memory = 16GB Memory Reservered for SQL = 10GB Memory Reservered for OS = 6GB Our infrastructure team have reluctantly agreed to add another 8GB of RAM to the box. However they aren't convinced that the memory pressure issues are related to the amount of RAM but may actually be bad SQL queries? Once this additional RAM has been installed we plan to allocate 16GB for SQL Server and 8GB for the Operating System (Assuming that this is recommended) We ran the SQL queries you provided and identified the following databases. db_name db_buffer_pages db_buffer_MB db_buffer_percent Topography 321068 2508 57.508 GIS 53519 418 9.586 tempdb 46754 365 8.374 Cadastral 37069 289 6.64 WebEditor 19120 149 3.425 Object Type Index Index_Type buffer_pages buffer_mb CONTOURSURBAN2016OPENDATA USER_TABLE R28_pk CLUSTERED 54364 424 CONTOURURBAN2016 USER_TABLE R27_pk CLUSTERED 48414 378 TOPOCOMBINED USER_TABLE R25_pk CLUSTERED 9831 76 CONTOURURBAN2013 USER_TABLE R23_pk CLUSTERED 8093 63 CONTOURURBAN2010 USER_TABLE R22_pk CLUSTERED 4961 38 These contour datasets are very detailed and have high vertex counts. Note: As mentioned to George above we also have FME Desktop (and an ArcGIS Desktop installation that we dont use) on the same VM Box. Thanks, Clinton
... View more
06-07-2018
03:42 PM
|
1
|
0
|
6274
|
|
POST
|
Hi George, We have FME desktop running on the same box. FME is used to do table joins on a nightly basis. Yes it the server box is a VM.
... View more
06-07-2018
03:05 PM
|
0
|
1
|
6274
|
|
POST
|
Hi, We are currently having memory pressure issues with the SQL server box that hosts our enterprise geodatabases. The specs for the SQL Server Box are as follows: Intel Xeon CPU E5-2660 v3 @ 2.60 GHz 2.59GHz (2 processors) Installed memory (RAM): 16 GB Running SQL 2014 SP1 and Windows Server 2012 R2 We have about 50 spatial databases with a total size of 200GB We are getting the following errors in ArcMap: Error exporting data. Table schema changes after cursor declared [4200:[Microsoft][SQL Server Native Client 11][SQL Server] Could not complete cursor operation because the schema changed after the cursor was declared.] AppDomain unload. You may have encountered behavior described in Esri Technical Article 43036 and Microsoft Defect 3374271 [42000:[Microsoft][SQL Server Native Client 11.0][SQL Server]The app domain with specified version id (5870) was unloaded due to memory pressure and could not be found.] Below is a extract from the SQL Logs: From a quick google search it appears that we may need an increase in RAM ? Can anyone let me know the amount of RAM that they are have installed on their SQL boxes. I'm trying to justify a RAM upgrade to at least 32gb ? If anyone else has encountered this issue and has another fix other than increasing the RAM please let me know. Thanks, Clinton
... View more
05-27-2018
07:33 PM
|
0
|
19
|
10263
|
|
POST
|
Thanks Randall, I installed fiddler and captured the https traffic as you suggested. The connection failed at the generateToken stage and the Webview indicated the the Web Page was being blocked. I sent the fiddler results to the infrastructure team who checked the firewall roll back they did last week and they found that the roll back hadn't been completed properly. We now can connect via catalog. Again thanks for helping me diagnose the problem. Clinton
... View more
04-05-2018
07:18 PM
|
1
|
0
|
981
|
|
POST
|
Hi We have an external portal with two ArcGIS servers. We have a web adaptor box in the DMZ and the servers are on our local network. We are using HTTPs only on the portal and the servers. Their is a valid externally signed certificate on the Web Adaptor box. We are running ArcGIS 10.5 Enterprise. This set up was working well until last week when Infrastructure attempted to block our Admin URLs from the internet. The changes weren't successful and a roll back was applied. However we are no longer able to connect to our portal servers through Arc Catalog. When we try to use our existing Arc Catalog connections we get the following error And when I try and create a new connection in Arc Catalog I get https://mywebsite.com/server/admin I have been running python scripts to validate that all the services on the servers are running and these scripts are now failing at the get token stage. Calling getToken Function HTTP Error 500: Internal Server Error I had a look at fiddler and it looks like the arc catalog can get to our website using port 443 then it tries to redirect to the server using port 6080 instead of port 6443? tunnel to mywebsite.com:443 0 tunnel to mywebsite.com:6080 512 no - cach, must revalidate tunnel to mywebsite.com:6080 -1 I am still able to generate a token using the the Web URL. I'm not a network expert so I'm trying to figure out if this is likely to be a firewall issue / network problem or an ArcGIS issue. Any help would be appreicated. Thanks, Clinton
... View more
04-04-2018
09:30 PM
|
0
|
2
|
1408
|
|
POST
|
Hi Bill, Sorry I don't know the exact rule as one of our IT guys looked at this and fixed it. However I no remember that one issue was the location of the rule of the fire wall. I think it was placed too far down the list of rules and was being blocked by a deny above it. I also think that one of the rules also had been set in the wrong direction essentially allowing traffic out to the web but blocking it coming in. Hopefully this is useful. Thanks, Clinton
... View more
03-19-2018
01:38 PM
|
0
|
0
|
4430
|
|
POST
|
Hi all, We have now resolved this issue. The problem was a "misplaced" rule on our Firewall that was essentially blocking GIS traffic. Thanks, Clinton
... View more
01-11-2018
12:00 PM
|
0
|
4
|
4430
|
|
POST
|
Hi all, We're currently upgrading to Windows Enterprise 10.5 and are having issues with the Image Server role. Setup I have created a server site that has two boxes. The first box has an ArcGIS server install along with an image server role that has been authorized. The second box only has an ArcGIS server install. The site is running through its own web adaptor. I've read some previous posts that indicate that Image Server role should actually be installed on a separate machine and site. https://community.esri.com/thread/199706-how-do-i-install-image-server-1051-on-the-same-machine-as-arcgis-server However, our local software vendors have come back to us stating that "Multiple server license roles can be applied to the same machine or site as the base ArcGIS Enterprise deployment, or they can be deployed independently of the base deployment" From the response that our software vendors supplied I assume that my current set up should work? however, we are experiencing the following problems Problems 1) When we try and publish an image service the following error is intermittently returned in ArcMap: 00147 The Image Extension is not licensed on the ArcGIS Server. However, when I check the ArcGIS Server software authorization for the site, the Licensed Roles are GIS Server Advanced , Image Server. 2) I can view some of the published image services using the Javascript api at our rest end point. However when I view the Server logs there are Severe warnings including "Image Server is not supported with the Current license" 3) When we try and publish a map service containing raster mosaics we get Error 001487 "Failed to update the published service with the server-side data location". However all the data sources are registered with the server. 4) Some of our image services appear to publishing however return "Error Service Started with errors" Summary I'm wondering if the issue is with the setup and whether or not I should have 2 sites. The first site running ArcGIS Server with an imagery server role. Then create a second site with just ArcGIS Server ? Any help would be appreciated. Thanks, Clinton
... View more
01-02-2018
06:50 PM
|
0
|
5
|
10406
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 06-04-2019 12:58 PM | |
| 1 | 08-08-2019 02:43 PM | |
| 1 | 09-19-2021 04:10 PM | |
| 3 | 08-09-2021 04:33 PM | |
| 1 | 06-27-2019 06:48 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-21-2024
04:58 AM
|