tegosgroup / NAVToGit

NAVToGit - Powershell Tool
MIT License
4 stars 1 forks source link

Error with temporary fin.zup during Export/Import #6

Closed swortmann closed 4 years ago

swortmann commented 4 years ago

During export/import an error is thrown regarding the temporary created fin.zup.

We could not recreate this bug yet - if you have encountered the same problem, leave a comment!

Pixelstrudel commented 4 years ago

I got this error once and apparently the finsql.exe was trying to create the file when it already existed.

If you can't find the exact issue why not try removing the .zup file after being used by the functions?

After all it's supposed to be temporary and isn't used again anyway 😎👍

swortmann commented 4 years ago

Commit 9328737 implemented different zup filenames for every finsql process during export. After the function is complete, all zup files are being deleted. 😃

Issue should be fixed and is now closed.