Build Network Dataset Failed - does not have permission to execute the operation.

864
2
Jump to solution
08-29-2019 02:39 PM
LeoDeng
Occasional Contributor II

Hi All,

When trying to build the Network Dataset, I got an error after about two and half hour later.

Executing: BuildNetwork "D:\FGDB\StreetMap_Data\NorthAmerica.gdb\Routing\Routing_ND"

Start Time: Thu Aug 29 14:41:19 2019

ERROR 999999: Error executing function.

The user does not have permission to execute the operation. [N_1_Desc]

Failed to execute (BuildNetwork).

Failed at Thu Aug 29 17:09:15 2019 (Elapsed Time: 2 hours 27 minutes 56 seconds)

Look into the build logs, it runs well until System Junctions Created.

Building Network: 0.0 seconds (0.0 total) - 0 MB memory [2:41:21 PM]

Extract Geometry and Attribute Values: 0.0 seconds (0.0 total) - 1924 MB memory [2:41:21 PM]
Extracting Routing_Streets: 0.0 seconds (0.0 total) - 1924 MB memory [2:41:21 PM]
0 features: 0.1 seconds (0.1 total) - 1925 MB memory
10240 features: 1.2 seconds (1.3 total) - 1923 MB memory
20480 features: 1.2 seconds (2.5 total) - 1923 MB memory
30720 features: 1.3 seconds (3.8 total) - 1919 MB memory
40960 features: 1.2 seconds (5.0 total) - 1919 MB memory
51200 features: 1.3 seconds (6.2 total) - 1919 MB memory

......

28743680 features: 1.4 seconds (5325.1 total) - 2039 MB memory
28753920 features: 1.4 seconds (5326.4 total) - 2039 MB memory
28764160 features: 1.4 seconds (5327.8 total) - 2039 MB memory
28774400 features: 1.3 seconds (5329.1 total) - 2039 MB memory
Extracted Routing_Streets, 28782247 features, 327652075 vertices (min/max hierarchy values = 1/5): 1.0 seconds (5330.2 total) - 2039 MB memory
Extracting Routing_Streets_Override: 0.0 seconds (5330.2 total) - 2039 MB memory [4:10:11 PM]
0 features: 0.0 seconds (5330.2 total) - 2039 MB memory
10240 features: 0.1 seconds (5330.3 total) - 2039 MB memory
20480 features: 0.1 seconds (5330.3 total) - 2039 MB memory
30720 features: 0.1 seconds (5330.4 total) - 2039 MB memory
40960 features: 0.1 seconds (5330.5 total) - 2039 MB memory

......

21104640 features: 0.1 seconds (5703.4 total) - 2039 MB memory
21114880 features: 0.1 seconds (5703.4 total) - 2039 MB memory
21125120 features: 0.1 seconds (5703.5 total) - 2039 MB memory
21135360 features: 0.1 seconds (5703.6 total) - 2039 MB memory
21145600 features: 0.1 seconds (5703.6 total) - 2039 MB memory
Extracted Routing_Streets_Override, 21148806 features, 21148806 vertices: 0.0 seconds (5703.7 total) - 2039 MB memory
Extracting Geometry and Attribute Values Is Done: 0.0 seconds (5703.7 total) - 2039 MB memory

Removing Network Elements: 0.0 seconds (5703.7 total) - 2039 MB memory [4:16:24 PM]
Network Elements Removed: 416.5 seconds (6120.1 total) - 2037 MB memory

Matching connectivity: 5.8 seconds (6125.9 total) - 2037 MB memory [4:23:27 PM]
0 vertices: 0.0 seconds (6125.9 total) - 2041 MB memory
10240 vertices: 0.0 seconds (6126.0 total) - 2041 MB memory
20480 vertices: 0.1 seconds (6126.0 total) - 2041 MB memory
30720 vertices: 0.1 seconds (6126.1 total) - 2041 MB memory
40960 vertices: 0.0 seconds (6126.1 total) - 2041 MB memory

......

288880640 vertices: 0.1 seconds (8791.6 total) - 2280 MB memory
288890880 vertices: 0.1 seconds (8791.6 total) - 2280 MB memory
288901120 vertices: 0.1 seconds (8791.7 total) - 2280 MB memory
288911360 vertices: 0.1 seconds (8791.8 total) - 2280 MB memory
288921600 vertices: 0.1 seconds (8791.9 total) - 2280 MB memory
Matching connectivity done

Node Count: 348800881
Nodes Thrown Out: 271832028
System Junctions Created: 17105410

55.1 seconds (8847.0 total) - 2276 MB memory

(log stops here and all of the temp file is dropped)

Any ideas or suggestions could be fine.

The environment is ArcCatalog 10.6 and there are 474GB of free disk space for %temp% folder in 😧 disk. 

The data format is File Geodatabase (*.gdb) and Network Dataset Version is 10.1

The OS is Windows Server 2016 Datacenter and ArcCatalog has been Run as Administrator.

Thanks,

Leo 

0 Kudos
1 Solution

Accepted Solutions
LeoDeng
Occasional Contributor II

Thank you Jay!

It is the NAServer which lock the gdb file. After stopping the service related to the geodatabase, it works.

Leo

View solution in original post

0 Kudos
2 Replies
JaySandhu
Esri Regular Contributor

This looks like an existing network dataset is being re-built. Is it possible that you have another process using the data at the same time, like running a solve on it?

Jay Sandhu

0 Kudos
LeoDeng
Occasional Contributor II

Thank you Jay!

It is the NAServer which lock the gdb file. After stopping the service related to the geodatabase, it works.

Leo

0 Kudos