Ajay
(Ajay)
September 24, 2024, 5:00am
1
Hello ,
When I receive Tick in Receipt Entry, it give error of Parameter Out of Range.
I know this is price decimal issue, may be the price is big but in Purchase Entry, Receipt entry until normal Save.
Once click the receive, it will give below error
I remove all customization, disable all BPM and running still it give same error. Even checked server log in that nothing found.
Rgds,
Ajay
Ajay
(Ajay)
September 24, 2024, 12:01pm
3
Hi Jarry,
I didn’t got your point.
In OurUnitCost in RcvDtl it is storing cost value as 51797273640.80000 and length of this is 17. As per Data Type of this column it is OutUnitCost decimal(17,5).
Jarry
(Arnaud)
September 24, 2024, 2:55pm
4
ok, i had this kinf of issue because of the decimal separator error, somme use dot and some other coma, and the regional format take sometimes the dot as a decimal separator, or a thousands separator
1 Like
Ajay
(Ajay)
September 24, 2024, 6:09pm
5
I think there is no issue with comma separated as in DB it is storing normal value without comma separated.
Ajay
(Ajay)
September 24, 2024, 6:53pm
7
Hi
we have usd and vnd currency. eg docunitcost is 500000 and conversion to vnd is about 17 length price including decimal
Ajay
(Ajay)
September 30, 2024, 8:25am
8
Hi,
If you can let me know how this can be resolve…I tried from many days but not happening…
klincecum
(Kevin Lincecum)
September 30, 2024, 11:52am
9
As stated before, check the region / language settings.
Failing that, set up a pre-processing bpm on that BO.
Something like…
throw new Ice.BLException(ds.RcvDtl.OurUnitCost.ToString());
Then we can see what’s wrong.
Ajay
(Ajay)
October 1, 2024, 12:16pm
10
Hi Kevin,
I run this and it is showing same value (OurUnitCost) which is showing in Error of Parameter out of Range when receive tick and save in Receipt entry.
klincecum
(Kevin Lincecum)
October 1, 2024, 12:17pm
11
Yes post the actual value.
Ajay
(Ajay)
October 1, 2024, 1:41pm
12
in error and in bpm message is 17539237046.90000
klincecum
(Kevin Lincecum)
October 1, 2024, 2:58pm
13
Well that should obviously fit, so not sure what’s going on here.
I would put in a ticket.
Your value: 17539237046.90000
Max value: 999999999999.99999
Ajay
(Ajay)
October 2, 2024, 4:13am
14
Yes this is what I am also not getting what is going …why it is giving error…
I disable all BPM and run in base mode event though the error is coming…