As Vjeko already announced, the Beta version of the new release of Microsoft Dynamics NAV is ready to be downloaded from Partnersource! Even more .. the localised versions for the “Group 1″ countries and the W1 are available (did I already mention I HATE being in Group 2?).
That means: get your *** over to Partnersource, download and start playing with all those great new features in the release! Start debugging, start posting your assemblies, start creating your beautiful queries and use them in Excel PowerPivot with Odata, … . There is a lot to look out for!
Furthermore, you’ll find some documentation on the NAV 2013 Beta download page, like System requirements, Upgrade guide, what’s new, … .
We’re not sure yet if this means that blogging about it is allowed .. we’re still waiting for approval for that.. so I’ll keep this message short for the partners who want to gain more info already .. and, of course, more to come!
May 15th, 2012
Posted by
waldo |
Dynamics NAV, Updates |
no comments
Since NAV 2009 RTC, live has become .. let’s say .. more challenging regarding “installations”, isn’t it ;-). There are loads of settings, parameters and configurations you have to get familiar with (Delegation, SPN, SQL Server, Active Directory, Kerberos fluff, …) before you’re even able to get it running. And then .. when you’re completely in euphoria about being able to do so .. sometimes .. it’s with the nose flat against the wall .. Because you notice that all the changes you’re doing in Classic, are not reflected in RTC.
Hey, waldo, I already know the solution of that problem ..
I bet you do. And you should, because there is already quite some info out there to fix it:
The one from the Team Blog is quite complete, and it explains how it works .. very interesting and unnecessary for me to blog again.
I have a feeling you have something to add..
Well, let’s just say, I’m not sure if it was already mentioned by anyone somewhere .. . At least, when I was searching for a solution, the resources I found, were just not giving me any solution. Really, after applying all the stuff that was mentioned in the blogs, I still didn’t find a solution: my listener was enabled, I didn’t get any error in any log, polling in stead of the SQL Broker didn’t work, … . Nope .. my objects changes were not pushed (or pulled) to RTC.
So, what did I do..
Well, I started to watch the Object Tracking table, which is the core table for the Change Listener (for tracking changed objects). And when I saved a new version of the object, the ID in that tabel, wasn’t the highest one in the table :-/ . It was something in between, and then it all makes sense, of course.. .
Is it a bug in classic, or did I do something wrong .. I don’t know. But I do know this:
When removing all records from the “Object Tracking” table (I can’t think of any problems it can cause), and restarting all NST’s, fixed my problem.
I had to do this for about 50 databases, so I wrote some kind of script in SQL Server. May be it’s useful for you:
DECLARE @DBName VARCHAR(50)
DECLARE @SQLString VARCHAR(MAX)
DECLARE MyDatabases CURSOR
FOR
select name from
sys.databases
where name not
in
(’master’,'model’,'msdb’,'tempdb’)
OPEN MyDatabases
FETCH
NEXT
FROM MyDatabases INTO @DBName
WHILE
@@FETCH_STATUS
= 0 BEGIN
SET @SQLString = ‘DELETE FROM [’ + @DBName +
‘].[dbo].[Object Tracking]’
print @SQLString
FETCH
NEXT
FROM MyDatabases INTO @DBName
END
This small script is will generate a script (yes indeed..) that you have to execute and which is going to empty the “Object Tracking”-table of all your databases. I could have extended this script to check if it’s a NAV 2009 Database (or a NAV database nevertheless..). I did not do that, so you’ll have to manage that yourself
(tip: you could check the “$ndo$dbproperty”-table where you’ll find a field “databaseversionno” which should be greater or equal to “60000″ (first version of NAV2009)). In our case, it just wasn’t worth the effort.
May 14th, 2012
Posted by
waldo |
Dynamics NAV |
no comments
Hi there .. another update of “the list” to start the weekend. Together with the usual platform hotfixes, I added some new interesting links, like these:
Other then that, may be it’s a little bit too soon .. but as Microsoft released the NAV 2013 Launch page, I added the new table for listing the updates as well:-) (although the release seems pretty good .. so may be no platform updates for NAV7..). What can you find on the Launch page?
Enjoy, people!
Note: it could be that the link to the launch portal doesn’t work. Try to copy paste this url if it doesn’t:
https://mbs.microsoft.com/partnersource/newsevents/news/MSD_NAV2013Launch
Â
Â
Â
Â
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
NAV2009 R2
|
 Â
|
32012
|
 Â
|
 Â
|
|
 Â
|
Update 0.1
|
32034
|
2480332
|
The client crashes when you try to import the .fob files to Microsoft Dynamics NAV 2009 Service Pack 1 that has an earlier build number than 31919
|
|
 Â
|
Update 0.2
|
32074
|
2481169
2490096
2493357
2481212
2492233
2481212
2489666
|
“ComplexType is neither recognized as a GUID nor as the name of an Automation server” error message when you try to import an object that has an Automation type variable into Microsoft Dynamics NAV 2009 Service Pack 1
The Classic client crashes when you run a custom XMLport in Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored client crashes when you insert records into the Record Link table by using code in Microsoft Dynamics NAV 2009
No busy-indicator is displayed when you export data to an Excel worksheet in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The Record type variable is not reset as expected if an error occurs in the RoleTailored client in Microsoft Dynamics NAV 2009
No busy-indicator is displayed when you export data to an Excel worksheet in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
A field in a page is not editable even though the Editable property is set to True in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.3
|
32146
|
2492239
2491371
2491725
2501869
2494881
2500531
2493350
|
You receive an error message about compilation errors when you try to save or compile objects in Microsoft Dynamics NAV 2009
All variant codes are displayed unexpectedly when you open the variant code list for an item in the RoleTailored client in Microsoft Dynamics NAV 2009
The classic client crashes if the LinkedObject property of a table is set to Yes on one or more tables in Microsoft Dynamics NAV 2009
Profile configuration changes are ignored if you use the -disablepersonalization parameter in the RoleTailored client in Microsoft Dynamics NAV 2009
The IndexHint parameter is ignored unexpectedly in Microsoft Dynamics NAV 2009
“‘2011.01.27.’ is not a valid date” error message when you try to print a document in the Hungarian version of Microsoft Dynamics NAV 2009 R2
The ROUND function does not work as expected on large decimal values in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.4
|
32162
|
2489146
2496038
2503818
|
The Microsoft Dynamics NAV hyperlink does not work if you are not a member of the Administrators security group on a terminal server
“The value of the Locked By field cannot be modified for a locked object” error message when you try to save a Menu Suite object in Microsoft Dynamics NAV 2009
The RoleTailored client crashes if an XMLPort object changes a protected table in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.5
|
32176
|
2480299
2507305
2509042
|
You can change any field values in a page even though the Item Tracking Lines page is still open in the RoleTailored client in Microsoft Dynamics NAV 2009
The classic client crashes if the AliveCheck function is called in Microsoft Dynamics NAV 2009
“The element <> is unexpected” error message when you run certain xml ports in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.6
|
32198
|
2512326
2510959
2512380
2512384
|
The OnAfterGetRecord trigger is run unexpectedly when you close a page in Microsoft Dynamics NAV 2009
“Soap message is invalid” error message when the Microsoft Dynamics NAV web services receive a request in Microsoft Dynamics NAV 2009
The RoleTailored client crashes when you change a table definition of the table on which a list is based in Microsoft Dynamics NAV 2009
The RoleTailored client crashes when you try to customize the client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.7
|
32212
|
2515099
|
The Microsoft Dynamics NAV server crashes when you run an XMLPort in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.8
|
32228
|
2517834
2518421
2517837
 Â
|
The C/AL code designer always opens the documentation trigger when you click C/AL Code on the view menu or press F9 in Microsoft Dynamics NAV 2009 R2
The RoleTailored client crashes when you enter Korean characters by using the Korean keyboard in Microsoft Dynamics NAV 2009
The classic client crashes when you import a license file that is larger than 150 kilobytes (kbs) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.9
|
32259
|
2521862
2520914
2505647
2521915
2523310
2522754
|
Entering local characters into a field removes the existing content in the field in the RoleTailored Client (RTC) of Microsoft Dynamics NAV 2009
The RoleTailored client crashes when you use key tips in an action pane that has many items in a page in Microsoft Dynamics NAV 2009
The classic client crashes when you copy and paste some entries into the request page of a new report in Microsoft Dynamics NAV 2009
“‘YYYY.MM.DD.’ is not a valid date” error message when you enter a Date on a page if the Regional Setting is set to “Hungarian” in the RoleTailored Client (RTC) of Microsoft Dynamics NAV 2009
The date format is incorrect after you run a check report for a printed check in the RoleTailored client in the North American version of Microsoft Dynamics NAV 2009
The RoleTailored client crashes if you display a page at the startup time by adding some code in the ApplicationManagement codeunit (1) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.10
|
32275
|
2516873
2515025
2535653
2523280
|
Values that are filtered in journal batches are displayed incorrectly when you select journal templates in Microsoft Dynamics NAV 2009
The RoleTailored client crashes when you apply a filter in a sub page in the RoleTailored client in Microsoft Dynamics NAV 2009
Blank values can be used in a field that has the NotBlank property selected unexpectedly in Microsoft Dynamics NAV 2009
The XML Ports do not support the ISO-8859-2 encoding in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.11
|
32299
|
2530284
|
“This operation cannot be performed while an auto-filled column is being resized” error message when you perform operations in a client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.12
|
32315
|
2532412
2533154
2533738
|
The Look-up function on the “Gen. Jnl. Batch Name” field on the request page of the “General Journal - Test” report (2) does not work as expected in the RoleTailored client in Microsoft Dynamics NAV 2009
Incorrect pages and records are opened when you open a hyperlink in Microsoft Dynamics NAV 2009
The Apply Entries function on a payment journal or a cash receipts journal does not work as expected in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.13
|
32329
|
2536715
|
“The time is not valid in the current time zone” error message when you run a planning during daylight saving time in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.14
|
32365
|
2539897
2533588
|
Microsoft Dynamics NAV 2009 crashes when you export .fob files to a USB flash drive on a Windows 7-based computer
The report request form does not have focus when you run a classic report from the RoleTailored client (RTC) in Microsoft Dynamic NAV 2009
|
|
 Â
