POST
|
I have just figured out what happened. The gdb generated from DGN does not have spatial reference. User need to set it manually. After spatial reference is set, the gdb can be published to Portal and shown on map.
... View more
01-24-2019
12:59 AM
|
0
|
0
|
9
|
POST
|
I have setup a ArcGIS Portal 10.5.1 server years ago. Recently, I have received a MicroStation DGN file and wants to publish it as layer on Portal. I have tried to convert the DGN to gdb and shapefile. Even I can published the converted gdb and shapefile to Portal. When I added the published layer to map, I cannot see the layer. Anyone has Idea?
... View more
01-16-2019
01:20 AM
|
0
|
1
|
112
|
POST
|
I have create a versioned feature class CP_FACILITY on SQL Server 2014. The feature class only stores the geometry and few attributes while other text attributes are store in table FACILITY. Therefore, I use triggers to synchronize the attributes between CP_FACILITY and FACILITY. I have created trigger on A table: ALTER TRIGGER TR_CP_FACILITY_2_INS ON A562 AFTER INSERT AS ....... GO also trigger on D table: ALTER TRIGGER TR_CP_FACILITY_2_DEL ON D562 AFTER INSERT AS ...... GO The trigger TR_CP_FACILITY_2_INS runs fine but the trigger TR_CP_FACILITY_2_DEL has problem, whenever I delete a feature in CP_FACILITY, the following error is shwon: Delete Feature: An unexpected failure occurred.Underlying DBMS error [HY000:[Microsoft][ODBC Driver 11 for SQL Server]Connection is busy with results for another command][CPIS.DBO.CP_FACILITY_2][STATE_ID = 1903] Anyone know what I have done wrong?
... View more
10-09-2018
09:27 PM
|
0
|
0
|
84
|
POST
|
Thanks for your reply. The script is for my client use. He does not have any ArcMap or ArcGIS Pro, so the script can only rely on ArcGIS APIs. Is it possible to do so?
... View more
10-09-2018
07:12 PM
|
0
|
0
|
166
|
POST
|
Thanks for your help. The script is for my client to update the layer but he does not have any ArcMap or ArcGIS Pro. Is it possible to use ArcGIS APIs only to write the script?
... View more
10-09-2018
06:56 PM
|
0
|
0
|
166
|
POST
|
I have published csv file as hosted feature layer on ArcGIS Portal 10.5.1. The layer is shown normally on the map. Then I update the layer by the overwrite function in the layer. But I want to automate the overwrite process. How can I make scripts to do so?
... View more
10-09-2018
10:35 AM
|
0
|
4
|
1422
|
POST
|
Thanks for your help. Your solution worked, I have succeeded to update the map service
... View more
10-08-2018
07:38 PM
|
0
|
0
|
23
|
POST
|
I have set up an ArcGIS Server 10.5.1 on Server A, also ArcGIS Portal 10.5.1 on Server B. Then I have federated Server A to Server B and enabled integrated window authentication on Server B. Now, I need window domain account to login ArcGIS Server. But the problem is that I need to update one of the map service on Server A. I cannot open connection to Server A on ArcCatalog, also deployed the updated mxd as map service in ArcMap. Are there any ways to deploy map services on window authentication enabled ArcGIS Server? Or I need to disable window authentication temporarily?
... View more
10-03-2018
08:59 AM
|
0
|
2
|
132
|
POST
|
My client has ArcMap 10.4.1 and I developed an add-in on ArcObjects 10.4.1. The add-in works fine on my client's ArcMap. Now, I wants to upgrade my ArcObjects to 10.5.1. If I have compiled the add-in with ArcObjects 10.5.1, will the add-in work on my client's ArcMap?
... View more
09-25-2018
07:59 PM
|
0
|
2
|
201
|
POST
|
I am developing a SOE on Eclipse and ArcGIS Java SDK 10.5.1, the SOE retrieve data from third-party geocoding service, then massaging the result and return the result to client. I have downloaded Apache HttpClient component and imported to the SOE project but when I called the async http client, automatic exception occrred, the codes are as follow: ExecutorService threadpool = Executors . newFixedThreadPool ( 2 ); Async async = Async . newInstance (). use ( threadpool ); Request request = Request . Get ( requestURL ); Future < Content > future = async . execute ( request , new FutureCallback < Content >() { public void failed ( final Exception e ) { } public void completed ( final Content content ) { } public void cancelled () {} }); Anyone has ideas what I have done wrong?
... View more
09-18-2018
08:57 AM
|
0
|
0
|
101
|
Online Status |
Offline
|
Date Last Visited |
12-10-2020
12:03 AM
|