OS 9.0.4 Server Agent and OS 10.4.7 on networked computers

My server is a G4 running OS 9.0.4 Server Agent. I have just recently upgraded 5 of the 8 computers on my network to Tiger, while maintaning 10.3.9 on one iMac and OS 9.0.4 on another older iMac. The G4s with Tiger can no loger attach to the server- but the server sees and can attach to the Macs with Tiger.All other systems (10.3.9 and 9.0.4) are fine and communicate with the server. My question is this- Is Tiger compatible with OS 9.0.4 Server Agent? I have attempted to get the server by "Connect to server" and inputting the IP address- which errors stating the server is not available. And yes, the IP address is correct. HELP PlEASE!!

Hi Brad
No this is not possible. This is because the two end user layers are incompatible with each other. You must use the 9.0.4 tools to administer a 9.0.4 EUL and you must use the 10.1.2 tools to administer the 10.1.2 EUL.
Even though the names of the EUL tables are the same in that they all begin with EUL5 these are in fact different end user layers. If you were to upgrade your 9.0.4 EUL using 10.1.2 the EUL would no longer be accessible to any of the 9.0.4 tools. Unlike the upgrade from 9.0.2 to 9.0.4 which is non-destuctive, the upgrade from 9.0.4 to 10.1.2 is destructive.
Hope this helps
Regards
Michael

