POST
|
Thanks for your help. I am looking for arcpy scripts to search point features snapped on line features. Do you any arcpy functions to do so?
... View more
06-08-2020
08:23 PM
|
0
|
2
|
82
|
POST
|
Thanks to your help. But am I able to do the same things without geometric network? My company does not allow building network in geodatabase.
... View more
06-04-2020
09:42 PM
|
0
|
1
|
82
|
POST
|
I have a line feature class of water mains and another point feature class of fire hydrants. The water mains are inter-connected and the fire hydrants are connected to the tips of the water mains. Now, I wants trace from a water mains feature to all connected fire hydrants. Are there any functions in arcpy allow me to do so?
... View more
06-03-2020
08:44 PM
|
0
|
7
|
240
|
POST
|
I have tried to use IGxDialog to open shapefiles by the codes below: public static string getInputFile() { string filename; IEnumGxObject enumGxObj; IGxObject gxObj; IGxObjectFilterCollection gxFilterColl; IGxDialog gxDialog; IGxObjectFilter gxObjFilter; filename = ""; try { gxDialog = new GxDialog(); gxFilterColl = (IGxObjectFilterCollection)gxDialog; gxDialog.AllowMultiSelect = false; gxObjFilter = new GxFilterShapefiles(); //gxDialog.ObjectFilter = gxObjFilter; gxFilterColl.AddFilter(gxObjFilter, true); if (gxDialog.DoModalOpen(0, out enumGxObj)) { gxObj = enumGxObj.Next(); filename = gxObj.FullName; Logger.Debug("getInputFile filename = " + filename); } } catch (Exception ex) { Logger.Debug("getInputFile error: " + ex.Message); } return filename; } But when the GxDialog is opened, the shapefiles are not found. But the shapefiles are found in ArcCatalog Are there any problems on the codes? Thanks.
... View more
03-18-2020
06:44 AM
|
0
|
3
|
85
|
POST
|
I have installed ArcGIS Datastore on Server A, ArcGIS Server on Server B, Portal on Server C. Initially, the datastore on Server A is validated on Server B,Server B is federated to Server. But yesterday, I have re-installed Server A, then I cannot validate datastore service on Server B. The error is found on DataValidator.GPServer: <Msg time='2019-07-19T16:12:34,89' type='SEVERE' code='-1' target='DataValidator.GPServer' methodName='ValidateServerDataStore.Execute' machine='DGISMapW2016.fehd.hksarg' process='6376' thread='2336' > The connection property set was missing a required property or the property value was unrecognized. Bad login user</Msg> When I tried to set Server B as hosting server, the following error is found: Unable to set dgismapw2016.fehd.hksarg:6443/arcgis as the hosting server. Failed to update federated server 'dgismapw2016.fehd.hksarg:6443 (id: 1CyS8wC8kvFsTzEo)'. Failed to validate the server managed database '/enterpriseDatabases/AGSDataStore_ds_512zquke'. I have tried the following ways but no use: 1. Uninstall and then install datastore 2. Register and then register datastore by datastore tools 3. Update license of datastore by datastore tools Anyone have ideas?
... View more
07-19-2019
11:18 AM
|
0
|
2
|
953
|
POST
|
I have setup a Portal 10.5.1 Server A and ArcGIS Map Server 10.5.1 B months ago. I have federated Server B to Portal A and serve as hosting server. Then I have succeeded to publish shapefile, gdb, etc on Portal A. But last week, the publish is failed, Portal A just hung at publishing process without prompting any error messages. When I checked the log on Server B, I found that Server B kept on waiting geoprocessing service PublishingTools. <Msg time="2019-05-14T17:44:14,39" type="FINE" code="8521" source="Server" process="1116" thread="14" methodName="WebSecurityManager.authenticate" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">HTTP Referer: http://www.esri.com/41D517B2-805E-4706-BBCF-702F35502B04</Msg> <Msg time="2019-05-14T17:44:14,36" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Posting response from worker thread.</Msg> <Msg time="2019-05-14T17:44:14,41" type="INFO" code="9502" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">Request received from the user '0123456789ABCDEF::ckmwong1@FEHD' for the service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,42" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request type = GetJobStatus - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,42" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Sending request to worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,41" type="DEBUG" code="9504" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Looking up GIS service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,42" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Delegating request to GPServer - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,42" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Waiting for response from worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,41" type="DEBUG" code="9999" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Binary request for service - System/PublishingTools.GPServer</Msg> <Msg time="2019-05-14T17:44:14,42" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request received in worker thread.</Msg> <Msg time="2019-05-14T17:44:14,44" type="INFO" code="9526" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request for the service 'System/PublishingTools.GPServer' processed successfully. Response sent to the user '0123456789ABCDEF::ckmwong1@FEHD'.</Msg> <Msg time="2019-05-14T17:44:14,43" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Posting response from worker thread.</Msg> <Msg time="2019-05-14T17:44:14,545" type="FINE" code="8521" source="Server" process="1116" thread="14" methodName="WebSecurityManager.authenticate" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">HTTP Referer: http://www.esri.com/41D517B2-805E-4706-BBCF-702F35502B04</Msg> <Msg time="2019-05-14T17:44:14,547" type="INFO" code="9502" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">Request received from the user '0123456789ABCDEF::ckmwong1@FEHD' for the service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,547" type="DEBUG" code="9504" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Looking up GIS service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,547" type="DEBUG" code="9999" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Binary request for service - System/PublishingTools.GPServer</Msg> <Msg time="2019-05-14T17:44:14,555" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request type = GetJobMessages - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,555" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Delegating request to GPServer - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,556" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Sending request to worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,556" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Waiting for response from worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,560" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request received in worker thread.</Msg> <Msg time="2019-05-14T17:44:14,561" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Posting response from worker thread.</Msg> <Msg time="2019-05-14T17:44:14,562" type="INFO" code="9526" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request for the service 'System/PublishingTools.GPServer' processed successfully. Response sent to the user '0123456789ABCDEF::ckmwong1@FEHD'.</Msg> <Msg time="2019-05-14T17:44:14,563" type="FINE" code="8521" source="Server" process="1116" thread="14" methodName="WebSecurityManager.authenticate" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">HTTP Referer: http://www.esri.com/41D517B2-805E-4706-BBCF-702F35502B04</Msg> <Msg time="2019-05-14T17:44:14,566" type="INFO" code="9502" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">Request received from the user '0123456789ABCDEF::ckmwong1@FEHD' for the service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request type = GetJobStatus - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9504" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Looking up GIS service 'System/PublishingTools.GPServer'.</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Sending request to worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="3628" thread="204" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Delegating request to GPServer - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9999" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Binary request for service - System/PublishingTools.GPServer</Msg> <Msg time="2019-05-14T17:44:14,566" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Waiting for response from worker thread - System/PublishingTools.GPServer.</Msg> <Msg time="2019-05-14T17:44:14,568" type="INFO" code="9526" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request for the service 'System/PublishingTools.GPServer' processed successfully. Response sent to the user '0123456789ABCDEF::ckmwong1@FEHD'.</Msg> <Msg time="2019-05-14T17:44:14,567" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Request received in worker thread.</Msg> <Msg time="2019-05-14T17:44:14,567" type="DEBUG" code="9999" source="System/PublishingTools.GPServer" process="7928" thread="20" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">Posting response from worker thread.</Msg> <Msg time="2019-05-14T17:44:14,619" type="DEBUG" code="9999" source="Server" process="3628" thread="1" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="" elapsed="">A JSONObject text must begin with '{' at character 0 of </Msg> <Msg time="2019-05-14T17:44:15,69" type="FINE" code="8521" source="Server" process="1116" thread="14" methodName="WebSecurityManager.authenticate" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">HTTP Referer: http://www.esri.com/41D517B2-805E-4706-BBCF-702F35502B04</Msg> <Msg time="2019-05-14T17:44:15,71" type="INFO" code="9502" source="Soap" process="1116" thread="34" methodName="" machine="DGISMAP103W2K8.FEHD.HKSARG" user="0123456789ABCDEF::ckmwong1@FEHD" elapsed="">Request received from the user '0123456789ABCDEF::ckmwong1@FEHD' for the service 'System/PublishingTools.GPServer'.</Msg> I have tried to reboot Portal A and Server B but no use. Anyone has ideas?
... View more
05-14-2019
09:40 PM
|
0
|
0
|
98
|
POST
|
I have installed a ArcGIS Portal 10.5.1 and Server 10.5.1. I have created some users and groups on Portal and assigned the users to different groups. Now, I am installing another ArcGIS Portal 10.6.1 and I want to migrate all users, groups and group members to new server. Portal has ListUser and CreateUser utilities to migrate the users, but how about groups and group members?
... View more
03-29-2019
01:46 AM
|
0
|
3
|
358
|
POST
|
I have a very old ArcGIS 9.2 system. The system has several ArcMap 9.2 workstations and 2 ArcGIS 9.2 geodatabases DB1 and DB2. The data on the geodatabases are synchronized by replicas on the geodatabases. To synchronize more tables, I have re-created one replica but the replica failed to run after re-creation. The error "Operation only allowed by the owner of the version" is shown. Anyone has ideas what happened?
... View more
03-26-2019
03:49 AM
|
0
|
0
|
153
|
Online Status |
Offline
|
Date Last Visited |
12-10-2020
12:03 AM
|