Search found 38 matches

by katz
Thu Oct 11, 2007 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Control and Non-ASCII characters
Replies: 9
Views: 16611

Just thinking aloud, but could this translation be done using a custom NLS map?

katz
by katz
Sat Sep 22, 2007 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForJob waiting indefinately
Replies: 9
Views: 8333

The underlying problem with the TZ environment variable was resolved by restarting the cron daemon. The work-around assignment made in dsenv file can now be removed, and there are no more incidents of jobs hanging on the DSWaitForJob.
by katz
Sat Sep 08, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the behaviour of Stopped Jobs & After-job routi
Replies: 5
Views: 4495

The above technique works a treat! Thanks again ArndW for your suggestion.

katz
by katz
Thu Sep 06, 2007 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the behaviour of Stopped Jobs & After-job routi
Replies: 5
Views: 4495

Hi ArndW,

This is an approach worth investigating. Thank you for sharing this good idea. I will do some testing and let you know I get on.

katz
by katz
Thu Sep 06, 2007 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the behaviour of Stopped Jobs & After-job routi
Replies: 5
Views: 4495

Hi Craig, The After-job routine captures audit information regarding the server job it is called from. The following information is extracted in the routine: Job JOB_NAME JOB_DESCRIPTION JOB_STATUS JOB_WAVE_NO JOB_START_DT JOB_END_DT JOB_ELAPSED_SECS JOB_BATCH_NO JOB_VERSION_NO JOB_PID Parameters PA...
by katz
Thu Aug 30, 2007 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForJob waiting indefinately
Replies: 9
Views: 8333

Yes, the monitor shows that all the stages have completed. There have been a couple of cases where the DSWaitForJob executed in an After Job Routine was the one that "randomly" failed to detect when the called job was finished. But the problem has equally occurred in jobs that do not use a...
by katz
Wed Aug 29, 2007 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForJob waiting indefinately
Replies: 9
Views: 8333

Thanks Craig - its nice to know that my effort to be clear is appreciated. However, when reading your post I've noticed that I've posted in the incorrect forum.

katz
by katz
Mon Jul 16, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Single big CSV file to many small CSV files
Replies: 6
Views: 3486

If you're on UNIX, then you can start multiple concurrent readers of the same input csv file; one reader for each output file you want (e.g. 4). Use AWK to filter the set of rows in each reader based on the modulus of the input row, setting the filter in each reader for a different modulus value. Fo...
by katz
Thu May 03, 2007 2:13 am
Forum: General
Topic: Incremental load with no key field at source
Replies: 7
Views: 4314

There might be a source system log/journal file from which you can extract the incremental set of source data. Updating the target without key definitions is a bit harder to do.
by katz
Tue May 01, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of running many Mutiple Instances concurrently
Replies: 13
Views: 5870

An alternative to running multi-instance jobs in parallel for separate input files could be to start multiple readers of the same source file in the same job (the source is a sequential file?) and use awk as a filter to to read a subset of rows from the single input file. Awk is available for window...
by katz
Wed Mar 07, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 3148

Hi,

IBM Support have replied that the password details are encrypted. That seems to have satisfied my questioner, for now.

Thanks, for your quick replies.

katz,
by katz
Tue Mar 06, 2007 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 3148

Hi Ultra,

You are correct that encryption should be handled in the Presentaion Layer (one below the Application Layer) of the OSI model.

katz
by katz
Tue Mar 06, 2007 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 3148

Hi DSguru2B, Thanks. This was more or less my response (the encryption should be handled in another layer of the stack - in this case TCP/IP). Never-the-less, I am being asked to find out if the clients encrypt not only the password, but also the Server name, User Name, and Project. I do not see thi...
by katz
Tue Mar 06, 2007 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 3148

encryption of client login credentials

Hi,

I am asked by a colleague if the DataStage clients encrypt the login credentials when sent from the client to host. Does anyone know? (We are running client version 7.5.1.A.)

Thanks,
katz
by katz
Sun Mar 04, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capturing Job's Version Number for audit meta-data
Replies: 9
Views: 3445

Thanks Ray,

That is a certainly lot more elegant. It even seems to run faster. A clear improvement. I've not worked with the TRANS or XLATE functions until now; it seems like a bit of a play-about is in order. :)

katz