*.txt
我首先尝试使用文件更新 NAV2018 。但它需要一些软件包作为开发。所以我尝试使用导出的更新 NAV2018 *.fob
:
Import-Module "${env:ProgramFiles(x86)}\Microsoft Dynamics NAV\110\RoleTailored Client\NavModelTools.ps1" -WarningAction SilentlyContinue | Out-Null
Import-NAVApplicationObject -Path D:\work\namise.fob -DatabaseName NAV2018 -LogPath D:\work -SynchronizeSchemaChanges force -Confirm:$false
pause
但显示错误并且命令未成功处理。命令Import-NAVApplicationObject
是否适用于手动导入过程?也可以用*.fob
吗?
打开Microsoft Dynamics NAV 开发环境-> 单击File
-> 单击Import
-> 选择 * .fob -> 显示消息:The objects in D:\work\namise.fob could not be imported because there are objects already in the database with conflicting versions. Choose OK to open the Import Worksheet, or Cancel to stop the import.
-> 单击OK
-> 单击Replace All
-> 单击OK
-> 单击Synchronize Schema Force (Changed will be synchronized to the database table without validation. Data in table column that are affected by the changes will be deleted)
-> 单击Synchronizate changes to the corresponding tables in SQL Server Yes
-> 从选择中使用All table schema changes were synchronized with force
-> 显示的表在哪里Import completed (replaced XY)
- > 然后重新启动 NAV 服务 -> 完成
如果是命令Import-NAVApplicationObject
等于提到的手动过程。这些错误是什么意思?可以解决吗?
十分感谢!
亲切的问候
卢卡斯