|
POST
|
Eric, The issue I face, seems to be related to the not-satisfactory privileges to some files/ operating system or hardware-specific problem. I successfully ran the sample local raster app on the server machine (windows server 2008 r2) and apparently, local server works just fine. However, the issue exists on lenovo and hp laptop with windows 7 and windows 8 installed accordingly. The exception is raised when trying to start no matter what .mpk containg raster data. Just to mention, the issue does not appear when working with shapefiles and displaying them using local server. Could you please list the privilege requirements to successfully start-up the local raster with raster dynamic layer? Can you give me any hint in this subject? My question is also related to ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException: As a matter of fact, the same error is raised. Kind regards, Adam
... View more
05-16-2016
01:46 AM
|
0
|
0
|
1729
|
|
POST
|
Hi Kelly, Indeed, I did not check the case sensitivity of the username. Now, it works just fine. What I find awkward, is the different way of handling username by ArcGIS Online, which is why I stated my username was just fine as I could login to ArcGIS Online. Anyway, thank you very much for help! Adam
... View more
05-11-2016
10:40 PM
|
1
|
0
|
12641
|
|
POST
|
Hi All, I try to user token-based authentication to ArcGIS Online using my developers.arcgis.com account. I pass the following request "https://www.arcgis.com/sharing/generateToken?username=myname&password=mypass&client=requestip&f=json " However, my request seems to be invalid, as I receive the message "{"error":{"code":400,"message":"Unable to generate token.","details":["Invalid username or password."]}}". The credentials are 100% good. My question is: can I still use token-based authentciation for ArcGIS Online and Portal for ArcGIS or should go with OAuth? Thanks, Adam
... View more
05-11-2016
06:36 AM
|
1
|
6
|
18111
|
|
POST
|
Hi Eric, Indeed, I am wondering if ArcGIS Runtime for Java prior to 10.2.3 also crashes when trying to add raster dynamically using local server (based on runtime sample code). DynamicLayerInfoCollection layerInfos = localDynamicLayer
.getDynamicLayerInfos();
DynamicLayerInfo layerInfo = layerInfos.get(0);
// Create the raster data source
RasterDtaSource dataSource = new RasterDataSource();
dataSource.setWorkspaceId(workspaceId);
dataSource.setDataSourceName(fileNameRaw);
// Set the data source
LayerDataSource layerDataSource = new LayerDataSource();
layerDataSource.setDataSource(dataSource);
layerInfo.setLayerSource(layerDataSource);
localDynamicLayer.refresh(); At line 15, the following error always occurs: com.esri.core.io.EsriServiceException: Server Error
at com.esri.core.internal.io.handler.c.a(Unknown Source)
at com.esri.core.internal.io.handler.h$1.handleResponse(Unknown Source)
at com.esri.core.internal.io.handler.h$1.handleResponse(Unknown Source)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:735)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:709)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:700)
at com.esri.core.internal.io.handler.h.a(Unknown Source)
at com.esri.core.internal.io.handler.h.a(Unknown Source)
at com.esri.core.internal.tasks.ags.v.a(Unknown Source)
at com.esri.core.internal.tasks.ags.v.execute(Unknown Source)
at com.esri.core.internal.tasks.a.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) Do you know how can I get the older version of Runtime? Regards, Adam
... View more
05-03-2016
10:51 PM
|
0
|
0
|
1729
|
|
POST
|
There is no such install package on develoeprs.arcgis.com. Does anybody know if it is still available for download? Regards, Adam
... View more
04-27-2016
10:41 PM
|
0
|
6
|
7186
|
|
POST
|
Just try to follow this sample code and make sure the input geometries share the same coordinate system: Intersect | ArcGIS for Developers Hope this helps, Adam
... View more
04-12-2016
12:31 PM
|
1
|
1
|
1392
|
|
POST
|
Since October 2014, there have not been any new (even minor) release of ArcGIS Runtime for Java. Almost 18 months - I bet it is the longest space of time in all Esri SDKs without any update. Should I go for .Net version which seems to be far more advanced? Should I wait and hope something would have changed in the upcoming months? Any advice is welcome. Regards, Adam
... View more
04-12-2016
12:51 AM
|
0
|
0
|
3493
|
|
POST
|
Hi All, I have a question regarding tracing geometric network performance in an enterprise environment (ArcMap 10.0, Oracle with Geodatabase enabled with millions of edges and junctions in Geometric Network). What are the best practices to boost performance? How can I optimize DBMS for this kind of analysis? How do I streamline user workflow to streamline performance (apart from returning results as drawing)? Many thanks for advice, Adam
... View more
03-01-2016
12:16 AM
|
0
|
0
|
2221
|
|
POST
|
Edgar, You need to set the labels in ArcGIS for Desktop and then Create a Runtime Content geodatabase. This works for me. Regards, Adam
... View more
02-26-2016
11:53 AM
|
0
|
0
|
3412
|
|
POST
|
Hi All, According to the press release "The photogrammetry engine in Drone2Map for ArcGIS is powered by Pix4D". Right, I suppose it means a higher price for the end user than Pix4D Mapper Enterprise, doesn't? What are Esri plans regarding partnerships with Pix4D? Regards, Adam
... View more
02-26-2016
01:50 AM
|
0
|
1
|
2998
|
|
POST
|
Matthew, According to the Java licensing page, you can indeed. Local raster sources do not require standard level license. Please check License your app—ArcGIS Runtime SDK for Java | ArcGIS for Developers Regards, Adam
... View more
02-24-2016
11:09 PM
|
2
|
1
|
1196
|
|
POST
|
Hi Francisco, Sorry for giving you wrong advice. To be honest, I would try to recreate feature service with group layers on ArcGIS for Server, and then try to use it as a template for Fature Service creation in AGOL (Create new Feature Service > From URL). I did not try to check it, as I don't have ArcGIS for Server installation running. Unfortunately, service definition updating/adding in AGOL does not work. Hope this help, if not you are forced to use FS form ArcGIS for Server Regards, Adam
... View more
02-14-2016
10:33 AM
|
0
|
0
|
1388
|
|
POST
|
Hi Saurabh, there is no way to set visibility to each layer in ArcGISTiledMapServiceLayer since it is just a static 'snapshot' of your data (just like image). You can only set transparency or visibility to the whole service. See TiledMapServiceLayer | API Reference | ArcGIS API for JavaScript for reference. Regards, Adam
... View more
02-12-2016
04:16 AM
|
2
|
2
|
3087
|
|
POST
|
Hi Francisco, As far as I am concerned, you can simply add 'New Group Layer' in ArcMap and then add to it layers which you would like to add/or add another Group Layer. The layer tree in ArcMap should look like: - Uses del Medio (Group Layer) - Caladeros (Layer) Arrecifes..... (Group Layer) - Arrecifes .....(Layer) - Arrecifes .....(Layer) Next overwrite your service or create a new one. Hope this helps, Adam
... View more
02-12-2016
03:32 AM
|
1
|
2
|
1388
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-19-2024 12:19 PM | |
| 1 | 05-11-2016 06:36 AM | |
| 1 | 09-28-2023 08:17 AM | |
| 2 | 03-17-2021 12:09 PM | |
| 1 | 05-11-2016 10:40 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-27-2026
04:05 AM
|