Search found 2886 matches

by qt_ky
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

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.
by qt_ky
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...
by qt_ky
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...
by qt_ky
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...
by qt_ky
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...
by qt_ky
Thu Jan 22, 2015 6:11 pm
Forum: General
Topic: Workload Management
Replies: 2
Views: 1275

Use the dsjob command with a primary command of -run along with the -queue <queue_name> option.

You can view all the command options by executing dsjob by itself.

You can view all the primary command options by executing dsjob -run by itself.
by qt_ky
Thu Jan 22, 2015 6:03 pm
Forum: General
Topic: Auto-purge of jobs not happening correctly
Replies: 2
Views: 1350

Yes, due to the timing, the simplest way to have all existing jobs pick up the project level auto-purge setting change would be to export and re-import everything. There are several posts on this topic.
by qt_ky
Thu Jan 22, 2015 12:34 pm
Forum: General
Topic: Installation IBM InfoSphere Information Server 8.5
Replies: 5
Views: 1883

You're welcome. Come back from the "dark side" already... :wink:
by qt_ky
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

The 7.5 docs are getting scarce. I am wondering if the SoundexName function is home-grown, unique to your shop, or if it was built in. There are no matching search results on the ibm.com site.
by qt_ky
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
by qt_ky
Thu Jan 22, 2015 12:05 pm
Forum: General
Topic: Execute n number of jobs at a time
Replies: 13
Views: 4871

Ditto on using the workload management feature. Create a queue with a job limit of 15. :D
by qt_ky
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

Good find.

Just be aware that changes to shared containers do not affect the jobs that reference them, until after you recompile such jobs.
by qt_ky
Tue Jan 20, 2015 9:28 pm
Forum: General
Topic: dsrecords not found
Replies: 2
Views: 1112

Yes, you're missing the path to the dsrecords executable. Prefix the program with its full path.
by qt_ky
Tue Jan 20, 2015 12:02 pm
Forum: General
Topic: Specific patterns file name and path change
Replies: 4
Views: 1354

There is more than one way to do it. What have you tried so far, and which part do you need some help with? Please be specific.
by qt_ky
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, ...