Not so sure; I have not tested it myself, but...
A quick 11.3.1 Knowledge Center search on BLOB indicates that the Oracle Connector, Teradata Connector, DB2 / DRS all support BLOB, but not ODBC. They suggest to use the DataStage data type of LongVarBinary.
Search found 2886 matches
- Tue Jan 27, 2015 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to save image files into Database
- Replies: 2
- Views: 1399
- Mon Jan 26, 2015 2:18 pm
- Forum: General
- Topic: Loop on Months at Sequence
- Replies: 2
- Views: 2178
If the day number is always fixed at '01' then you could still use Iconv() to convert to an internal number and add 31. The result would always be the next month. Use Oconv() to convert the result back to an external date format, and then discard the day number and concat day number 01. Iterate unti...
- Mon Jan 26, 2015 9:18 am
- Forum: General
- Topic: Warning in sql server connection
- Replies: 2
- Views: 1845
Welcome to DSXchange. That is just a license warning that you should safely be able to ignore; the ODBC drivers do not expect that anyone would ever want to test a new connection from the command line, hence the warning. :lol: I always test new ODBC connections from the command line first before tes...
- Fri Jan 23, 2015 6:32 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: A timeout occurred during processing-WSDL Transformer
- Replies: 7
- Views: 12568
Is your soapUI testing run on a Windows client or on your UNIX DataStage server? Testing this type of problem needs to be done from the server. Usually timeouts indicate firewall blockages. If you are certain you have the firewall open, and you've tested the IP and port using telnet from the UNIX se...
- Fri Jan 23, 2015 6:09 pm
- Forum: General
- Topic: Installing Information Server 11.3.1 - surprises
- Replies: 17
- Views: 20148
Now there are two topics about the APT_IMPORT_HANDLE_SHORT environment variable. :) That's great news about the sort optimizations. Also on the topic of 11.3.x surprises (possibly 9.x too): If you go with the IBM XLC C/C++ compiler (at least this is true on AIX), beware of installing the compiler ve...
- Thu Jan 22, 2015 6:11 pm
- Forum: General
- Topic: Workload Management
- Replies: 2
- Views: 1275
- Thu Jan 22, 2015 6:03 pm
- Forum: General
- Topic: Auto-purge of jobs not happening correctly
- Replies: 2
- Views: 1350
- Thu Jan 22, 2015 12:34 pm
- Forum: General
- Topic: Installation IBM InfoSphere Information Server 8.5
- Replies: 5
- Views: 1883
- Thu Jan 22, 2015 12:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Soundex function in 7.5 server vs 8.7 Parallel
- Replies: 3
- Views: 1964
- Thu Jan 22, 2015 12:10 pm
- Forum: General
- Topic: Installation IBM InfoSphere Information Server 8.5
- Replies: 5
- Views: 1883
If it is the 8.5 Client tier only, then you can install that onto Windows 7 Professional, Windows 7 Enterprise, or Windows 7 Ultimate. Not Home Edition.
System Requirements link:
http://www-01.ibm.com/support/docview.w ... wg27018823
System Requirements link:
http://www-01.ibm.com/support/docview.w ... wg27018823
- Thu Jan 22, 2015 12:05 pm
- Forum: General
- Topic: Execute n number of jobs at a time
- Replies: 13
- Views: 4871
- Tue Jan 20, 2015 9:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using a parallel job stage in more than 1 job
- Replies: 3
- Views: 1170
- Tue Jan 20, 2015 9:28 pm
- Forum: General
- Topic: dsrecords not found
- Replies: 2
- Views: 1112
- Tue Jan 20, 2015 12:02 pm
- Forum: General
- Topic: Specific patterns file name and path change
- Replies: 4
- Views: 1354
- Tue Jan 20, 2015 11:56 am
- Forum: General
- Topic: In 2 Tier install does isadm user need to exist on both tier
- Replies: 2
- Views: 1346
I would assume that you would not need an isadm user on the engine tier, and it should run fine that way. There was probably a dsadm user created on the engine tier. By default, the isadm user is created internally, in the internal user registry, and not on the operating system. In the web console, ...