Hi All,
I am trying to fetch data from Teradata and getting error "Function 'TD_LZ_DECOMPRESS' does not exist". On enquiring with source data team I was told that on some columns algorithmic compression has been defined using fastpath UDF’s
TD_LZ_COMPRESS/TD_LZ_DECOMPRESS.
I can access the data from Sql Assitant but from SSIS I am getting error. There seems to be an inability to decompress such data by invoking the decompression algorithm while accessing through SSIS packages. I was using ODBC connection to connect to TD and
details are as below:
1. Sql Assistand and BTEQ: "14.0" and Teradata "BTEQ 14.10.00.03"
2. ODBC Version: 14.00
3. Sql Server: Sql Server 2012
We raised this issue with Teradata and they found that, it is a bug with existing ODBC version and suggested to use .NET Data Provider for Teradata. I tried with Ado.Net Connetion using .Net Provider for Teradata but got same error message "'TD_LZ_DECOMPRESS'
does not exist".
Version for .Net Provider is 13.11.0.0
Can you please help me with this issue. I would appreciate any inputs on this.
Thanks, Mohit.