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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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();