I have an inbound thread (ftp-fileset) that will not attempt to open the connection.
I have the following EO config:
fset * * *
But the log doesn’t show any attempt to open the connection:
mostly what I get is:
[pti :sche:INFO/2: dci_rslt_t] Performing apply callback for thread 4
last msg in log is:
[pti :sche:INFO/0: log_rtif_cmd] Scheduler blocking forever
Any thoughts as to why I can’t see an attempt to open the connection?
Thanks in advance.
The following is the NetConfig:
protocol dci_rslt_t {
{ AUTOSTART 1 }
{ BITMAP genericSite.xbm }
{ COORDS {0 0} }
{ DATAFORMAT {
{ FRLTYPE offlen }
{ OFFLEN {
{ LEN 0 }
{ OFF 0 }
} }
{ TYPE frl }
} }
{ DATAXLATE {
……..
{ PROCESSNAME log_rtif }
{ PROTOCOL {
{ FTPACCT {} }
{ FTPCLOSE 1 }
{ FTPDELAY 1 }
{ FTPDIRLISTCMD nl }
{ FTPHOST xxx.xxx.xxx.9 }
{ FTPIBDIR {} }
{ FTPOBDIR {} }
{ FTPPASSWD {password} }
{ FTPPORT ftp }
{ FTPPULSETIME 500 }
{ FTPREADTIME 5 }
{ FTPTYPE i }
{ FTPUSER username }
{ IBDEL {
{ ARGS {} }
{ PROCS {} }
} }
{ IBDIR {} }
{ IBDIRPARSE {
{ ARGS {{}} }
{ PROCS tpsDCIFilesetFilter }
} }
{ IBMAXMSGS 1 }
{ IBREADINTERVAL 5 }
{ IBSCANINTERVAL 30 }
{ IBSTYLE eof }
{ MODE ftp }
{ OBAPPEND 1 }
{ OBDIR {} }
{ OBFILE {} }
{ OBSTYLE nl }
{ TYPE fileset }
} }
{ RECVCONTROL {
{ ACKCONTROL {
{ ARGS {} }
{ PROCS {} }
} }