Hallo,
I don't understand the Adress Locator. It has so much trouble and I missing a description for the Tables (which Columns) and examples . I have a Table ALL_S_ADDRESS. This Table has the columns and Datas
OBJECTID (INteger),
CITY VARCHAR2(60),
COMMPART VARCHAR2(60)
STREETNAME VARCHAR2(60) ,
HOUSENO VARCHAR2(10) ,
X float,
Y float
If I try to create a new Adress Locator in a Filegeodatabase:
Adress Locator Create => Adressen Locator Style US Address - Single House
Refenenzdatas => ALL_S_ADDRESS as Primary Table
*House Number => HOUSENO
*Street name => STREETNAME
City or Place => CITY
I get the error message:
000042 : Adressen-Locator konnte nicht erstellt werden.
ArcGIS 10.1 Thema suchen
Beschreibung
Der Adressen-Locator kann nicht erstellt werden.
I working with ArcGI V10.1 SP1 (Build) 3143)
What can I do?
Sincerly
Ulf
I have a Table ALL_S_ADDRESS. This Table has the columns and Datas
Is this a table or an actual point feature class?
If the former, you need to add it as an XY event layer to an ArcMap session and save that as a point feature class. Use the newly created point feature class as your reference data in your locator.
Also, I suggest that you NOT create the locator as an object in a file geodatabase. Rather, create it in a stand alone directory and point it to the reference data in a file geodatabase.