Hi yall,
Has anyone been able to implement Job Queue functionality from NAV 5.0 to NAV 4.0.
One of our customer is still using NAV4.0 and they want some reports to get executed automatically. Therefore, we decided to use NAS. However, rather than modifying CU 1 all the time, I was wondering has anyone been able to successfully implement Job Queue functionality from NAV 5 to NAV 4.
If someone was able to do it successfully, and they wouldn't mind sharing the modified objects or giving me tips as to how they were able to do it, will be much appreciated.
0
Answers
Import into NAV 4 (5 Tables, 6 Forms + 2 CUs)
Amend CU448: Remove all References to Clearlasterror, Getlasterror - Functions do not exist in NAV4
Amend CU1
Re-Compile all Job Queue objects
Done
Maybe at the same time a technical upgrade to 2009 R2? This would give you the possibility to use Clearlasterror, Getlasterror.
FD Consulting
Tino Ruijs
Microsoft Dynamics NAV specialist
Adding Job Queue functionality will require additional granule to be added to the license?
I'm not sure, but you can expect it.
Tino Ruijs
Microsoft Dynamics NAV specialist
I also had to modify the HasWinPermission function in 'Job Queue Start Codeunit' since I was getting the following error (Reference to the member ShortUserID of the variable could not be solved.) .
The function modification mentioned above was from the following post --> http://dynamicsuser.net/forums/p/26131/141438.aspx