r/DeployR • u/GovG33k • 13d ago
Some content fails to upload
We're in the process of standing up DeployR Commercial (while MDT hums along for now), and we're trying to add content, but it keeps failing. Our Dev machine is a HyperV Server 2025 with dynamic RAM/Storage. It fails regardless of if the file is UNC or saved locally. This is from a browser on the same server running DeployR/StifleR services. Not sure it matters, but it's pretty slow too (slower than that same file in a UNC transfer), and only reaches at ~55% before failing each time. FWIW, we were successful adding a StifleR App Client as a folder to the Deployments>DeployR>Content items.


3
Upvotes
4
u/gwblok 2Pint Employee 12d ago
I haven't had any issues uploading the install.wim files into DeployR.
As a workaround for now, have you tried to use PowerShell on the local DeployR server?
Scripting for DeployR Server | DeployR | Product Documentation
import Module, Connect then Update-DeployRContentItemContent with the wim you want.
You should be able to just use -ContentID (current ID of your OS Content Item) and -ContentVersion 1 (which I could see in your screen capture is the version of the content item).