Search found 53125 matches

by ray.wurlod
Mon Jan 26, 2015 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to save image files into Database
Replies: 2
Views: 1399

That's a database question.

DataStage does not support BLOB data type.
by ray.wurlod
Sat Jan 24, 2015 4:44 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: A timeout occurred during processing-WSDL Transformer
Replies: 7
Views: 12568

Another possibility (which I have encountered in the past) is that the web server itself is overloaded. This is another thing that you should check.
by ray.wurlod
Thu Jan 22, 2015 10:53 pm
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

A couple of nice features. To reduce I/O operations for large sorts, the Sort stage converts bounded length fields to variable length before the sort, and converts them back to bounded length after the sort. Sort optimization also improves run time during which implicit sorts are sometimes required,...
by ray.wurlod
Thu Jan 22, 2015 10:51 pm
Forum: General
Topic: Xmeta versus Universe
Replies: 5
Views: 2823

Yes and no. Auditing of security events is handled in audit log files (outside of XMETA). Date/time created/modified are recorded in XMETA, and reported via tools such as Information Governance Catalog or Metadata Workbench.
by ray.wurlod
Thu Jan 22, 2015 3:46 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

SoundexName is/was NOT a built-in function. In any version. A number of sites created similar routines. For example, I once created a Soundex algorithm for Pacific Island names (in which the rules around vowel handling, leading "NG", etc., are different than in US English). I called this S...
by ray.wurlod
Thu Jan 22, 2015 3:44 pm
Forum: General
Topic: Installation Issue - Xmeta user
Replies: 2
Views: 2309

Read the Planning, Installation and Configuration Guide again. The DB2 users must be created before the installation is performed. It's best practice to pre-create the WAS admin user, the IIS admin user and the DataStage admin user too, though this is not always possible (for example where the syste...
by ray.wurlod
Thu Jan 22, 2015 3:42 pm
Forum: General
Topic: Auto-purge of jobs not happening correctly
Replies: 2
Views: 1350

There is no change in behaviour. Job logs are purged only if the job finished with a status of DSJS.RUNOK or DSJS.RUNWARN. If the job aborts, the log is not purged.
by ray.wurlod
Thu Jan 22, 2015 3:39 pm
Forum: General
Topic: custom trigger for Sequence Job when child jobs fail
Replies: 7
Views: 3007

Actually it's sufficient that the sequences log a warning when any activity finishes with a status other than OK. That propagates the problem up to the master sequence (without the need to force jobs to abort) at which point logs can be inspected to detect what the actual problem is. But to resolve ...
by ray.wurlod
Thu Jan 22, 2015 3:37 pm
Forum: General
Topic: Xmeta versus Universe
Replies: 5
Views: 2823

... except DS_AUDIT, which now seems to be less complete than before.
by ray.wurlod
Wed Jan 21, 2015 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequential File including Null o Spaces
Replies: 5
Views: 1728

First, you need to realise that "", " " and NULL are not the same thing, and that NULL (whatever that is) never occurs in text files. The NUL byte ('\0') may appear as a string terminator. So you need to be very sure what these "rogue" lines contain, and deal with them....
by ray.wurlod
Wed Jan 21, 2015 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs Performance Very Slow post Infosphere Upgrade
Replies: 20
Views: 18166

vmcburney wrote:Edit: renamed Hash file.
:lol:
by ray.wurlod
Tue Jan 20, 2015 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs Performance Very Slow post Infosphere Upgrade
Replies: 20
Views: 18166

On a heavily loaded server, even the Ops Console can consume valuable resources.

And it's hashed files, dammit, not hash files! :wink:
by ray.wurlod
Tue Jan 20, 2015 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs Performance Very Slow post Infosphere Upgrade
Replies: 20
Views: 18166

Server jobs do run differently post version 7.5 than they did in version 7.5 and earlier, primarily because of the need to interact with the WebSphere Application Server through the Information Server Framework. This adds some overhead which results in, depending on your circumstances, as much as a ...
by ray.wurlod
Tue Jan 20, 2015 3:20 pm
Forum: General
Topic: custom trigger for Sequence Job when child jobs fail
Replies: 7
Views: 3007

Run Success triggers from all activities to an "All" sequencer.
Run Otherwise triggers from all activities to an "Any" sequencer.
Create a Notification activity downstream of each.
by ray.wurlod
Tue Jan 20, 2015 3:18 pm
Forum: General
Topic: Specific patterns file name and path change
Replies: 4
Views: 1354

Have DataStage generate the file name and pass it to a script as a command line argument.