Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

User / password loging problems FF2.300

4 views
Skip to first unread message

PeterB

unread,
Nov 9, 2003, 5:51:05 PM11/9/03
to
New Delphi so please bear with me...

Am building an app to remotely connect via IP to a flashfiler server.
On the server security is enabled and I have configured a user
id/password. Am using Connman instead of legacytransport. I took a
look through postings here but still unable to resolve my problem.

Problem:
First time i run the prog in my IDE i get a debug exception error
"Unknown user name or password" when connecting. If I then click OK to
the debug message and press F9 i am presented with the flashfiler
login box. This happens every time i run the program. Entering the
user name and password then works.

I have set the OnLogin event for the ffClient to setup the user and
password:
aUser := 'admin';
aPassword := 'fred';
aResult := {have tried it with both True and False}

Any ideas why this happens would be most appreciated.

0 new messages