teddy_pean
6th May 2002, 10:56
Hi!
I having a problem of slow processing time in my inventory report. Everytime i need to take 3 1/2 hours to print my inventory report (with around 3000 record per time).
Please guide me if you know the solution of this problem.
spartacus
6th May 2002, 14:13
If you have tools permission you can try to locate the problem with the debugger. You can also try to find something with the "profiler"
Greetings
Spartacus
teddy_pean
7th May 2002, 04:53
Thank you for your reply!
but i have a confuse in the term of "debugger" and "profiler", where can i get this? from Baan?
spartacus
7th May 2002, 10:24
due to your answer I suppose that you are not that much tools expirienced. In that case debugger and profiler will hardly help you.
Anyway: If you "compile" a program in Baan you can do this with "debugger"-option. That means you can walk step by step trough the program and check what it does, line by line. In that way, you can also find out, if there are any certain functions which needs to much time.
You can also compile with the "profiler"-option. If you do that, you will get a printout after the program (session) finishes. In that printout is the time consumption of the single program parts listed. But it not easy to interpret this list.
You will find this in Maintain Program Scripts, if you have tools or developer permission (don't no if there is a difference between this terms).
But I think you will need a technical consultant for that.
An other way is perhaps (very simple!): "A call to Baan"
Hope that helps a little
Spartacus