function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SpectorSpector 

Winter 09 Session Problems

Since using Winter 09 release (my account is on the "na6" server), I have been having intermittant session validation problems. The error can occurr in multiple places:

1. When trying to use the partner API via setting ServerURL and SessionID I get:
UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 662265498-446 (-779933274)

2. When trying to use the System Log to execute a simple line of code, I get:
17:43:56 DEBUG - Executing: string test = 'test';
17:43:56 ERROR - INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Try logging in again.

Aparently any attempt to call the partner API results in a session invalid error. I have tried using the session ID produced by {!$Api.Session_ID} and UserInfo.getSessionId().

Is the partner web service API broken??? We were planning to demo an app at Dreamforce using the Winter 09 release, but this is making it completely impossible.

Any help appreciated.



Message Edited by Spector on 10-29-2008 05:52 PM