+ Reply to Thread
Results 1 to 3 of 3

Thread: Fatal error:[INVALID_LOGIN] INVALID_LOGIN:

  1. #1
    lithiun is offline Junior Member
    Join Date
    Oct 2009
    Location
    Mexico City
    Posts
    2

    Fatal error:[INVALID_LOGIN] INVALID_LOGIN:

    Hi.
    i have this error:
    Fatal error: Uncaught SoapFault exception: [INVALID_LOGIN] INVALID_LOGIN: Invalid username, password, security token; or user locked out. in C:\wamp\www\webservice\salesforce\soapclient\Sforc eBaseClient.php:158 Stack trace: #0 [internal function]: SoapClient->__call('login', Array) #1 C:\wamp\www\webservice\salesforce\soapclient\Sforc eBaseClient.php(158): SoapClient->login(Array) #2 C:\wamp\www\webservice\salesforce\traecosas.php(35 ): SforceBaseClient->login('csalazar@cambri...', 'pasduyr1') #3 {main} thrown in C:\wamp\www\webservice\salesforce\soapclient\Sforc eBaseClient.php on line 158

    my password and user is correct, can you help me??

  2. #2
    mike's Avatar
    mike is offline Administrator
    Join Date
    May 2007
    Location
    Wylie, Texas
    Posts
    557
    Blog Entries
    15
    did you include your security token? go to Salesforce > Setup > reset security token

    and then include that like this

    PHP Code:

    $username 
    'me@myemail.com'
    $password 'password';
    $token 'token from salesforce';

    $password $password.$token
    that should get you past that error

    ~Mike

  3. #3
    lithiun is offline Junior Member
    Join Date
    Oct 2009
    Location
    Mexico City
    Posts
    2
    Hi Mike
    Thanks for the help.
    have a nice day

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO 3.5.1