2011-11-25 132 views
0

我在事件日誌今天發現一個錯誤,指出:SQL Server集成服務登錄失敗

The SQL Server Integration Services 10.0 service failed to start due to the following error: The service did not start due to a logon failure.

該服務被配置爲使用./sqluser,但我不能找到這個登錄與域。

這個服務的用途是什麼?我應該使用什麼登錄方式來訪問此服務以及用戶需要什麼權限才能使此服務正常運行。我在Windows Server 2008 R2下使用SQL 2008。

+0

請參閱http://meta.stackexchange.com/questions/2950/should-hi-thanks-taglines-and-salutations-be-removed-from-posts –

回答

1
  • 到底這是什麼服務用於

Managing Integration Services

Microsoft SQL Server Integration Services includes the Integration Services service, a Windows service for managing Integration Services packages. The Integration Services service is available only in SQL Server Management Studio.

Running the Integration Services service provides the following management capabilities:

Starting remote and locally stored packages

Stopping remote and locally running packages

Monitoring remote and locally running packages

Importing and exporting packages

Managing package storage

Customizing storage folders

Stopping running packages when the service is stopped

Viewing the Windows Event log

Connecting to multiple Integration Services servers

The Integration Services service is installed when you install the Integration Services component of SQL Server. By default, the Integration Services service is started and the startup type of the service is set to automatic. The service must be running to monitor the packages that are stored in the SSIS Package Store. The SSIS Package Store can be either the msdb database in an instance of SQL Server or the designated folders in the file system.

The Integration Services service is not required if you only want to design and execute Integration Services packages. However, the service is required to list and monitor packages using SQL Server Management Studio.

  • 我應該使用這項服務什麼的登錄和什麼權利/權限

Managing the Integration Services Service

By default, the Integration Services service runs in the context of the NETWORK SERVICE account.

我還沒有發現什麼是必需的服務正常運行的簡單列表,但本文將介紹如何連接到remote SSIS service

我會繼續瀏覽MSDN文章