Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

PerGoetterup wrote:

Finally back from vacation so I'm able to test... and it works perfectly! :) :) :)

Thanks for your feedback!
PerGoetterup

martin wrote:

You are right, it does not work for usernames specified on Login dialog.
I have fixed that and I'm sending you a new development build.

Finally back from vacation so I'm able to test... and it works perfectly! :) :) :)
martin

You are right, it does not work for usernames specified on Login dialog.
I have fixed that and I'm sending you a new development build.
PerGoetterup

Here's the log you requested.
martin

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
PerGoetterup

Thanks! - But I'm afraid it doesn't fix the issue. This is the log for my attempt:

<authentication attemptNr="2" userName="Per G�tterup" method="password"/>
<parameters failureReason="WindowsAccountLookupError"/>
<error type="Exception" message="Account lookup failed: [Nt4] First LookupAccountName() for 'Per G�tterup' failed with the following error: Windows error 1332: Der blev ikke udført nogen afbildning mellem kontonavne og sikkerheds-id."/>

Looks exactly like before.
martin

Re: Charset issue with username during login.

This issue is being tracked already:
https://winscp.net/tracker/1014

I have sent you an email with a development version of WinSCP to address you have used to register on this forum.
PerGoetterup

Charset issue with username during login.

I am unable to log in using SFTP to a site using a username with certain 8-bit characters. I try to login using the username "Per Gøtterup" and I get this error:

<error type="Exception" message="Account lookup failed: [Nt4] First LookupAccountName() for 'Per G�tterup' failed with the following error: Windows error 1332: Der blev ikke udført nogen afbildning mellem kontonavne og sikkerheds-id."/>

I can login just fine using PuTTY, Pscp.exe and FileZilla on Windows, as well as command line sftp on Linux.

From the log it looks like a charset issue.