Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 2개 있습니다.)

SQL Server 2008 - Package 실행 오류의 구체적인 원인 확인


DB 백업을 위해 "Maintenance Plans"에서 작업을 하나 등록했습니다. 그런데 실행했더니 오류가 발생합니다. 오류 화면은 다음과 같이 간단합니다.

[그림 1: 에러 화면 - Maintenance Plan]
sql_backup_error_1.png

게다가... 좀 아쉬운 것이 있다면, 이 화면에서 곧바로 자세한 로그를 보여주면 좋을 텐데, 오류 메시지 창의 "Execution failed. Se..." 링크를 누르면 다음과 같은 정도의 기본 메시지만 보여줍니다.

TITLE: Execute Maintenance Plan
------------------------------

Execution failed. See the maintenance plan and SQL Server Agent job history logs for details.

------------------------------
ADDITIONAL INFORMATION:

Job 'FullBackup.Subplan_1' failed. (SqlManagerUI)

------------------------------
BUTTONS:

OK
------------------------------

그런데, 이 오류 메시지를 찾아가는 과정이 복잡합니다. 아래와 같이 "SQL Server Agent" 하위의 "Job Activity Monitor"를 펼치고,

[그림 2: Job Activity Monitor 노드]
sql_backup_error_2.png

해당 노드를 마우스로 두 번 누르면 다음과 같이 창이 뜹니다.

[그림 3: Job Activity Monitor 대화창]
sql_backup_error_3.png

보면 오류가 발생한 Job 항목이 있음을 알 수 있죠. 얼핏 보면 마우스 두 번 누르면 상세한 정보를 볼 수 있을 것 같지만, 그래서는 안되고 아래와 같이 오른쪽 버튼으로 나오는 메뉴의 "View History"를 선택해 주어야 합니다.

[그림 4: SQL Server Agent job history 메뉴]
sql_backup_error_4.png

휴... 이제 겨우 왔습니다.

[그림 5: SQL Server Agent job history - Log File Viewer]
sql_backup_error_5.png

오류 내용을 보니,

Date		2009-04-08 오전 11:22:06
Log		Job History (FullBackup.Subplan_1)

Step ID		1
Server		TESTMACHINE
Job Name		FullBackup.Subplan_1
Step Name		Subplan_1
Duration		00:00:00
Sql Severity		0
Sql Message ID		0
Operator Emailed		
Operator Net sent		
Operator Paged		
Retries Attempted		0

Message
Executed as user: TESTMACHINE\myaccount. Microsoft (R) SQL Server Execute Package Utility  Version 10.0.1600.22 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    The SQL Server Execute Package Utility requires Integration Services to be installed by one of these editions of SQL Server 2008: Standard, Enterprise, Developer, or Evaluation. To install Integration Services, run SQL Server Setup and select Integration Services.  The package execution failed.  The step failed.

간단합니다. "Integration Services"를 설치해야 하는군요. 결국, 설치 파일을 실행시키고 아래와 같이 "Integration Services" 항목을 설치해주면 됩니다.

[그림 6: Integration Services 설치 추가]
sql_backup_error_6.png

정리해 보면... 이 글의 주제는 2가지입니다. ^^

  • Package를 실행시키기 위해 Integration Services를 설치해야 한다는 것
  • Package 실행 시 구체적인 오류를 어떻게 확인하는지!




[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 7/5/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 151  152  153  154  155  156  157  158  159  160  [161]  162  163  164  165  ...
NoWriterDateCnt.TitleFile(s)
1018정성태4/16/201132706오류 유형: 116. 윈도우 업데이트 오류 - 0x8020000E
1017정성태4/14/201127533개발 환경 구성: 115. MSBuild - x86/x64, .NET 2/4, debug/release 빌드에 대한 배치 처리파일 다운로드1
1016정성태4/13/201143571개발 환경 구성: 114. Windows Thin PC 설치 [2]
1015정성태4/9/201128932.NET Framework: 209. AutoReset, ManualReset, Monitor.Wait의 차이파일 다운로드1
1014정성태4/7/2011106389오류 유형: 115. ORA-12516: TNS:listener could not find available handler with matching protocol stack [2]
1013정성태4/7/201124207Team Foundation Server: 45. SharePoint 2010 + TFS 2010 환경에서 ProcessGuidance.html 파일 다운로드 문제
1012정성태4/6/201132951.NET Framework: 208. WCF - 접속된 클라이언트의 IP 주소 알아내는 방법 [1]
1011정성태3/31/201135288오류 유형: 114. 인증서 갱신 오류 - The request contains no certificate template information.
1010정성태3/30/201126060개발 환경 구성: 113. 응용 프로그램 디자인 스케치 도구 - SketchFlow [4]
1009정성태3/29/201138388개발 환경 구성: 112. Visual Studio 2010 - .NET Framework 소스 코드 디버깅 [4]
1008정성태3/27/201130747.NET Framework: 207. C# - Right operand가 음수인 Shift 연산 결과 [2]
1007정성태3/16/201131603개발 환경 구성: 111. Excel - XML 파일 연동 [5]파일 다운로드1
1006정성태3/15/201125373.NET Framework: 206. XML/XSD - 외래키처럼 참조 제한 거는 방법파일 다운로드1
1005정성태3/11/201135208개발 환경 구성: 110. 엑셀 매크로 함수 관련 오류 [2]
1004정성태3/3/201124425개발 환경 구성: 109. SharePoint Health Analyzer 디스크 부족 경고 제어
1003정성태3/3/201125459오류 유형: 113. SQL Server - DB Attach 시 Parameter name: nColIndex 오류 발생
1002정성태3/2/201123866Team Foundation Server: 44. TFS 설치 후, Team Portal의 Dashboard를 빠르게 확인하는 방법
1001정성태3/2/201127856Team Foundation Server: 43. TFS 2010 + SharePoint 2010 설치
1000정성태3/1/201132827오류 유형: 112. Remote FX RDP 연결 시 오류 유형 2가지 [5]
999정성태2/28/201146313개발 환경 구성: 108. RemoteFX - Windows 7 가상 머신에서 DirectX 9c 환경을 제공 [5]
998정성태2/27/201120039Team Foundation Server: 42. TFS Application-Tier만 재설치
996정성태2/12/201137466디버깅 기술: 35. windbg - 분석 예: 시작하자마자 비정상 종료하는 프로세스 - NullReferenceException
995정성태2/11/201156068.NET Framework: 205. 코드(C#)를 통한 풀 덤프 만드는 방법 [4]
994정성태2/10/201135955디버깅 기술: 34. Windbg - ERROR: Unable to load DLL mscordacwks_x86_x86_2.0.50727.4200.dll, Win32 error 0n2 [1]
993정성태2/10/201128305개발 환경 구성: 107. 하나의 WPF 프로젝트를 WinExe / Library로 빌드하는 방법
992정성태10/15/201129133개발 환경 구성: 106. VSS(Volume Shadow Service)를 이용한 Hyper-V VM 백업/복원 [2]
... 151  152  153  154  155  156  157  158  159  160  [161]  162  163  164  165  ...