Recently our DPM server has been logging the following SQL job error. This is the DPM dedicated SQL instance and the only SQL installed on this server. There are no maintenance plans defined, and I couldn't find anything in Task Manager that looked like it related to this. Can anyone point me to where this job is coming from and why it suddenly started failing?
Log Name: Application
Source: SQLAgent$MSDPM2012
Date: 1/21/2014 7:30:04 AM
Event ID: 208
Task Category: Job Engine
Level: Warning
Keywords: Classic
User: N/A
Computer: DPM.internal.com
Description:
SQL Server Scheduled Job 'd17d4bf4-ec66-48f2-b4ba-1883dadf5216' (0x5DFD19CBCBB25740B8F242BADA1FA20C) - Status: Failed - Invoked on: 2014-01-21 07:30:00 - Message: The job failed. The Job was invoked by Schedule 376 (Schedule 1). The last step to
run was step 1 (Default JobStep).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SQLAgent$MSDPM2012" />
<EventID Qualifiers="16384">208</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-01-21T13:30:04.000000000Z" />
<EventRecordID>11403</EventRecordID>
<Channel>Application</Channel>
<Computer>DPM.internal.com</Computer>
<Security />
</System>
<EventData>
<Data>d17d4bf4-ec66-48f2-b4ba-1883dadf5216</Data>
<Data>0x5DFD19CBCBB25740B8F242BADA1FA20C</Data>
<Data>Failed</Data>
<Data>2014-01-21 07:30:00</Data>
<Data>The job failed. The Job was invoked by Schedule 376 (Schedule 1). The last step to run was step 1 (Default JobStep).</Data>
</EventData>
</Event>
Thanks,
Joe