Quantcast
Channel: My Errors & My Solutions
Viewing all articles
Browse latest Browse all 123

Import-NAVData : The specified file does not exist at the specified location

$
0
0

My Errors & My Solutions
My Errors & My Solutions - It Could Happen To You

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.

Import-NAVData : The specified file does not exist at the specified location
Eclipses


Viewing all articles
Browse latest Browse all 123

Trending Articles