I'm new to ArcGis and I'm making the first steps at this time. At the moment I've two different shape files. The first shape file represents streets on a map with some detailed information in the attribute table. The 2nd shape file represents crossroads of the same map including some detailed information in the attribute table too. Both attribute tables has IDs and logically it’s a tree where to node is a crossroad and the edge is a street.
Now the next step is to create a Relationship Class to "link" both shape files for future algorithms. But when I want to create a Relationship Class I receive different errors. I’ve read this document before and tried to create such a class using an Add-in but I received a NotImplementedException.
To be sure that creating such a class is possible I tried to create a relationship class which ArcMap using ArcToolbox -> Data Management Tools -> Realtionship Classes -> Create Relationshop Class manually. I can choose both shape files but when I have to choose the Output Relationship Class I receive the error “000177 : Relationship classes can only be created in the same database that contains the feature classes or tables.“
Can someone give me some notes what I’ve done wrong and tips to solve this problem?
Edit:
I've created a Relationship Class with ArcCatalog, a new personal db and the imported shape files. But I can’t open this table and control if the table was successfully created and has content. Does anyone have had a similar problem?
Edit2:
What I've done:
1) Create a new Personal Geodatabase using ArcCatalog10
2) Import 2 Feature Classes (existing shape files filled with data)
3) Start creating a Relationship Class using ArcToolBox -> Create Relationship Class
4) For testing I created a one-to-one relation with this two imported shape files
5) The table was created successfully but:
5.1) If I want to import this in ArcMap I receive the message "Warning: A selected Item could not added to the map" and nothing happened
5.2) The preview function in ArcCatalog doesnt work for this Relationship Class
In Summary I cant see if the Relationship Class is logically right and I cant see which data are selected and can be used for future algorithms.
