Results 1 to 6 of 6

Thread: Sybase Connection in SQL 2005 SSIS Project

  1. #1
    Join Date
    Apr 2008
    Posts
    4

    Sybase Connection in SQL 2005 SSIS Project

    Hi,

    I've setup an Integration Services project that contains a step to connect to a Sybase ASE server on our network. THe Connection Manger test verifies the connection but when the project is run manually or in debug mode it fails with the following error:

    TITLE: Package Validation Error
    ------------------------------

    Package Validation Error

    ------------------------------
    ADDITIONAL INFORMATION:

    Error at Package [Connection manager "SYBASE_CONNECTION"]: The connection manager failed to defect from the transaction.

    (Microsoft.DataTransformationServices.VsIntegratio n)

    ------------------------------
    BUTTONS:

    OK
    ------------------------------

    Any ideas would be welcome. Thx

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Which provider did you use?

  3. #3
    Join Date
    Apr 2008
    Posts
    4
    I used an OLEDB provider. This referenced the datasource name specified in the Sybase ASE Datasource Administrator client utility provided by Sybase.

  4. #4
    Join Date
    Apr 2008
    Posts
    4
    The specific provider for the Sybase connection: ASEOLEDB.1

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    Try create odbc dsn to Sybase then use it as data source.

  6. #6
    Join Date
    Apr 2008
    Posts
    4
    I'll give that a try. Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •