As you can see in the screen shot, everything is failing. I have tried un-registering and regerstering the data warehouse but I get the same results. There arent any relevent events on the SCSM server, but the data warehouse has the following:
Event 33537:
Deployment related exception has been caught during ETL. This is either due to a failure in Deployment or we have exceeded the number of retry attempts. Work item will be marked as failed.
Additional information:
ETLModule: etlMod=NULL
RetryAttempts: 0
WorkItem: WorkItemId = 35013940, processModuleId = 11694, isDirty = True, BatchId = 115291, status = Failed, RetryCount = 0, ErrorCount = 1925, TakenTime = 12/20/2013 19:30:45, Module = ModuleName = LoadDWDataMartReleaseType, ModuleType = System, ModuleDescription = Deployment Execution Step, ProcessCategoryName = Load, ProcessName = Load.Common, DeletedBatchId=0
Exception details:
Exception type: Microsoft.EnterpriseManagement.Common.ObjectNotFoundException
Exception message: An object of class ManagementPackWarehouseModuleType with ID 28be8a8c-772c-4d5a-94df-2e30784497d7 was not found.
Stack trace:
at Microsoft.EnterpriseManagement.DataWarehouseManagement.GetWarehouseModuleType(Guid id)
at Microsoft.SystemCenter.Warehouse.Utility.Store.GetWarehouseModule(Guid id)
at Microsoft.SystemCenter.Etl.ETLModule.GetModule(WorkItem etlWI)
at Microsoft.SystemCenter.Etl.ETLModule.OnDataItem(DataItemBase dataItem, DataItemAcknowledgementCallback acknowledgedCallback, Object acknowledgedState, DataItemProcessingCompleteCallback completionCallback, Object completionState)
Events 33333:
Data Access Layer rejected retry on SqlError:
Request: CreateSolutionPackImportMessage -- (TransactionId=e5fad4da-21d2-41d9-b818-97c6efb299bb), (Message=PABEAGUAcABsAG8AeQBtAGUAbgB0AE0AZQBzAHMAYQBnAGUAIAB4AG0AbABuAHMAPQAnAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8A...), (RETURN_VALUE=-1)
Class: 0
Number: 3621
Message: The statement has been terminated.
And
Data Access Layer rejected retry on SqlError:
Request: CreateSolutionPackImportMessage -- (TransactionId=e5fad4da-21d2-41d9-b818-97c6efb299bb), (Message=PABEAGUAcABsAG8AeQBtAGUAbgB0AE0AZQBzAHMAYQBnAGUAIAB4AG0AbABuAHMAPQAnAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8A...), (RETURN_VALUE=-1)
Class: 16
Number: 266
Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0.
And a lot of these...
Message: Failed to create BaseModule InstanceWrapper
Module name: TransformChangeImpact
Process: Transform
Entity type: Outrigger
Entity name: ChangeImpact
Entity GUID: dcb7f8f8-a4e4-876e-9cd8-dd98f7aab4d1
Field warehouse source ID value: 1
Module GUID: 82e2491e-d690-c73c-b794-807346fa8a7e
Message: Failed to create BaseModule InstanceWrapper
Module name: LoadOMDWDataMartIncidentResolutionCategory
Process: Load
Entity type: Outrigger
Entity name: IncidentResolutionCategory
Entity GUID: b668ce94-7450-6adc-2ad0-b9104c82b86b
Field warehouse source ID value: 1
Module GUID: 5d0ed3d3-068b-9315-d637-79d4ce8a5fe1
At first (after some google-ing) I figured it was due o bad DB grooming. I tried following these instructions:
and I did this...
http://support.microsoft.com/kb/2853442
But it still fails.
Any suggestions?
We're running 2012 sp1 on SQL 2008R2.