Access denied when connecting to SSIS

  • Hey all,

    I've went through many articles at this point and I'm coming up with nothing. I have a single node Windows 2008 cluster running SQL2008 installed as a single node cluster with SSIS. I first had the issue to as where I was getting a "Login timeout expired", but resolved that by editing MsDtsSrvr.ini.xml (http://msdn.microsoft.com/en-us/library/ms137789.aspx).

    I have local and SQL admin rights, so this works fine for me. Yet my developers are getting an "Access Denied" when using SSMS to connect to SSIS on this server.

    I have added their NT group to the following to no avail:

    - db_ssisadmin role in msdb

    - The local Distributed COM Users

    - The local SQL2005DTS group

    - Granted Launch and Activation Permissions (remote launch/remote activation) under COM Security (even though I now see that Distributed COM Users is already here).

    What else am I missing?

    Thanks

  • I saw you have: The local SQL2005DTS group.. If they are on SQL 2005 they won't be able to connect to SSIS in SQL 2008. You would need the 2008 Management studio to connect to it. Not sure if they already have 2008 but just throwing it out there.

  • Kenneth Langner Jr. (6/11/2010)


    I saw you have: The local SQL2005DTS group.. If they are on SQL 2005 they won't be able to connect to SSIS in SQL 2008. You would need the 2008 Management studio to connect to it. Not sure if they already have 2008 but just throwing it out there.

    That group was created as part of the SQL2008 install. There is no SQL2008DTS group. I don't think the group really serves a purpose though, but I honestly don't know ... Haven't crawled for its permissions.

  • Kenneth Langner Jr. (6/11/2010)


    Try this out:

    http://msdn.microsoft.com/en-us/library/aa337083.aspx%5B/quote%5D

    Thanks Ken, already went through it.

  • This may sound odd, but try adding one of the problem users directly rather than through the group. That will at least tell you if the issue is with the group or not.

  • Not a bad idea Cliff, but no go ...

  • End of day bump ...

  • Hate to bump my own thread, but still have not found resolution to this.

    Thanks

  • Yes I did. I am a local admin on that box and it is fine for me. But it doesn't work for my colleague even though I followed the procedure.

    BD Hosting

  • bp, not sure I follow you, but are you basically saying you're having the same issue?

Viewing 11 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic. Login to reply