• uri1981
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hi there
I have created 2 SSP users, that seem to have the same properties.
Manually, via the regular web console, i succeed to log-in with both users.
 
But when i try to log in using the APEX api (using the sample c# program), only one of them succeeds to log in. I tried to reset password, and even to re-create the second user. but it won't log in.
The error i get:

"INVALID_LOGIN: Invalid username or password or locked out."

 
What's the difference between the 2 log in methods? (API call VS. web console)
Both users are active, of course.
 
Attached a snapshot with the users' details.
 
 
I'm writing an outer application using C#.
I need to validate SSP users' credentials using API calls.
- Can anyone post a code snippet? Has anyone done it before?
- If not, please what are the relevant function calls today within the API?
 
(Note: I'm using Enterprise Edition)
 
 
Thanks ahead.
Uri.
 
Hi there
I have created 2 SSP users, that seem to have the same properties.
Manually, via the regular web console, i succeed to log-in with both users.
 
But when i try to log in using the APEX api (using the sample c# program), only one of them succeeds to log in. I tried to reset password, and even to re-create the second user. but it won't log in.
The error i get:

"INVALID_LOGIN: Invalid username or password or locked out."

 
What's the difference between the 2 log in methods? (API call VS. web console)
Both users are active, of course.
 
Attached a snapshot with the users' details.