Bogdan
25th November 2016, 10:36
Dear all,

I have a strange and anoying situation. When releasing to invoicing a sales order randomly I have an error message like this:
Order PRE000407/26/0 could not be updated after 10 retries. Please try again later.
The order no. is irelevant. It is happening on all orders.
If I am releasing to invoicing by line I get this error message:
tdsls4101m000: Application error in session tdsls4101m000: Wrong use of DAL Engine ('unreachable' failed): something wrong with the last Database Transaction.\n\nFile: ittstpdaltbl0 (line 2283).\n\nDescription:\nDB error 100 on table cisli812 in company 800.

Anyone having an ideea what to look after in order to solve the issue?

Thank you very much for your help

Ajesh
26th November 2016, 08:09
What do the error logs say? You could view the logs through eventvwr.

Bogdan
26th November 2016, 18:38
Hi Ajesh,

Below is the log header:

tdsls4534s000 - Sales Order Line Status: Application error in session tdsls4534s000: Wrong use of DAL Engine ('unreachable' failed): something wrong with the last Database Transaction.
File: ittstpdaltbl0 (line 2266).
Description:
DB error 100 on table cisli812 in company 800 (Max retries (10) exceeded)

The point is that there is no duplicate value in cisli812 (DB error 100) and everythig is random. After a while (but it may take days) the relese to invoicing will work without problem. Moreover I suspect that the sales order line status can not be updated, but I don't know how to check this.

Thank you for your help,
Bogdan

Ajesh
27th November 2016, 07:05
http://www.baanboard.com/baanboard/showthread.php?t=47256

This looks like a porting set Upgrade Issue. Best bet is to contact Infor Xtreme.

sasikanth
4th December 2016, 18:30
Hi,

I have seen this error a couple of times. The following could be the possible reasons from my perspective,

1. The record is locked at the Database Level
2. Any User Exit DLLs' (or) Custom Logic which is going in loop

Hope this would help you.