Search found 15603 matches
- Fri Oct 22, 2010 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivoting( Rows to Columns)
- Replies: 2
- Views: 1370
- Fri Oct 22, 2010 4:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing Routines
- Replies: 5
- Views: 2366
- Fri Oct 22, 2010 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JOIN & Partition type best for joiner stage
- Replies: 6
- Views: 2049
The is no general best type. The goal is to distribute the rows evenly across the nodes while ensuring that your joins will work. So first priority is to partition on your join keys - this means that such algorithms as round-robin or random don't apply. You will most likely want to hash partition on...
- Fri Oct 22, 2010 2:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Utility Abort To log Routine Description
- Replies: 3
- Views: 3803
- Fri Oct 22, 2010 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp using "Build" - how does one write a log m
- Replies: 9
- Views: 4384
Yes, I have the std:cout working, but all of the messages I send there end up in a single log entry and I am looking for a method of writing discrete log entries.Sainath.Srinivasan wrote:ArndW,
Are you saying that the solution works or not ?
You can tryCode: Select all
std::cerr << "this is a warning message\n";
- Fri Oct 22, 2010 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp using "Build" - how does one write a log m
- Replies: 9
- Views: 4384
Actually, it does work, just as using a PRINT in a before-job of a PX or in a job sequence will put the value in the log. The standard out for informational messages will only issue one log entry per job run, though. I would like my routine to issue one or more distinct warning messages to the log a...
- Fri Oct 22, 2010 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: in-built function to upload the value from job to sequence?
- Replies: 5
- Views: 1415
- Fri Oct 22, 2010 1:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading sybase table taking long time 20 hrs
- Replies: 2
- Views: 1352
- Thu Oct 21, 2010 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: in-built function to upload the value from job to sequence?
- Replies: 5
- Views: 1415
- Thu Oct 21, 2010 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Import Jobs to Brand New Project
- Replies: 8
- Views: 4218
- Thu Oct 21, 2010 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp using "Build" - how does one write a log m
- Replies: 9
- Views: 4384
Sainath - could you please explain how this will write the equivalent of DSLogInfo() and DSLogWarn()? I did get output using
but haven't found a way to write a warning message to the log
Code: Select all
std::cout << "this is a message\n";- Thu Oct 21, 2010 5:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp using "Build" - how does one write a log m
- Replies: 9
- Views: 4384
BuildOp using "Build" - how does one write a log m
I've been trying, without success, to write a message (either informational or warning) to the log file of a job calling the buildop. I can't find an example of a c++ call, either. Has anyone actually written a buildop and done this? Which call did you use? All I can find are deprecated definitions ...
- Thu Oct 21, 2010 4:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call a sql script in ds job
- Replies: 4
- Views: 1547
- Thu Oct 21, 2010 3:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Import Jobs to Brand New Project
- Replies: 8
- Views: 4218
- Thu Oct 21, 2010 3:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routine c++ regex compilation error
- Replies: 1
- Views: 2558