|
POST
|
Hi Kevin, Thanks for your reply. Indeed, that could work. I had thought that it was handle at the database level. Wish I had noticed that before. Thanks
... View more
05-23-2018
03:00 AM
|
0
|
0
|
1931
|
|
POST
|
Hello, I was surprised to notice that updating an archived table view as described here: Mise à jour de données non versionnées de géodatabase dans Oracle avec SQL—Aide | ArcGIS Desktop does not update the editor tracking fields. The archiving functionnality works but not the tracking editor. Is it an expected behavior ? I searched in the documentation and found no mention of it. Maybe I missed it but I think it should be documented somewhere that the tracking editor is not working when updating geodatabase with SQL from the view. Is there any work-around ? Thanks
... View more
05-17-2018
06:02 AM
|
1
|
2
|
2169
|
|
POST
|
Digging a little bit further I found that interesting script that seems to answer my question: Automate reconcile and post operations for sync-enabled data—ArcGIS Help | ArcGIS Desktop The thing which is funny is that the function: arcpy.da.ListVersions('//connectionLocation/admin.sde') returns only versions that were created few weeks ago since we migrated the ArcGIS Server from 10.4.1 to 10.5.1. The returned versions follow the pattern : "username_AGSFolderService/_TIMESTAMP" and are the only one "Private", all the others are "Protected", follow the pattern SYNC_(SEND/RECEIVE/RECEIVE_REC)_REPLICAOBJECTID_X and are not visible in ArcMap even with an SDE connection. This is a big change : on 10.4.1, when synchronizing, without any version management operation (reconcile, post), all the changes on DEFAULT where sent to the replica. Now, on 10.5.1 it is not case : reconcile/post must be done on the private versions. I checked the 10.5.1 new features list but did not find anything about replica management. Does that ring a bell to anybody ?
... View more
04-19-2018
05:08 AM
|
1
|
1
|
1357
|
|
POST
|
Hello, Here is a long post about the Collector impact on geodatabase compress operation. Problem : I noticed that the compress operation is not working as expected because of Collector replica/versions I believe Context: We have set up a while ago some Collector applications for data collection. Though these webmaps are used to collect some data, another goal of these applications is also to have many layers (#30) as read only to help decision making on the field (offline functionnality). The read-only data is hosted in an ArcSDE Oracle database and versionned and the web map is referencing ArcGIS Server 10.5.1 feature services with sync functionnality enabled. There is only one version in the read only database : the DEFAULT one (basically we enabled versionning for Collector). Observations: Everything has been working fine, but now that these applications have been out for a while I noticed that the delta tables are growing and compress operation removes only few STATES. I do not have much experience with database replications and versionning other than with Collector so maybe I missed something... I believed for a while that some Collector applications had not been synchronised for a very long time and were preventing the compress from compressing, but when doing some tests, I noticed that when I download the map and 2 days later I synchronized (some data in the read only database have been updated in the meantime), while looking at the SDE.VERSIONS table, I see that new versions are created (SYNC_(SEND/RECEIVE/RECEIVE_REC)_REPLICAOBJECTID_X) with X becoming bigger but all the versions still reference the original STATE_ID of the initial download. I would have thought that it would have come back to the last STATE_ID of the database and thus a compress would then be effectiv has nothing would reference old STATE anymore. Questions: Does that mean that synchronizing is not enough and that I have to ask the user to download again the map once in a while rather than synchronizing if I want the database to be compressed ? Or are there any operations that should be done on my side ? Are they other people facing compress problems because of Collector ? Any advices, hints ? Thanks for your help, Nicolas
... View more
04-19-2018
03:09 AM
|
1
|
2
|
1847
|
|
POST
|
Hello Derek, Thanks for the quick reply. As you suggested, I submitted the enhancement: https://community.esri.com/ideas/14595 Thanks
... View more
02-19-2018
12:46 AM
|
0
|
0
|
1260
|
|
IDEA
|
As an organization, you probably need to create a custom theme to follow your organization design rules. As a consequence, it would be great to be able to upload that theme on the WebAppBuilder of the ArcGIS Enterprise of the organization in order to allow users to create WebApps with that theme. As custom widgets support has been added in ArcGIS Entreprise 10.5.1 (Web AppBuilder for ArcGIS now supports Custom Widgets in ArcGIS Enterprise 10.5.1 | ArcGIS Blog), I think it makes sense to now support custom themes as well.
... View more
02-19-2018
12:44 AM
|
13
|
0
|
1753
|
|
POST
|
Hello, Just wanted to share that I added the resampling to true on a tiledMapService of ArcGIS Server 10.4 as well and it was not working after. Debugging showed me that the property had been taken into account as "blankTile=false" was added to my request, but then it went through all the tiling scheme to find the previous level but it did not find any. I had this kind of error in my console: It should have been able to find tile at level 14 but it seems that it requested the wrong one. Looking at the javascript API, I found out that in the _resample method of the TiledMapServiceLayer, it is assuming that levels follow a scale/2 LOD pattern (this._multiple = Math.pow(2, f)) and it was not the case of my tiling scheme. I modified the tiling scheme for the last levels and it worked. So maybe it should be added to the workflow: 1. Make sure your tiling scheme follow a scale/2 pattern at least for the scales you want to be able to resample. 2. Add the property "resampling" : "true", property to the JSON and don't forget that according to the documentation: How To: Enable resampling for a map service in the ArcGIS Server Administrator Directory You are supposed to add the property before the maxRecordCount one. Hope that help, Nicolas
... View more
02-16-2018
03:32 AM
|
2
|
4
|
6260
|
|
POST
|
Hello Derek, Thanks for the update. Just wondering if there is any plan to support custom theme as well and if yes if there is any time line for that functionality. Thanks, Nicolas
... View more
02-16-2018
01:51 AM
|
0
|
2
|
1455
|
|
BLOG
|
Hello, Any update on this CSS SASS framework for WAB ? I did not find anything in the documentation. Is it still on the roadmap ? Thanks, Nicolas
... View more
02-12-2018
05:38 AM
|
0
|
0
|
859
|
|
POST
|
Hello Kelly, Do you know if this is something in the roadmap ? It seems to be a very promising when looking at it: Get features under the mouse pointer | Mapbox Thanks, Nicolas
... View more
01-09-2018
05:19 AM
|
0
|
4
|
4441
|
|
POST
|
Hi Micah, I did not find it in the documentation. I did some tests with and without an indexed field and it failed without the indexed field but worked with ! Thanks, Nicolas
... View more
12-20-2017
09:44 PM
|
0
|
0
|
2588
|
|
POST
|
Hi Randall, Thanks for the reply. Interesting though ... I was thinking the mechanisms were different with a web tiers authentification (not token), because on similar VM, parsing the same AD is much faster with a web tiers. Also, my issue is related to an ArcGIS for Server 10.4.1 and the bug you are mentioning is concerning Portal for ArcGIS. Do you think it could be same bug ? Should we give a try with 10.5.1 ? Thanks, Nicolas
... View more
12-14-2017
09:06 AM
|
0
|
1
|
1742
|
|
POST
|
Hi Venkat, Thanks but it did not change anything. Don't know whether it is a connectivity issue or more something related to the AD size maybe ? Thanks
... View more
12-14-2017
05:01 AM
|
0
|
0
|
1742
|
|
POST
|
Hello Bill, Do you have any link for this enhancement NIM072888 ? I can't find it anywhere so I can't follow its status. Is there any update (10.5, 10.6 ...) ? Thanks,
... View more
10-31-2017
05:52 AM
|
3
|
0
|
3470
|
|
POST
|
Same problem for me on an OpenStack host. It takes about 20 to 30 sec to login on REST API or Manager. Setting manager to verbose showed me that it was the time to search roles ! Time to search roles for user 'XXX' (non-nested) using '{filter = 'null', max count = -1}' is 21233 millis. Result count: 90. If configured with web tiers authentification, it is much faster as I believe this job is done by IIS but the problem is that I need token authentification for Collector for ArcGIS... What can be done ? Thanks
... View more
10-06-2017
02:49 AM
|
0
|
2
|
1742
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 3 weeks ago | |
| 4 | 06-04-2026 10:51 PM | |
| 1 | 05-30-2026 03:46 AM | |
| 2 | 05-30-2026 01:01 AM |