|
POST
|
If it is the same version then I don't see a problem, it is jut a peace of wrapped code after all. Just turn you server of when you replace it as there might be some service accessing the dll. Ok let me know if any of the suggestions solves it. Henry
... View more
01-29-2021
02:16 AM
|
1
|
4
|
6760
|
|
POST
|
Hi @MarcusAndersson, I would just install the latest The latest supported Visual C++ downloads (microsoft.com) https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer I know there was a .net update for pro at 2.6 I think. I see there is two versions of sdepgsrvr.dll can you have a look if it is the same as what I have below I have included the two DLL in the download, might just be a corrupt dll
... View more
01-29-2021
01:29 AM
|
1
|
1
|
6766
|
|
POST
|
@MarcusAndersson, On what version of Windows is ArcGIS Pro running and what version is it? In you testing did you try and publish from a SQL connected service and a FGDB? Have you tried updating .net and c++ redistributables? What ArcObjects is specified in the PubEx service Regards Henry
... View more
01-28-2021
11:07 PM
|
1
|
3
|
6789
|
|
POST
|
Hi @MarcoPoetsch , Which solution worked for you? Do you have any CORS restrictions setup. If you open up your back end server https://dns.com:6443/arcgis and https://dns.com:7443/arcgis in a chrome browser do you get any certificate warning if yes can you load a cert and the chain. I had a funny chase where the client stepped down internal traffic to http so can you have a look in the IIS logs that the traffic is coming in over 443 C:\inetpub\logs\LogFiles\W3SVC1 2021-01-25 06:30:17 fe80::59ae:bd8d:ffe9:c622%3 GET /portal/home/10.8.1/js/calcite-fonts/fonts/d4ffabb3-dd7c-472a-bdfb-6700383c6354-greek.woff - 443 - fe80::59ae:bd8d:ffe9:c622%3 Mozilla/5.0+(Windows+NT+10.0;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko https://henrycerttrain.esri-southafrica.com/portal/home/accountswitcher-callback.html 304 0 0 12 There is also a TLS patch at 10.6.1 is this patch installed? Regards Henry
... View more
01-28-2021
10:36 PM
|
0
|
0
|
4481
|
|
POST
|
Hi @HaroldKrivell, Here is a walk trough on how to bulk create groups Batch creation of Groups | ArcGIS for Developers. Regards Henry
... View more
01-27-2021
10:12 PM
|
0
|
1
|
1813
|
|
POST
|
Hi @MarcoPoetsch , You can check if your certificate is valid with a ssl checker SSL Certificate Checker (sslchecker.com). If the certificate and chain is valid then I had a funny chase where I got the above error because I had a password with []#" character, try using a a-zA-Z0-9and dot combination for both the user account that your server is federated with as well as portal and see if that resolves the problem. let me know if it works Regards Henry
... View more
01-26-2021
09:54 PM
|
1
|
2
|
4494
|
|
POST
|
Hi @DeanHowell1, Usually I see this error when there is a problem with your folder security "ACL", can you try reapplying the service account to the c:\program files\arcgis\portal folder as well as your content store. To do this you just turn of the portal service Navigate to the folder right click select properties then security then advance Then tick replace all child object and apply, I usually also give the service account read write on the files as well. Hope it helps. Regards Henry
... View more
01-25-2021
10:07 PM
|
0
|
0
|
2842
|
|
POST
|
Hi @Taladi, Usually how I set it up, is to create a file share for the backup locations and edit the config file. SHARED_LOCATION=\\\\sharedlocation\\location and BACKUP_LOCATION = \\\\sharedlocation\\location just make sure that you share the folder with all the service account that you setup for the system other wise the server can't write to the file. Kind Regards Henry
... View more
01-24-2021
06:48 AM
|
1
|
0
|
4427
|
|
POST
|
Hi @Anonymous User, When you open up a service in Portal do you see the Layers heading if this does not appear then it is a indication that portal can not communicate with the service. If this is the case then inspect the url you do this with a tool called ago-assistant Login navigate to the service and under "I want to" select Update the URLs of Registered Apps and Services, this will then display the URL on the right. Does the displayed url match the url you are accessing in the rest? if not you can just update it with the correct url and that should fix the problem. In ArcMap when you publish the url are you using the https://dns.com:6443/arcgis url or the Web adaptor url this should be the same url as the one with the valid certificate https://dns.com/webadaptor. Hope it helps Regards Henry
... View more
01-21-2021
10:23 PM
|
1
|
1
|
12245
|
|
POST
|
Hi @DeanHowell1 ok can you log into the webserver and call the url from there and see what the error is then. Also is the ArcGIS server working correctly you can test this by entering the url on the server that the ArcGIS server is installed on https://localhost:6443/arcgis/rest and also check if you see soc.exe in the task manager Kind Regards Henry
... View more
01-20-2021
10:24 PM
|
2
|
1
|
3079
|
|
POST
|
Hi Doug, Python 2.7 is installed with ArcMap and Python 3.x is installed with ArcGIS Pro, because arcpy is proprietary you can't download it into a free standing installations of python you have to point to one of the deployments that is installed when installing ArcGIS for Desktop. so just point your IDE to one of these deployments ArcMap "C:\Python27\ArcGIS10.8\python.exe" ArcGIS Pro "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe" You can have a look at the ArcGIS API which is a available for installation e.g. pip install ArcGIS to see if this might fill your need. ArcGIS API for Python | ArcGIS for Developers If you are using ArcGIS Desktop built in Python interpreter then just reinstall to try and fix the issue like @Anonymous User mentioned.
... View more
01-19-2021
10:28 PM
|
1
|
0
|
2880
|
|
POST
|
Hi Dean, Usually I see this error when there is a web.config in the webserver root, so on windows go to c:\inetpub\wwwroot and remove the web.config file form there. you can just cut and past it into a backup folder for testing. Kind Regards Henry
... View more
01-19-2021
10:12 PM
|
1
|
4
|
3111
|
|
POST
|
Hi Ben, I am think it might be speed related, upgrades fail some time if your base speed is low, e.g. low cpu speed with mechanical hard drives. If the installer pops up when you install then you can try to run the upgrade silently, how I do that is to run the portal.exe and append /qb and then parameters. Hope it helps Regards Henry
... View more
01-15-2021
09:32 PM
|
0
|
0
|
3414
|
|
POST
|
Hi Mike the .prvc file is just the provisioning file not the actual license, on your enterprise server navigate to c:/program files/esri/sysgen/keycodes.ecp the .ecp file is the license file. Kind Regards Henry
... View more
01-15-2021
09:15 PM
|
1
|
1
|
1463
|
|
POST
|
Hi Zoran, just a few questions did you make a backup of the arcgisserver config-store and directories before the re-install? I would not unfederated the portal as this will break your authentication between ArcGIS server and Portal do you have a lot of content in Portal. There is a place in sharing/rest where you can break the federation if all else fails.
... View more
01-15-2021
12:06 AM
|
0
|
0
|
4152
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 3 weeks ago | |
| 1 | 06-16-2025 09:33 PM | |
| 1 | 10-30-2024 05:58 AM | |
| 2 | 02-15-2024 10:09 PM | |
| 1 | 07-23-2024 10:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|