david7
9th January 2007, 13:08
Hi all,

I'm writing a program script that reads some audit data and sends it to a report that I created..

I'm using the following functions.. (and others) for this purpose,

aud_open_audit
aud_read_tran
aud_read_audit_rec

My problem is that my program is very slow.. I mean it would run for half an hour or an hour to get the data..

Is it known that these functions are slow ? Or is it specific problem of mine ?

Thanks,
David

mr_suleyman
10th January 2007, 15:19
I don't understand what your problem is . But it will be useful to examine this help file. Look at Function Part / Audit Information part.

Good Luck !

david7
10th January 2007, 17:40
Thanks for the documentation but I think it's the same one in the CMS.

So I still wonder if these functions are usually slow ??

I mean if I write a program to print a report with audit information using these functions that are mentioned in my first post then the program will be very slow but if I run the baan original audit report it doesn't take much time !!!

Is this known ??