cancel
Showing results for 
Search instead for 
Did you mean: 

FPRUNX 001 error

Former Member
0 Kudos

Hello everyone,

I'm developing an interactive form on CRM, I'm getting the following BSP error o the popup window that should display the PDF:


The following error text was processed in the system:
Message E FPRUNX 001 cannot be processed in plugin mode HTTP

- The form was working, I've been modifying the scripting and activating the form. All I'm getting now is the error.

- I've already did the step proposed on the note 944221, I tested all but I'm still getting the error.

- I commented the JS code I did, I even copied the XML source from the original source and the error persists.

Any help is appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Recently I face the same error

when I debug the code, I reach at FPCOMP_CREATE_PDX in which I found method called l_pdfo->execute().

Inside execute() I found execute_internal().

Inside execute_internal() I found l_soapresponse = _ads_object->run().

if any exception occurs at _ads_object->run() that will be handle by error handler

I found error that 'N.A' string assigned to float.

When I check layout I have numeric field and I pass string 'N.A' for hiding field in layout using JavaScript.

So it simply data conversion error and throws FPRUNX 001 error.

Thanks & Regards

Kishan Rana

Former Member
0 Kudos

Recently I had the same error with Adobe Form. In my case there were a few problems regarding data binding and data format. In a Form there was unresolved data binding warning and data format mismatch with one field - Form interface contained variable of type decimal and in the Form content that variable was bound to the field of type numeric with data format integer. Adobe Form with such kind of issues can be activated without errors but during Form call you get error FPRUNX001

So my advice would be to consider things like:

  • Resolve data binding warnings. Its in the Report palette witch by default is located in the bottom left corner of the vertical palettes bar.
  • Check that Form interface data types match with Form content fields data formats in data binding sub-menu.

Also in your Form calling application you can trace ADS by using these function modules:

  • FP_GET_LAST_ADS_ERRSTR - provides texts about the cause of the error
  • FP_GET_LAST_ADS_TRACE - provides a trace of the Adobe document services
OttoGold
Active Contributor
0 Kudos

FPRUNX 001

Hello, this is very peculiar problem. I am not 100% sure but I can tell you about my experience with this error. It appeared all of a sudden and was caused by a mismatch in the form. There was a conflict in the type of the field and of the value or other kind of serious error. There are no tools to debug out what the problem is.

Your only chance is to remind what were the last things you did before the error started appearing and try redoing it.

To make sure this kind of error will not affect your results/ damage the project/ deadlines I can recommend you to use the standard SAP versioning (I use it every morning when working on a complex forms).

I must also admit I have not see this error for months and maybe there is a connection between not seeing this error and upgrading my LiveCycle Designer (I use 8.1).

Cheers Otto

Former Member
0 Kudos

From time to time, I also encounter this error message.

Usually I can solve it by running the report FP_GENERATE_FUNCTION_MODULE.