Skip to Content
0
Former Member
Jan 12, 2011 at 11:11 AM

FXTrans Script runs on error: UJK_EXECUTION_EXCEPTION:Run program error

74 Views

Dear Experts,

I found a couple of messages related to this topic but unfortunately no solution that fits for me. I have the following problem. In 7.0 we implemented a very simple prototype currency translation and it worked just fine. We migrated the appsets etc. to 7.5 SP4 and I was gonna run the currency translation but the script gives me the following error in the package as well as in the script logic tester:

RUN CURRENCY CONVERSION

EXCEPTION OCCURRED WHEN RUNNING PROGRAMS:

Error found in BPC

UJK_EXECUTION_EXCEPTION:Run program error, Message Number: ""

For that reason, the package of course runs on an error.

This is my FXTRANS-Script:

*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
OTHER = [ENTITY=%ENTITY_SET%]
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM

This is my Test-Script for the Checker:

*RUN_PROGRAM CURR_CONVERSION
CATEGORY = V301
CURRENCY = EUR
TID_RA = 2011.JAN
OTHER = [ENTITY=S21001]
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM

I am very sure that I maintained all needed dimensions and properties. I just dont understand why the system gives me such a weird error message. I'm desperate. 😔

Thanks in advance,

Cora