You need to sign in to do that
Don't have an account?

UNKNOWN_EXCEPTION - An unexpected error occured.
I got this error through both my .Net debugger and through Eclipse.
UNKNOWN_EXCEPTION - An unexpected error occured. Please include this ErrorId if you contact support: 1444434015-196119
Here is the query I am running:
SELECT Name, AccountType__c, OwnerId, (SELECT id, ActivityDate from activityHistories WHERE ActivityType in ('Call - Inbound') ORDER BY ActivityDate DESC LIMIT 1) FROM Account WHERE OwnerId in ('00530000000eHt5AAE') AND AccountType__c in ('Prospect - Participating in Trial')
Please log a case.