Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to skip or disable iterator connector if connection to source fails?

41 views
Skip to first unread message

Maciej Czajkowski

unread,
Jan 30, 2012, 8:58:30 AM1/30/12
to
Hi

I'm looking for a solution for a problem for 3 days already, and can't
find anything that works. I'm using TDI 6.1.1 and have got few feeds
in my AL. Two of them are iterator connectors iterating over LDAP's
changelog. I need to disable or skip those connectors if they cannot
connect to LDAP server. Has anyone any idea how to do that?

alchemisx yep

unread,
Jan 31, 2012, 9:48:08 AM1/31/12
to
I believe you have a hook titled "Connection Error" in the ProLog of
your connector. Here is where I would put one of three things:

a.) system.ignoreEntry();
b.) system.skipEntry();
c.) system.exitFlow();

Hope this helps.

-rsxdc5
0 new messages