|
Update 0.15
|
32384
|
2545971
2546999
2544922
2521425
2518424
|
The system outputs a blank line for the first record when you stream data out to a file by using a BigText variable in the Outstream statement in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The My Notifications section of the Role Center page is empty in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes when you use an Arabic keyboard in Microsoft Dynamics NAV 2009
The communication components do not work in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Server disconnections occur if custom code uses the server-side Automation in the Microsoft Dynamics NAV server in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.16
|
32419
|
2548515
2548576
|
The About Microsoft Dynamics NAV Classic information text is displayed incorrectly in Microsoft Dynamics NAV 2009 R2 and Microsoft Dynamics NAV 2009 Service Pack 1
The Ctrl+Home keyboard shortcut does not work as expected in a list that is opened by running the lookup function in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.17
|
32441
|
2557182
2531145
2556690
2555450
2554208
|
You cannot connect to the RoleTailored client (RTC) when you have a security filter set in Microsoft Dynamics NAV 2009 SP1 and in Microsoft Dynamics NAV 2009 R2
The OnInsert trigger does not work as expected in the RoleTailored client in Microsoft Dynamics NAV 2009
The SETFILTER in the OnOpenPage that uses a DateTime field does not return the matching record(s) when the code tries to filter to a precision of milliseconds in the RTC of both Microsoft Dynamics NAV 2009 SP1 or Microsoft Dynamics NAV 2009 R2
A page closes unexpectedly when you receive a permission error in the page in the RoleTailored client (RTC) of both Microsoft Dynamics NAV 2009 SP1 and Microsoft Dynamics NAV 2009 R2
The RoleTailored client becomes unresponsive when you print a report that contains images in the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.18
|
32519
|
2558650
|
Hotfix necessary for enabling report usage logging in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.19
|
32539
|
2572350
2572416
|
Service crashes when you open a page if a ML caption for a promoted action category on the page is missing in Microsoft Dynamics NAV
Stability improvement for server crashes of type DynamicsNavServiceException in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.20
|
32558
|
2572981
|
Adding filters on a page overwrites the existing filters unexpectedly in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.21
|
32580
|
2582293
2579980
2581325
2578673
|
“Cannot mix server-side invoked and client-side invoked automation objects” error message when you process a solution that uses Automation in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes with Dr. Watson Bucket ID 1619227321 in Microsoft Dynamics NAV 2009
“The NAV System has changed while you were performing your activity” error message after you apply a hotfix to the RoleTailored client (RTC) of Microsoft Dynamics NAV
Analysis view entries do not reflect the dimensions filter when you drill down from the “Acc. Schedule Overview” page in the RoleTailored client in Microsoft Dynamics NAV 2009 R2 and Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.22
|
32599
|
2578841
2582324
2578839
|
The filters of the report are ignored when you open a report by using a link in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Only the first 50 rows are displayed when you open a List page in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Field Groups are removed when you import objects by using the “Merge” option in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.23
|
32638
|
2584565
2588301
2589052
2589072
2589601
2581870
2572460
|
“Watson Crash: Event Type: NavisionInternalError; Error: 18743352; Module: 30″ error message and the Microsoft Dynamics NAV 2009 client crashes
The language for the page part captions in the Role Center page is not changed after you change the language in the RoleTailored client (RTC) to another language in Microsoft Dynamics NAV 2009
“No execute permission on ” CodeUnit with ID 1″ error message when you start the RoleTailored client (RTC) if roles in a Windows login are restricted to a company in Microsoft Dynamics NAV 2009
The Microsoft Dynamics NAV client crashes when you look up printers in Microsoft Dynamics NAV 2009
The Microsoft Dynamics NAV client crashes when you compile an object that has an OCX type variable in Microsoft Dynamics NAV 2009
You receive MetaData error messages for various objects when you run the RoleTailored client (RTC) of Microsoft Dynamics NAV
“GRANT VIEW SERVER STATE TO [dbo]” error message when you convert the Microsoft Dynamics NAV database from an earlier version to Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.24
|
32657
|
2575263
2586156
|
The work date displays the NST date when you connect the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 from different time zones
The lookup date filter uses an incorrect date format in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 if you are using a non-English regional setting
|
|
 Â
|
Update 0.25
|
32673
|
2586142
2597636
2591319
2597601
2586144
2591316
|
The RoleTailored client (RTC) crashes when you run a report that accesses the Rec variable and SourceTables is used in report request pages in the RTC in Microsoft Dynamics NAV 2009
“You do not have permission to read the [Table_Name] table” error message when you try to change table fields in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes if you use a complex page in which records are displayed as a tree in Microsoft Dynamics NAV 2009
The page is not rendered as expected after you resize page 5850 or page 5855 in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) enters an endless loop if an error occurs after a COMMIT statement in a function that is called from the OnValidate trigger in Microsoft Dynamics NAV 2009
The page cannot be maximized or minimized if you run the page by using the Page.Runmodal method in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.26
|
32690
|
2601551
2600497
|
The BigText variable cannot be updated by using a web service in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) becomes unresponsive when you add criteria to a contact search operation in the Query Details page in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.27
|
32719
|
2604409
2606544
2606541
2606544
2586148
|
The client crashes with Dr. Watson Bucket ID 1601711817 in Microsoft Dynamics NAV 2009
The Classic client crashes with Dr. Watson Bucket ID -2040541303 in Microsoft Dynamics NAV 2009
An invalid date error occurs when you try to send a blank date to Microsoft Dynamics NAV 2009 through web services
The Classic client crashes with Dr. Watson Bucket ID -2040541303 in Microsoft Dynamics NAV 2009
The SourceTableTemporary property does not work as expected on a form or page that is used as a lookup form or a lookup page in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.28
|
32735
|
2613282
2613776
2614961
|
The Windows security system locks the user account if you enter the password incorrectly when you run the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 R2
An incorrect value is displayed in the matrix control if you resize or edit a form in Microsoft Dynamics NAV 2009
The Classic client crashes on a Windows Server 2003-based computer if the system locale is set to Thai in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.29
|
32752
|
2616720
2615774
|
Microsoft Dynamics NAV 2009 classic client crashes if a TextBox has the TableRelation property specified
“Object reference not set to an instance of an object” error message when Microsoft Dynamics NAV 2009 runs the CLEAR C/AL command on a VAR parameter from web service
|
|
 Â
|
Update 0.30
|
32775
|
2613306
2618157
2599304
|
Form focus changes after you hide/view the navigation pane in the Classic client of Microsoft Dynamics NAV
The “Post and Print” button does not print documents when you have an entry in the Printer Selection table in Microsoft Dynamics NAV
The RoleTailored client (RTC) crashes when you continuously upload files to the Microsoft Dynamics NAV Server in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.31
|
32794
|
2620542
2621975
2584662
2585615
2578842
2575152
2622031
2623055
|
No data is returned if a SETRANGE or a SETFILTER is applied to the key table (TAB 2000000063) in Microsoft Dynamics NAV
The filter values are lost when a filtered record is assigned to a Variant variable in the RoleTailored client (RTC) of Microsoft Dynamics NAV
Incorrect Indexed View object definitions are created if you use a complex Microsoft Dynamics NAV table in Microsoft Dynamics NAV 2009
The client crashes with Dr. Watson Bucket ID 713589928 in Microsoft Dynamics NAV 2009
The input is positioned in an incorrect row in the RoleTailored client in Microsoft Dynamics NAV 2009
Microsoft Dynamics NAV 2009 displays incorrect printers
“You do not have permission to read the Company table” error message when you use web services and permissions are restricted by company in Microsoft Dynamics NAV
Certain strings cannot be translated by using the Partner Translation tool for Microsoft Dynamics NAV 2009 R2
|
|
 Â
|
Update 0.32
|
32813
|
2625894
|
“This message is for C/AL programmers: the call to member Add failed: the parameter is incorrect” error message when you run a report to an Excel-formatted file by using Automation in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.33
|
32843
|
2628333
2626598
2629587
2628241
2628466
|
A form does not access the temporary table contents passed through FORM.RUNMODAL as expected when the form has the SourceTableTemporary parameter enabled in Microsoft Dynamics NAV The system crashes when you use the “Choose column” functionality in the RoleTailored Client (RTC) of Microsoft Dynamics NAV “There is insufficient memory to execute this function. This can be caused by recursive function calls. Contact your system administrator” error message when the Microsoft Dynamics NAV server is running web services
You can create and read links in the Record Link table even though you do not have permissions to the table in Microsoft Dynamics NAV 2009
A new Create PDF feature is available in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.34
|
32852
|
2628457
2632837
2632589
|
“The maximum length for a string value is 0″ error message when you try to execute the web services call in Microsoft Dynamics NAV 2009
You cannot import an object that is exported from Microsoft Dynamics NAV 2009 R2 to a Microsoft Dynamics NAV 2009 installation that has an earlier build number
You cannot import or compile a report object that is exported from Microsoft Dynamics NAV 2009 R2 in a Microsoft Dynamics NAV 2009 installation that has an earlier build number
|
|
 Â
|
Update 0.35
|
32873
|
2618168
2633220
2629991
|
A filter is removed from a worksheet page when you update multiple records in the RoleTailored client in Microsoft Dynamics NAV 2009 The Cyrillic II characters are lost when you paste a string in the Russian version of Microsoft Dynamics NAV 2009 R2
The system does not print documents when you click “Post and Print” as a Citrix user in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.36
|
32900
|
2638187
2638893
|
The RoleTailored client (RTC) crashes when you use reserved words in the shortcut of the RTC of Microsoft Dynamics NAV 2009
The Microsoft Dynamics NAV 2009 RoleTailored client (RTC) crashes when you start the RTC on a terminal server
|
|
 Â
|
Update 0.37
|
32924
|
2628981
2639398
2611566
2642257
2639849
|
The system reads and loads all objects when you use the ImportFob CFRONT method to import an object to the Microsoft Dynamics NAV 2009 database The Microsoft Dynamics NAV 2009 client crashes without information when the client is set to receive data from Message Queuing by using MSMQBusAdapter.dll file
The RoleTailored client (RTC) becomes disconnected when the Microsoft Dynamics NAV server checks if an object is compiled in the correct version in Microsoft Dynamics NAV 2009
Two records are inserted unexpectedly when a record that has certain PageTypes involved is created in the RoleTailored client in Microsoft Dynamics NAV 2009
Statement DELCHR works incorrectly with other statements in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.38
|
32942
|
2643210
2642831
2644177
|
The Microsoft Dynamics NAV 2009 client crashes if C/FRONT active-x in the application code is used as OCX control and you try to connect to SQL database
The “G/L Entries Dimension Overview” matrix form displays no content in the Classic client in Microsoft Dynamics NAV 2009 R2
The Classic client crashes when you try to save a large database object in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.39
|
32964
|
2645720
|
The Microsoft Dynamics NAV server crashes periodically when it tries to access a file in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.40
|
32982
|
2649077
2649497
2649036
2649055
|
The options that you set on the Request page are not applied when you run a report again in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Filters or limit totals are not saved in some reports in the RoleTailored client request page in Microsoft Dynamics NAV 2009
“Internal error 9 in module 24″ error message when you compile database objects in Microsoft Dynamics NAV 2009
You receive an incorrect error message when you use C/AL code to rename a record to a name that is used by another record in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.41
|
33002
|
2650787
|
You experience certain problems when the “CurrForm.SETSELECTIONFILTER (Record)” function is used with a temporary table in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.42
|
33046
|
2656819
2653850
2656815
2649502
|
“Could not process node Doc” error message when you run an XML port in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The Microsoft Dynamics NAV 2009 client does not always close Automation process
Memory leak occurs during the report load in the RoleTailored client in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes when you use certain characters in a filter in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.43
|
33053
|
2656713
|
You receive a C# compiler error message when you use a Duration field type in C/AL code in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.44
|
33073
|
2660131
2660089
|
You cannot control the visibility of the factbox area dynamically by using a Boolean variable in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) closes unexpectedly when you use Application Virtualization to change a company in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.45
|
33078
|
2661688
|
The percentage handling sign returns inconsistent results in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.46
|
33104
|
2651433
2663650
2663582
2659383
2662791
2656823
|
The English caption is used if no German (Austria) (DEA) CaptionML defined when you run a report in the RoleTailored client (RTC) in the Austrian version of Microsoft Dynamics NAV 2009
The dimension captions in advanced filters and limit totals are incorrect after you change companies in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Microsoft Dynamics NAV 2009 crashes with Dr. Watson Bucket ID -1854259663
“Table xxxx is compiled with old compiler version” error message when you start the RoleTailored client in Microsoft Dynamics NAV 2009 R2
The “Export to Excel” functionality does not export all content on a page in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
Filters are ignored after you customize a page in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.47
|
33116
|
2664959
|
The contents of the form are not updated as expected when you switch back to a form in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.48
|
33137
|
2667345
|
The web service uses only the English (EN-US) language in Microsoft Dynamics NAV 2009 R2 with build number 32258 or a later build number
|
|
 Â
|
Update 0.49
|
33154
|
2669169
2671213
|
An AccessViolationException error occurs when you try to rename a record in the Item table in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
You cannot distinguish un-editable fields from editable fields in Microsoft Dynamics NAV 2009 if the Aero screen resolution is enabled
|
|
 Â
|
Update 0.50
|
33172
|
2672958
2673981
|
Filters on a page are reset after you customize the page in the RoleTailored client in Microsoft Dynamics NAV 2009
Flow filters on a FactBox page are not updated when you reset the flowfilter field on the main page in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.51
|
33194
|
2674867
|
The STRSUBSTNO C/AL function converts a backslash (\) character to a CRLF character unexpectedly in Microsoft Dynamics NAV 2009 R2
|
|
 Â
