Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WS_DELIVERY_UPDATE - ADS: com.adobe.ProcessingException

Former Member
0 Likes
659

Hello everyone

I've created an program using the function WS_DELIVERY_UPDATE to perform the post goods issue.

I am receiving the following error message immediately after the function ran.

===============

ADS: com.adobe.ProcessingException: com.adobe.ads.exception.TransientException: A problem was encountered with the results: RenderResult array is

ADS: com.adobe.ProcessingException: com.adobe.ads.exception.TransientException: A problem was encountered with the results: RenderResult array is

==============

The post good issue is done with success but the error message is continually displayed on screen.

Any idea why the error is displayed?

How can y remove/trap that error and avoid having it on screen?

Regards

Daniel

4 REPLIES 4
Read only

Former Member
0 Likes
526

Hi

It seems a process for printing the delivery starts as soon as your delivery is saved, this print is performed by an adobe-form, but there's a problem with ADS service

Is it active?

Max

Edited by: max bianchi on Aug 5, 2011 5:17 PM

Read only

0 Likes
526

Hello Max

I've ran the FP_CHECK_DESTINATION_SERVICE report and confirmed the ADS is running.

Even the FP_TEST_IA_01 report is working.

The problem seems to be somewhere betwen ADS and the Update Control.

Regards

Read only

0 Likes
526

Your process work in background? Perhaps it's a problem if the print runs in backgrund

Max

Edited by: max bianchi on Aug 5, 2011 6:05 PM

Read only

Former Member
0 Likes
526

Hello everyone

For the benefits of everyone.

The problem was coming from a PDF form that was printing automaticaly at the Post Goods issue.

There was a problem with that PDF. Don't know what.

We had to make an none required modification to the PDF save and generate it again.

Now the PDF os working again and the error "ADS: com.adobe.ProcessingException" is gone.

Thank you all for your support.

Regards

Daniel