Try to use SQL profiler to find out the SQL statement which causes the crash. Some time ago we had crash with an invoice date in the year 2090 or smth. Even though it is within the range of SQL server supports, it caused the crash.
Hi Piotr,
The log entry: 2024-12-14 08:40:43 0.000 CallHal(IsHansaWorldCustomer)
appears because the server is running with the verbosity=debug-detailed setting in its parameters.txt file.
Thi...