Similar Messages

  • SQL Server Agent and Jobs and executing @EventData

    I have a SQL Server Agent Job and within it a Job Step which states "Execute Report Subscriptions" and a command which has...
    exec msdb.dbo.sp_start_job '6FF53AED-855F-43AB-9FB7-064062B8012E' --9:07 subscription
    GO
    WAITFOR DELAY '00:08';
    Now, I find within SQL Server Agent the Job  '6FF53AED-855F-43AB-9FB7-064062B8012E' and its step command which is...
    exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='ca4e5410-2758-4a1a-9b06-513821e0d962'
    How can I drill-down further into the @EventData 'ca4e5410-2758-4a1a-9b06-513821e0d962' to see what it does? I do not see 'ca4e5410-2758-4a1a-9b06-513821e0d962' within SQL Server Agent and Jobs or am I way off base here as to what exactly the @EventData
    parameter seems to be?
    Thanks for your review and am hopeful for a reply.

    Hi ITBobbyP,
    According to your description, you need to know the what does SQL Server Reporting Services do when fire a subscription, right?
    When you create a subscription several things are added to the RS server
    A row is placed in the Subscriptions table identifying the name of the report, along with parameter settings, data driven query info and so on to process the subscription
    A row is placed in the Schedule and ReportSchedule tables with the timing of the subscription
    A SQL Server Agent job is created to control the scheduled execution of the report, and this is stored in the sysjobs and sysjobsteps of the MSDB database.
    When the subscription runs several things happen
    The SQL Server Agent job fires and puts a row in the Event table in the RS catalog with the settings necessary to process the subscription
    The RS server service has a limited number of threads (2 per CPU) that poll the Event table every few seconds looking for subscriptions to process
    When it finds an event, it puts a row in the Notifications table and starts processing the subscription
    Please refer to the links below to see the details.
    http://blogs.msdn.com/b/deanka/archive/2009/01/13/diagnosing-and-troubleshooting-subscriptions.aspx
    http://blogs.msdn.com/b/deanka/archive/2010/02/16/troubleshooting-subscriptions-part-ii-using-the-report-services-trace-log-file.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • SQL Server Agent and SSIS

    I created a SSIS package that litterally just export a view onto a server. The database, ssis and location are all on the same server. When I run the SSIS package in SSIS works perfectly. When I run it in SQL it doesnt work. I have read way to many articles
    trying to figure out how to fix this. The best was something about a proxy. I really just want to run the package through as a JOb through SQL Server Agent. Any directions would be great. 
    Message
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  3:15:00 PM  Error: 2015-03-05
    15:15:00.41     Code: 0xC0011007     Source: {A9456201-8A74-44C9-839F-1CD3CC02637F}      Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will
    be posted.  End Error  Error: 2015-03-05 15:15:00.41     Code: 0xC0011002     Source: {A9456201-8A74-44C9-839F-1CD3CC02637F}      Description: Failed to open package file 
    "C:\Users\lasadmin\Documents\Visual Studio 2010\Projects\Integration Services Project1\Integration Services Project1\Package.dtsx"
     due to error 0x80070005 "Access is denied.".  This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage
    or the specified XML file has an incorrect format.  End Error  Could not load package "C:\Users\Documents\Visual Studio 2010\Projects\Integration Services Project1\Integration Services Project1\Package.dtsx" because of error 0xC0011002.
     Description: Failed to open package file "C:\Users\Documents\Visual Studio 2010\Projects\Integration Services Project1\Integration Services Project1\Package.dtsx" due to error 0x80070005 "Access is denied.".  This occurs when
    loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format.  Source: {A9456201-8A74-44C9-839F-1CD3CC02637F}
     Started:  3:15:00 PM  Finished: 3:15:00 PM  Elapsed:  0.015 seconds.  The package could not be found.  The step failed.
    thanks
    bryan

    No I am still a bit confused. 
    1.) I created both Jobs as the admin. 
    2.) The NT Service\SQLSERVERAGENT is by default for whatever reason is running the job when I scheduled
    it. 
    3.) Just so that I could try and run the job I tried to follow the article that was given in the first post. I got to the second script and I get the below error. 
    Msg 14529, Level 16, State 1, Procedure sp_add_proxy, Line 45
    Proxy "ARSHADALI-LAP\SSISProxyDemoUser" is not a valid Windows user.
    Msg 14262, Level 16, State 1, Procedure sp_verify_proxy_identifiers, Line 51
    The specified @proxy_name ('SSISProxyDemo') does not exist.
    Is there a more simpler way this seems almost like over kill. 
    bryan
    Is that domain machine or is it in work group?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • SQL Server Agent and OpenDataSource failing

    I have a stored procedure that is using an OpenDataSource query to export data from SQL Server into a excel file for download. I’ve installed the “Microsoft Access database engine 2010”, and can see it listed in SQL Server Management Studio under Server
    Objects > Linked Servers > Providers > Microsoft.ACE.OLEDB.12.0.
    If I manually run the stored procedure (when logged in as the OS’s administrator), the stored procedure runs fine, and the export is completed successfully.
    The stored procedure is set up to be run periodically by a SQL Server Agent job.
    However, if I start the SQL Server Agent job (when logged in as the OS’s administrator), the job fails with the following error message:
    Executed as user: NT SERVICE\SQLSERVERAGENT. Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)". [SQLSTATE 42000] (Error 7303) OLE DB provider "Microsoft.ACE.OLEDB.12.0"
    for linked server "(null)" returned message "Unspecified error". [SQLSTATE 01000] (Error 7412). The step failed.
    I have given the “NT SERVICE\SQLSERVERAGENT” user full control permissions on the destination directory where the export file resides (note that it starts out as an empty file just with the column headers defined).
    I’ve applied the following configuration settings to SQL Server:
    sp_configure 'show advanced options', 1;
    RECONFIGURE;
    GO
    sp_configure 'Ad Hoc Distributed Queries', 1;
    RECONFIGURE;
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'AllowInProcess', 1
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'DynamicParameters', 1
    GO
    What am I missing? Can anyone shed any light on what might be causing the failure?
    This is running on SQL Server Web Edition 2012 on Windows Server 2012 Standard.
    Thanks!

    Hi JonathanT1,
    First, I want to inform that, if SQL Server Agent log on account is “NT SERVICE\SQLSERVERAGENT”, we need to grant read and write permission to the destination folder to this account (you have done). From the following message:
    Executed as user: NT SERVICE\SQLSERVERAGENT
    It seems that you filled “NT SERVICE\SQLSERVERAGENT” in job step properties, “Run as user” option. I suggest changing it to another account who is in SQLAgentUserRole, SQLAgentReaderRole or SQLAgentOperatorRole. For more detail information, you can refer
    to the following link:
    Create a Transact-SQL Job Step
    http://technet.microsoft.com/en-us/library/ms187910.aspx
    SQL Server Agent Fixed Database Roles
    http://technet.microsoft.com/en-us/library/ms188283.aspx
    Allen Li
    TechNet Community Support

  • SSIS package is failing when using SQL server agent

    I am trying to execute an SSIS package through an SQL server agent and receiving the following error:
    Message
    Executed as user: serv-syst\SYSTEM. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 32-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  1:56:53 PM  Error: 2014-04-21
    13:56:54.81     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred.
    Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'hsnzha'.".  End Error  Error: 2014-04-21
    13:56:54.82     Code: 0xC00291EC     Source: Drop table(s) SQL Task 1 Execute SQL Task     Description: Failed to acquire connection "DestinationConnectionOLEDB". Connection may not be configured
    correctly or you may not have the right permissions on this connection.  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login
    failed for user 'hsnzha'.".  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC00291EC     Source: Preparation SQL Task 1 Execute SQL Task     Description: Failed to acquire connection
    "DestinationConnectionOLEDB". Connection may not be configured correctly or you may not have the right permissions on this connection.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  1:56:53 PM 
    Finished: 1:56:54 PM  Elapsed:  0.844 seconds.  The package execution failed.  The step failed.
    My SSIS package retrieves a excel file and saves the vales into an SQL table. When I run the package by itself in my server it works fine but when it's called from a SQL agent, it fails with the above error. Please help me resolve it.

    That's the issue. If it's a SQL login the password cannot be retrieved by account executing the package from the job which is why login fails. In that case best thing would be set password in job properties or pass it using configuration created in the package
    See
     HTTP://blogs.msdn.com/b/runeetv/archive/2011/12/22/ssis-package-using-sql-authentication-and-dontsavesensitive-as-protectionlevel.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    My package is saved with ServerStorage which appears under \\server\Stored Packages\MSDB\PACKAGE and when I run it, it works fine.
    There is a new error message that I get now after following the steps from the link...
    Message
    Microsoft (R) SQL Server Execute Package Utility
    Version 10.50.1600.1 for 32-bit
    Copyright (C) Microsoft Corporation 2010. All rights reserved.
    Started:  3:34:22 PM
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0202009
       Source: PACKAGEWMG Connection manager "SourceConnectionExcel"
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Office Access Database Engine"  Hresult: 0x80004005  Description: "Unexpected error from external database driver (????????).".
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC020801C
       Source: Data Flow Task 1 Source - 'Contact Center$' [1]
       Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionExcel" failed with error code 0xC0202009.  There may be error
    messages posted before this with more information on why the AcquireConnection method call failed.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0047017
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: component "Source - 'Contact Center$'" (1) failed validation and returned error code 0xC020801C.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC004700C
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: One or more component failed validation.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0024107
       Source: Data Flow Task 1
       Description: There were errors during task validation.
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started:  3:34:22 PM
    Finished: 3:34:23 PM
    Elapsed:  1.25 seconds

  • SSIS package fails in sql server agent wirh 'Process exit code "-532459699" runs fine when run independantly

    I have a SSIS package that fails when running via sql server agent.  I can successfully run it from BIDS.    I have created a proxy account that is in the local server administrators group and is sysadmin.  SQL Server Agent and SQL
    Server Integration Services  are running under the same account,
    following the the error message:
    Error: 2014-02-07 10:29:12.59
       Code: 0xC0029151
       Source: Execute De-linking Execute Process Task
       Description: In Executing "d:\cie\files\working\9426\PowerpointConsole.exe" " 60.ppt" at "d:\cie\files\working\9426", The process exit code was "-532459699" while the expected was "0".
    End Error
    This package ran successfully on a different server running windows 2003 and sql server 2008 r2.  The new environment is windows 7 with sql server 2008 r2.

    Hi Gaileg,
    As Abhinav said, to check whether it is a 32-bit/64-bit issue, please check whether the package runs in 32-bit runtime mode or 64-bit runtime mode in BIDS by checking the Run64bitRuntime property of the project. Then, make sure the package runs in the same
    runtime mode in the SQL Server Agent job by checking or unchecking the “Use 32 bit runtime” option for the Execution options of the job step.
    If it is not the issue, please create another job that uses a CmdExec type job step to call the executable “D:\cie\files\working\9426\PowerpointConsole.exe”. If this job also fails, the issue is actually occurs because of the issue between executable and
    SQL Server Agent rather than the SSIS package itself.
    Regards,
    Mike Yin
    TechNet Community Support

  • SQL Server Agent Job Failing on Job Step

    Hi,
    Firstly, apologies if this post has been made in the wrong group.  Running SQL Server 2012.  I'm attempting to add a SQL Server Agent Job which calls a stored procedure that sends a Database Mail message.  The SQL Server and SQL Server Agent
    both run under the NT AUTHORITY\NETWORK SERVICE account.  The Database Mail service has been enabled, and a public profile created.  When running the stored procedure manually, I receive no errors - everything runs as expected and I do receive an
    email containing the expected information.
    I've created the job, job step, job schedule, attached the schedule to the job, and assigned the job to server, all using T-SQL without error.  I've also enabled the mail profile on the SQL Server Agent, and I know that part is working because when
    the job fails, I get an email notification of the failure.
    I've checked the command text in the job step and parsed it within the SQL Job Step Edit window to confirm, it shows as parsing correctly.  However, when I manually run the job itself, I get the following:
    Execution of job failed.  See the history log for details.
    I check the history log and it shows:
    [474] Unable to refresh Database Mail profile Database Mail Profile. (reason: ) (Not a typo, the history log shows no reason)
    [260] Unable to start mail session.
    [396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
    The command text on the failing job step is as follows:
    DECLARE @date [varchar](10)
    SET @date = CAST(GETDATE() AS [varchar](10))
    EXEC [dbo].[GetExceptions]
    @company = 'MyCompany',
    @checkDate = @date
    With regard to the date value being passed as varchar: This stored procedure is used to check for exceptions against multiple databases on this server (hence the company parameter) via dynamic SQL.  I'd much prefer to use proper data typing but this
    is the only way I could get it to work.
    Does anyone have any suggestions on anything else I could check, or insights into why this is failing?  Any help is greatly appreciated!
    Best Regards
    Brad

    I am not sure if this really helps but I would do follow the below steps:
    1. make sure sql server agent has database mail enabled(rigt click on server agent--properties--alert system--enable database mail and choose right profile.) and RESTART THE SQL SERVER AGENT.(i know you said it i working, but sometimes,  restart the
    sql server agent might fix)
    2. check agent error log and check if any error messages.
    3. run the command text you mentioned in sql server and see if it is working.(i know you said it is working but just to make sure).
    4. make sure sql server agent service user has permissions to run database mail in msdb. check this https://msdn.microsoft.com/en-us/library/ms186358.aspx
    5. Check the output from select * from msdb.dbo.sysmail_log and if it says anything
    6.it does not look like the job log is getting truncated but to make sure, get the job step output to a text file.to do this, edit the job step and on the job step properties click on advanced,  enter path to the output file. this will give the complete
    output for the step.
    Hope it Helps!!

  • Schedule SSIS packages as job in SQL Server Agent errors

    Hi, I am using SQL Server 2008 R2 and created few SSIS packages and schedule them using SQL Server Agent and every time I try to schedule packages via SQL Server Agent my jobs keep failing. I am using domain/ione as the owner and when I invoke the job on
    ServerA let's say and the job gets executed by domain/ServerA$ and fails as it does not have enough privileges. How do I fix this issue firstly without the proxy and why is the job being executed by domain/ServerA$ when the owner & user who invokes
    it is domain/ione?
    Thanks in advance............
    Ione

    Hi Ione,
    The owner of any SQL jobs should be SA or any other non-expiring account
    If you do not want the proxy used, then add the needed priveleges.
    The owner of the job is one, the SSIS step gets executed by the account the Agent is running under.
    Arthur
    MyBlog
    Twitter

  • Report Schedule - SQL Server Agent

    Hi,
    We have few SSRS reports which has to run daily after the data is loaded in the database.
    I scheduled the reports on timely based and got the Job Id's using SQL server agent and using SP_START_JOBs stored procedure to run.
    But the problem is it is creating multiple files one for time and one for SP_START_JOBS procedure.
    Any idea how to avoid this?
    I really appreciate any help.
    Thanks,
    Sarah

    If you're going to schedule your SSRS jobs using the agent, don't schedule them in SSRS using subscriptions as well...
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.

  • SQL Server Agent (MSSQLSERVER) service is failing to start

    Hi All,
    I am using SQL Server 2008 R2 Express edition. When i start SQL Server Agent (MSSQLSERVER) service it is failing to start and gives the below error.
    On analyzing the Event logs i found the below event.
    The SQL Server Agent (MSSQLSERVER) service terminated unexpectedly.  It has done this 14 time(s).
    Event id 7034
    Event source: Service Control Manager.
    I opened the SQL server configuration manager to change the service account and start the service, But that is also failing and it is giving the below error.
    Can any one help in this issue ?
    Gautam.75801

    Like Olaf said SQL Server Agent is available in express but cannot be enabled. This is restriction from MS. The reason is that(why its available and disabled) when you upgrade express to enterprise/standard it just uses this disabled SQL Server agent and
    enables it. If this feature was not present SQL Server upgrade process would have to write whole code for SQL agent Which I am sure it does not do while upgrading to standard/enterprise.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • SQL Server Agent Stopped

    Received an error in SQL Server Agent and none of the Job executed as per schedules and attaching a screen shot of the Error Message while expanding the Job Folder under SQL Server Agent. Additionally, need to find the RCA for this issue to avoid the re-occurrence.
    Pls share your experience if any such issue which you have faced earlier.
    As usual, after re-starting the Windows Server the issue got fixed and no RCA captured. Please let me know how to drill down and find out the RCA for this issue.

    Hi,
    the exact issue what i had is as in below URL.
    https://connect.microsoft.com/SQLServer/feedback/details/243790/sql-server-agent-exception-in-the-tsql-subsystem-agent-hangs-unresponsive
    And in the another reference URL i can feel that could be the solution but not able to identify the exact Root Cause.
    http://mssqlwiki.com/sqlwiki/sql-server-agent/sql-agent-maxworkerthreads-and-agent-subsystem/
    Additionally, attaching the Application Log event details for further Analysis in HTML format.
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:22:09.000000000Z" />
        <EventRecordID>10509692</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:52:09 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:22:09.000000000Z" />
        <EventRecordID>10509690</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:52:00 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:22:00.000000000Z" />
        <EventRecordID>10509678</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:52:00 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:22:00.000000000Z" />
        <EventRecordID>10509676</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:52:00 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:22:00.000000000Z" />
        <EventRecordID>10509674</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:51:13 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:21:13.000000000Z" />
        <EventRecordID>10509652</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:51:13 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:21:13.000000000Z" />
        <EventRecordID>10509650</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:51:13 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:21:13.000000000Z" />
        <EventRecordID>10509648</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:09 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:09.000000000Z" />
        <EventRecordID>10509545</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:09 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:09.000000000Z" />
        <EventRecordID>10509543</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:09 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:09.000000000Z" />
        <EventRecordID>10509541</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:03 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:03.000000000Z" />
        <EventRecordID>10509529</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:03 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:03.000000000Z" />
        <EventRecordID>10509527</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:46:03 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:16:03.000000000Z" />
        <EventRecordID>10509525</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:44:46 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] CheckServiceAlive: Service is dead
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:14:46.000000000Z" />
        <EventRecordID>10509513</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] CheckServiceAlive: Service is dead
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-26 4:44:46 AM
    Event ID:      53
    Task Category: (5)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 53 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    [sqagtres] SvcStop: service did not stop; giving up.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">53</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T23:14:46.000000000Z" />
        <EventRecordID>10509511</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>[sqagtres] SvcStop: service did not stop; giving up.
    </Data>
        <Binary>35000040010000000A00000042004C005500530051004C00410043004300000000000000</Binary>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014-10-26 4:01:10 AM
    Event ID:      1530
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1216:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1216\Printers\DevModePerUser
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1530</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T22:31:10.210213900Z" />
        <EventRecordID>10508265</EventRecordID>
        <Correlation />
        <Execution ProcessID="924" ThreadID="12052" />
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData Name="EVENT_HIVE_LEAK">
        <Data Name="Detail">1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1216:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1216\Printers\DevModePerUser
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014-10-26 3:37:38 AM
    Event ID:      1530
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1530</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T22:07:38.056728700Z" />
        <EventRecordID>10507688</EventRecordID>
        <Correlation />
        <Execution ProcessID="924" ThreadID="12052" />
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData Name="EVENT_HIVE_LEAK">
        <Data Name="Detail">1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014-10-26 3:12:07 AM
    Event ID:      1530
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1530</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T21:42:07.367675100Z" />
        <EventRecordID>10507058</EventRecordID>
        <Correlation />
        <Execution ProcessID="924" ThreadID="18292" />
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData Name="EVENT_HIVE_LEAK">
        <Data Name="Detail">1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014-10-26 12:59:12 AM
    Event ID:      1530
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     3 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-500:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500\Printers\DevModePerUser
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500\Software\Microsoft\Windows NT\CurrentVersion\Windows
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1530</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T19:29:12.118229900Z" />
        <EventRecordID>10503856</EventRecordID>
        <Correlation />
        <Execution ProcessID="924" ThreadID="17644" />
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData Name="EVENT_HIVE_LEAK">
        <Data Name="Detail">3 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-500:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500\Printers\DevModePerUser
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-500\Software\Microsoft\Windows NT\CurrentVersion\Windows
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Application Error
    Date:          2014-10-25 11:10:49 PM
    Event ID:      1000
    Task Category: Application Crashing Events
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Faulting application name: mmc.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc808
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x0000000000000000
    Faulting process id: 0x%9
    Faulting application start time: 0x%10
    Faulting application path: %11
    Faulting module path: %12
    Report Id: %13
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T17:40:49.000000000Z" />
        <EventRecordID>10501239</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>mmc.exe</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc808</Data>
        <Data>unknown</Data>
        <Data>0.0.0.0</Data>
        <Data>00000000</Data>
        <Data>c0000005</Data>
        <Data>0000000000000000</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-Windows-User Profiles Service
    Date:          2014-10-25 11:09:59 PM
    Event ID:      1530
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
        <EventID>1530</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T17:39:59.818023100Z" />
        <EventRecordID>10501214</EventRecordID>
        <Correlation />
        <Execution ProcessID="924" ThreadID="6232" />
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData Name="EVENT_HIVE_LEAK">
        <Data Name="Detail">1 user registry handles leaked from \Registry\User\S-1-5-21-771433644-1862610895-1113058290-1434:
    Process 1004 (\Device\HarddiskVolume3\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-771433644-1862610895-1113058290-1434\Printers\DevModePerUser
    </Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          2014-10-25 7:15:00 PM
    Event ID:      209
    Task Category: (3)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      GSGLOBAL-CN07.GSGLOBAL.local
    Description:
    The description for Event ID 209 from source SQLSERVERAGENT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    1
    Copy_ESHOP_GBR_GT
    0x4644461009F9A840BEC1F3FE774C400A
    TSQL
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="49152">209</EventID>
        <Level>2</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-25T13:45:00.000000000Z" />
        <EventRecordID>10495566</EventRecordID>
        <Channel>Application</Channel>
        <Computer>GSGLOBAL-CN07.GSGLOBAL.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>1</Data>
        <Data>Copy_ESHOP_GBR_GT</Data>
        <Data>0x4644461009F9A840BEC1F3FE774C400A</Data>
        <Data>TSQL</Data>
      </EventData>
    </Event>
    I could not able to attach as Application Event Log file instead just pasted the detailed content of the log details otherwise that would be easier to analyse.
    Thanks,
    Mohanraj

  • SQL server agent post installation validations

    I installed SQL server agent and added instances in OEM.
    It was successfully added.
    The validation step currently says check the home page reports & reports properties page..
    I am seeing many errors (table/view not found) under Instance information, Registry information.Some of the values are populated like " Microsoft SQLServer Database Configuration - database settings" and look ok.. Other grids like "Database settings" have errors
    Anyone been through this & know the fix ?
    Database Settings
    An error has occurred!
    Error rendering element. Exception: ORA-00942: table or view does not exist
    Home
    Instance Information
    An error has occurred!
    Error rendering element. Exception: ORA-06550: line 1, column 322: PL/SQL: ORA-00942: table or view does not exist ORA-06550: line 1, column 276: PL/SQL: SQL Statement ignored ORA-06550: line 1, column 1031: PL/SQL: ORA-00942: table or view does not exist ORA-06550: line 1, column 512: PL/SQL: SQL Statement ignored ORA-06550: line 1, column 1833: PL/SQL: ORA-00942: table or view does not exist ORA-06550: line 1, column 1453: PL/SQL: SQL Statement ignored

    I have the same problem...
    Did you manage to resolve it?

  • If I resize job history log to see more entries listed under job history, will cause sql server agent to restart or any downtime?

    Here is I am going to do:
    Using SQL Server Management Studio
    To resize the job history log based on raw size
    In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance.
    Right-click SQL Server Agent, and then click Properties.
    Select the History page, and then confirm that Limit size of job history logis checked.
    In the Maximum job history log size box, enter the maximum number of rows the job history log should allow.
    In the Maximum job history rows per job box, enter the maximum number of job history rows to allow for a job.

    this change does not require SQL agent restart
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • DBACOCKPIT uses MS SQL Server Agent service?

    Hello
    I am trying to make backup from DBACOCKPIT to a netowrk location.
    If i go to MS SQL SERVER AGENT and define log on by a domain user i get the error
    "Executed as user: GOLDENFOODS\kkoulis. Must declare the scalar variable "@location1". [SQLSTATE 42000] (Error 137) "
    anybody can help with the solution?
    thx

    Hello
    Yes i have created it to the location which you mention and it works fine.
    After if i go to SAP at the transaction DBACOCKPIT and try to run a FULL or LOG backup there, i have the following error:
    SQL Job information   ******************************
    Jobname:    SAP CCMS Log Backup of GDW [20110802094537-2-094537]
    Type:       TSQL
    DB-Name:    GDW
    For Run:    20110802  09:45:37
    Job history information  *****************************
    Stepname:   CCMS-step 1
    Command:    declare @exeStmt nvarchar(2000) exec gdw.sap_backup_databases @dbList=
                "GDW",@r3Db="GDW",@bDev="@FisticLOG2",@expDays= 27,@jobName= "SAP CCMS
                 Log Backup of GDW [20110802094537-2-094537]",@bkupChecksum="N",@bkupC
                ompress="N",@bkupType="L",@nativeBkup="N",@exeDate = "20110802094537",
                @bkupSim = "N",@format = 0,@init = 0,@bkupDb = "GDW",@unload = 0,@exeS
                tmt = @exeStmt OUTPUT
    Status:     (failure)
    Message:    2528
    Severity:                                                                                15
    Duration:   0  hours(s)  0  min(s) 0  sec(s)
    Last msg:   Executed as user: GOLDENFOODS\kkoulis. Must declare the scalar variabl
                e "@FisticLOG2". [SQLSTATE 42000] (Error 137)  Incorrect syntax near t
                he keyword 'with'. If this statement is a common table expression, an
                xmlnamespaces clause or a change tracking context clause, the previous
                 statement must be terminated with a semicolon. [SQLSTATE 42000] (Erro
                r 319)  DBCC execution completed. If DBCC printed error messages, cont
                act your system administrator. [SQLSTATE 01000] (Error 2528).  The ste
                p failed.
                        <----
    End of Job Step History -
    >
    thx in advance

  • Reporting Services 2012 for SharePoint and SQL Server Agent "Subscriptions and Alerts"

    After installing Reporting Services for SharePoint (Denali) in my test farm, I'm trying to configure the "SQL Server Agent" access for Reporting Services.  From Central Admin I'm going to the Reporting Service applicaiton configuration screen and selecting
    "Provision Subscriptions and Alerts".  I've tried both options on this screen.  I've manually executed the "download sql script" in SQL Server, as well as entering a user with SQL sys admin rights on the SQL server into the login fields on the screen. 
    The role and permissions have been created for the application pool service account, but Reporting Services is still trying to connect with the annonymous login because I'm getting the following alert each time I open the "Provision Subscriptions and Alerts"
    screen:
    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
    The "status" on the screen still shows "SQL Server Agent State cannot be determined".  Has anyone else seen this? 
    Thanks!!

    Thanks for your reply!
    1) Looks like the new Reporting Services does not run as a Windows Service so it's not listed in the "Configure Service Accounts" pulldown.  As a result, I don't see how to set the service account.  It's only assigned to an application pool. 
    I installed it into an existing application pool and that application pool "is" in the list and has a domain service account already assigned.
    2) Which users need to be in here in order to configure the "Provision Subscriptions and Alerts" screen?  I already have the farm admin account which is the account I use when running Central Admin.
    3) As mentioned in #1, I've installed Reporting Services into an existing application pool with other service apps.
    4) This link is for Reporting Services 2008 R2 which is very different install process.  But I did follow the SQL Server Reporting Services 2012 RC0 installation instructions and the Reporting Services is functioning correctly with no errors. 
    I'm just not able to configure the sceduling the alerting with interfaces with the SQL Server Agent.
    Thanks!