|
Update 0.52
|
33210
|
2675790
2678831
2677811
|
The system consumes more and more memory on the Microsoft Dynamics NAV server when you run a large XML port from the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) is disconnected when you run C/AL code that contains RecordRef variables in Microsoft Dynamics NAV 2009
The screen flickers when you run a modal report in a loop in the Classic client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.53
|
33240
|
2682041
|
The system revalidates the field unexpectedly when you close the advanced lookup window by pressing Esc or by clicking the Close button in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.54
|
33261
|
2684973
2683875
|
The attachment that is created in HTML format from the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 cannot be saved in Outlook 2003
The printer selections do not work if a printer name contains a local character in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.55
|
33277
|
2680569
2684504
2686085
|
The vertical scrollbar is missing on some pages in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes when you open a page that is based on a table in which the BlankZero property of the BigInteger-type field is set to Yes in Microsoft Dynamics NAV 2009
“Unable to convert from Microsoft.Dynamics.Nav.Runtime.NavRecordRef to Microsoft.Dynamics.Nav.Runtime.INavRecordHandle” error message when you run a page that contains RecordRefs in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.56
|
33319
|
2692777
2695143
2693389
2694552
2694582
|
The RoleTailored client (RTC) crashes when you run a certain C/AL code to clear a stream in Microsoft Dynamics NAV 2009
“The server “net.tcp://localhost:[Number]/DynamicsNAV/Service” is either unavailable or your connection has been lost” error message when you run a report in the RoleTailored client (RTC) in classic mode in Microsoft Dynamics NAV 2009
The Evaluate function returns an incorrect value in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 if you customized regional formatting
The Cue Groups content in the Role Center is not displayed as expected when you start the RoleTailored client (RTC) with the Activity parts collapsed in Microsoft Dynamics NAV 2009
You receive a duplicate error message when you click OK after you receive an error message in a sub form in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.57
|
33346
|
2697793
2695145
2697284
2698241
2698341
2698614
|
The assist edit button and the lookup button are missing in certain fields in a page in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) becomes disconnected when a user tries to access data outside the user’s security filter in Microsoft Dynamics NAV 2009
The printer list does not display mapped printers in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
“The type ‘144′ was not defined for the function” error message when you perform certain actions in C/SIDE in Microsoft Dynamics NAV 2009
“The [TableName] table cannot be changed because it is locked by another user” error message when a user does not click OK to a permission error in Microsoft Dynamics NAV 2009
Changes in a report or in an XMLport are not saved if the request page designer is opened in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.58
|
33367
|
2697787
2701832
2701869
2701438
|
Pictures are not saved in the database if the OnValidate trigger contains some code or a comment in Microsoft Dynamics NAV 2009 R2
The RoleTailored client (RTC) crashes when you run the “Send To Microsoft Excel” action in Microsoft Dynamics NAV 2009
“The following text cannot exceed a total of 3175 characters” error message when you run the debugger to display the value of a long InStream variable in Microsoft Dynamics NAV 2009
The system filters data as case-insensitive even though the Microsoft Dynamics NAV SQL Server database collation is set to case-sensitive in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.59
|
33413
|
2708510
2707488
2707432
2687934
2704387
|
Some license changes do not take effect when you use the Change option to switch to a different license in the Classic client in Microsoft Dynamics NAV 2009
“Metadata for object of type [Object Type] with id [Object ID] is in a failed state” error message when you try to run an object that contains certain code in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
The RoleTailored client (RTC) crashes when you open a page in Microsoft Dynamics NAV 2009
You do not receive an error message even though there is a record read error in the OnAfterGetRecord trigger on a page in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
“Multiple ‘:’ is not supported” error message when you run an XMLPort in Microsoft Dynamics NAV 2009
|
Some interesting version-specific links:
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
NAV 2009 SP1
|
 Â
|
29626
|
 Â
|
This link for Customers.
|
|
 Â
|
Update 0.1
|
29958
|
974980
|
The import of the translations fails when you export and translate report objects in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.2
|
29958
|
975339
|
You cannot synchronize meetings and tasks as expected between Microsoft Dynamics NAV 2009 Service Pack 1 and Microsoft Office Outlook
|
|
 Â
|
Update 0.3
|
29958
|
975655
|
The “ISTEMPORARY” property of a RecordRef variable becomes incorrect in certain cases in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.4
|
29958
|
976028
|
The Microsoft Dynamics NAV 2009 Service Pack 1 development environment becomes unstable when the object cache is set to zero
|
|
 Â
|
Update 0.5
|
29958
|
976076
|
The Microsoft Dynamics NAV 2009 Service Pack 1 classic client crashes when you receive a Microsoft SQL Server error message in a synchronization process
|
|
 Â
|
Update 0.6
|
29958
|
976273
|
The result set is incorrect when you apply a filter on a form in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.7
|
29958
|
977219
|
The subform part of a dialog box is always noneditable if you use the Editable property for the subform of the dialog box in Microsoft Dynamics NAV 2009 with Service Pack 1
|
|
 Â
|
Update 0.8
|
29987
|
977063
|
Microsoft Dynamics NAV 2009 Service Pack 1 crashes when you run a codeunit to call the “RecRef.GETTABLE” method and the “RecRef.FIELD” method
|
|
 Â
|
Update 0.9
|
29994
|
976611
|
You experience slow performance in pages after you run a report in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.10
|
30037
|
976994
|
The spaces in a fixed-length file are unexpectedly truncated when you run the XMLPort import in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.11
|
30037
|
976646
|
A report is always printed in portrait orientation even though you set the Orientation property of the report to Landscape in Microsoft Dynamics NAV 2009 with Service Pack 1 installed
|
|
 Â
|
Update 0.12
|
30045
|
976543
|
The GET function disallows you to handle an error when you run the function on an uninitialized RecordID value in Microsoft Dynamics NAV 2009 with Service Pack 1 installed
|
|
 Â
|
Update 0.13
|
30045
|
976810
|
You cannot access the files that are located on a share from the Microsoft Dynamics NAV 2009 Service Pack 1 server
|
|
 Â
|
Update 0.14
|
30045
|
976914
|
Error message when you convert a database to Microsoft Dynamics NAV 2009 Service Pack 1: “CREATE USER [] FOR LOGIN []”
|
|
 Â
|
Update 0.15
|
30065
|
975298
|
You cannot see any processing indication when you save the data in the Gantt component in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.16
|
30069
|
977294
|
Error message when you close the Microsoft Dynamics NAV 2009 Classic Client with SP1 installed: “Date is not valid”
|
|
 Â
|
Update 0.17
|
30101
|
976254
|
The records in a table are displayed as “#Name?” when you create a linked table in Microsoft Access by using the Microsoft Dynamics NAVÂ N/ODBC-connection data source
|
|
 Â
|
Update 0.18
|
30212
|
977447
|
The Microsoft Dynamics NAV 2009 server crashes sporadically
|
|
 Â
|
Update 0.19
|
30212
|
977121
|
You experience various issues when you upgrade Microsoft Dynamics NAV to Microsoft Dynamics NAV 2009 or Microsoft Dynamics NAV 2009 SP1 after you specify a value for the CaptionClass property of a field in a system table
|
|
 Â
|
Update 0.20
|
30212
|
977393
|
Two errors are logged in the Application log when you restart the Microsoft Dynamics NAV Server service in Microsoft Dynamics NAV 2009 with Service Pack 1
|
|
 Â
|
Update 0.21
|
30212
|
977455
|
The user sessions remain active on a Microsoft SQL Server server when the Microsoft Dynamics NAV 2009 Role Tailored Client (RTC) crashes
|
|
 Â
|
Update 0.22
|
30212
|
977575
|
The GETRECORD function returns different results on the Classic Client of Microsoft Dynamics NAV 2009 SP1 and on the Role Tailored Client in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.23
|
30212
|
977604
|
You experience slow performance when you perform any actions after you print a report in the Role Tailored Client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.24
|
30212
|
977602
|
Only the company that you previously log on to is displayed when you use company-specific roles in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.25
|
30212
|
976930
|
You experience slow performance when you open or resize pages after you print or preview a report in the Role Tailored Client in Microsoft Dynamics NAV 2009 with Service Pack 1
|
|
 Â
|
Update 0.26
|
30212
|
977218
|
The Microsoft Dynamics NAV 2009 Service Pack 1 client crashes when you run the FORM.RUNMODAL statement together with the COMMIT statement
|
|
 Â
|
Update 0.27
|
30212
|
977597
|
Error message when you import an XML file by using an XML port in Microsoft Dynamics NAV 2009 Service Pack 1: “DTD is prohibited”
|
|
 Â
|
Update 0.28
|
30232
|
977533
|
The Role Tailored Client (RTC) crashes when you run an Automation object in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.29
|
30232
|
948302
|
The NAS stops responding to events when a lock time-out occurs in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.30
|
30326
|
978426
|
Some records in a table are displayed as “#Deleted” when you create the linked table in Microsoft Access by using the Microsoft Dynamics NAV 2009 N/ODBC-connection data sourceÂ
|
|
 Â
|
Update 0.31
|
30357
|
978484
|
The cursor jumps incorrectly between fields on pages in the Role Tailored Client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.32
|
30473
|
979422
|
“This message is for C/AL programmers: The call to member Send failed: The system cannot find the file specified” error message when you send a document to a server that is running Microsoft BizTalk Server from the Microsoft Dynamics NAV 2009 RTC client
|
|
 Â
|
Update 0.33
|
30480
|
978422
|
Microsoft Dynamics NAV 2009 does not export the Page-type object when you run the Cfront code that invokes the ExportFob method
|
|
 Â
|
Update 0.34
|
30502
|
979428
|
A hotfix is available to develop and deploy an unsupported language for Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.35
|
30522
|
979700
|
The Microsoft Dynamics NAV 2009 Service Pack 1 server service does not release memory after you run the SaveAsPDF function when you run a report or a codeunit
|
|
 Â
|
Update 0.36
|
30548
|
979795
|
The Microsoft Dynamics NAV 2009 RoleTailored client (RTC) crashes when the terminal server uses temporary profiles
|
|
 Â
|
Update 0.37
|
30553
|
977064
|
A RecordID field cannot be used on a page in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.38
|
30596
|
980491
|
The Microsoft Dynamics NAV 2009 RoleTailored client (RTC) crashes when you try to filter on a field whose CaptionClass property is set to a formula
|
|
 Â
|
Update 0.39
|
30596
|
980640
|
The filter does not work as expected when you press TAB to leave a filter field in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.40
|
30609
|
978100
|
Error message when you add a field to a table in Microsoft Dynamics NAV 2009 SP1: “You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels”
|
|
 Â
|
Update 0.41
|
30609
|
978492
|
Error message when you print a classic report in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1: “The date is not valid”
|
|
 Â
|
Update 0.42
|
30609
|
978033
|
Microsoft Dynamics NAV 2009 Service Pack 1 unexpectedly shows 0 in flow field column in pages even though the amounts in the flow field column are not 0
|
|
 Â
|
Update 0.43
|
30609
|
978488
|
You experience an increase of memory consumption when you run an application that calls a function in the Web Service codeunit in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.44
|
30609
|
977606
|
Error message when you perform a data conversion in Microsoft Dynamics NAV 2009 SP1: “The call to member [Method_member] failed”
|
|
 Â
|
Update 0.45
|
30609
|
978942
|
The data type of a field in a page becomes incorrect when you publish the page to a Web service in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.46
|
30609
|
978537
|
You experience slow performance after you print a report in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.47
|
30609
|
978290
|
Error message when you try to compile an object in Microsoft Dynamics NAV 2009 Service Pack 1: “The Type –[Number] was not defined for the function”
|
|
 Â
|
Update 0.48
|
30609
|
978298
|
The Microsoft Dynamics NAV 2009 classic client crashes when you try to compile an object directly from the Object Designer window
|
|
 Â
|
Update 0.49
|
30609
|
978343
|
The Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009 does not use the primary language when a caption is not translated to the current language
|
|
 Â
|
Update 0.50
|
30609
|
978457
|
Error message when you start the RoleTailored client from a terminal server or from a Citrix server in Microsoft Dynamics NAV 2009 SP1: “The time zone with the ID ‘Mitteleuropäische Zeit’ was not recognized on the server”
|
|
 Â
