Troubleshooting Adapt Uploader
Error: “Must specify additional parameters”
To resolve the error, you need to map your customer’s database to a drive.
In the MYOB Adapt online portal, copy the path in the Database Path field for the migration you’re working on.
In your Windows PC, open Command Prompt (cmd.exe).
Run the following command to map a drive:
net use Z: "\\<server>\<share>\<Path>\<DatabaseName>" /user:your_username your_password /p:yes
For example:net use Z: “\\abc.net\sharedfolder\payroll\DATABASE /user:myuser mypassword /p:yes
Return to the online portal and update the Database Path field so that it references the drive you mapped. In this example, it would be
Z:\payroll\DATABASE
.