jcastro90
5th March 2015, 00:28
Hi I have BaanV SP10, and when try to use the sesión whinh2115m000 obtain this error

Warehouse '%s' does not have locations.

I check and found that messaage come from a DAL. There have this code:

function extern long whinh215.cwar.check()
{
if whwmd200.sloc = tcyesno.no then
dal.set.error.message("whinhs0267", whinh215.cwar)
|* Warehouse '%s' does not have locations.
return(DALHOOKERROR)
endif
return(0)
}

But the warehouses have the field sloc in 1, and doesn't understand why DAL produce this error.

Please help

bhushanchanda
5th March 2015, 11:06
Hi,

Is it possible to debug the code? You can check in the debugger what is the value for the warehouse and sloc field. May be it is getting initialized somewhere.

jcastro90
28th May 2015, 21:09
Hi,

Yes it's, I obtain those fields with values, but field sloc have value = 1, that's the reason I obtain the message, but the warehouse really have value = 2

I don't know what happen, because some users can locate ítems, with my user doesn't can.

Thank you.

erplncons
16th July 2015, 07:42
Was this warehouse converted from non location controlled to location control? If yes then did perform the necessary step after that so that the non-location controlled inventory can be "seen" in location controlled warehouse?