TI ODBC Issue

Post Reply
SimonLAylett
Posts: 12
Joined: Thu Sep 13, 2012 1:56 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

TI ODBC Issue

Post by SimonLAylett »

Hi,

I'll preface this with an 'i'm new, be gentle' - i've read the posting tips so hopefully i'll summarise my issue succinctly.

I'm attempting to write a create cube process that reads from an iSeries/JDE table via ODBC link (64bit)

See the screenshot for my issue, but i'm getting pink shaded cells in the preview, and doesn't bring the data into the variables definition tab with the message "WARNING; There are some columns in the query that has been ignored at the variables definition; They are not supported by TM1."

it seems to be for columns that contain strings in the original data source, any ideas what's causing this?

I've checked the TI user guide, the TM1 cookbook and the Official guide to no avail.

Any help is greatly appreciated,

Thanks
Attachments
TI_pink.jpg
TI_pink.jpg (108.52 KiB) Viewed 5435 times
Version - 9.5.2
O/S - Windows XP Professional 2002 SP3
Excel 2007
Beginner!
tomok
MVP
Posts: 2832
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: TI ODBC Issue

Post by tomok »

Have you tried checking the "Use Unicode" box?
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
SimonLAylett
Posts: 12
Joined: Thu Sep 13, 2012 1:56 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Re: TI ODBC Issue

Post by SimonLAylett »

Yes, the preview/error message remains the same with the unicode box ticked/unticked.
Version - 9.5.2
O/S - Windows XP Professional 2002 SP3
Excel 2007
Beginner!
tomok
MVP
Posts: 2832
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: TI ODBC Issue

Post by tomok »

Then it sounds like you've got a data type or characters in the field(s) that are not supported by TM1. Have you tried outputting the query to a text file to see what's actually in those fields? How long is the text in those fields? Does it possibly contain some strange characters? Just things to consider. Good luck.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
SimonLAylett
Posts: 12
Joined: Thu Sep 13, 2012 1:56 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Re: TI ODBC Issue

Post by SimonLAylett »

I do indeed know what data is in the columns. If I output the table to a csv file and use that, it is all readable with no issues.

For example...

the column GBLT above contains either "AA" or "BA" - nothing more.

Any ideas?
Version - 9.5.2
O/S - Windows XP Professional 2002 SP3
Excel 2007
Beginner!
User avatar
George Regateiro
MVP
Posts: 326
Joined: Fri May 16, 2008 3:35 pm
OLAP Product: TM1
Version: 10.1.1
Excel Version: 2007 SP3
Location: Tampa FL USA

Re: TI ODBC Issue

Post by George Regateiro »

What DataType are these columns defined as?

Have you tried to convert them to something else in the query? Maybe do a concatenation for testing? Or possibly do a hard coded value in the select just to test that there is not something strange going on with the odbc driver.
SimonLAylett
Posts: 12
Joined: Thu Sep 13, 2012 1:56 pm
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Re: TI ODBC Issue

Post by SimonLAylett »

Thanks for your assistance guys, it appears we've solved the issue.

It was a ODBC driver configuration setting that needed to be activated - specifically in ODBC Driver Configure -> Conversions tab, there is an option titled “Convert Binary data (CCSID 65535) to text” - This gave me readable string data in these fields.

Thanks again for your input,

Simon
Version - 9.5.2
O/S - Windows XP Professional 2002 SP3
Excel 2007
Beginner!
Post Reply