Problem for Construction of Network DataSet

2042
2
01-16-2011 10:24 PM
OsamuMasutani
New Contributor
I created Network DataSet in FileGeoDatabase.
There are files in this geodatabase.
???Streets
???Profile
???Streets_DailyProfile

Streets_DailyProfile have one recode.
ObjectID 1
NETWORK_ID 46615304888
PROFILE_1 1
PROFILE_2 1
PROFILE_3 1
PROFILE_4 1
PROFILE_5 1
PROFILE_6 1
PROFILE_7 1
EdgeFCID 1
EdgeFID  8355
EdgeFrmPos 1
EdgeToPos 0
FreeflowMinutes 0.5


After cresteing NetworkDataset from these files,I tried to Constract NetworkDataset.
but I failed constraction,I got the error message.

Error :
SourceName: Streets_DailyProfile, ObjectID: 8355, Not found Network Edge

Also,When I trid to create NetworkDataset without traffic data,I have seccessed.

Can you tell me How I can solve the problem for the constarction of Network Dataset.
Tags (2)
0 Kudos
2 Replies
OsamuMasutani
New Contributor
Thank you an answer.

i'm sure that the EdgeFCID field value in my Streets-Traffic Profiles join table exist in my Streets feature class,but I failed to build Network Dataset.
I don't know the reason that this buid error occur.
It describes Some reasons as follows. 
(1)the difinition of Street feature
(2)the difinition of Streets-Traffic Profiles
(3)the difinition of Profile table
(4)the problem of file geodatabase
(5)another

I'll think the ploblem (1),(2),(3) exclueded.
the difinition format of my street feature is used street feature of sample(sanfrancisco)  used in tutorial of Network Analyst.
also, the difinition format of my streets-Traffic Profiles and my profile table is used sample table.

for the ploblem (4),I think the ploblem is how to create my feature.
my original street feature is shape file in some folder.
After I create geodatabase file,I  puts my shape in this geodatabase by the function of import(from right click of geodatabase in catalog).
is this process a ploblem?
0 Kudos
OsamuMasutani
New Contributor
Thank you the best answer.
I'trid to check DSID of my Streets feature class by python code.
DSID's value is 19.
I set the value of EdgeFCID 19,and I rebuild Network Dataset.
so I success.

thank you.
0 Kudos