Products | Versions |
---|---|
Spotfire Server | All supported versions |
jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password. at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:546) |
This JESPA error is typically associated with the computer account or the password that is used for NTLM authentication. What follows is a snippet about this error from the JESPA Operators manual (https://www.ioplex.com/support.html):
==========
Issue 10: The "Login failure: unknown user name or bad password" exception
This error will occur if you set the localhost.netbios.name property. That property is deprecated. See the Validating NTLM Credentials with the NETLOGON Service section for details.Otherwise, this error almost certainly means exactly what it says - the account does not exist or the supplied password is incorrect. However, there are obscure cases where it is possible to supply the correct account and password and still receive this error.
One such case is if you set the domain.netbios.name property. The domain.netbios.name and domain.dns.name properties are read-only and should NOT be set (except when used with the MyNtlmSecurityProvider example). If these properties are set, NTLMv2 will not be negotiated and clients that require it will fail with this error.
Another possible cause is if incorrect credentials are saved in the Network Password Dialog. Clear any saved passwords for the target and try again.
==========
Here are few pointers to check: