R42520 Error

raymond

Member
Hi,
I am having problem on R42520 with the following Error:

3676/2876 Tue Jul 27 15:08:42 2004 PrtPDFGen.C139
UBE0000084 ERROR: Function: PDFPageGen_Save, Code: 1074397185, Message: A file error has occurred.

Any help to resolve this problem is appreciated.

Thanks in advance

--------------------
OW B7333 Xe SP21, CITRIX, W2K, MS SQL Server 2000
 
This problem exists when the enterprise server don't have space avaliable to create PDF or log files

Hope this help.
 
I am having this issue today with a certain report, not all reports. I get this error message when I run it on an enterprise server. I have submitted it do two different report servers and I get the same result. Both servers have >10 GB available. This seems pretty strange to me. The report is only about 25 pages, so it is not a large PDF. Any help would be appreciated.
 
Guys, bit of a longshot here but we also have this intermitten issue with the R42520, on partcicular version.

Any help or advice appreciated??

SQL server 2005, XE SP 24_02, W2k+3 SP2 ENT, CTX Client side.
 
Guys, bit of a longshot here but we also have this intermitten issue with the R42520, on partcicular version.

Any help or advice on how you fixed it would beappreciated.

SQL server 2005, XE SP 24_02, W2k+3 SP2 ENT, CTX Client side.
 
[ QUOTE ]
Guys, bit of a longshot here but we also have this intermitten issue with the R42520, on partcicular version.

Any help or advice on how you fixed it would beappreciated.

SQL server 2005, XE SP 24_02, W2k+3 SP2 ENT, CTX Client side.

[/ QUOTE ]

In your enterprise server jde.ini try the following settings:



<font class="small">Code:</font><hr /><pre>
enterpriseServerTimeout=60000

JDENETTimeout=360
</pre><hr />

enterpriseServerTimeout controls Asych BSFN's, is in milliseconds and is probably wrong in your jde.ini

Restart services, re-submit UBE.
 
[ QUOTE ]
Guys, bit of a longshot here but we also have this intermitten issue with the R42520, on partcicular version.

Any help or advice on how you fixed it would beappreciated.

SQL server 2005, XE SP 24_02, W2k+3 SP2 ENT, CTX Client side.

[/ QUOTE ]

Also, here are some notes I took about 5 years ago when I ran into this issue:



-----------


1230 Noticed that hqpsbat1 was running out of memory

Runbatch.exe was taking 250MB of memory

The job associated with the PID is R55AR350


UBE0000084 ERROR: Function: PDFPageGen_Save, Code: 1074397185, Message: A file error has occurred.


1630 R55AR350|MILLS002 is running again and taking up over 1G of RAM

job eventually errors giving this in log:


UBE0000084 ERROR: Function: PDFPageGen_Save, Code: 2, Message: Out of memory.

It looks like it is creating a 2GB Adobe tmp file

Perhaps it is hitting a 2GB limit and erroring


1715 Testing shows that the R55AR350 will work with certain business units other than
28000

When run with data selection for 28000 it starts using large amounts of memory and
creates a large Adobe temp file

Tried running from the fat client and running locally

Job creates a huge amount of pages



1745 Gone



Friday
10/7/2005

0900 Arrived

Troubleshooting the R55AR350

If I run the DV version against PD data the report runs to many thousands of pages.
If I run the PD version against PD data the report runs to many thousands of pages.
If I run the PD version against DV data the report runs normally.
If I run the DV version against DV data the report runs normally.



----------------

I would also look into available disk space in the PDF generation temp file location, usually C:\Documents and Settings\servicesaccount\Local Settings\Temp
 
Well Dawg,

your problem could be due to a Page header Overflow.
What happens is, the Pick Slip program prints SO Text attachment on the Page Header or Group Header (that repeats on each page).
If some well meaning user enters a ton of text on the SO that when printed exceeds a page in length then the pick slip program will go into a loop reprinting the page/group headers.

I spent a fair amount of time way back when getting that fixed on XE.
 
Back
Top