Page 1 of 1

Error on Column Analysis

Posted: Tue Jan 27, 2009 2:24 pm
by RaviReena
We are trying to run a column analysis on Teradata table and it is failing with the below error.I am using Teradata Version 12.

pxbridge: Error when checking operator: [IIS-CONN-ODBC-000036] Could not obtain error message from driver (function=SQLPrepare) (CC_OdbcDBStatement::dbsPrepare, file CC_OdbcDBStatement.cpp, line 217)

Any idea what is the issue?
Thanks In Advance.

Posted: Tue Jan 27, 2009 4:32 pm
by vmcburney
Looks like you are using the ODBC connector, have you tried profiling the same table via the Teradata connector? If you check the analysis settings option to "retain scripts" it will save the DataStage job that performs the column analysis in the AnalyzerProject and you look through the Director logs. Looks like something went wrong in the SQL select.

Posted: Tue Jan 27, 2009 5:40 pm
by lstsaur
I was told the only working connector for the Data Store is ODBC Connector. The other two, Teradata Connector and WebspheereMQ Connector are still in work-in-progress.

Posted: Wed Jan 28, 2009 9:26 am
by RaviReena
Only ODBC Connector is supported with Information Analyzer Version 8.0.1.But i tried with Teradata connector and it is saying not supported with this version.

I went and checked in Datastage director for this job and it is having the same error message what ever i posted earlier.But Here I am pasting some of the Informationa messages from the Datastage director.

pxbridge: No design time SQL datatype provided for field CountyCode
No design time SQL datatype provided for field CountyName
No design time SQL datatype provided for field StateCode

Is it gives any information.

Posted: Thu Jan 29, 2009 8:28 am
by RaviReena
We resolved the Issue by setting the Isolation Level = 0 and column analysis completed successfully.

Posted: Thu Jan 29, 2009 2:49 pm
by ray.wurlod
Curious. Was there any other activity in the database at the time?

Posted: Fri Jan 30, 2009 8:10 am
by RaviReena
I am not sure about it because it is a huge Teradata warehouse and there is a possibilty of running other jobs.