maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
381 stars 114 forks source link

The UNC pathes you have specified currently exceed 50 characters in length #461

Closed kasparssc closed 1 year ago

kasparssc commented 1 year ago

For half a year I start seeing that I cannot download any Lenovo driver. Log complains about 50 characters. I tried Windows 10 21H2 or 22H2 None worked. I have 7.2.1. I think version prior 7.0.0 was not such issue ( I could be wrong). It also does not help if I download package manually and extract it. Package in MECM is not created. In log you can see that there is newer driver but tool is not downloading and processing it. What I am doing wrong?


======== Starting Download Processes ========

aarnold-sd68 commented 1 year ago

I would try what it says to do. "Warning: The UNC paths you have specified currently exceed 50 characters in length. This can cause issues during the driver extract phase. If you have issues, creating a new share so only the server and base share names are used." You may also try upgrading the Task sequence script to the latest, but that has caused problems from me and other with regards to the TargetOSname variable, it doesn't like the spaces.

kasparssc commented 1 year ago

What changed that system/tool do not understand this path anymore? Last year in december it worked. Drivers\Lenovo\ThinkPad P14S Gen 3 Type 21J5 21J6\Windows10-22H2-x64-202209 is allready 78 characters Windows understand 256 characters. I do not know what to shorten. I can only shorten "drivers\lenovo" but than it starts to look very manual to download for each manufacturer to different share or manualy moving around downloaded files.

HermanGB commented 1 year ago

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

aarnold-sd68 commented 1 year ago

Yeah mine is a little bigger T:\DriverDownload but I do the same, do it all on my main sccm server. It's not perfect but it works.

kasparssc commented 1 year ago

Thanks I managed to change both locations to drive:\folder Error 50 character went away. Why it worked in previous tool versions? Only two last versions showed this. Now is more manual worked involved. Offtopic: And I upgraded only because I need Windows 10 22H2 which is by the way is not working also (tool shows that driver is available, but Lenovo does not have it, it has Win11 22H2)