Posted: Wed Apr 25, 2012 12:54 pm Post subject: WMB7003 on AIX: FileInput with FTP - BIP2115E
Newbie
Joined: 25 Apr 2012 Posts: 2
Folks,
My search for the answer was unsuccessful, so I open a new topic.
I am using a FileInput node to retrieve file from a remote FTP server, process it in the flow and FTP it to the another FTP server using FileOutput node.
The flow is working without problems.
My issue is with syslog. The Broker always sends an error message:
BIP2115E: ...... 'protocolNLST=>550 No file found' when it can not find a file on the "input" FTP server.
Taking into considerations that the polling interval/scan delay is 60 seconds, this is a requirement in my case) it swamps the syslog with the above error messages.
My questions for you folks are:
1. Does anybody else has the same issue?
2. Why v7.0.0.3 behaves like this? I did not have this issue with 6.1.0.5
3. Do I have any options to disable this output to syslog?
I don't know if you have options or not to suppress this. It seems possible that you're running the broker in some kind of debug mode or you have applied a Temporary Fix from a PMR that has left this statement outputing this information.
But you can always redirect your entry in syslogd.conf to point to a shell script that discards anything matching BIP2115E and writes everything else to a file. grep -v is your friend.
I don't know if you have options or not to suppress this. It seems possible that you're running the broker in some kind of debug mode or you have applied a Temporary Fix from a PMR that has left this statement outputing this information.
The Broker was freshly installed at 7.0.0.2 and then FP 7.0.0.3 applied. So, I do not think it is possible.
Quote:
But you can always redirect your entry in syslogd.conf to point to a shell script that discards anything matching BIP2115E and writes everything else to a file. grep -v is your friend.
You are right, I can do this (if IBM intentionally built it this way). But I'm afraid that I'm missing something simple. That is why I'm asking for others experience with this issue.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum