|
BLOG
|
Does anyone know if it is possible to automatically deploy TPK on Collector with MDM ? Thanks
... View more
08-22-2019
05:24 AM
|
0
|
0
|
4473
|
|
POST
|
Oups. To be honest, I used arcgis-powershell-dsc to upgrade and did not check that a new parameter was available for 10.7.1. I should have been through the documentation anyway… My bad then. Many thanks for your help !
... View more
08-21-2019
11:13 AM
|
0
|
0
|
315
|
|
POST
|
Hello, I am trying the new Collector for ArcGIS and the capibility to configure offline area directly in the webmap but I face an issue: every time I try to download the map from Collector, the download failed with the following error: "Download Failed". I activated logging from Collector and saw the following error: “Replica with GUID ({ac5c8afc-2aa3-4fb5-b767-b3231c2337c6}) does not exist on the server” – “Unable to complete operation”. I have the same error from Federated ArcGIS Server Manager interface. I thought there was an issue with the service configuration or with the database but I can download the very same map when defining the offline area directly in Collector. Using Fiddler, I was able to see that the “createReplica” operation was not made the same way as the old Collector: I understand that the new Collector is using the replica made while creating the offline area and does not find it but it does exist in our database: select a.UUID, a.NAME, a.PHYSICALNAME, a.PATH, a.DATASETINFO1,a.DATASETINFO2, b.NAME, (timestamp '1970-01-01 00:00:00 GMT' + numtodsinterval(SUBSTR(a.PATH,8,20)/1000, 'SECOND')) at time zone 'Europe/Paris' "REPLICA_DATE" from GDB_ITEMS a join GDB_ITEMTYPES b on a.TYPE = b.UUID where datasetinfo1 is not null and b.name in ('Sync Replica', 'Replica') and a.UUID = '{AC5C8AFC-2AA3-4FB5-B767-B3231C2337C6}' order by REPLICA_DATE UUID NAME PHYSICALNAME PATH DATASETINFO1 DATASETINFO2 NAME REPLICA_DATE {AC5C8AFC-2AA3-4FB5-B767-B3231C2337C6} Ags_Fs_1566310546195 SCHEMA.AGS_FS_1566310546195 Ags_Fs_1566310546195 https://hostname.company.com:6443/arcgis/rest/services/myservice/FeatureServer username@company.com Sync Replica 20-AUG-19 04.15.46.195000000 PM EUROPE/PARIS Looking at the output from the database query, I noticed that Portal for ArcGIS is registering the replica with the private url (https://hostname.company.com:6443) and Collector is trying to download it from the public Url configured with the webadaptor (https://hostalias.company.com). If I do the very same request to “createReplica” endpoint with the same parameters but this time to the private Url (https://hostname.company.com:6443), it works. Is it a bug or is something misconfigured with our ArcGIS Enterprise ? Any idea maybe Jonathan Quinn ? If I go to the Portal for ArcGIS sharing REST end points: https://myportal.company.com/geoportal/sharing/rest/portals/0123456789ABCDEF/servers I have the following output for the federated ArcGIS Server: {
"id": "anId",
"name": "hostname.company.com:6443",
"adminUrl": "https://hostname.company.com:6443/arcgis",
"url": "https://hostalias.company.com/arcgis",
"isHosted": false,
"serverType": "ArcGIS",
"serverRole": "FEDERATED_SERVER",
"serverFunction": "GeneralPurposeServer"
} Thanks for your help,
... View more
08-21-2019
12:54 AM
|
0
|
2
|
2410
|
|
POST
|
Thanks Andrew ! It does solve the issue. Seems like ESRI Support is not very aware about it...When I think that it took 1 month and a half to have this false positiv logged !
... View more
08-20-2019
11:56 PM
|
0
|
3
|
2524
|
|
POST
|
In case anybody face the same issue, a bug is now opened: BUG-000124604 3D tree layers do not load as the styleItems for 'RealisticTrees' are not found when publishing web scenes at ArcGIS Enterprise v10.7.1 Soluton/Workaround: "The current resolution is to downgrade to v10.7."
... View more
08-19-2019
03:13 AM
|
0
|
5
|
2524
|
|
POST
|
Kelly Gerrow, any thought about this request ? I created an Idea but did not get any feedback so I was wondering if I missed anything ? I believe this is something that would ask many organization but maybe I am mistaken. Thanks !
... View more
08-09-2019
04:50 AM
|
0
|
0
|
6878
|
|
IDEA
|
It would be nice if it were possible to specify the default sketch tool for polygon in the JS API Editor widget. So far, it is creating the sketch tool based on the geometry of the layer (either "Point", "Polyline" or "Polygon") but in the case of polygon, it could be possible to use "polygon", "rectangle" or "circle". It would then allow, according to the layer selected, to pick the best tool depending on the data. Thanks
... View more
07-26-2019
01:38 AM
|
2
|
0
|
732
|
|
POST
|
I just created an idea: https://community.esri.com/ideas/17012-arcgis-enterprise-oauth2-skip-authorization-form
... View more
07-23-2019
02:06 AM
|
0
|
0
|
6878
|
|
POST
|
Hello, I know Oauth2 is an authorization protocol meaning that you have to ask permission to the user to allow an application (eg: WebMap app) to access information about that user hosted on a plateform (eg: ArcGIS Enterprise). But as an organization hosting and securing data on an ArcGIS Enterprise, I think it would make sense to be able to register "official" applications that would be allowed to skip the authorization form. If Google asked you to grant permission to Google every time you logged in to gmail it would be pretty confusing. Allowing first party clients to skip the authorization prompt is supported by the majority of OAuth servers: Auth0, Otka, Doorkeeper, Django OAuth Toolkit, IdentityServer, Keycloak, Ory Hydra, and others. As our ArcGIS Enterprise is configured with our SAML identity provider, the authorization form is preventing an SSO experience within the organization and is confusing for the end user which has no idea that behind the scene there is an ArcGIS Enterprise. So far I don't think it is doable, isn't it ? Do you think an ArcGIS Idea should be created ? It is something you would consider ? Thanks, Nicolas
... View more
07-09-2019
01:09 AM
|
0
|
1
|
6878
|
|
POST
|
FYI, using the very same ArcGIS Pro project, I published again the trees layer to ArcGIS Enterprise 10.7.1 and they do not display because of all the errors mentionned above. I switch activ portal to ArcGIS Online and they display nicely => I am contacting ESRI support.
... View more
07-04-2019
08:08 AM
|
0
|
0
|
2524
|
|
POST
|
Thanks for the feedback. Glad to know that there is nothing wrong with the upgrade. Will try recreating the scene from the new ArcGIS Pro to see how the WebScene behaves. Thanks
... View more
07-01-2019
09:05 AM
|
0
|
0
|
2524
|
|
POST
|
I set up an 10.7 ArcGIS Enterprise again and found out that those files are also in the folder: C:\Program Files\Arcgis\Portal\framework\webapps\rootapp\styleItems in addition to: C:\Program Files\Arcgis\Portal\framework\template\filetokens\framework\webapps\rootapp\styleItems So I compared the 10.7 folder with 10.7.1 and indeed some folders are missing in 10.7.1 deployment: - styleItems folder in 10.7 folder deployment: - styleItems folder in 10.7.1 folder deployment: I then upgraded my 10.7 deployment to 10.7.1 and at the end, I only had "Icons" and "ThematicShapes" folders. All the others were gone. So it is the 3rd upgrade from 10.7 to 10.7.1 and everytime the missing folders are not deployed so I believe there is an issue somewhere. Also, I tried to "repair" the 10.7.1 installation but at the end, the files were still missing. Any idea ? Any body upgraded from 10.7 to 10.7.1 facing the same issue ? Any solution in the meantime ? Thanks !
... View more
07-01-2019
07:34 AM
|
0
|
3
|
2524
|
|
POST
|
Hello, After upgrading of our ArcGIS Enterprise from 10.7 to 10.7.1, everything seem to be working fine except that our trees of our scene do not display anymore. Checking the console, I see the JSON style do not load: /geoportal being our webadaptor name. I checked in ArcGIS Setup directory to check if the files had been properly installed and they are: Any idea what is wrong ? Any idea how to fix it ? Thanks, Nicolas
... View more
07-01-2019
05:24 AM
|
0
|
10
|
3434
|
|
POST
|
Might be good to create an idea ? I did not find any thing related to that.
... View more
06-20-2019
11:03 PM
|
0
|
0
|
2689
|
|
POST
|
Following our production upgrade issue, I set up an identical environment to prod on dev and modify etc/hosts entries to be able to restore webgisdr backup made before this upgrade as webgisdr was failing on production after the upgrade issue. I performed the upgrade to 10.7 on this dev environment and exported another 10.7 webgisdr backup. I then recreated all our production machines, installed directly 10.7, and import the webgisdr 10.7 backup. It worked ! What a relief ! For another reason I recreated dev environement and the errors were gone right after (I checked the manager logs). So these requests must have come from the dev environment. Thinking about it afterward, I think I may had reverted to the original etc/hosts file on dev without updating the portal urls (webContextUrl, private portal url). I am not 100% sure as the file was gone but I think it would make sense, wouldn't it ?
... View more
06-20-2019
11:24 AM
|
0
|
0
|
7213
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 4 weeks ago | |
| 2 | 04-15-2026 05:06 AM | |
| 1 | 04-13-2026 05:53 AM | |
| 1 | 03-16-2026 05:50 AM | |
| 1 | 09-09-2025 05:56 AM |