Search found 5168 matches

by kumar_s
Tue Jan 16, 2007 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperator Controller
Replies: 4
Views: 1535

What is your full job desing? What is the full error log?
What is the message about TRANSSIZE?
If you feel the message is cryptic, enable APT_DISABLE_COMBINATION to False at job level. Reset the job, to get more detailed log.
by kumar_s
Tue Jan 16, 2007 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear tables
Replies: 7
Views: 1702

Is your topic Resolved?
by kumar_s
Tue Jan 16, 2007 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

In your other post Ray has given all these info with the necessary code to include in your routine.
$IFNDEF JOBCONTROL.H
$INCLUDE DSINCLUDE JOBCONTROL.H
$ENDIF
by kumar_s
Tue Jan 16, 2007 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI Stage
Replies: 5
Views: 1222

This need to be installed when you create a project. Atleast before your Project template. This is the only option to resolve (Not work around).
by kumar_s
Tue Jan 16, 2007 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage not recognising match
Replies: 5
Views: 1227

Non partitioned or Auto partitioned data will not assure you that identical key data will flow in the same partition. Say if you have 4 partitions in your system (as decided by you config file), the data will be split in to 4 streams in each active stage. So Join stage will have 4 streams in left an...
by kumar_s
Tue Jan 16, 2007 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Microseconds extraction
Replies: 10
Views: 1653

What is the syntax you use to convert? Try %HH%NN%SS.xxxxxx.
Alternatively you can convert it into microseconds, and can use time_from_microseconds() function.
by kumar_s
Tue Jan 16, 2007 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing file format from UNIX to Windows
Replies: 6
Views: 1159

Is it a delimiter or Fixedwidth, if its fixed width, you can eliminate the last character to read in.
by kumar_s
Tue Jan 16, 2007 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling empty hash files
Replies: 8
Views: 2151

Hi Sumesh,
Hashed file is Datastage entity and Stored procedure is Database entity. So you need to find, where that Hashed file is getting loaded from. There you need to tweak to give the default as zero.
by kumar_s
Tue Jan 16, 2007 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing file format from UNIX to Windows
Replies: 6
Views: 1159

Hi Sai,
There are some freewares available in market but why can you change the line termination for the existing job.
At the worst case, you can write a seperate job, with single varchar column with delimeter as none, and replace the last character (/r/n) with /n char(13).
by kumar_s
Tue Jan 16, 2007 1:44 am
Forum: Site/Forum
Topic: Great Sixer!!!
Replies: 12
Views: 5137

Oh is Arnd Back :?:
by kumar_s
Mon Jan 15, 2007 2:36 am
Forum: IBM QualityStage
Topic: Odbc Issue
Replies: 2
Views: 1072

Hi Uma,
What you mean by enabled? It the stage not found in your client pc? If so try customization or install that stage from your CD.
by kumar_s
Mon Jan 15, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete with no log in DB2
Replies: 5
Views: 2159

Where are you calling this command? And what is the command about? What is the full log that shows you this info?
by kumar_s
Mon Jan 15, 2007 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the fraction of seconds in the time hh:mm:ss-sss
Replies: 12
Views: 4352

Whale - Arent you more intend to work in Server edtion :wink:
by kumar_s
Mon Jan 15, 2007 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error viewing log, Computed blink does not match expected
Replies: 17
Views: 11499

If you haven't cleared the file, LIST filename in TCL or adminstrator client, should get the content in the console, and you can use that if you can make it up.