You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #2731 on January 19, 2023 08:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
on my Windows Server 2019 I try to convert a business central database to a new version. Here are my commands in PowerShell.
Import-Module PnP.PowerShell -force
& 'C:\Program Files\Microsoft Dynamics 365 Business Central\210\Service\NavAdminTool.ps1'
$DatabaseServer = 'BCServer'
$DatabaseName = 'BC14'
Invoke-NAVApplicationDatabaseConversion -DatabaseServer "$DatabaseServer" -DatabaseName $DatabaseName
When I run the Invoke-NAVApplicationDatabaseConversion command and I load the PnP module bevor than I receive the followig error message:
Invoke-NAVApplicationDatabaseConversion : Methode nicht gefunden: "Void
Microsoft.Dynamics.Nav.Common.Logging.ApplicationLogging.set_LoggerFactory(Microsoft.Extensions.Logging.ILoggerFactory)".
Whe I run the Invoke-NAVApplicationDatabaseConversion command wihout loading the PnP module than all works fine.
Can you help me to find the reason for this error message?
Yours
Mcihael
Beta Was this translation helpful? Give feedback.
All reactions