Search found 464 matches

by WoMaWil
Thu May 31, 2007 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory warning
Replies: 19
Views: 8244

you are not allone with that problem. Are you loosing data? I suppose it is only a warning and has no data loss implications.
by WoMaWil
Thu May 31, 2007 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .txt File without delimiter
Replies: 4
Views: 2658

Give us a sample what you want to do and where you see the problem!
by WoMaWil
Thu May 31, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading parameter from csv file
Replies: 5
Views: 2141

(K)lasse is a guess what the "K" in your name stands for. Am I wrong? Beside DataStage Jobs you can also develop DataStage Sequences. This might be a solultion for your problem. An other a bit old fashion is to work with dsjob on your server, there you can nourish the parameters by job sta...
by WoMaWil
Thu May 31, 2007 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading parameter from csv file
Replies: 5
Views: 2141

Hi Rafik from 2nd (k)lasse,

you cannot load or change parameters after your job is started. That you will learn in future in 3rd (k)lasse.

What you can do is:

Write a sequence
by WoMaWil
Wed May 30, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance from 86 rows to 1 row per second
Replies: 11
Views: 5323

Why don't you separate the update stream and the insert stream into two separate streams.

That might give you also a performance boost beside the other tipps.
by WoMaWil
Wed May 30, 2007 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance from 86 rows to 1 row per second
Replies: 11
Views: 5323

do you have an index on the table.

Why do you use only on field in Oracle and not many.

What do you means in such a kind of scenario by "Update"
by WoMaWil
Wed May 23, 2007 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to load timestamp data into oracle
Replies: 8
Views: 2596

which ora-Stage do you use (OCI or Bulk)?
by WoMaWil
Wed May 23, 2007 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to transpose this Excel data (suggetions appriciated)
Replies: 3
Views: 1270

this is a very standard problem (normalize/denormalize) which is relativly easily to be solved.

Let me know if you don't find a solution by searching in this forum.
by WoMaWil
Wed May 23, 2007 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Transform, which one wins
Replies: 8
Views: 1931

Thank you Ray for the answer, even though I am not able to read the complete answer nor to set this question on resolved.
by WoMaWil
Wed May 23, 2007 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in number of records in UNIX and DATASTAGE
Replies: 3
Views: 1317

try to check for any Null-values Ascii-value '000'. change them to space Ascii-value '032' or something else.
by WoMaWil
Mon May 21, 2007 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix- Dos Style Issue
Replies: 8
Views: 2986

DOS-Line-Termination is CR and LF (CR=Cursor Return CHAR(13), LF=Line Feed CHAR(10). UNIX-Line-Termination is only LF Important is to write and read with the same kind of termination. If you mix them up you get an error. (to much colums). You can use both kinds of termination in both worlds without ...
by WoMaWil
Tue May 15, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Transform, which one wins
Replies: 8
Views: 1931

Routine or Transform, which one wins

When having a Routine and a Transform with the same Name and number of parameters in a Job-Derivation, the Transform wins.

Is there a way to force the Derivation to call the Routine?
by WoMaWil
Tue May 15, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing in to a sequential file trhru routine
Replies: 22
Views: 10676

you have still more typing errors. The word is written "through" and not "thru"!
by WoMaWil
Wed May 02, 2007 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Options available in DS Server and DS Admin
Replies: 5
Views: 966

tell you friend to never go to an DataStage Stage interview before a one week-DS-training and a three-week-DS-experience.

DS is a like a Ferrari. It is a good car but without training you kill it.
by WoMaWil
Wed Apr 25, 2007 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined Sql in Target Stage
Replies: 4
Views: 1561

I had such phenomens also years ago. I suceeded in switching the "where"-Part to then end.