• jnmm
  • NEWBIE
  • 0 Points
  • Member since 2005

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

Hi,

I am receiving this message everytime I attempt to run a simple select query on the Account table. The query does return some rows sometimes but the majority of the times it returns the error.

curl_exec error 28 Operation timed out with 0 out of -1 bytes received
select Id,Name from account

I am using the PHP Sample and have simply changed the table name (and fields) from lead to account.

Does anyone have any ideas what the problem could be?

Any help would be greatly appreciated!