Erik Konrath
3rd February 2003, 17:10
Hi,

We would like to implement the purchase statistics module (our environment is BaaNIVc4 / DB is Oracle 4.0).

The problem we encountered is that the session "Update Purchase Statistics" is running a very long time and it creates huge temp files. We had to kill the session after 48 hours...

Do you know how we could improve the performance of this session? I received a patch from BaaN Support to improve the performance, but I'm rather sceptical that it will work...

Any hints would be greatly appreciated.

Thanks & Regards,

Erik

EdwinvdBorg
3rd February 2003, 22:52
Hi Erik,

Please request the latest object of the session compiled in profile mode from BAAN Support.
It is important to allow the session to run completely. The output should give BAAN Support enough info what is happening here.

Are you really running Oracle 4.0?

Regards,

Edwin

Martin
12th February 2003, 12:14
I love this session !

In Baan Standard, if you start the update sales statistics, a lot of statistic-tables would be deleted, row by row ! (very nice).

I had created a small baan program, which delete the tables with db.clear.table.

Then create a job, first session is delete the baan tables, then run the sessions for update sales statistics.


Martin