Search found 4 matches

by dstucke
Mon Feb 06, 2006 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: moving text data type from one table to another.
Replies: 4
Views: 1923

Thanks to all for your replies

Thank you all for your replies. I know the size of most of these image files are over 1MB. In the meantime, I've gotten things to work using a MSSQL DTS job called from a command stage within DS 7.5.1. However, I'll look into adjusting the MAXBUFFSIZE to 2MB+ and try that. I'll also check for goofy ...
by dstucke
Fri Feb 03, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: moving text data type from one table to another.
Replies: 4
Views: 1923

moving text data type from one table to another.

I'm trying to convert one table to another table, both containing a column of text data type, which Datastage interprets as longvarchar(2147483647) in the metadata. The data can be rather large, and could contain any variety of characters entered in the data. This should be a straight mapping. Datas...
by dstucke
Tue Nov 29, 2005 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using MSSQL Binary Columns w/Datastage Server 7.5.1
Replies: 1
Views: 1814

Re: Using MSSQL Binary Columns w/Datastage Server 7.5.1

In case anyone was interested, with IBM's help we were able to solve this problem. In addition to what was stated in the Datastage documentation on how we should handle GUID data types, we needed to add the following function in the transformer moving the binary data from source to target: OCONV(<bi...
by dstucke
Tue Nov 15, 2005 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using MSSQL Binary Columns w/Datastage Server 7.5.1
Replies: 1
Views: 1814

Using MSSQL Binary Columns w/Datastage Server 7.5.1

I'm having trouble using binary MSSQL columns in my DS job. I have a lookup table with a binary(16) key. Key values are created as GUIDs. I search the lookup table (using another column) to get the key to populated in a column on a target table, also a binary(16). I'm using an ODBC stage for both th...