Teradata Attunity Connection issue: SqlState = HY000 Message = [Vk__

ProNoobPro 96 Reputation points
2021-01-21T21:23:07.113+00:00

I am using VS2013 shell to develop SSIS package. When i try to connect to Teradata data base using Attunity, i get this message:

Error at Package [Connection manager "Teradata Connector 1"]: There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server. SqlState = HY000 Message = [Vk

Error at Data Flow Task [Teradata Source [1]]: The AcquireConnection method call to the connection manager Teradata Connector 1 failed with error code 0x80004005. There may be error messages posted before this with more information on why the AcquireConnection method call failed.


ADDITIONAL INFORMATION:

Error HRESULT E_FAIL has been returned from a call to a COM component. (Microsoft.SqlServer.DTSPipelineWrap)

I have installed Attunity version 3.0. The connection works in another PC with same version of visual studio and attunity

Note: The question was already posted in the below link but i am not able to comment on it now. Hence posting it again.

I tried the suggestions from the above post but still not working.

https://social.msdn.microsoft.com/Forums/en-US/f8019819-6f62-46bc-a26e-b5f92a705acd/teradata-attunity-connection-issue-sqlstate-hy000-message-vk?forum=sqlintegrationservices

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

Accepted answer
  1. ProNoobPro 96 Reputation points
    2021-04-07T22:07:47.513+00:00

    I resolved it by adding the Teradata client installation folder to the path variable

    Details:
    Find your Teradata client installation folders
    In my case: C:\Program Files\Teradata\Client\15.10\bin
    and C:\Program Files(x86)\Teradata\Client\15.10\bin

    In start menu, type environement variable, edit the variable "Path"
    Add the above two folders to the variable.
    Restart Visual Studio

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Monalv-MSFT 5,926 Reputation points
    2021-01-22T07:25:32.11+00:00

    Hi @ProNoobPro-5811 ,

    Could you please check the Teradata ODBC driver you used is 32-bit or 64-bit?

    If it is 32-bit, please set Run64BitRuntime as False;
    If it is 64-bit, please set Run64BitRuntime as True;
    59495-projectproperty-debugging.png

    Best Regards,
    Mona

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. ProNoobPro 96 Reputation points
    2021-01-29T17:27:28.787+00:00

    61920-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.