Adv Prc BC 8 not work on Citrix

wild_erp

Active Member
Hello,
I am hoping someone can help me as JDE has abandonded me. I have a custom BF I call from Advanced Pricing. Works just fine on all fat clients but on citirix for some reason when it returns the price it is trying to convert and this is the error I get.
RUN0000036 - Number to large, converting to largest legal value.

Old String: 3976625
Old Length: 7
Old decimal: 4
New String: 9999999999999999
New Length: 16
New Decimal: 0

After error user is kicked out of JDE.
The old amount is the correct price it should be returning.

We are running Citrix Metaframe on Windows 2000.

Please any help or ideas are welcome.

Thanks - DF
 
Well I solved my problem. It seems as though a mathnumeric variable being used in the calculation in the C function was not being initalized. Added a memset for the variable and all works great now. Just an FYI if this ever happens to you.
 
Back
Top