Logon failed?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

When I set the 3rd parameter to False, I get an error
message saying the server is not available. I need to
start my app in VB6 without user's logon. How can I do
this? Thanks.

m_oNsp.Logon "", "", False, True
 
I suppose, if there are more than one profile then you need to either
specify the profile name in the first argument or show the dialog.
 
Michael,

It gave the exact error, server is not available when I
passed both profile name and password. Guess that does
not solve my problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top