25
Jun2013
0 comments
The whole Job Queue stops when a lock time out occurs
Running NAS with Job Queue will start a timer to process Job Queue Entries every two seconds.
In the original code the Timer is disabled before checking the Job Queue Entries and then enabled again after the process.
read more
20
Feb2013
0 comments
Missing permissions in NAV2009R2
By default Ms Dynamics NAV 09 R2 is missing several permission records for tables that are new in R2. Even in the CRONUS database for NAV 09 R2 these permissions are not included.
read more
27
Dec2012
0 comments
NAV Job Queue says “In Process” but job has crashed
If the job encounters an error the Job Queue Entries page will continue to say the job is "In Process". In fact its not and it will never run again until the job is reset.
read more
31
May2011
0 comments
A call to SSPI failed in NAV 2009 R2
It is not unusual for your network security guys to force regular password changes. What is unusual is that once you changed your password you can no longer run NAV RTC. And receive the obscure message
read more
23
May2011
0 comments
Can’t send BizTalk documents from NAV2009 Role Tailored Client
As a regular user in NAV2009R2, attempting to Send a BizTalk document resulted in the error message.
read more
10
May2011
0 comments
CRM 2011 – NAV 2009 R2 Synchronisation – tips and tricks
The following pointers are little things we picked up while synchronising CRM 2011 and NAV 2009 R2, that were not well documented elsewhere. It doesn't cover everything - just the points that were poorly documented by Microsoft, or not obvious to us.
read more
03
May2011
0 comments
Manually Create NAV Service Instances
In the default installation just one NAV Server Service and one NAV Business Web Service is created. I have found that in real life you need more NAV Server Services, and then you can spread users across them. In one case I created 7 different instances.
read more
31
Mar2011
0 comments
NAV2009R2 DotNet SMTP Add-in
NAV 2009 R2 introduced a new data type - DotNet. Sounded like a good idea but was there any practical use for it? Yes there is.
read more
30
Mar2011
0 comments
Create a CSV file via an XMLport with no field delimiter
You are trying to create a CSV file in NAV2009 using an XMLPort, but you want no field delimiter.
read more