Maybe you are looking for

  • Can't Define Document to Staple every 3 pages in a 1000 page document

    Hello, I am printing a LARGE multipage document. I created a 1000+ record data merge in excel for a packet. Each packet is supposed to be 3 pages and duplexed w/ a top left staple. The issue is the document isn't setting up the pages as [1,2] [3,4] [

  • T6060 possible problem/error of production...Central speaker is weaker and faded than the others

    I just noticed on my recently bought t6060 that the center speaker sounds weaker and faded compared to the other satellites. what might be the problem? i know that the center speaker is intended for voice reproduction in 5.1 streams. On dvd playback

  • Blue Box with White Question Mark

    All of a sudden, I started receiving the Blue Box with a White Question Mark in my Safari Internet. I test the site with two other browsers and the behavior was the same. I have not plug-ins recently installed and did clean my cache. Any suggestions?

  • Related Item

    Hi, I have configure in catalog MDM item with  a relationship to an other item. In catalog SRM MDM  I don't see this relationship. I don't get the "Item Related" tab. What I am missing? Thanks in advance, Joseph

  • Running an older Visual Studio app on Server 2012R2 can't connect to SQL Database

    I have a database driven app written in Visual Studio 2005 or the release before. It works fine on windows xp, 7x64, server 2008R2. I installed on Server 2012R2, and it will not connect to the database. (which is a SqlServerExpress2014 database) Syst