Welcome to blogs.conchango.com Sign in | Join | Help

Welcome to blogs.conchango.com

SSIS Junkie

SSIS: Another SP1 problem

Update below

Another issue with SSIS SP1 has come to light that people need to be aware of. This one is in relation to the SSIS service not starting.

Here's the error that you may get:

"The SQL Server Integration Services service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion"

The mercurial Michael Entin from the SSIS dev team has come up with the explanation and fix. Upon startup the SSIS service tries to validate an assembly signature which involves it trying to access a Certificate Revocation List on the internet. If the service cannot access the internet (perfectly acceptable in a data centre methinks) then the service will fail to start.

You can disable this attempt to access the internet, per user, in IE options --> Advanced --> Security-->Check for server certificate revocation (requires restart).

If you are running the SSIS service under a network service account then you cannot launch IE under this user account so you need to clone registry value 'State' from
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Tru
st Providers\Software Publishing
to
HKEY_USERS\S-1-5-20\Software\Microsoft\Windows\CurrentVersion\WinTrust\T
rust Providers\Software Publishing

Read more about this problem here: http://groups.google.co.uk/group/microsoft.public.sqlserver.server/browse_frm/thread/f6f493a81d897aac/c98b27a44e1d36c1?lnk=raot#c98b27a44e1d36c1

Great work Michael!

-Jamie

UPDATE 2006-04-27: Yet more SP1 specific information here from Darren Green: http://wiki.sqlis.com/default.aspx/SQLISWiki/SP1.html

 

 

 

Published 26 April 2006 23:15 by jamie.thomson

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Azens Chang said:

I found the same problem on my IA64 machine and it couldn't be solved so far. A wierd situation I exprienced at the first installation of SP1 was that the machine could not reboot at all and even the safe mode was not accessable. Eventually, the MS engineer told me to unplug the fiber connecting to the SAN, then it worked! But after the succesful reboot, SSIS was still dead there.
April 27, 2006 11:36
 

Brian Kelley said:

I was catching up on my blog reading and found the following post from Jamie Thomson:

SSIS: Another...
April 29, 2006 06:20
 

Database Underground said:

I said I would keep you up to date on how SP1 is going, so here's what I've gathered this week. I could waste a lot of time telling you about the problems, but instead I've gathered a couple other...
May 1, 2006 02:56
 

Blog Technique de Romelard Fabrice said:

Comme tous les produits du marché, SQL Server 2005 Integration Services (SSIS) possède ses bugs et incohérences.

January 30, 2007 17:00
 

mostafa arafa said:

thanks alot for great support you give it by this thread :)

February 13, 2007 08:13
 

Justin B said:

It's a crypto api problem, just found an MS KB on it as since rebuilding my dev machine as Vista SP1, SSIS wont start.

The following KB has a number of links to fixes, patches and workarounds for this problem.

http://support.microsoft.com/kb/918644

May 8, 2008 11:24
 

Justin B said:

For Vista, proxycfg has been replaced by netsh.  I've followed the details on this page http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2519682&SiteID=17 with no joy, so just configured the SSIS service to logon as my user account, whereby it could pick up my proxy config from IE and verify it's certificate.

May 8, 2008 12:04

Leave a Comment

(required) 
(optional)
(required) 
Submit

This Blog

Syndication

Powered by Community Server (Personal Edition), by Telligent Systems