cant start SSIS service on sql server 2008
In Sql Server Configuration Manager I Sql Server Integration Services has status stopped, when I try to start it 开发者_开发技巧aftger few seconds there is an error message: The request failed or the server did not respond in a timely fashion.
Where the problme can be ?
Have a look at the event log on the server. It should give you a reason. I've had this before when I've applied a service pack to the database engine but not selected to upgrade SSIS and then it complains about mismatched version. Also might be an issue with the account the service is running under.
精彩评论