FTP failure 530 AUTH command in 9.12

Hello experts,

We faced the problem on our webMethods 9.12, when we test the FTP login in designer, we always got error messages below, but the same testing is working fine on our webMethods 8.2 environment. Did anyone know what might be the reason in new version and how we can solve it? Thank you very much.

$errorDump com.wm.net.ftpCException:[ISC.0064.9005] 530 Must authenticate first with the AUTH command.
$errorInfo
$errorDump com.wm.net.ftpCException:[ISC.0064.9005] 530 Must authenticate first with the AUTH command.
$error [ISC.0064.9005] 530 Must authenticate first with the AUTH command.
$localizedError [ISC.0064.9005] 530 Must authenticate first with the AUTH command.
$errorType com.wm.net.ftpCException
$service pub.client.ftp:login

$errorMsgId ISC.0064.9005
$callStack

$service pub.client.ftp:login
$currentPath

$error [ISC.0064.9005] 530 Must authenticate first with the AUTH command.
$errorType com.wm.net.ftpCException

Recheck after installing the latest fix levels on IS. (For more details refer readme 9.12 CoreFix 5)

If you have set your IS extended setting:

watt.net.ssl.client.useJSSE=true

You might have to change the useJSSE input of the pub.client.ftp:login service to “no”.

If you have set your IS extended setting:

watt.net.ssl.client.useJSSE=true

You might have to change the useJSSE input of the pub.client.ftp:login service to “no”.

Hi,

useJSSE (either true or false) will only apply when FTP-Services are run as FTPS mode.

As long as FTP port is not needed to be created in IS I would recommend to switch to SFTP services available since 9.5.

See IS Administration Guider and IS Built-In-Services Referencen for further informations.

Agree with Mahesh to apply latest Fixes (esp. IS_Core, SCG_Security, SCG_Entrust and SCG_TPS fixes) and recheck.

Regards,
Holger