maurice-daly / DriverAutomationTool

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

Error Importing CM Driver Package #536

Open TheDragonBall0 opened 5 months ago

TheDragonBall0 commented 5 months ago

Does anyone know how to fix the below error? DAT throws the below error when trying to import the driver package into SCCM. I tried googling but I couldn't find anything related to this error.

I'm using version 7.2.3 with the patched DriverAutomationTool.exe.

======== Error(s) Occurred ======== DriverAutomationTool 4/3/2024 10:42:32 AM 6424 (0x1918) [Error] - Not found , property = SDMPackageXML DriverAutomationTool 4/3/2024 10:42:32 AM 6424 (0x1918)

image

kdizzle1337 commented 5 months ago

Any update to this? I am having the same issue with specific packages. Some work some don't.

TheDragonBall0 commented 5 months ago

Unfortunately no updates 😐

swissKunai commented 2 months ago

You guys probably have SQL Server 2022 and need to set the compatibility of the database to SQL Server 2019 with this query: ALTER DATABASE database_name SET COMPATIBILITY_LEVEL = 150