POST
|
Thank you for the response Calvin. Is this error expected because it was originally published as a copy and not by reference? We are planning to test publishing from a referenced folder, then changing the source to SDE and overwriting. I am expecting this should work. Am I wrong?
... View more
11-30-2020
01:47 PM
|
0
|
0
|
160
|
IDEA
|
Currently we have the ability to upload very large datasets through ArcGIS Pro with its in built functionality to break the data into multiple parts and upload individually to the Enterprise system. One of the final steps in this multipart upload is to send a request to the Enterprise system to put all the packages back together into a single file. As this request is synchronous it means there is a high potential for issues when re-constructing data of a significant size. Further to this, our system is fully hosted in AWS and we are utilising Cloudfront as a gateway to our Enterprise system. As the maximum timeout on Cloudfront is 60 seconds, we have issues when trying to upload very large datsets (>15GB) as the multipart construction takes longer than this to complete and respond. It is recommended that this call is changed to utilise an async request to provide greater usability for this feature.
... View more
11-29-2020
08:24 PM
|
1
|
0
|
131
|
IDEA
|
I think this is a great idea. We have specific media people and we would not want to give them access to change sites but only the ability to add a quick news post. Maybe a function that can be added for a specific role to do this or a custom web app that could be published and shared to a group.
... View more
03-18-2020
01:47 PM
|
0
|
0
|
63
|
POST
|
Hi Daniel, Here is a list of available transformations for Runtime: https://developers.arcgis.com/android/latest/guide/pdf/geographic_transformations_rt100_7_0.pdf Using the projection | ArcGIS API for JavaScript 4.14 engine you can also return the default and recommended list of transformations that can be used for certain coordinate systems. Hope that helps, -Peter
... View more
12-30-2019
04:01 PM
|
0
|
0
|
46
|
POST
|
Thanks for the further information Peter. You are correct in the understanding of the process we are trying to achieve. As we did not want to be generating map services directly on our hosting server and the first option does not achieve our objective, we have developed a custom method. Our Enterprise platform is hosted on AWS with Cloudfront sitting in front. We have developed a lambda function using express that can retrieve image tiles from bundles stored in S3. We then use cloudfront with a custom origin and behavior to route anything that goes through /tileservices to hit APIGateway and route to the lambda function. This means we can create a listing in portal for our Tile Server and only need to update the bundles in S3 for updates to occur. This also means we are saving on space on the EBS associated with the portal as the way described above I believe stores the data twice, once in the tpk and once in the cache folder for the published service. Performance looks to be fairly similar to a normal hosted tile layer but we are getting some thin lines between the tiles which we are currently troubleshooting.
... View more
08-13-2019
05:57 PM
|
0
|
0
|
159
|
Online Status |
Offline
|
Date Last Visited |
12-08-2020
08:12 PM
|