Cumulative Update 1 für NAV 2015

10. November 2014 09:46

Cumulative Update 1 for Microsoft Dynamics NAV 2015 (Build 38457)

MSDN-Blogeintrag: Cumulative Update 1 for Microsoft Dynamics NAV 2015 has been released

Platform Hotfixes
Die Liste der "Platform hotfixes" ist verhältnismäßig lang. Hier ein paar Dinge, die ich persönlich am bemerkenswertesten finde.
Für den Anwender:
  • It is not possible to resize lines in the Windows client when a FastTab is invisible.
  • Interactive sorting is not possible on some FlowFields.
  • Processing of shortcut keys in the web browser control used by the Windows client is not enabled.
  • Tree view hides a line when using the German language and shows half a line when using the English language.
  • Incorrect data can be saved after refreshing the page after an error message appeared.
Für den Entwickler:
  • PromotedActionCategoriesML is not exported in translation.
  • "There are no NAV Server instances available for this database..." error message when you run an object from the development environment.

Application Hotfixes
  • If tables are exported while they are out of sync. and imported again while they are still out of sync., the tables will be created with the wrong design (The new design).
  • Export-NAVApplication PowerShell command fails with version error.
  • Compiling Add-Ins in Dynamics NAV 2015 does not work due to incorrect settings in finsql.exe.config file.
  • The Export-NavapplicationObject commandlet cannot export on a localized development environment.
  • The development environment requires all parameters in order to compile objects with DotNet function calls even when some of the parameters are optional.

Die Liste der Objektanpassungen ist ebenfalls recht lang. Hier nur die länderspezfischen Änderungen:
  • DACH
    • “The field No. of table Sales Line contains a value (AAAA) that cannot be found in the related table (Item).” error message because the item is deleted with a sales order after using the Copy Item function in the DACH version.
    • The VAT VIES declaration file is rejected by the authorities due to special characters that are not converted correctly in the DACH version.
  • DE
    • Column headings on the purchase quotes report are repeated for every line on the page in the German version.
    • The Customer Statement report does not show/print information correctly in the German version.
    • When a customer has a payment term without a payment discount, no combined shipments are created when you select the Only Std. Payment Terms option in the German version.
  • CH
    • The Sales report adds a blank page when it is saved to Word.
    • If you use 100% invoice discount, the Line Amount Rounding functionality generates an incorrect rounding line in the Swiss version.

Upgrade Toolkit NAV 2009 R2/SP1 --> NAV 2015
Das CU 1 enthält nun auch das bisher fehlende Upgradetoolkit für NAV 2009 R2/SP1.
Der Blogartikel enthält dazu folgendes Whitepaper: Upgrading NAV 2009 R2 or NAV 2009 SP1 Database to NAV 2015.pdf

Re: Cumulative Update 1 für NAV 2015

11. November 2014 15:16

In dem aktualisierten NST-Ordner fehlen einige Dateien für Add-ins, die müssen der DVD entnommen werden (siehe Artikelkommentare)
MSDN hat geschrieben:We have discovered a problem with missing files in the folders that are part of the download packages for Microsoft Dynamics NAV 2015 CU1. This is not a problem in the actual build or the full product media (DVD) but about the files that are part of the folders in the download. The files in question are present in the DVD, and so you can copy them from the DVD. A new set of download packages will be available as soon as possible containing all relevant files. The files in the new download packages will have the exact same build number as the files in the original download.

The missing files are for server-side add-ins in the NST folder:

Microsoft.Dynamics.Nav.Client.DynamicsOnlineConnect.dll

Microsoft.Dynamics.NAV.Integration.Office.dll

Microsoft.Dynamics.Nav.MX.dll

Microsoft.Dynamics.Nav.Client.PingPong.dll

Microsoft.Dynamics.Nav.Management.DSObjectPickerWrapper.dll

Microsoft.Dynamics.Nav.DocumentReport.dll

Microsoft.Dynamics.Nav.PdfWriter.dll

Microsoft.Dynamics.ElsterTransferHandler.dll

You can find the files in the relevant folders under <DVD file name>\ServiceTier\program files\Microsoft Dynamics NAV\80\Service\Add-ins on the product media for CU1.

We will post an update as soon as the complete download packages are available.

Re: Cumulative Update 1 für NAV 2015

13. November 2014 18:35

Kowa hat geschrieben:In dem aktualisierten NST-Ordner fehlen einige Dateien für Add-ins, die müssen der DVD entnommen werden (siehe Artikelkommentare)

Das ist heute behoben worden:
http://blogs.msdn.com/b/nav/archive/2014/11/10/cumulative-update-1-for-microsoft-dynamics-nav-2015-has-been-released.aspx?PageIndex=3#comments

Re: Cumulative Update 1 für NAV 2015

17. November 2014 12:31

How to get back the 'hotfix directories' from NAV 2015 Cumulative Update 1 mittels eines PowerShell-Scripts

Re: Cumulative Update 1 für NAV 2015

17. November 2014 15:21

Natalie hat geschrieben:How to get back the 'hotfix directories' from NAV 2015 Cumulative Update 1 mittels eines PowerShell-Scripts

Für die alte DE (Download vor dem 13.11) benötigt man das noch nicht, da ist noch alles wie bisher vorhanden, aber bei aktuellen Downloads (heute z.B. AT in der neuen Version) fehlen diese Hotfix-Ordner.

Re: Cumulative Update 1 für NAV 2015

18. November 2014 01:16

Wenn man das Auspacken des DVD-Archivs in Schritt 2 des MSDN-Artikels in das gleiche Verzeichnis auch innerhalb der Powershell ausführen möchte, kann man dieses direkt dort eingeben:
Code:
$shell_app=new-object -com shell.application
$filename = "Dynamics.80.DE.1569016.DVD.zip"
$zip_file = $shell_app.namespace((Get-Location).Path + "\$filename")
$destination = $shell_app.namespace((Get-Location).Path)
$destination.Copyhere($zip_file.items())

AT: Änderung des SEPA Credit Transfer Formats

23. April 2015 14:29

Teil dieses CU war außer für Österreich eine Anpassung des SEPA-Formats.
Lest mehr dazu hier: SEPA Format Anpassung für Österreich in Microsoft Dynamics NAV 2013 R2 und 2015