Hello everyone,
I have a problem at a client who is using Nav 2.60 with SQL.
One a week they launch a treatment that prints about 5000 invoices for their customers. As you can imagine this process lasts a few hours, especially with them having to supply the printer with new paper once at 500 pages, but, this is not their problem. The problem is that the process stops due to some errors. Until now there are 3 types of error that occur randomly as far as i can tell. One error says that the connections to the server is lost, another that the operating system has failed and another that some forbiden memory register is trying to be accesed. I am not network expert, i am merely a navision programmer and in this case i really don't know what to do. I don't see any problem with the treatment but before i can be sure could you please tell me if you have encountered similiar problems or if you have an ideea about the real cause of my problem.
Thanks.
M
Mada
0
Comments
I would split the report into two reports.
Report 1 will filter report 2 to print one invoice at a time (or more. till 500?).
Then ask the user do you want to continue? and print the next 500 invoices.
This will create separate print jobs.
The issue is memory on fin.exe and you need to split the job so that navision can clear the memory of the report.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Well in fact there are more than 2 reports, there is one report that calls different other reports depending on the document type and specifiications. So you see, in fact there is some report that is called 5000 times or so.. and i cannot help that, because there is a certain order in which the client wants the documents to be printed so that he doesn't have to sort them afterwards so i can't just call 3 reports one time each with the proper filters on the rec they receive as parameter.
I could howerver make a count in the main report and count to 500 and them stop and ask for further confirmation, if that really helps..
M.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Also try to increase the cache on the client.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Changing it to 32 Megs wouldn't hurt anything.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n