|
Update 0.51
|
30609
|
977217
|
The records in the table in an active company are unexpectedly deleted when you run the Table.CHANGECOMPANY code and then run the Table.DELETEALL(TRUE) code from a page in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.52
|
30609
|
978939
|
The decimals are imported incorrectly when you use the Webservice service to import decimals in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.53
|
30623
|
980448
|
The FINDSET function may return an incomplete record set, depending on the size of the caching Record Set configuration setting in the Microsoft Dynamics NAV client that uses the Microsoft SQL Server database
|
|
 Â
|
Update 0.54
|
30632
|
980572
|
The RoleTailored client (RTC) does not show the ampersand character (&) as expected in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.55
|
30638
|
980680
|
The Microsoft Dynamics NAV 2009 Service Pack 1 client stops responding if a runmodal form is closed not in the opening order
|
|
 Â
|
Update 0.56
|
30647
|
980564
|
The cursor unexpectedly jumps to the first line when you add a line to a document in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.57
|
30677
|
980343
|
“You cannot use the zup file because it is already in use” error message when you print classic reports from the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.58
|
30711
|
979959
|
Local RecordRef variables can cause performance issues when the local RecordRef variables are used through Web services and the RoleTailored client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.59
|
30711
|
980899
|
You experience slow performance when you print a document in the RoleTailored client of Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.60
|
30711
|
981150
|
Microsoft Dynamics NAV crashes when you run the “Suggest Vendor Payment” report in the RoleTailored client of Microsoft Dynamics NAV 2009 in Spanish language
|
|
 Â
|
Update 0.61
|
30746
|
981708
|
The analysis view entries do not reflect the dimensions filter when you drill down from the “Acc. Schedule Overview” page in Microsoft Dynamics NAV 2009 RoleTailored client
|
|
 Â
|
Update 0.62
|
30806
|
981195
|
A report is printed incorrectly if the page height is less than the width in the RoleTailored client of Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.63
|
30806
|
982066
|
The Customer Card dialog box closes unexpectedly when you click OK to select a number series in the No. Series dialog box in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.64
|
30806
|
982148
|
The RoleTailored client of Microsoft Dynamics NAV 2009 crashes when you run the XMLPort import if the XML port data has an xml tag that includes “:”
|
|
 Â
|
Update 0.65
|
30828
|
981923
|
The Microsoft Dynamics NAV native database server may stop when a batch process is deadlocked in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.66
|
30828
|
982361
|
The shortcut keys for pages in the background are unexpectedly captured by the page on which you work in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.67
|
30863
|
982464
|
Values and column header names are invisible in the Sales Budget Overview form (7139) in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.68
|
30894
|
982031
|
The Microsoft Dynamics NAV 2009 RoleTailored client (RTC) crashes when you try to customize a Card page that has two parts of the FastTab type
|
|
 Â
|
Update 0.69
|
30929
|
982509
983213
983212
|
The result is different when you send data to a report in the Classic client and in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
“You do not have permissions to read the “User table”" error message when you try to create a new company in the Microsoft SQL Server database in Microsoft Dynamics NAV 2009 Service Pack 1
The record-link functionality does not work as expected on a record from another company after you run the CHANGECOMPANY statement in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.70
|
31051
|
2028783
2059737
2072312
2062103
|
The character “C” is incorrectly added in front of the field when you enter a time of “23:59″ in a Time type field in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 SP1
Each session has a blank space added at the beginning of the User ID value in Microsoft Dynamics NAV 2009 Service Pack 1 against the native database
The OnlyMaxLimit property of a flowfield does not work when you drill down into the flowfield in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The corresponding flowfields in a header page are not updated when you update the lines in a subpage in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.71
|
31085
|
2126644
2028800
2130496
|
You cannot create a sales invoice from a job planning line in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The exposed data is formatted as “float” incorrectly when you expose the data of the “decimal” type by using the web service in Microsoft Dynamics NAV 2009 SP1
The filter that you created for a responsibility center is ignored in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.72
|
31112
|
2161039
|
You cannot add a Windows login that contains an apostrophe character to Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.73
|
31143
|
2179493
2188923
2160818
|
The “Savevalue” page property does not work if a page has a variable whose name contains the special characters in the RoleTailored Client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored client crashes when you run a page and then execute an action that uses the COMMIT statement and then the PAGE.RUNMODAL statement in Microsoft Dynamics NAV 2009 SP1
“This message is for C/AL programmers: The call to member Value failed” error message when you run the “Export to Excel” function in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.74
|
31177
|
2084058
2228548
|
The Web services do not handle the decimals consistently if the EVALUATE function is called after the GLOBALLANGUAGE statement in Microsoft Dynamics NAV 2009 Service Pack 1
Microsoft Dynamics NAV 2009 SP1 does not write full text for the DBCS code page when you use the WRITETEXT function or the WRITE function to execute writing text
|
|
 Â
|
Update 0.75
|
31213
|
2256756
|
“The variable [Variable_Name] is defined more than once” error message when you try to compile the Microsoft Dynamics NAV objects that use Microsoft Excel Automation
Error message when you run multiple classic reports in the Microsoft Dynamics NAV 2009 Service Pack 1 Role Tailored Client (RTC)
|
|
 Â
|
Update 0.76
|
31246
|
2264896
2266791
|
Duplicated files/folders are shown in the “File” virtual table unexpectedly when you use the table in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
Decreased performance when you run a list form or page that displays the table that contains a BLOB field in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.77
|
31320
|
2254777
2251466
|
You cannot resize columns in role center list parts in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
You can unexpectedly enter excess characters in a field if you use the double-byte character set in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.78
|
31340
|
2161209
|
“The Service Header already exists. Identification fields and values…” error message when you change the Ship-to Code value on a service order in RoleTailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.79
|
31361
|
2281977
2286287
2281980
2281769
|
The classic report does not consider the work date when you start the classic report from the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 Service Pack 1
The C# files cannot be used after you compile the double-byte character set (DBCS) text constants into the C# files in Microsoft Dynamics NAV 2009 Service Pack 1
You cannot edit records in a sub page when you open a page that contains the sub page in the lookup mode in Microsoft Dynamics NAV 2009 SP1
You receive C++ runtime error messages when you run classic reports from the RoleTailored client (RTC) of Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.80
|
31397
|
2313001
|
The RoleTailored client (RTC) of Microsoft Dynamics NAV 2009 crashes when you create records that include quotation marks
|
|
 Â
|
Update 0.81
|
31414
|
2301052
2312984
2297047
2291060
|
Incorrect C# code is generated for the ISSERVICETIER statement when you use the nested “IF-THEN-ELSE” statement that includes a reference to a Dataport variable in Microsoft Dynamics NAV 2009 Service Pack 1
You cannot start the RoleTailored client (RTC) in maximized mode or without the Navigation Pane in Microsoft Dynamics NAV 2009 Service Pack 1
The Classic client of Microsoft Dynamics NAV 2009 SP1 crashes after you receive an expected error message
“The maximum length for a string value is [Length]” error message when you run code that uses the MAXSTRLEN function in the RoleTailored client of Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.82
|
31510
|
2388848
2388796
2388853
|
The RoleTailored client crashes when you enter double-byte characters that exceed the length of the field in Microsoft Dynamics NAV 2009 Service Pack 1
The Microsoft Dynamics NAV 2009 Service Pack 1 server stops or the database is corrupted after you enter double-byte characters into a text field or a code field in the RoleTailored client
The company list shows all companies unexpectedly in the RoleTailored client if a role that has the permissions specific to companies is assigned to Windows groups in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.83
|
31546
|
2291030
2286746
|
“This operation cannot be performed while an auto-filled column is being resized” error message when you perform lookup operations in the RoleTailored client (RTC) and the RTC crashes in Microsoft Dynamics NAV 2009
The Unit Cost amount cannot be saved when you leave the “Unit Cost” field to come to the next field in the Job Journal in the RoleTailored client (RTC) of Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.84
|
31548
|
2345399
2318337
|
The specified filter is not applied as expected for a field drop-down list that uses the “Advanced” option in the RoleTailored client in Microsoft Dynamics NAV 2009 All printers for all users are displayed when you use the Printer Selection feature in Microsoft Dynamics NAV 2009 through terminal services on a Windows Server 2008-based or Windows Server 2003-based computer
|
|
 Â
|
Update 0.85
|
31587
|
2390030
|
The RoleTailored client crashes when you open a page that has fields based on a global variable in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.86
|
31671
|
2402586
2389900
2390143
2257093
2415621
2413929
2391273
2387387
2361147
|
Not all filters are deleted when you try to delete all filters on a report in the Classic client in Microsoft Dynamics NAV 2009 Service Pack 1
The records in the tree-view subpage are editable even though the page is in View mode in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The value in a field cannot be edited if the field is available multiple times on a page in Microsoft Dynamics NAV 2009 Service Pack 1
The NOTBlank property does not work on the fields of the “Date” type when you use the property in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009 SP1
Microsoft Dynamics NAV 2009 SP1 does not continue to restore a database backup after an error has occurred
Microsoft Dynamics NAV 2009 SP1 executes the OnValidate trigger unexpectedly on a page that has a Boolean field
You have to run a page two times to see the design changes of the page in Microsoft Dynamics NAV 2009 Service Pack 1
The Microsoft Dynamics NAV server stops unexpectedly when you close the RoleTailored client
The conversion to UTC occurs two times when the web services in Microsoft Dynamics NAV 2009 Service Pack 1 use the FORMAT(Time,0,9) format
|
|
 Â
