I am having an issue adding drivers to driver packages. I have the drivers stored on the server and successfully added to SCCM. However when I go to add them to a package it gives me the error: "Some Packages can not be updated. Please see log file for more information."
I have seen similar issues out there and the fix for them was permissions. However I have had an Administrator try it and he receives the same issue.
Here is some of my log file.
[11/18/2008 8:25:57 AM] :Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe ConfigMgr Provider reported an error.\r\n at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.ExecuteMethod(String methodName, Dictionary`2 methodParameters)
at Microsoft.ConfigurationManagement.AdminConsole.Driver.PackagesToDriversControl.UpdatePackage(PackageInfo packageInfo)\r\nConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
Description = "Failed to create destination directory for the contentfiles under the package source folder.";
ErrorCode = 1078462229;
File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\ssppackage.cpp";
Line = 3579;
Operation = "ExecMethod";
ParameterInfo = "SMS_DriverPackage.PackageID=\"LG100020\"";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
};
\r\nSystem.Management.ManagementException\r\nGeneric failure \r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.ExecuteMethod(String methodName, Dictionary`2 methodParameters)\r\nManagementException details:
instance of SMS_ExtendedStatus
{
Description = "Failed to create destination directory for the contentfiles under the package source folder.";
ErrorCode = 1078462229;
File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\ssppackage.cpp";
Line = 3579;
Operation = "ExecMethod";
ParameterInfo = "SMS_DriverPackage.PackageID=\"LG100020\"";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
};
\r\n
Any help is appreciated!
Thanks!
-Brian