error in file:
c:\user\axadmin\appdata\local\temp\$tmp30000.$$$ while reading in record=
file id..1
windows error:...=
Error Code 50109-check error :-the check digit read in the data is illegal. if this is regarding an entire table cache,the cache might have been flushed. restart your job if this is in the case.
operation failed.
Above is error when i am doing inventory registration from purchase line through x++ code.
I have 3 different batches for 1 line in purchase order having 3 qty.
when my code runs it successfully register 1st batch for line1.
but when it reads second batch and tries to register for line1 again , it gives the above error message.
After clicking ok. it gives error message
Cannot edit a record in Registration/picking (TmpInventTransWMS).The record has been deleted by another user.
i am using this method
inventTransWMS_Register.writeTmpInventTransWMS(tmpInventTransWMS, inventTrans, InventDim::find(tmpInventTransWMS.InventDimId));
Following steps tried for resolution
also tried by changing cachelookup property of table tmpinventtranswms to none, found, foundandempty
i have stopped service
deleted xppil folder, auc files, kti files but it didn't worked for me.
Please help.