This issue is killing me now and I have no answer... Hope there is an expert who can help! The problem going like this;
My client has define set of userid to report to network printer under NAV4.0 Printer Selection table. It all work fine until recently, now once we upload ANY NAV object into their database (btw the are running SQL2000 on Windows 2003), the next moment print out from the client machine all went to client machine default printer and the well defined printer selection gone ignore. And user has to go to individual machine to select the report and specific paper size again... (user is printing different size report on different printer under one client machine) Then it work again until next object upload... Since we are talking about 30~40 machine every reset it become a very serious issue to my client. (Consider all the downtime, waste time, reset time, invoice not print, etc)
](*,)
Some one, any one, pls help me!
Comments
Or that the records in the Printer Selection table are ignored?
2) Are the printers used in printer selection still exist?
3) Haven't you changed the user logins?
4) Have you tried to debug the Codeunit 1 FindPrinter function if it is called and why it cannot find the printer selection?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
2) Yes, most definately they are still exist. There are six printers at different location which is use by the user everyday.
3) No. never change any user login since I dunno when, but at least 15~18 months they haven't been touch.
4) No, I haven't try this option but I no customization is make on this codeunit, so logically speaking it should work. I shall try to debug when this problem next arise. But I doubt it will solved the problem...
Any other idea?
Thanks for the suggestion though.
This is not what Printer Selection is doing, it just select the default printer if the report is called with correct parameters, Else the default win printer is used. That paper size etc. is lost is because the report is updated, thus settings in zup are lost for this object. May be it is just misunderstanding.
How the reports are started?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
All those reports will be run when user post and print Sales Order.