In case anyone else runs into this problem (as UPS tech support was very unhelpful), I got the address import working (I'm working on the export now).
We have sql server running so I created a linked server in sql server (ibm u2connect had an article on this) using the unioledb driver. I then created a view in sql server to point to that linked server (SELECT * FROM MYSERVER...CUSTNF_NF) . I then had to create an ODBC source to sql server and when I was in UPS worldship, I created a map off of the view and it worked. I imported about 15k records in a batch import.
- Rob