I'm trying to create a locator with USSingleHouseUnits using an alternate name table (with 10.2). It works fine with just the address points, but when I try to add the table I get this error:
[INDENT]ERROR 000042: Failed to create the address locator.
The table was not found. [AddressUnit_Alt_lox]
An invalid SQL statement was used. [SELECT AddressPoints.Shape, AddressPoints.OBJECTID, AddressPoints.Address_Num, AddressPoints.Unit, AddressPoints.ZIPCODE FROM AddressPoints, ADDPTIDAltNames WHERE (AddressPoints.ADDPNTID = ADDPTIDAltNames.ADDPNTID) AND ( <> '' AND
<> ' ' AND
UPPER( ) <> 'UNNAMED' AND
UPPER( ) <> 'UNNAMED STREET'
)][/INDENT]
The error 000042 isn't much help. I haven't worked with the details of locators much so I'm not sure what it's looking for in the SQL statement. Any suggestions?
Thanks,
Anjolette