MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
629 stars 282 forks source link

Unable to translate OS architecture using input object: 64 bits #218

Closed m0rph0 closed 4 years ago

m0rph0 commented 4 years ago

I've been using this great tool without issues, but recently we see several HP notebook failing.

HP Probook 650 G5 HP Elitebook 840 G6

<![LOG[[ApplyDriverPackage]: Apply Driver Package process initiated]LOG]!> <![LOG[ - Apply driver package deployment type: DriverUpdate]LOG]!> <![LOG[ - Apply driver package operational mode: Production]LOG]!> <![LOG[[PrerequisiteChecker]: Starting environment prerequisite checker]LOG]!> <![LOG[ - Supported computer platform detected, script execution allowed to continue]LOG]!> <![LOG[ - Supported operating system version currently running detected, script execution allowed to continue]LOG]!> <![LOG[ - Computer manufacturer determined as: Hewlett-Packard]LOG]!> <![LOG[ - Computer model determined as: HP EliteBook 840 G6]LOG]!> <![LOG[ - Computer SystemSKU determined as: 8549]LOG]!> <![LOG[ - Computer model detection was successful]LOG]!> <![LOG[ - Computer SystemSKU detection was successful]LOG]!> <![LOG[ - Computer details successfully verified]LOG]!> <![LOG[ - Determined primary computer detection method: SystemSKU]LOG]!> <![LOG[[PrerequisiteChecker]: Completed environment prerequisite checker]LOG]!> <![LOG[[WebService]: Starting ConfigMgr WebService phase]LOG]!> <![LOG[ - Successfully connected to ConfigMgr WebService at URI: https://server/ConfigMgrWebService/Configmgr.asmx]LOG]!> <![LOG[ - Retrieved a total of '55' driver packages from web service matching operational mode: Production]LOG]!> <![LOG[ - Unable to translate OS architecture using input object: 64 bits]LOG]!> <![LOG[[ApplyDriverPackage]: Apply Driver Package process failed, please refer to previous error or warning messages]LOG]!>

Versions used / tested:

OS: Windows 10 1809 & 1909 x64 Webservice 1.8.0 Script version: 2.2.7 & 3.0.2

NickolajA commented 4 years ago

That's strange, I've never seen the value of '64 bits' coming from the GetCMOSImageForTaskSequence web service call. I'll add those in and commit it in 3.0.3. Could you please verify if it works once 3.0.3 is available?

NickolajA commented 4 years ago

It's available now.

m0rph0 commented 4 years ago

Hi Nickolaj, v3.0.3 solved the problem. Thank you so much!

NickolajA commented 4 years ago

Great, thanks for letting me know!