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

Error in adobe form when executing

Former Member
0 Likes
6,769

Hello Experts,

I have developed one adobe form. When I am executing the form it is showing the error like below in popup message.

"@5C\QError@ ADS: com.adobe.ProcessingException : com.adobe.ProcessingException:29216: Invalid Value: 'CAD' for 'decimal' property(200.101)."

Please check attached image. Don't know Is this problem in designing the form ?.

So can you please help regarding this?

1 ACCEPTED SOLUTION
Read only

nikolayevstigneev
Contributor
0 Likes
4,984

Hi! At the first glance it seems that one of your decimal fields receives text.

You can try to go to "Preview PDF" on Format tabstrip in LiveCycle, sometimes it helps to see whether there is an error in scripts, etc.

If you can't get an idea what field is wrong, I would try to make a copy of the form, set binding for all fields to "None" and check whether it works. If the form is to be generated without errors, switching fields binding on will let you find out the "guilty" one.

Not a fast solution if the the form is huge, but I think it will be good to eliminate problem with data.

10 REPLIES 10
Read only

nikolayevstigneev
Contributor
0 Likes
4,985

Hi! At the first glance it seems that one of your decimal fields receives text.

You can try to go to "Preview PDF" on Format tabstrip in LiveCycle, sometimes it helps to see whether there is an error in scripts, etc.

If you can't get an idea what field is wrong, I would try to make a copy of the form, set binding for all fields to "None" and check whether it works. If the form is to be generated without errors, switching fields binding on will let you find out the "guilty" one.

Not a fast solution if the the form is huge, but I think it will be good to eliminate problem with data.

Read only

0 Likes
4,984

Hello

Read only

0 Likes
4,984

Hello Dude,

Thank you sooooooooooooooooooooooooooooo much. It is working fine now.

Read only

0 Likes
4,984

Hi!

I'm glad it helped

Read only

saravanakumar_mac
Participant
0 Likes
4,984

HI Nikoay,

I am also same issue.

We are facing this issue for some employee(Some Adobe Form) not for all so how i can predict.

Read only

0 Likes
4,984

Hi!

You haven't provided any info on your problem.

What I described is a "general" approach I use when staring at Adobe form doesn't help

You should try to reproduce the error and when it is reproduced you can play with the form.

Read only

0 Likes
4,984

Hi Nikolay,

Using HCM forms & process i have created Leave request.

If i want to see approval level & Leave PFD form i will select process name.

It should open PDF file.

But I am getting below error message.

If put breakpoint in include LFPCOMPFRM    

I am getting below detailed massge

Processing exception during a "Render" operation.#Request start time: Fri Apr 10 21:29:37

AST 2015#com.adobe.ProcessingException: com.adobe.ProcessingException:

29216 : Invalid value: '962,00' for 'decimal' property##Exception Stack Trace:#com.adobe.Process

Read only

0 Likes
4,984

Is it a standard PDF form or a Z one?

Read only

0 Likes
4,984

Hi,

This our zPDF designed using tcode: HRASR_DT (Hcm process & forms).

Read only

0 Likes
4,984

I never used this tool for creating Adobe forms. What I can advise is to double-check data binding for all decimal fields, have a quick look through possible macro bindings and only in case nothing helps comes the above-mentioned solution: copying of PDF form, resetting all data bindings and then switching them on using some kind of "binary search" until you find the bad field. It may be a rather frustrating process so it's better to find the problem using the "staring at PDF form for a long time" method