Trying to deploy a task sequence to a collection and the console doesn't advance to the next dialog in the Deployment Settings portion. If the the purpose is set to "available" I can click next but if it's "required" clicking "next" does nothing. Here's the log for the console:
System.Management.ManagementExceptionGeneric failure
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
ManagementException details:
instance of SMS_ExtendedStatus
{
CauseInfo = "";
Description = "Error waiting for query to return.";
ErrorCode = 1078464258;
File = "e:\\nts_sccm_release\\sms\\siteserver\\sdk_provider\\smsprov\\sspobjectquery.cpp";
Line = 5434;
ObjectInfo = "select distinct SMS_R_System.ResourceID, SMS_R_System.ResourceNames from SMS_CM_RES_COLL_CN100131 join SMS_R_System on SMS_CM_RES_COLL_CN100131.ResourceID = SMS_R_System.ResourceID join SMS_SystemResourceList on SMS_SystemResourceList.ServerRemoteName = SMS_R_System.ResourceNames where SMS_R_System.OperatingSystemNameandVersion like '%%'";
Operation = "ExecQuery";
ParameterInfo = "select distinct SMS_R_System.ResourceID, SMS_R_System.ResourceNames from SMS_CM_RES_COLL_CN100131 join SMS_R_System on SMS_CM_RES_COLL_CN100131.ResourceID = SMS_R_System.ResourceID join SMS_SystemResourceList on SMS_SystemResourceList.ServerRemoteName = SMS_R_System.ResourceNames where SMS_R_System.OperatingSystemNameandVersion like '%%'";
ProviderName = "WinMgmt";
SQLMessage = "[42000][1011][Microsoft][SQL Server Native Client 11.0][SQL Server]The correlation name 'SMS_CM_RES_COLL_CN100131' is specified multiple times in a FROM clause.";
SQLSeverity = 16;
SQLStatus = 1011;
StatusCode = 2147749889;
};
- Edited by Keala V Thursday, August 06, 2015 4:33 PM