Must you use I*E? Why not database query?
Making the assumption that 72628 is the IDA2A2 value, then something like:
select * from wtuser where ida2a2=72628
Keep in mind that there is a lot of information stored in the LDAP instead of the database. So maybe that is why you want to use I*E instead of database query?