Skip to main content
Emmanuel Corona ha preguntado en #Integration
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

 
2 respuestas
  1. 13 oct 2016, 23:39
    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.
0/9000