Hi all,
I am trying to use the standard FX trans code that comes in Apshell. i Changed the dimension names to match our appset.
I run the logic using the data manager package "Currency Conversion" and it works fine.
But if i include fxtrans in default logic and ia m sending data on input schedule i get the error and logic doesnt work.
Following is the code:
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
//GROUP = %GROUPS_SET%
CURRENCY=%RPTCURRENCY_SET%
TID_RA = %TIME_SET%
RATEENTITY = GLOBAL
OTHER = [COMPANYCODE=%COMPANYCODE_SET%
*ENDRUN_PROGRAM
This works if i run the package.
Then i did *Include FXTRNS.LGF in default.
When i hit send on Input schedule, i get the following error on send :
- Error Message -
Error running default logic ()
- Rejected record list -
Error converting records: Root element is missing.
Can some one help me on this. I dont know what i am doing wrong here.
Thanks for the help in advance.
KK