|
Update 0.87
|
31695
|
2393853
2389934
2406493
2411497
|
The RoleTailored client crashes when you close the last opened page when you have multiple pages open in Microsoft Dynamics NAV 2009 Service Pack 1 (SP1)
The Roletailored client crashes when several pages are opened in Microsoft Dynamics NAV 2009 Service Pack 1
Some flowfields display incorrect data in tables that have more than 20 flowfields in Microsoft Dynamics NAV 2009 Service Pack 1
“208,”42S02″,[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name ‘$ndo$usrproperty’” error message when you try to delete a table from the object designer in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.88
|
31774
|
2252086
2445675
|
The RoleTailored client crashes when you operate on a treeview control in a customized treeview page in the RoleTailored client of Microsoft Dynamics NAV 2009 SP1
The system resets the subpage links unexpectedly when the additional filters are set in a source table of a subpage in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.89
|
31793
|
2447261
2444775
|
The document number of the selected company is invisible in the business activity statement when you create a new Business Activity Statement unit in the Australian version of Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored client becomes unresponsive when you add criteria to a contact search operation in the Query Details page in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.90
|
31839
|
2457346
2453373
2444074
|
“The length of the source exceeds the size of the destination buffer” error message when you export objects from the database in Microsoft Dynamics NAV 2009 Service Pack 1
“Exception of type ‘Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLDialogException’ was thrown” error message when you close the Job Journal Template List page in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The client becomes unresponsive when you run the COPYLINKS C/AL function in which the source record variable and the destination record variable point to the same record in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.91
|
31861
|
2449163
2456269
2456542
|
The code in the OnInsert trigger and in the OnDelete trigger of a page does not work as expected in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The filters in a page view are ignored when you open the view in a new window in RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored Client (RTC) crashes when the “PAGE.RUNMODAL” code runs from the Onvalidate trigger of a field on a Page in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.92
|
31912
|
2462011
2458210
2462936
|
The focus does not jump to the last window as expected after you close a confirmation dialog box in Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored client crashes if a runtime error occurs when you enter a new record in a subpage in Microsoft Dynamics NAV 2009 Service Pack 1
Refreshing the Order Planning page takes a long time if Calculate Plan results in an error message in Microsoft Dynamics NAV 2009 SP1
|
|
 Â
|
Update 0.93
|
31926
|
2462141
2443436
2464830
|
“The property exceeds the buffer size” error message when you try to import a language module into Microsoft Dynamics NAV 2009 Service Pack 1
Microsoft Dynamics NAV 2009 SP1 web services incorrectly uses Coordinated Universal Time (UTC) when the TIME function is used
The RoleTailored client cannot start after you receive an error message about incorrect generation of system tables in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.94
|
31959
|
2467974
2470706
2467346
|
The code section on the request page of a report cannot be opened in Microsoft Dynamics NAV 2009 SP1
Two special characters are incorrectly added at the end of the copied value when you copy cell content from Microsoft Excel to Microsoft Dynamics NAV 2009 SP1
2467346
|
|
 Â
|
Update 0.95
|
31974
|
2469304
|
“GRANT VIEW SERVER STATE” error message when you try to convert a Microsoft Dynamics NAV database from Microsoft Dynamics NAV 5.0 to Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.96
|
31989
|
2477467
2479004
2474579
|
The page layout is changed unexpectedly when you run a page by using the RunModal method in Microsoft Dynamics NAV 2009 Service Pack 1
A Ratio control in a list page has no coloring based on the percentage in Microsoft Dynamics NAV 2009 Service Pack 1
The Microsoft Dynamics NAV server stops when you apply a heavy load to the Microsoft Dynamics NAV database in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 0.97
|
32011
|
2479645
2479116
2477374
2482775
|
The current record pointer locates on the incorrect row in the lookup dialog box in Microsoft Dynamics NAV 2009 Service Pack 1
You receive a blank error message when an error occurs in an XMLPort import in Microsoft Dynamics NAV 2009 Service Pack 1 with the Microsoft SQL Server option
The page closes after you receive an error message in a page in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
The “Enable automatic filter” option in lookup fields is enabled even though you disable the option when you customize the list page in the RoleTailored client in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 1
|
32012
|
2496107
|
Platform hotfix resource files for Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 1.1
|
32029
|
2483349
2483340
|
You receive a confusing error message in the RoleTailored client when you run an object in Microsoft Dynamics NAV 2009 Service Pack 1
The RoleTailored client crashes when you use an Arabic keyboard layout in Microsoft Dynamics NAV 2009 Service Pack 1
|
|
 Â
|
Update 1.2
|
32034
|
2480332
|
The client crashes when you try to import the .fob files to Microsoft Dynamics NAV 2009 Service Pack 1 that has an earlier build number than 31919
|
|
 Â
|
Update x.x
|
 Â
|
 Â
|
the release of platform hotfixes for Microsoft Dynamics NAV 2009 SP1 and Microsoft Dynamics NAV 2009 R2 has been combined. Therefore, please check the R2 list (above) for further hotfixes. The combined hotfixes will start with build number 32074 Â
For more information:
http://blogs.msdn.com/b/nav/archive/2011/02/08/combined-hotfix-release-for-microsoft-dynamics-nav-2009-sp1-and-microsoft-dynamics-nav-2009.aspx
|
Some interesting version-specific links:
|
Executives & Sales
|
Developers & Consultants
|
|
|
|
Â
Â
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
NAV2009
|
 Â
|
27808
|
 Â
|
RTM
|
|
 Â
|
Update 0.1
|
27980
|
960268
|
The numeric decimal separator does not work as expected when you use non-US regional settings in the Microsoft Dynamics NAV 2009 Roletailored client
|
|
 Â
|
Update 0.2
|
28177
|
961772
|
The blank option disappear in the option list of option typed fields when you try to filter values on a report in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.3
|
28463
|
962012
|
Error message when you design reports in Microsoft Dynamics NAV 2009: “The RDLC file is not a well-formed XML document”
|
|
 Â
|
Update 0.4
|
28622
|
961430
|
The filter values are not populated automatically into the page fields as expected in the Microsoft Dynamics NAV 2009 RTC client
|
|
 Â
|
Update 0.5
|
28713
|
968196
|
Error message when you active the option MaintainSQLIndex or MaintainSIFTIndex in Microsoft Dynamics NAV 2009: “Cannot drop the index ‘CRONUS International Ltd_$Cust_ Ledger Entry.$6′”
|
|
 Â
|
Update 0.6
|
28766
|
968650
|
The CurrPage.CLOSE method does not work as expected in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.7
|
28772
|
968466
|
The shortcut that you create in the non-English classic client is lost in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.8
|
28795
|
968189
|
Error message when you try to start the Role Taylored Client (RTC) with a three tiers configuration in Microsoft Dynamics NAV 2009: “Login failed for user ‘NT AUTHORITY\ANONYMOUS LOGON’”
|
|
 Â
|
Update 0.9
|
28795
|
968649
|
The XML port throws two errors when there is a data validation error during XMLPort import in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.10
|
28815
|
968277
|
The “OnLookUp” trigger does not work as expected on a page in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.11
|
28829
|
968411
|
The value of xRec is different between a form and a page when an OnLookup trigger is coded on the form and the page in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.12
|
28889
|
969447
|
The OnNewRecord trigger of a page is performed two times when you create a new record in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.13
|
28981
|
969448
|
Error message when you open a report in the Microsoft Dynamics NAV Role Tailored Client that does not have a report definition layout in Microsoft Dynamics NAV 2009: “Microsoft Dynamics NAV Classic client is opened from an untrustworthy component”
|
|
 Â
|
Update 0.14
|
28981
|
969649
|
Microsoft Dynamics NAV crashes if you run the code to receive a stream in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.15
|
29070
|
970473
|
A report is not sent to a specified printer when you print the report from the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.16
|
29082
|
970762
|
The Microsoft Dynamics NAV 2009 Classic client crashes when you export the Approval Request Entries form (662) to Excel 2007 on a computer that is running Windows Vista
|
|
 Â
|
Update 0.17
|
29096
|
970712
|
The xRec and Rec variables unexpectedly contain the same values in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.18
|
29140
|
970545
|
Menu items or menu groups that are sent to shortcuts disappear from the original menu in Microsoft Dynamics NAV 2009 or Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 0.19
|
29140
|
971124
|
You can access pages even if you do not have permissions in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.20
|
29140
|
971173
|
A new instance of the Microsoft Dynamics NAV 2009 client is started when you use a fully qualified hyperlink that links to the Microsoft Dynamics NAV 2009 database
|
|
 Â
|
Update 0.21
|
29140
|
971230
|
Error message when you run a page on the Microsoft Dynamics NAV Role Tailored Client (RTC) based on a custom table in Microsoft Dynamics NAV 2009: “Destination buffer is too small, destination buffer size: 65536, source size: 65675″
|
|
 Â
|
Update 0.22
|
29202
|
970079
|
Error message when you post an application that has multiple documents which are applied in the Microsoft Dynamics NAV 2009 Role Tailored Client (RTC): “The application was successfully posted though no entries have been applied”
|
|
 Â
|
Update 0.23
|
29210
|
971174
|
Error message when you use the Hyperlink statement to open a file in the Role Tailored Client in Microsoft Dynamics NAV 2009: “File not found”
|
|
 Â
|
Update 0.24
|
29210
|
971701
|
You receive an error message in the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009: “Overflow under conversion of System.Int32 value 256 to System.Byte”
|
|
 Â
|
Update 0.25
|
29210
|
971738
|
Error message when you run a report for a company whose name has an ampersand character in the RoleTailored client in Microsoft Dynamics NAV 2009: “Company Name ‘[Company_name]’ does not exist”
|
|
 Â
|
Update 0.26
|
29267
|
972059
|
Error message when you run a customized report in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009: “The input line is too long”
|
|
 Â
|
Update 0.27
|
29285
|
971989
|
You cannot connect to a Web service when you connect a Web site by using the Microsoft Dynamics NAV 2009 Web service interface in a non-Microsoft development software environment
|
|
 Â
|
Update 0.28
|
29285
|
972372
|
Error message when you click “Post and Print” in the Bank Account Reconciliation dialog box to print a reconciliation in Microsoft Dynamics NAV 2009: “The Bank Acc. Reconciliation does not exist”
|
|
 Â
|
Update 0.29
|
29285
|
972465
|
Error message when you run a page that is based on a table by using the RoleTailored Client (RTC) in Microsoft Dynamics NAV 2009: “The in the [table name] table must be enabled”
|
|
 Â
|
Update 0.30
|
29285
|
972660
|
Error message when you change the value in the “Bank Account No.” field in the “Bank Acc. Reconciliation” dialog box in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009: “The Bank Acc. Reconciliation does not exist”
|
|
 Â
|
Update 0.31
|
29372
|
971784
|
Error message when you create an item journal line in a project that uses the C# language by using the Item Journal page (40) as Web reference in Microsoft Dynamics NAV 2009: “You cannot use entry type Transfer in this journal”
|
|
 Â
|
Update 0.32
|
29372
|
972430
|
You cannot compile a statement that compares two strings in the Role Tailored Client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.33
|
29372
|
972791
|
A null termination string is added at the end of a text string when you load the string to a BSTR variable in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.34
|
29372
|
972832
|
The line breaks that you added manually in the C/AL code do not work in the Role Tailored Client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.35
|
29392
|
972970
|
The blank spaces after an ampersand (&) character are removed when you pass a string to a Microsoft Dynamics NAV 2009 Web service
|
|
 Â
|
Update 0.36
|
29392
|
973041
|
Error message when you try to access all licensed sessions at the same time in Microsoft Dynamics NAV 2009: “Your program license does not permit more users to work simultaneously”
|
|
 Â
|
Update 0.37
|
29415
|
942540
|
You cannot determine which fields are available and which fields are unavailable when you open a dialog box in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.38
|
29415
|
971519
|
Error message when you run an object that uses the RecordRef.GET(RecordID) function in Microsoft Dynamics NAV 2009: “Object of type Table with id 2000100007 could not be found”
|
|
 Â
|
Update 0.39
|
29415
|
973237
|
The date filter that you set in the “VAT Statement Preview” dialog box does not work in the Role Tailored Client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.40
|
29443
|
973227
|
Local characters are imported as question marks after you import a file from the RoleTailored client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.41
|
29443
|
973416
|
Transactions are not saved in the Microsoft Dynamics NAV 2009 database when you execute the transactions by using Web services
|
|
 Â
|
Update 0.42
|
29443
|
973491
|
Error message when you use the “Send To Microsoft Office Excel” feature or the “Send To Microsoft Office Word” feature in Microsoft Dynamics NAV 2009: “You do not have permission to read the User Default Style Sheet table”
|
|
 Â
|
Update 0.43
|
29500
|
973899Â
|
You do not receive an error message as expected when an error occurs in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.44
|
29500
|
973959
|
You do not receive a warning message when you try to add a record that already exists if you use the “No. Series” field with the “Default Nos” setting enabled in the Role Tailored Client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.45
|
29515
|
973997
|
You receive a Microsoft SQL Server error when you try to synchronize permissions if the “NT AUTHORITY\NETWORK SERVICE” account is set up as a Windows logon account in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.46
|
29515
|
974066
|
You experience slow performance when you restore a single company into a Microsoft SQL Server database in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.47
|
29518
|
974024
|
Error message when you change to another company in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009: “Page is not open”
|
|
 Â
|
Update 0.48
|
29548
|
974196
|
Error message when you run the Calculate Inventory report in a “Whse. Physical Inventory” journal in the RoleTailored Client (RTC) in Microsoft Dynamics NAV 2009: “The maximum length for a string value is 20″
|
|
 Â
|
Update 0.49
|
29548
|
974245
|
The lines in a batch are not updated after you add a line to a batch of a general journal in the Role Tailored Client (RTC) in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.50
|
29607
|
974526
|
Microsoft Dynamics NAV 2009 RoleTailored Client crashes when you try to open a home page
|
|
 Â
|
Update 0.51
|
29683
|
974244
|
The Microsoft Dynamics NAV 2009 client crashes when you compile certain objects from the client
|
|
 Â
|
Update 0.52
|
29735
|
974717
|
The Role Tailored Client in Microsoft Dynamics NAV 2009 crashes if you have Outlook 2007 Service Pack 2 installed
|
|
 Â
|
Update 0.53
|
29735
|
975655
|
The “ISTEMPORARY” property of a RecordRef variable becomes incorrect in certain cases in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.54
|
29762
|
975799
|
A newly created purchase invoice has the same number as the previously created invoice if you create the purchase invoice after you view the statistics in the Statistics dialog box in the Role Tailored Client in Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.55
|
30233
|
948302
|
The NAS stops responding to events when a lock time-out occurs in Microsoft Dynamics NAV
|
|
 Â
|
Update 0.56
|
30078
|
977497
|
The Microsoft Dynamics NAV server crashes when you type amounts in amount fields in the “Excise Cenvat Claim Detail” form in the RoleTailored client of Microsoft Dynamics NAV 2009
|
|
 Â
|
Update 0.57
|
30610
|
978604
|
The Microsoft Dynamics NAV 2009 client crashes when you open many formsÂ
|
|
 Â
|
Update 0.58
|
30610
|
978482
|
Error message when you type t in the Expiration Date/Time field in the Job Queue Entry Card form in Microsoft Dynamics NAV 2009: “You cannot enter ‘[Date]’ in DateTime”
|
|
 Â
|
Update 0.59
|
30615
|
979760
|
The records are loaded only if the records were already selected in the component when a Client Extensibility component uses C/AL code to synchronize the current page in Microsoft Dynamics NAV 2009
|
Â
Â
Some interesting version-specific links:
See NAV 2009 SP1 (up)
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
5.0 SP1
|
 Â
|
26084
|
 Â
|
 Â
|
|
 Â
|
Update 0.1
|
26654
|
953245
|
C/Front hangs while generating a lot of temp files
|
|
 Â
|
Update 0.2
|
26751
|
953545
|
Selecting printer tray doesn’t work
|
|
 Â
|
 Â
|
 Â
|
951631
|
Locking error when printing a report with code in a form
|
|
 Â
|
 Â
|
 Â
|
 Â
|
Local variable in debugger
|
|
 Â
|
Update 0.3
|
26810
|
954342
|
NAV Shows unexpected results when filtering, and may crash
|
|
 Â
|
Update 0.4
|
26948
|
954672
|
Certain jobs can run slower after upgrading the client
|
|
 Â
|
Update 0.5
|
27002
|
954722
|
NAV can crash in certain situations: E.g. error 1247 in module 19. No official KB URL available yet. though.
|
|
 Â
|
Update 1
|
27191
|
956161
|
Cumulative Platform Update Rollup
|
|
 Â
|
Update 1.1
|
27253
|
954722
|
NAV crashes when you try to open some forms
|
|
 Â
|
Update 1.2
|
27368
|
957219
|
Error sending a document from Commerce Gateway to a server with BizTalk
|
|
 Â
|
Update 1.3
|
27368
|
957471
|
Restore backup: Company Name ‘xx’ does not exist
|
|
 Â
|
 Â
|
 Â
|
957733
|
All SIFT views of a table are rebuilt when changing the table
|
|
 Â
|
Update 1.4
|
27398
|
957824
|
Changes in Production Schedule are not saved - Native only
|
|
 Â
|
Update 1.5
|
27831
|
959911
|
XMLPort.EXPORT cannot handle DBCS Characters.
|
|
 Â
|
Update 1.6
|
27831
|
959912
|
Permissions too restrictive when calculating flowfields with security filters (recordlevel security)
|
|
 Â
|
Update 1.7
|
27831
|
960141
|
RunModal error screen when deleting record links in certain
|
|
 Â
|
Update 1.8
|
28007
|
960607
|
Save report to html can save the wrong space characters.
|
|
 Â
|
Update 1.9
|
28028
|
960661
|
Lookup list in report request forms do not open.
|
|
 Â
|
Update 1.10
|
28342
|
962005
|
XML Ports do not import data that comes after a white space
|
|
.
|
Update 1.11
|
28412
|
963700
|
Client crashes when using a global FieldRef variable
|
|
 Â
|
Update 1.12
|
28512
|
967158
|
Error message when you restore a customer database on Microsoft Dynamics NAV 4.0 Service Pack 3 (SP3) Native backup to the Native option for Microsoft Dynamics NAV 5.0 SP1 Client: “Internal Error 1355 in Module 19″
|
|
 Â
|
Update 1.13
|
28798
|
968465
|
The XML port returns an additional error message when you execute an XMLPort import in Microsoft Dynamics NAV 5.0 Service Pack 1: “The XML Parser setup fails”
|
|
 Â
|
Update 1.14
|
28884
|
969452
|
The xRec and Rec are the same and the change log does not detect any changes when a record is changed from a sub form in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.15
|
28913
|
969590
|
You require a new platform feature to provide the functionality to limit the general visibility for users in Microsoft Dynamics NAV 5.0 Sp1
|
|
 Â
|
Update 1.16
|
28956
|
969881
|
The Microsoft Dynamics NAV client crashes when you lose the connection to Microsoft SQL Server in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 1.17
|
29040
|
969777
|
Some temporary files are not deleted as expected when the Microsoft Dynamics NAV 5.0 application service stops
|
|
 Â
|
Update 1.18
|
29048
|
970545
|
Menu items or menu groups that are sent to shortcuts disappear from the original menu in Microsoft Dynamics NAV 2009 or Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.19
|
29083
|
970913
|
The card form does not show the detailed information for the record in a list form in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.20
|
29118
|
971172
|
Slow performance when you apply a filter to a form that is based on a large table in Microsoft Dynamics NAV 4.0 Service Pack 3 and Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 1.21
|
29125
|
971170
|
The Microsoft Dynamics NAV client crashes when you reopen a company that contains certain customizations in Microsoft Dynamic NAV 5.0 Service Pack 1
|
|
 Â
|
Update 1.22
|
29469
|
973584
|
The value in a field is changed by a value that you select for a field filter on the field in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 1.23
|
30018
|
976908
|
The data in the Warning column is not exported as expected when you export a planning worksheet to a Microsoft Office Excel worksheet in Microsoft Dynamics NAV 5.0 with Service Pack 1 installed
|
|
 Â
|
Update 1.24
|
30482
|
979135
|
Error message when you add a field to the table in Microsoft Dynamics NAV 5.0 SP1: “You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels”
|
|
 Â
|
Update 2
|
30488
|
 Â
|
New product DVD that contains (obviously) all previous Platform Updates. Functional and technical changes in the product (database) as well.
Here are the release notes.
|
|
 Â
|
Update 2.1
|
30524
|
979610
978692
|
The column that is defined by the Indicator control shows incorrect values when you export the contents in a list form to an Excel worksheet in Microsoft Dynamics NAV 5.0 Service Pack 1
Microsoft Dynamics NAV 5.0 Service Pack 1 uses an incorrect key for the lookup operation of the Record Link table
|
|
 Â
|
Update 2.2
|
30571
|
979758
|
Error message when you create records in a form in Microsoft Dynamics NAV 5.0: “Field no. [Field Number] is not defined in the [Table Number] table”
|
|
 Â
|
Update 2.3
|
30571
|
979852
|
The Online Help feature does not work when you use Turkish language layer in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 2.4
|
30584
|
980070
|
A header table cannot show all calculations if there are more than 20 flowfields in the Microsoft SQL Server Option for Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 2.5
|
30668
|
979889
|
The NtAuthentication parameter is ignored when you use a shortcut to start Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 2.6
|
30848
|
981756
|
A consolidated hotfix for Microsoft Dynamic NAV 5.0 SP1 Platform Update 2 is available
|
|
 Â
|
Update 2.7
|
30848
|
981923
982151
|
The Microsoft Dynamics NAV native database server may stop when a batch process is deadlocked in Microsoft Dynamics NAV
“Internal error 2 in module 10″ error message and the Microsoft Dynamics NAV 5.0 client crashes when you search on resulting records that have many table filters applied
|
|
 Â
|
Update 2.8
|
30906
|
982496
|
“MMC could not create the snap-in. The snap-in might not have been installed correctly” error message when you try to start the NAS snap-in after you install Update 2 for Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.9
|
31006
|
982003
2028757
983612
|
You can access the “Record Link” table (2000000068) even though you do not have permissions for the table when you use the Standard security model in Microsoft Dynamics NAV 5.0 SP1
The value in the Permissions property is incorrect when you import a codeunit object by using the text format in Microsoft Dynamics NAV 5.0 Service Pack 1
Microsoft Dynamics NAV 5.0 SP1 crashes when you open several forms
|
|
 Â
|
Update 2.10
|
31241
|
2264893
|
Error message when you use the Security Filters function in C/FRONT in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.11
|
31510
|
2291512
|
Microsoft Dynamics NAV does not release locks as expected when a RunModal error occurs in the client
|
|
 Â
|
Update 2.12
|
31781
|
2437871
|
The classic client crashes periodically when you run forms in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.13
|
32009
|
2479099
|
Two special characters are added at the end of the value when you copy a cell value from an Excel worksheet to Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.14
|
32030
|
2485204
|
Object cache is not updated as expected after you change objects in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.15
|
32083
|
2489453
|
The zup files for all users are reset unexpectedly after you import a language layer in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.16
|
32202
|
2512389
|
“You do not have permission to Read the [table name] table” error message when you use a table-relation that has a filter in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.17
|
32303
|
2531141
|
Some changes for a table are not recorded in the change log if the MODIFY function is used in the Onvalidate trigger in the table in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.18
|
32335
|
2536339
|
Database conversion happens without any confirmation when you connect to a NAV 4.0 Service Pack 3 native database server by using a Microsoft Dynamics NAV 5.0 Service Pack 1 client
|
|
 Â
|
Update 2.19
|
32373
|
2543152
|
The system does not work as expected when you switch between forms in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.20
|
32670
|
2592845
|
The printers are not displayed as expected in a client in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.21
|
32688
|
2600385
|
“Attempted to read or write protected memory. This is often an indication that other memory is corrupt” error message when you run the client in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.22
|
32733
|
2614887
|
You experience degradation in performance for dataport imports in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.23
|
32773
|
2618109
|
The “REPORT.RUN([5000],false,false)” statement does not work if the default printer for the report is a “save to file” printer in Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.24
|
32871
|
2633221
|
The Cyrillic II characters are lost when you paste a string in the Russian version of Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 2.25
|
33335
|
2697725
|
The printer selections do not work if a printer name contains a local character in Microsoft Dynamics NAV 5.0 Service Pack 1
|
Â
Â
Some interesting version-specific links:
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
5.0
|
 Â
|
24199
|
 Â
|
 Â
|
|
 Â
|
Update 0.1
|
24632
|
936885
|
 Error when opening 4.x db in 5.x: “You do not have permission to modify the [Tablename] Table”
|
|
 Â
|
Update 0.2
|
25344
|
943581
|
All object info is unexpectedly updated after upgrade db to 5.0 (SQL Server)
|
|
 Â
|
Update 1
|
25359
|
943858
|
 Platform update.
|
|
 Â
|
Update 1.1
|
25560
|
945339
|
Error when renaming record: “you cannot rename a record because the new value is ””
|
|
 Â
|
Update 1.1b
|
25560
|
953245
|
C/FRONT API stops responding when creating connection
|
|
 Â
|
Update 1.2
|
25581
|
944919
|
“Two fields below must be the same type ” or “No. xxxx is not defined in the contact profile answer table”
|
|
 Â
|
Update 1.3
|
25653
|
945349
|
Locks are not released as expected
|
|
 Â
|
Update 1.4
|
25684
|
945992
|
Crash when processing messages from MSMQ
|
|
 Â
|
Update 1.5
|
26026
|
948512
|
Slow performance when running reports after client upgrade 4 to 5
|
|
 Â
|
Update 1.6
|
26810
|
954342
|
several issues when you set a filter in a list form
|
|
 Â
|
Update 1.7
|
27241
|
957267
|
NAV displays an incorrect character when using a DBCS character in a field
|
|
 Â
|
Update 1.8
|
27831
|
959911
|
The XML port adds unwanted characters when you export data in a double-byte character set (DBCS) environment in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.9
|
28007
|
960607
|
The characters that indicate an empty HTML cells are incorrect displayed as “ ” in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.10
|
28874
|
969125
969037
|
You experience slow performance when you restore some companies into a Microsoft SQL Server database in Microsoft Dynamics NAV 5.0
Microsoft Dynamics NAV 5.0 becomes unresponsive when you perform a search process in a list-type form
|
|
 Â
|
Update 1.11
|
28884
|
959158
969452
968679
|
Error message when you perform the Copylinks function by using a recordref-type variable in Microsoft Dynamics NAV 5.0: “Type conversion is not possible because one of the operators contains an invalid type. Record := Recordref”
The xRec and Rec are the same and the change log does not detect any changes when a record is changed from a sub form in Microsoft Dynamics NAV 5.0 Error message when you change the properties of a key in the Cust. Ledger Entry table (21) in Microsoft Dynamics NAV 5.0: “3701,”42S02″,[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot drop the index ‘CRONUS International Ltd_$Cust_ Ledger Entry.$6′”
|
|
 Â
|
Update 1.12
|
29083
|
970913
|
The card form does not show the detailed information for the record in a list form in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.13
|
29178
|
970256
|
The Microsoft Dynamics NAV 5.0 client crashes if you receive an error message when you try to close a form
|
|
 Â
|
Update 1.14
|
29379
|
973133
|
Some printers are not displayed in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.15
|
29410
|
973045
|
The Microsoft Dynamics NAV 5.0 client crashes when you use the Error function in the OnCloseForm trigger
|
|
 Â
|
Update 1.16
|
29729
|
974798
|
The fast forward-only pointer replaces the dynamic pointer when you run the Microsoft SQL Server Option for Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.17
|
29736
|
975673
|
Microsoft Dynamics NAV 5.0 crashes when you open too many dialog boxes
|
|
 Â
|
Update 1.18
|
30407
|
978080
|
You cannot know whether the RecRef object is already opened or not in Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.19
|
30550
|
978893 979210
|
Some transactions are rolled back without an error message if SHOWPLAN permissions are revoked from the $ndo$shadow application role in Microsoft Dynamics NAV 5.0 Error message when you use the Global Filter group feature in Microsoft SQL Server Option for Microsoft Dynamics NAV 5.0 Service Pack 1: “The FlowField value cannot be calculated”
|
|
 Â
|
Update 1.20
|
30584
|
980070
|
A header table cannot show all calculations if there are more than 20 flowfields in the Microsoft SQL Server Option for Microsoft Dynamics NAV 5.0
|
|
 Â
|
Update 1.21
|
30668
|
979889
|
The NtAuthentication parameter is ignored when you use a shortcut to start Microsoft Dynamics NAV 5.0
|
Some interesting version-specific links:
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
4.0 SP3
|
 Â
|
25143
|
 Â
|
 Â
|
|
 Â
|
Update 1Â
|
24080
|
931841
|
 included in 4.0SP3!*
|
|
 Â
|
Update 2 – NODBC
|
 Â
|
Not released
|
 included in 4.0SP3!*
|
|
 Â
|
Update 3Â
|
24219
|
933727
|
 included in 4.0SP3!*
|
|
 Â
|
Update 4Â
|
24449
|
936602
|
 included in 4.0SP3!*
|
|
 Â
|
Update 5Â
|
24734
|
938138
|
 included in 4.0SP3!*
|
|
 Â
|
Update 6Â
|
25143
|
940718
|
 included in 4.0SP3!*
|
|
 Â
|
Update 6.1
|
25307
|
943227
|
F4 Delete function behaves inconsistently when pressing CTRL+A to select all records
|
|
 Â
|
Update 6.2
|
25638
|
945349
|
Locks are not released as expected
|
|
 Â
|
Update 6.3
|
25709
|
946247
|
NAV crashes when saving an object with large amount of text constants
|
|
 Â
|
Update 6.4
|
25726
|
945992
|
Crash when processing messages from MSMQ
|
|
 Â
|
Update 6.5
|
25732
|
945339
|
Error when renaming record: “you cannot rename a record because the new value is ””
|
|
 Â
|
Update 6.6
|
26033
|
948302
|
NAS stops responding to events when a lock timeout occurs
|
|
 Â
|
Update 6.7
|
26170
|
949866
|
NAV ignores specified printer tray selection when printing a file from second page or later
|
|
 Â
|
Update 6.8
|
26410
|
950920
|
Slow performance when browsing a list in a form
|
|
 Â
|
Update 6.9
|
26565
|
952355
|
Dynamics NAV client stops respoding when NAV calcs a SIFT
|
|
 Â
|
Update 6.10
|
26708
|
952873
|
Error message when you open a company in NAV 4.0: “Property exceeds the buffer size”
|
|
 Â
|
Update 6.11
|
26752
|
953313
|
?????????????????
|
|
 Â
|
Update 6.12
|
27010
|
954342
954722
|
Several issues when filtering an list form
|
|
 Â
|
Update 6.13
|
27256
|
957275
|
NAV crashes on citrix if captions contain an ampersand
|
|
 Â
|
Update 6.14
|
27742
|
959165
|
Inconsistent behavior when you search for the “RecordRef” data type records in different Windows operating systems and Microsoft Dynamics NAV versions
|
|
 Â
|
Update 6.15
|
27765
|
959822
|
Error when printing a report: ‘FORM NAME’ cannot close because the system is currently working
|
|
 Â
|
Update 6.16
|
27857
|
959656
|
Error when lock time-out occurs: “Function sequence error”
|
|
 Â
|
Update 6.17
|
28477
|
965225
965224
|
The characters that indicates an empty HTML cells are incorrect displayed as “ ” in Microsoft Dynamics NAV 4.0 Service Pack 3 (SP3)
Memory is not released when you open a new company in Microsoft Dynamics NAV 4.0
|
|
 Â
|
Update 6.18
|
28541
|
967469
|
Error message when you open a table in the Design mode in Microsoft Dynamics NAV 4.0: “Error 2 in module 5″
|
|
 Â
|
Update 6.19
|
29021
|
970383
|
The BLOB data type cannot be performed on the RecordRefs object in Microsoft Dynamics NAV 4.0
|
|
 Â
|
Update 6.20
|
29113
|
971172
|
Slow performance when you apply a filter to a form that is based on a large table in Microsoft Dynamics NAV 4.0 Service Pack 3 and Microsoft Dynamics NAV 5.0 Service Pack 1
|
|
 Â
|
Update 6.21
|
29723
|
975345
|
The last Outstream.Writetext statement is not considered by the string.LEN function or the string.TRUNC function in Microsoft Dynamics NAV 4.0
|
|
 Â
|
Update 6.22
|
29821
|
975988
|
You experience slow performance when you browse some forms in Microsoft Dynamics NAV 4.0 with Service Pack 3
|
|
 Â
|
Update 6.23
|
29961
|
976327
|
The Microsoft Dynamics NAV 4.0 client crashes when you delete a record in a List form by right-clicking Delete
|
|
 Â
|
Update 6.24
|
30033
|
976911
|
Error message when you try to change a table that has a primary key field defined by using Variant as the SQL data type in Microsoft Dynamics NAV 4.0: “Invalid cursor state”
|
|
 Â
|
Update 6.25
|
30377
|
978895
|
You experience slow performance when you restore some companies into a Microsoft SQL Server database in Microsoft Dynamics NAV 4.0 SP3
|
|
 Â
|
Update 6.26
|
30698
|
978786
|
All printers in network are displayed when you run Microsoft Dynamics NAV 4.0 Service Pack 3 on a terminal server
|
Some interesting version-specific links:
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
4.0 SP2
|
 Â
|
22100
|
 Â
|
 Â
|
|
 Â
|
Update 1Â
|
22611
|
919407
|
 Â
|
|
 Â
|
Update 2 – NODBC
|
22851
|
921893
|
 Â
|
|
 Â
|
Update 3Â
|
23099
|
922695
|
 Â
|
|
 Â
|
Update 4 – NODBCÂ
|
23460
|
927113
|
Update 3
|
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
4.0 SP1
|
 Â
|
21666
|
 Â
|
 Â
|
|
 Â
|
Update 1Â
|
21990
|
913523
|
 Â
|
|
 Â
|
Update 2 – NODBCÂ
|
22373
|
912791
|
 Â
|
|
 Â
|
Update 3Â
|
22363
|
915455
|
 Â
|
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
4.0
|
 Â
|
19365
|
 Â
|
 Â
|
|
 Â
|
Update 1
|
20942
|
890551
|
 Â
|
|
 Â
|
Update 2
|
21871
|
908918
|
Update 1
|
|
 Â
|
Update 3
|
21990
|
911653
911654
|
Error message when you paste selected records from a form to a table that has the property “PasteIsValid=No” in Microsoft Navision: “You are not allowed to paste in this table”
You are prompted to convert the database every time that you open a database in a client installation of Microsoft Navision 4.0 Service Pack 1
|
Â
Â
|
Version
|
Update
|
Build No.
|
KB number
|
Info
|
|
3.70.B
|
 Â
|
19516
|
 Â
|
 Â
|
|
 Â
|
Update 1
|
19868
|
890640
|
 Â
|
Â
Â
Manuals
Product Information/Updates
Interesting downloads:
Blogs:
Other interesting links:
Remarks
- The text in italic and yellow means that that peace was added or changed since last update.
May 4th, 2012
Posted by
waldo |
Platform Updates, Updates |
no comments
OK, here we go .. . It has been a “ride” to Directions .. both literally as mentally. In only 7 days, I went on a trip by car, taxi, train and plane!
By car to the Alpes with perfect weather conditions:
From Austria, by taxy to the train station, and by train to Rome:
By plane back home, to play Kubbs with my kids just an hour after arriving:
Busy week .. whereof Directions was the busiest time - as it should be.
As stated in my previous blog .. I had two sessions (of which I’m going to blog about separately) .. and this caused quite some stress, I must say. Sometimes I wonder: “why do I keep on doing this??”. After the sessions I always know why :-). This year, I had an extra level of stress though. Just before I had to go on stage to talk about some tools, my PC began to crash just after I took my laptop out of his sleep. I only had 5 minutes before I had to begin. It started to make really funny (although not so funny at that time) notices, and NAV began to crash like hell. I didn’t have the time to completely reset my machine, so I had to improvise - during the session on stage - by using another database on my own pc in stead of the VM I would normally have used.. . So there you go .. I had practiced it about a zillion times on one VM .. and now I had to do it live in a completely different environment. Result: Heart rate at about 180 for about an hour!
I guess all (or most) went fine .. I had a wonderful audience (full room, by the way!) who cared to laugh at some of my jokes, took pictures of the slides , so I guess, some of it was interesting :-). When I have some more time (rebuilding a house really influences the time to blog, I must say..), I’m going to put that session into a blog!
What about Directions in general?
We’re getting used to it, no?
This time again, it was a great convention, which is always worth the money and time people invest into it. But that’s what we’re used to, right, from Directions?
You know Rome .. It’s almost perfect as a location. It’s warm, enjoyable, good food, … . So that was going to be a win-win, right?
The convention itself never had so many interesting sessions .. 7 at the same time. For me, this was may be a somewhat disadvantage, because I had to choose .. and I usually can’t choose! My solution to that next year is: inviting more people from iFacto to join Directions! I recommend you to do the same ;-).
Microsoft took the occasion to showcase NAV2013 in the most extended way possible. +30 sessions about NAV2013: new functionality, new features, … everything there was to say about it! But still under NDA, so not able to talk about it too much. Let’s just say: there’s nothing to dislike! :-).
Yet again, great networking possibilities! This year, the expo lasted for the entire day, which gave more value for the expo-people, and more possibilities for us to explore the expo and talk to the people!
So, no issues whatsoever?
Sure! Nobody is perfect - so why wouldn’t there be? But I don’t want to spend my time on it. Bottom line to remember in my opinion: Directions is a fantastic, not-to-miss, convention to go to .. so see you and more people all again next year!
What’s the cloud-message all about?
Did you really have to ask?
Let’s just say: “Fuzzy”, in my humble opinion. But as it’s still under NDA .. Let’s keep it for another blogpost!
May 2nd, 2012
Posted by
waldo |
Other |
no comments
This blogpost comes too late .. and I would like to apologize for that.
As you might have noticed, I’m quite fond of Directions (EMEA and US). Lots of people, all enthusiastic about NAV, making their living of it .. in one place, talking and doing business .. . Great atmosphere, great networking abilities. The fact that I only blog about it just now is too disrespectful :(. The reason is as always: time! I’m guessing we’re all swamped with work .. and i’m not an exception, I’m afraid. Not only at work, but also privately (by rebuilding my house .. and doing most of the work myself..). Anyway ….
Directions EMEA is coming! And fast!
April 25th, over 850 people will gather to attend one of the (if not THE) best conventions regarding Microsoft Dynamics NAV. That means: more than double of last year’s event! That is a confirmation that this convention is just a must-go-to!
But we all go for the content, right? Well, take a seat and read this:
- 3 keynotes, with big names like Dan Brown and Paul White
- +60 sessions (40 sessions about the very new upcoming NAV 2013!)
- 20 ISV sessions
- 12 Roundtables
- 7 Guided Trainings
- 12 Self learning trainings
- … (I’m not sure I’m able to mention this, so I won’t, but I can tell you this: all attendees will get a very exclusive, valuable gift .. and I’m not talking about the lanyards!
)
If you’re not registered than you must be wondering: damn .. what was I thinking? [;)]. And I’m afraid you’re not able to change your mind, because the convention is completely sold out!
If you look at the Session Overview, you won’t be surprised that it is sold out.. many good session, a lot to learn, a lot of opportunities to catch up whatever you have to catch up with.
And if you look closely .. then you’ll find my name on it as well [:)]. The Committee has given me the opportunity to speak again for the attendees. This time even two times, and that makes me feel very honored! :-).
TECH 1: Useful tools for getting the most out of NAV
Tools.. . Very interesting and broad topic. And for me, quite a special one, as I’m trying to build some kind of market for our in-house tool. So, I have to make sure this is not going to be (too much) advertising for our tool (and by adding the link to it, makes it already doubtful;-)). What I decided to do, is that I will show you the tools that we use in our company to do, track, monitor, organize, check, … our developments. That will be the main part of the session, and I’m sure (at least surely hope so) that it can bring you ideas on how you could be handling your developments in-house yourself :-). I will not be naming the software that I will be showing now .. for that, you’ll have to attend the session [:)] .. but I promise you, it’s software that is very cheap, very rich, very easy to use and install, .. which usually means .. very interesting! So please join on Wednesday 17:15!
TECH 2: PRS – A Deep Dive into the Core Architecture of NAV 2013
The second TECH-session is one where I’m a co-speaker, together with Mark Brummel and Gary Winter. As you might have read, we’re trying to do something about “development standards” (although that description is far from complete..) with our initiative called “Partner Ready Software“. We have been introducing the concept on NAVTechDays and Directions EMEA. This time, we’ll go one step further, and we’ll go into the NAV 2013 architecture, and go through the do’s and don’ts: how it’s done, what we like, which methods there are and how to handle them, .. let’s say, we’ll talk openly on what we think is PRS-like, and what we think could be changed to have a better framework for the future.
I’m at least very much looking forward to Directions EMEA in Rome! C U all there:-)
April 10th, 2012
Posted by
waldo |
Dynamics NAV |
no comments
I apologize for this piece of advertisement, I’m just too convinced that it can help you :-).
It took us a while .. mainly because it’s soooo busy at iFacto that eats away a lot of ReVision development time .. but it’s here (actually for a few weeks now already - and new builds still coming up …) .. a new version of ReVision. As you probably noticed, I’m not blogging about every update that comes out, but this time I couldn’t resist. I wanted to share a few cool things.. .
Probably Microsoft isn’t aware of this, but NAV 7 pointed us in some directions that is very positive for the long run for our product, but also made us change the deep down framework quite heavily .. . To be short, NAV 7 is much “opener” (may be because it’s a beta, or may be because it just more related to .Net then ever…) then NAV 6 and older .. . Because of this, connecting and debugging ReVision on NAV 7 just gave us much more insight on how we should connect to it, and work with it .. and that made us change some stuff deep down the core, which didn’t only make ReVision much more stable, but also made it completely ready for NAV 7. And yes, I admit, we already have plans for 8 - being completely developed outside of NAV has its advantages :-).
Compare objects with last checked in Version
The compare has already been in it quite some time: compare DEV objects with TEST objects .. Compare default db with custom db .. It has been in there from the start, and it was just a matter of selecting the objects in the object designer of the “left” version, a right mouseclick on the ReVision log in the tray, and select the database of which you want to compare the objects with .. as simple as that. As result, you get a compare window of your favorite compare tool with the objects for you .. . And yes, when changing the objects, you are able to import and compile :-).
What has been added?
Well, we expanded this feature to the moment you would like to Check In your changes - who doesn’t want to look into all changes he has done on the moment he wants to check in? Well, now it’s just a button away: the compare buttons make sure you get a window with a comparison of all objects you want to compare. What did I do today?What did I change to solve this issue? …
Open Client and connect to DEV db from iFacto ReVision
This hasn’t got anything to do with Source Control or anything .. but it was so simple to foresee in the product so that we just did it. You all know the problems: you have “x” number of customers, working on build “y”, that’s installed on SQL Server or a native server, on location “z” … . Lots of parameters, but as a partner, something you have to take a hold on.
What if .. this is managed in a central way, one time, for all your developers and consultants in your company? I’m sure many of you also implemented something like that in your company.
Well, ReVision does it as well .. . We already had all the information in our configuration files, like you see here:
All we had to do, is get to know of all the exe’s that where on your local machine, identify the build, and make it possible to open the client with it.
Now, you can open any client that’s in the repository (which is managed by the administrators …). When someone adds a database to a repository, you will automatically have the link, and you’ll be able to open the client, with the right build and everything.
This is sooooooooooo nice. All I have to do when I start my work: open ReVision, select the repository and double click on the database :-).
Also for RTC Clients?
Sure! RTC clients are very build-aware .. more than classic. It’s possible to store the parameters for the RTC connection in ReVision, so you can open it (even without having that annoying shortcut-message all the time :-)) like this:
NAV is all about simplicity .. so that’s what ReVision should be all about as well :-).
The future looks bright
This is not all .. we have made significant changes to the TFS interop .. Which actually means we opened up a complete box of tools that is available now regarding TFS. Working with TFS workitems really seems something within our limits now ..
.. and not only that. Just a few teasers - but more in the future: Mergetool.com Integration,
Mantis Integration, Plugin
abilities, … :-).
April 8th, 2012
Posted by
waldo |
Dynamics NAV |
no comments
I’m happy to share that my MVP award has been renewed.. . This, in combination with some very exciting times ahead, is good news for me of course .. and therefor, I would like to say thanks to Microsoft to give me this award and the opportunities that comes with it. :-).
I just can promise that I’ll try to do my best to contribute to the community the same way like I have been doing in the past.
There is quite a lot on my agenda .. which I’ll share in the upcoming blogposts.
Thanks and stay tuned!
Â
Â
April 2nd, 2012
Posted by
waldo |
Other |
one comment
It’s hard to follow convergence when you’re not actually there .. or you don’t take the time.. . And I didn’t. I have gathered bits and bytes from various resources, rumours, … . Makes me want to go back in time, when I was actually there and shared my experiences . Due to the fact that MVP’s are not invited anymore .. this has become too expensive for me.
Anyway, people are there .. and people seem to be enthusiastic.
There are lots of feeds, tweets (#conv12), queets, facebook messages, .. and I must admit .. I hate all the distributed, chaotic “social” media messages. Hard to get really concrete info .. .
I just wanted to share some links with you.
First of all, there is a lot to find on the Dynamics NAV Team Blog. Since the start of Convergence, they’re posting daily updates (kind of like what I did a few years ago) .. which are always nice to read :-). You can read there, for example that NAV7 is now officially called “NAV 2013“. My first reaction was - really?? - do we really want a product name with the number “13″ in it? Yeah, well .. It’s most probably just me .. and it’s not “13″, but “2013″, isn’t it? (but still…).
Already after the first day, you could read this article on the Microsoft News. It showed a possible metro style (cfr. Windows
Microsoft Dynamics (of which also Mark blogged about):
I guess that’s still (a far?) future. You’re the one to say if it’s cool or not .. My opinion - I don’t know if we want a new user experience again (i’m not sure everyone is already used to the RTC.. ;°) ).
Most probably, the best resource you’ll have from Convergence, is the “Virtual Convergence“, where you’ll find all the recorded sessions .. . I didn’t check the sessions myself yet, but I’m sure you can find tons of stuff there about the new Dynamics NAV on Azure capabilities, the new NAV 2013 client stuff, the Web Client, … . Tons of interesting things to see .. just make time for it ;-).
As Mark Brummel also stated in his latest blog .. now it’s all out in the open! Customers have seen it, so potentially everyone has seen NAV 7 / 2013 .. so we (community nerds) can share stuff as well .. finally :-). Tons of things to blog about!
So .. stay tuned .. watch the recordings, check out everything that is to check out .. or just sit back and check my blog once-in-a-while ;-). Hope to be part of Convergence next time in New Orleans!
March 22nd, 2012
Posted by
waldo |
Dynamics NAV |
no comments
I have been writing quite some posts lately .. a bit too much “announcements” imho. Let’s provide some content ;°). It’s something we ran into lately, of which I had trouble to find solutions for.. so perfect as a blogpost.
It’s about a possible error when printing an RDLC report. This is the Dutch/English version of the error message - it’s the Englisch part which is most interesting:
It comes down to: “not enough memory .. printing the report has failed .. do something about it!”. When you look at the Task Manager, you’ll see the client’s memory usage raising to a huge amount (+1,5 Gb) .. and eventually result into a crash.
When you start looking for answers, you find posts where people have this problem as well .. with a report of many many pages. We were only printing about 15 invoices in one go .. sometimes only 5 invoices and this error appeared.
First reaction: this is due to customization.
Wrong: also the default report 206 had this problem.
Second reaction: let’s try it out with the latest build.
Result: none
Eh? So what was your solution?
In my case, the problem was the bitmap in table “Company Information”.
If you take into account how a dataset is generated, and how RDLC is using this dataset .. then it all makes sense. Consider this:
- You want to print 10 documents
- Each document has 10 lines
- In our case, each line has about 4 sub lines (like Item Texts for that Invoice line, …).
- The size of your picture in your Company information table is 2Mb.
- You want to show the picture on your report (logo)
This means:
- Roughly taken, you’ll have about 400 lines in your dataset
- Each line will have that picture incorperated.
This means:
You’ll have a dataset of 800Mb for an about-20-page (probably less) report.
What if we don’t need that picture?
The picture is the killer (at least in our case). We didn’t even need that picture, so our developer removed it from the RDLC design. But that is not enough! You have to make sure the “CALCFIELDS” doesn’t happen anymore, so the picture is not actually IN that dataset anymore. The easiest way to do that, is your setting in the Sales & Receivables Setup:
No Logo will prevent you for “calculating” the picture (or better: getting that blob out of that field..)! Another way is to remove the code on the report, of course. Personally, I was never a fan of things like that setting .. who takes that setting into account on an actually used report? Document reports are custom for each customer .. so why a general setting for something that needs customization anyway.. .
Don’t know if I make any sense though ;°).
What if we do need that picture?
Well .. just know what you’re doing. There are probably numerous ways to solve it.
For starters: don’t import a high-definition bitmap of multiple megabytes in the Company information. Trust me, your report will look just fine when you downgrade your image a few megabytes.. .
Or try to work around the picture-in-all-lines-of-the-dataset issue. This can be done, you know. Just from the top of my head:
- you can split the dataset. Well, not really working with multiple datasets, but still, you can do a similar thing with a simple trick. If you want, I can dedicate a blogpost on that (drop me a comment)
- You can work with an embedded picture
- … I’m sure there are other neat tricks (also: drop me a comment ;°) ).
Anyway .. hope it’s useful for you!
March 19th, 2012
Posted by
waldo |
Dynamics NAV |
no comments
On one of my previous blogs .. Wallace provided a comment that put my attention on the following cool fact: Microsoft Dynamics is sponsoring (or going to) the Lotus Formula 1 team.
Â
Â
Cool! You can read all about it all over the place, like:
Doesn’t it look great?
Â
Â
March 16th, 2012
Posted by
waldo |
Other |
no comments