Dirk-HH-83 14 Geschrieben 19. Februar 2017 Melden Teilen Geschrieben 19. Februar 2017 (bearbeitet) Hallo, SQL Standard 2014 die Backupfunktion unter Wartung wird genutzt und Backups älter 10 Tage sollen automatisch gelöscht werden (damit das läuft muss der SQL Agent richtig laufen) Problem: SQL Server-Agent startet nicht mit lokales System nur mit domäne\administrator auf dem vorhandenen Server 2012. Deshalb läuft die automatische SQL Backup Bereinigung älter 10 Tage nicht. Sind es u.g. Lösungswege? Danke, Gruß Dirk ++++ http://stackoverflow.com/questions/35080354/the-mssqlserver-service-on-local-computer-started-and-then-stopped-some-service ...etwas wegen TCP Port klarieren... +++ http://www.schneider-electric.com/en/faqs/FA233890/ Unable to start SQL Server Agent IssueUnable to start SQL Server Agent. Produces the following error when trying to start it from the services control panel."The SQL Server Agent (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."Product LineStruxureware Power MonitoringPower Monitoring ExpertION EnterpriseEnvironmentSQL Server 2005, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014CauseThere was no such directory present on the machine and also the SQLAgent.out log file did not exist.Resolution*Warning: This article contains information about editing the registry. Improper changes to the registry can permanently damage the operating system. Always backup the registry before making any changes.*Manually try to start SQL Server Agent from a command prompt using the following command:SQLAGENT90 -C -V>C:\SQLAGENT.OUTCheck the contents of the SQLAgent.out file produced by this command. Should contain an message as per below:Unable to rename C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLAGENT.OUT to C:\ProgramFiles\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLAGENT.1(reason: The system cannot find the path specified)2014-08-24 10:10:31 - ! [241] Startup error: Unable to initialize error reporting system (reason: The system cannot find the path specified)2014-08-24 10:10:31 - ? [098] SQLServerAgent terminated (normally)Check the value of key ErrorLogFile in the following registry key.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\SQLServerAgentChange the value in the ErrorLogFile key to reflect the correct location of the SQL log folder.After making the change and saving, restart the SQL Server Agent from the services control panel. bearbeitet 19. Februar 2017 von Dirk-HH-83 Zitieren Link zu diesem Kommentar
Empfohlene Beiträge
Schreibe einen Kommentar
Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.