Skip to Content
0
Former Member
Nov 30, 2011 at 03:00 AM

Currency Conversion

27 Views

Hi All,

I have changed and edited System_Constants.LGL, file to depict my dimension. In Script Logic section under FXTrans.LGF section I have place the following code and received error message.

*INCLUDE SYSTEM_CONSTANTS.LGL

*SYSLIB SYSTEM_LIBRARY.LGL

*SYSLIB MULTICURRENCYTRANS.LGL

*COMMIT

I receive error message

"Application: FINANCE

Logic file: FXTrans.LGF

Validation status of executable file: Failed

- missing file:D:\PC_MS\DATA\WebFolders\BSB\AdminApp\FINANCE\..\..\SystemLibrary\Logic Library\SYSTEM_LIBRARY.LGL

Validation status of syntax: Failed

- Invalid syntax found; see statements in red"

But, if I remove them and place "*RUN_STORED_PROCEDURE=SPRUNCONVERSION('%FINANCE%','%CATEGORY_SET%','','GLOBAL','%SCOPETABLE%','%LOGTABLE%')"

This validates, but fails to perform currency conversion

Please assist

Thanks

Zan