• Avansys
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi, i´m developing a e-commerce web site, this site extract information about products and productos stock; the problem is  that in less than 24 hours i get the call request limit.

 

I have 10 licenses, then 10 x 1000 i have 10,000 api calls.

 

10,000 can sounds very much, but i dont know how many api calls i´m "loosing" with  one query or with login, or with logout, etc.

 

Thanks.

Hi, i´m developing a php application, this application connect with salesforce and get an item list, after for each item i do a request to get details.

 

The result is several queries and sometimes the response is the next error:


Fatal error: Uncaught SoapFault exception: [sf:INVALID_SESSION_ID] INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00DA0000000JIOx!AREAQFgADkyUH3Bia1Gfs8N7BEBn5R5nC6YnYoWYuuNR1JshqZqpGyjt1wKEvarTt8HPRoKCK5OuhrIPbnwEqn8ogBEciZzQ in /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php:662 Stack trace: #0 /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php(662): SoapClient->__call('query', Array) #1 /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php(662): SoapClient->query(Array) #2 /home/prospera/public_html/archivos/lib/functions/php/functions.php(137): SforceBaseClient->query('SELECT Name FRO...') #3 /home/prospera/public_html/archivos/lib/incs/frontend/prosperandos.inc.php(33): obtenerInfoRegion() #4 /home/prospera/public_html/archivos/index.php(244): include_once('/home/prospera/...') #5 {main} thrown in /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php on line 662

 

I would like know how can i fix thi problem

Hi, i´m developing a php application, this application connect with salesforce and get an item list, after for each item i do a request to get details.

 

The result is several queries and sometimes the response is the next error:


Fatal error: Uncaught SoapFault exception: [sf:INVALID_SESSION_ID] INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00DA0000000JIOx!AREAQFgADkyUH3Bia1Gfs8N7BEBn5R5nC6YnYoWYuuNR1JshqZqpGyjt1wKEvarTt8HPRoKCK5OuhrIPbnwEqn8ogBEciZzQ in /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php:662 Stack trace: #0 /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php(662): SoapClient->__call('query', Array) #1 /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php(662): SoapClient->query(Array) #2 /home/prospera/public_html/archivos/lib/functions/php/functions.php(137): SforceBaseClient->query('SELECT Name FRO...') #3 /home/prospera/public_html/archivos/lib/incs/frontend/prosperandos.inc.php(33): obtenerInfoRegion() #4 /home/prospera/public_html/archivos/index.php(244): include_once('/home/prospera/...') #5 {main} thrown in /home/prospera/public_html/archivos/sf-lib/toolkit/soapclient/SforceBaseClient.php on line 662

 

I would like know how can i fix thi problem