I am configuring SCCM 2012 for the first time. All discovery methods work fine, however no boundaries are populated. I can get a machine to PXE boot and begin the task sequence but fails with message '...cannot be located on a distribution point'. I assume that is because there are no boundaries. When trying to create one manually, I get the error below. Doesn't matter what type of boundary I try to add, they all come back with the same error. Any ideas?
I am running Server 2008R2 w/sp1, SQL server 2008R2 (no CU's), SCCM 2012 (not sp1). I have SCCM 2007 running, ifferent site code, both as stand alone. I am not planning on migrating any settings, wanting to start fresh. Could that be related?
instance of SMS_ExtendedStatus
{
CauseInfo = "";
Description = "SQL command failed: insert into vSMS_Boundary (BoundaryFlags, BoundaryType, DisplayName, Value, CreatedBy, CreatedOn, ModifiedBy, ModifiedOn) values (0, 1, N'Primary Boundary', N'Default-First-Site-Name', N'accountname', N'06/26/2013 18:36:20', N'accountname', N'06/26/2013 18:36:20')\n;\n select scope_identity()";
ErrorCode = 2168851714;
File = "e:\\nts_sccm_release\\sms\\siteserver\\sdk_provider\\smsprov\\ssputility.cpp";
Line = 2123;
ObjectInfo = "Please check SMS Provider log file for details of the SQL errors";
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
SQLMessage = "[42000][524][Microsoft][SQL Server Native Client 10.0][SQL Server]A trigger returned a resultset and the server option 'disallow results from triggers' is true. : vSMS_Boundary_iu";
SQLSeverity = 16;
SQLStatus = 524;
StatusCode = 2147749889;
};
-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
The SMS Provider reported an error.
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------
System.Management.ManagementException
Generic failure
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------