Showing posts with label Bug Fix. Show all posts
Showing posts with label Bug Fix. Show all posts

Wednesday, April 26, 2017

Killing an Idle Session Automatically in NAV 2016

Hi All,

This is the requirement of one of our client using MS Dynamics NAV with 20 Users License so they want to kill sessions with idle time of 10 min.

In NAV 2009 R2 we can achieve it via SQL Stored procedure.

But from NAV 2013 we can achieve it via defining time on NAS Application Server.

You may have a look on Screen for Reference but I had faced issue with this solution that

Some users are getting logged out after 10 min. However , this solution has resolved problem upto an Extent if any body has resolved it more perfectly then please do comment.



Thanks.



Monday, April 24, 2017

----Error---------While running the RTC from development Environment in navision 2017.

Hi All,

This is the error which have faced During run the RTC from development in 2013R2.
So, I thought To share the Solution which have done.

--------------------------
Microsoft Dynamics NAV
---------------------------
The company name must be specified if the server and instance are specified.
---------------------------
OK   
Solution:-

1. Open Tools-Option-defined the name under company.



2. Then It will show an error while run the object from development Environment. 
---------------------------
Microsoft Dynamics NAV
---------------------------
The client version does not match the server version. You can only connect to a server with a matching version.
Client version: 7.0.33781.0
Server version: 7.1.35473.0
---------------------------
OK   
3. That's a Common  issue. For this You Can follow  my previous blog's  link as below:

Hope,This information will help Someone.
Thanks for reading my blog:


Saturday, November 19, 2016

Bug Fix Needed on webSite of MSDN for query Function SAVEASCSV?


There is a function explained on MSDN website on this link SAVEASCSV for Query Object.


Syntax of Function :

QueryVariable.SAVEASCSV (FileName[, Format][, FormatArgument])
File Name is a text path where query will be Saved.
Format is a option field with 0/1 as parameters
0 means to provide length maually in FormatArgument between any 2 columns
1 means to provide in FormatArgument as , ; or 'tab' for space.

Bug No. 1


'tab' is not working with 1 as paramater it just copies the word tab in between coluum.
Bug No. 2
Microsoft has not written any example with 'tab'
Bug No. 3
Microsoft should notice that 'tab' is working with 0 and not with 1 as FORMAT parameter.
ScreenShot is attached below :-