K
Kai Siegele
Guest
Hallo, I am writing an application calling a procedure on an application server asynchronous. This procedure updates a record in the database and writes an entry into the log-file of application server to document this action. The log-entry is very important. We use this entry to show our customers that an action has performed if they are in doubt For this purpose I have created an application server with operating mode state-free. In my client program I have connected the application server. On application server I have executed the procredure using keyword ASYNCHRONOUS and specifying a procedure to call back after execution. Everything works fine: The record in the database were all updated. The procedure was called back for each call. Unfortunately not all entries in the log-file were written. Has anyone an idea what could be the reason of my problem? Kind regards Kai Siegele
Continue reading...
Continue reading...