Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread And more C/S help needed
Thu, Sep 18 2014 10:14 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I'm working through my app altering threads etc to see how it works with c/s.

As part of the app I use an AppUserCount component (based on Terry Swires (Millennium Software) component). Then there is another variant if this. After these two have been passed there are three c/s connections made (ie these two and the main app). Next I start a background thread to check alarms and receipt of emails. This uses the exact same session information for its own isolated session.

I need someone to tell me why I get

---------------------------
Debugger Exception Notification
---------------------------
Project TfR.exe raised exception class EEDBException with message 'ElevateDB Error #501 Login failed (The user name or password is incorrect)'.
---------------------------
Break   Continue   Help  
---------------------------

I've put in a breakpoint and walked through the code and all of the session properties are correct (ie the same as the other three sessions running).

I am starting to think that there is some deity that doesn't want me to get involved with client/server and I'm starting to believe him/her.


Roy Lambert
Thu, Sep 18 2014 10:24 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Found the problem.


Nothing to do with user id or password. I have RemoteEncrtpyion set to true. The RemoteEncryptionPassword was wrong. I found out by reverting to f/s which gave me an error message telling me what the problem actually was Smiley

Roy Lambert
Image