FTP with SAP BC

We are using SAP BC on windows.
When I use the pub.client.ftp:login flow and I enter a wrong password or login incorrect then my flow crashes with service exception without leaving me the possibility to check on the ftp return code and execute the subscequent flow.
Is this normal? If it is then how could I avoid ? Please help.

Sanjay

Hi Sanjay ,

That’s the way the login service is designed. You will have to manage the service exception through sequences using the different “exit on” options.
For some other command such as ls for instance, no file matching pattern will not throw service exception but it will return a file list where first element contains “no such file etc.”

M.

Do a search on try/catch constructs within this forum and Advantage for info on how to catch service exceptions.