• jdesantiago
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I am using the queryAll call to get all of tasks that are archived by filtering for IsArchived = true. The call works and returns the size of all the records I was expecting to see . The queryMore call does not generate any errors but when I access the records of the QueryResult object it is null.

Does anyone have any thoughts on whether this is a bug or if I need to do something special when accessing these records?

I am using VS .Net 2003 with the latest version of the Partner WSDL
Exception message:

SOAP Exception!
UNKNOWN_EXCEPTION: An unexpected error occured. Please include this ErrorId if you contact support: 1516423793-3575

Do I need to contact technical support for this, or can somebody here explain what's going on?