Options

Upgrading Business Central Spring 2019 On premise to CU4

mvendertmvendert Member Posts: 5
edited 2019-10-09 in NAV Three Tier
I upgraded a BC 14 version to cumulative update 4.
All went well and the application runs, but... when i open extension management in the converted application, I find the standard installed extensions still being in the 'old' version. For example the 'Paypal Payment Standard' extension has version v.2.1.29537.0.
When I look in the Cronus database of Cumulative update 4, I see this extension having version 14.5.35970.0 (all other standard extension have this version too.

So i tried to publish the new extensions which are present on the installation media in the extensions folder.
But when doing so I get the error messages below.

publish-navapp -ServerInstance xprt_400_development -Path .\PayPalPaymentsStandard.app -SkipVerification

Errors:
error AL1024: A package with publisher 'Microsoft', name 'Application', and a version compatible with '14.5.35970.0' co
uld not be loaded. Symbols for the requested app Application by Microsoft 14.5.35970.0 could not be found in the databa
se
src/codeunits/COD1070.al(3,29): error AL0185: Table '289' is missing
src/codeunits/COD1070.al(4,15): error AL0185: Table '1062' is missing

.... and the list continues.
But all tables are in the database and are compiled correctly, synced etc.

What am i missing?

Best Answer

Answers

  • Options
    mvendertmvendert Member Posts: 5
    SanderDK, Thanks for the tips. It helped... but I also had to change the 'Enable loading application symbol references at server startup' to true.
    Apps have been published and installed correctly now.
  • Options
    nedimyaminedimyami Member Posts: 16
    Hi,
    When I want to upload an extension to my onprem bc database,I get simular.

    error AL1024: A package with publisher 'Microsoft', name 'System', and a version compatible with '14.0.0.0' could not be loaded.

    it is an upgraded database(NAV2018 to BC 140). and its is first tring upload an extension to upgraded DB.

    I publish system app from shell which one already in DVD.
    After that I cömpile nav application with GenerateSymbolReference. Everything is okey.
    I can download Symbol also.


Sign In or Register to comment.