I was trying to import NAV data using PowerShell but received the following error message:
Import-NAVData : The specified file does not exist at the specified location
Solution:
If the file path is in a user-specific folder (e.g. in the Desktop), move it under C drive.
Syntax used:
Import-NAVData -ServerInstance BC -CompanyName "My Company" -IncludeGlobalData -FilePath "C:\Company.navdata"
Did my solution solve your problem? Leave a reply.