SQLISService_258
Details
Product Name |
SQL Server |
Product Version |
10.0 |
Product Build Number |
|
Event ID |
258 |
Event Source |
SQLISService100 |
Component |
Integration Services |
Symbolic Name |
DTS_MSG_SERVER_STOPPING |
Message Text |
Stopping Microsoft SSIS Service.%n%nStop all running packages on exit: %1 |
Explanation
The Integration Services service is about to stop.
The message also indicates whether the service will try to stop all running packages when the service itself stops. In the configuration file for the Integration Services service, you can set a true or false value that determines whether the service stops running packages when the service itself stops. It is this value from the configuration file that appears in the message text.
Possible Causes
This message appears when the Integration Services service is about to stop. The service stops when an administrator stops the service or before the computer is restarted.
User Action
No user action is necessary. This message is only informational.
If you do not want the service to stop all running packages when the service itself stops, modify the configuration file so that the StopExecutingPackagesOnShutdown value is false instead of true. For more information, see Configuring the Integration Services (SSIS) Service.
See Also