Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zip Compression Failing On UNC #465

Open
BaddMann opened this issue Feb 23, 2023 · 2 comments
Open

Zip Compression Failing On UNC #465

BaddMann opened this issue Feb 23, 2023 · 2 comments

Comments

@BaddMann
Copy link

I'm aware that this may be a result of flaky UNC share, but when Driver automation Zips the Drivers over to the UNC path it fails on one or two attempts (out of 40+ models) and completely locks up Driver Automation tool.
Is there any chance we can perform the zipping function locally and do a file copy of the zip when we choice the driver compression option?
I may be seeing another issue caused by this where the powershell tool unzipping the driver zip fails and then it deletes all the drivers. I think this is only effecting the drivers for the models that Driver Automation tool crashes on....
I'm rebuilding my drivers without Zip compression for now, though I really like the speed of data transfer when used!
Awesome Job as usual!

@HermanGB
Copy link

I do all processing locally on the server and have set "D:\DAT" as download location.
After the download, extraction and zipping process is done, the files are copied to the appropriate share for further processing into ConfigMgr.

I've also had some issues when file path is more then 256 characters during extraction process. Some parts of the process is done under the installation directory of DAT. So I moved the installation directory to "C:\Program Files\DAT\DriverAutomationTool.exe" and this mitigates that issue.

@dpknoll
Copy link

dpknoll commented Jul 19, 2023

Thanks HermanGB,

Moving my installation directory to C:\Program Files\DAT resolved my issue with zip compression that previously failed to complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants