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
ECoronaECorona 

Error (-369530101)

Greetings we have a task to query activies but sometime we are getting this error, so i really appreciate you help! Thank you.

Error al realizar la consulta en salesforce. UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1172594993-1078047 (-369530101) SQL: SELECT What.Name, What.Id, Type, ActivityDate, Account.Name, Subject FROM Task WHERE ActivityDate = THIS_MONTH AND What.Name != Null AND Owner.Userrole.Name LIKE '%EV-Network%' AND WhatId in (SELECT id FROM Opportunity) AND Status = 'Completada' ORDER BY ActivityDate ASC
 
Gordon EngelGordon Engel
The error translates to "ORA-01554: transaction concurrency limit reached reason:no xaction slot in chosen usn params:0, 0"

This kind of exception should be handled gracefully so you can get a better error message.  If you file a case with Salesforce someone can dig into what's going on when this error occurs.
ECoronaECorona
Gordon! Thank you so much