Is there a way to run a specific form (or report, codeunit, etc.) on a classic client after a re-boot without using the JobQ?
We have a NAV process that runs directy on the SQL server, however, we have weekly maint. that requires the server to be re-booted but then someone has to manually start running a form, just wondering if there is a way to automate this. Thanks.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The reasons I asked about not using the NAS is because we already use it on a diff. machine, I wanted to try another this for another less critical but performance instensive task this way. So, my question is still, does anybody know how to do this without using the NAS?
Of course, still I preffer to use NAS... 8) (saved money on one NAS session will be spent on solving other problems like who will click on error message...)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Systems Analyst
NAV 2009 R2 (6.00.34463)
That is exactly what we ended up doing .. Was just trying to avoid that if there was a very simple way to launch a client and run a specific form after a re-boot.... anyways, Thanks all for your responses.
1. Add a shortcut to open NAV in the windows startup.
2. Add the line FORM.RUN([Form Object No.]); in the end of the CompanyOpen trigger in the ApplicationManagement Codeunit. (You can place this code inside some condition so that the form does not run every time someone opens a NAV client)
That's all...
Did I misunderstand you question?
Chn
http://msdn.microsoft.com/en-us/library/dd338856.aspx
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
By the way, the following does NOT work:
authentication=windows
authentication=windowsauthentication
ntauthentication=windows
ntauthentication=windowsauthentication
ntauthentication=nt
ntauthentication=1
ntauthentication=0
ntauthentication=yes
ntauthentication=no
ntauthentication=true
ntauthentication=false
This is my test path:
EDIT: nevermind, apparently I need hotfix KB979889
Systems Analyst
NAV 2009 R2 (6.00.34463)