Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Error when creating deployment

  • Thread starter Thread starter goody
  • Start date Start date
  • Replies Replies 4
  • Views Views 2K

goody

New Member
Messages
3
Reaction score
0
Points
1
Just stared to receive the following error when creating deployments in SCCM. Below is the error we are getting in the deployment creation wizard. I have also checked the SMSPROV log, but it basically lists the same details. I have attached the section from that log as well.

Error: Software Deployment Failed [ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
CauseInfo = "";
Description = "SQL command failed: declare @t StringIntList; ; EXEC spProcessPolicyBinding @t, 16779810 ";
ErrorCode = 2168851714;
File = "..\\ssputility.cpp";
Line = 1879;
ObjectInfo = "Please check SMS Provider log file for details of the SQL errors";
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
SQLMessage = "[42000][4121][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot find either column \"dbo\" or the user-defined function or aggregate \"dbo.fn_IsAfwAppConfigCI\", or the name is ambiguous. : spProcessPolicyBinding";
SQLSeverity = 16;
SQLStatus = 4121;
StatusCode = 2147749889;
};]
 

Attachments

If it just started what changed within SQL? aka did your SQL admins touch anything within CM? Did you apply any udpates? etc...
 
That's what we have been looking into, but they are stating that nothing has changed. Trying to dig more on that side as I find it hard to believe that nothing changed.
 
Back
Top