Search found 53125 matches

by ray.wurlod
Tue Sep 15, 2009 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any way in DS to Encrypt the Data in a column?
Replies: 7
Views: 1831

Certainly there is, but it involves you writing your own encryption and decryption routines.

There is nothing available "out of the box" as far as I am aware.
by ray.wurlod
Mon Sep 14, 2009 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Logic
Replies: 2
Views: 857

Use a fork join design, with one stream going through an Aggregator that calculates the maximum value of Col2 in each Col1 group.

Make sure to hash partition on Col1.
by ray.wurlod
Mon Sep 14, 2009 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Integer conversion
Replies: 10
Views: 3785

My bad, then. Another User Variables stage weirdness - I don't think there's anywhere else the sharp signs are needed within an expression.
by ray.wurlod
Mon Sep 14, 2009 6:53 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Agent Connection Error
Replies: 3
Views: 3139

We still don't know whether it was a connection to Information Server database, to Information Analyzer database or to the DataStage project ANALYZERPROJECT. It's annoying, that is.
by ray.wurlod
Mon Sep 14, 2009 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Integer conversion
Replies: 10
Views: 3785

... but without the sharp signs
by ray.wurlod
Mon Sep 14, 2009 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirements to a new installation
Replies: 4
Views: 1108

What results did you get when you performed your Search?
by ray.wurlod
Mon Sep 14, 2009 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC.ini File Help
Replies: 8
Views: 15832

The dsenv file only sets environment variables. It does not create connections.
by ray.wurlod
Mon Sep 14, 2009 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning in join/merge stages
Replies: 10
Views: 4794

DataStage will insert hash partitioner and tsort operators for Join, Merge and certain other stage types, if (Auto) is selected and insertion is not prevented, and if there is no sorting specified on those input links . It doesn't matter that the data have already been sorted upstream; the stage its...
by ray.wurlod
Mon Sep 14, 2009 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlock Datastage job from Unix Command line
Replies: 2
Views: 11571

Try bin/dssh instead. Also verify that $DSHOME/errlog is writable.
by ray.wurlod
Mon Sep 14, 2009 1:26 am
Forum: General
Topic: Ftp from Unix to Desktop
Replies: 5
Views: 2428

Get yourself a copy of UltraEdit - it has the FTP capability built-in.
by ray.wurlod
Sun Sep 13, 2009 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best PracticeInCreating Projects,scratch space & DataFol
Replies: 1
Views: 1411

Mount points are not really relevant. The most important factor is that scratch disk is local to the node, and that there's plenty of it. The same is true to a lesser extent of resource disk; how much of that you need depends on to what degree you make use of persistent Data Sets, File Sets and Look...
by ray.wurlod
Sun Sep 13, 2009 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: /opt/IBM/InformationServer/Server/PXEngine/bin/osh
Replies: 4
Views: 3300

Be very, very careful. Any of these might be a running job. Verify whether each has a PPID (parent process ID) - for a section leader process that would be the conductor process (if on the same machine) or the remote shell that it invoked.
by ray.wurlod
Sat Sep 12, 2009 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see the datastage logs from Director.
Replies: 10
Views: 4564

In particular has any change been made to the DSParams file in the project?
by ray.wurlod
Sat Sep 12, 2009 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read data from DB2 Enterprise Edtion Stage
Replies: 10
Views: 7255

You shouldn't need to re-start, but it won't hurt to do so.
by ray.wurlod
Sat Sep 12, 2009 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run several dssh scripts in one batch
Replies: 8
Views: 3099

dssh can be run satisfactorily in any project directory, as well as in $DSHOME - each project directory is an "account" for dssh. But it is vital that the dsenv script has been executed first - that's why (I believe) advice is usually given to execute in $DSHOME, the location of the dsenv...