Report Problem

algr

algr

Member
Hi List !

An error ocurred when i submit the job by server, but when I start with "Tracing", the job finished normaly.

If i submit "Local" with "Debugger" or Set "OutPut=FILE" the job finished normaly otherwise "ERROR".

Message Error :
Opening UBE Log for report R5543088, version LA021OR001
--UBE--[0]-- Start Time : 17:52:38
--UBE--[0]-- Printer Name is ow_printer
--UBE--[0]-- EventRule : Business Function CacheDeclFixPreco at line 39 for Event 13 in Section Join F5543081 x F5543080 - Report has caused a memory violation.
--UBE--[0]-- End Time : 17:52:44
UBE Job Finished with Error(s).
 
Has the UBE been packaged/deployed?

Also, see if the BSFN runs on both client and server.

Gene
 
Your BF seems to manage a cache, isn't ?

Do you check than datas add to the cache is not empty ?
 
algr,

When ever I have received problems that only occur when not debugging or logging, it meant that there was an asynchronous problem. If the business function mentioned run asynchronously? If it is, try changing it to run synchronously.
 
Your report seems to be a custom report. I was wondering if you have specs of this report on Enterprise Server. If you dont have specs on ES, you need to build and deploy package. After package deployment you can run the report on ES.
 
Back
Top