Search found 5168 matches

by kumar_s
Wed Jan 17, 2007 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart ABortd Sequence
Replies: 6
Views: 1650

Do you mean to say it skips the jobs or JobSequence which are in aborted state, when you restart :?:
Could you explain on, which job/JobSeq got aborted and which one got skipped?
by kumar_s
Wed Jan 17, 2007 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from string to timestamp
Replies: 15
Views: 4090

svcon=TrimF(TrimB(DecimalToString(DSLink3.MSBDAY,"suppress_zero"))) var5=If Len(svconv)=6 Then 19:svconv Else If Len(svconv)=7 Then 20:Right(svconv,6) Else "0" If var5<>"0" Then StringToTimestamp(var5[1,4]:"-":var5[5,2]:"-":var5[7,2] : " 00:00:00","%yyyy-%mm-%dd %hh:%nn:%ss") Else "0" Was it all fr...
by kumar_s
Wed Jan 17, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

I was wondering if that appeared latest version (ver 8)and hence asked for the same.
by kumar_s
Wed Jan 17, 2007 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partioining - doubt
Replies: 3
Views: 971

The data sets input to the Join stage must be key partitioned and sorted. You might have noticed this in document. So if you Joining key is Col1 and if you do a partition on Col2, it wont help you.
by kumar_s
Wed Jan 17, 2007 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 5922

What is the version that you are using?
by kumar_s
Wed Jan 17, 2007 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join output problem
Replies: 7
Views: 1857

What is your job design? Wrong partition will screw up the number of records that been passed. Are the both stream well partitioned on the key (as you mentioned 'Hash')?
by kumar_s
Wed Jan 17, 2007 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected project : Is this a bug??
Replies: 21
Views: 8035

Hi Rick, As you are awaiting response from IBM, as a workaround, why cant you export the job with "Job Executable" option that available in Manager? Which will include the job with its compiled code. So you dont need to recompile at QA or Production or whaterver. As you can do the rest of the stuff ...
by kumar_s
Wed Jan 17, 2007 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Microseconds extraction
Replies: 10
Views: 1653

I dont have access to PX now. I am expecting that there should be a option if you tweak the data type defaults of that field, which I already said. BTW: Why do you need to convert it into Time data type, why can you keep as varchar as is. Since many version including some earliar version of database...
by kumar_s
Wed Jan 17, 2007 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Jobs which Use a Particular Env Variable.
Replies: 6
Views: 1123

Very recently we had discussion on that. Kim had posted such code SELECT DS_JOBS.NAME AS JOB_NAME, DS_JOBS.CATEGORY, DS_JOBOBJECTS.NAME AS OBJECT_NAME, DS_JOBOBJECTS.OLETYPE, EVAL DS_JOBOBJECTS."if index(upcase(@RECORD),'DATABASE_TYPE',1) > 0 then 'FOUND' else ''" AS FOUND ...
by kumar_s
Wed Jan 17, 2007 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 3742

There is a Exam 705 : Business Intelligence in IBM. Just clear one. :D
by kumar_s
Tue Jan 16, 2007 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding merge stage
Replies: 17
Views: 5175

narasimha wrote:
kumar_s wrote:narasimha - Drag drop functionality is not available in Server Merge stage.


Kumar,

I am pretty sure Drag drop functionality exists in Server Merge stage. In fact I double checked it now.

Oh Iam sorry.. then I should be missing it. :oops:
by kumar_s
Tue Jan 16, 2007 6:07 pm
Forum: IBM QualityStage
Topic: Web Services on Quality Stage
Replies: 6
Views: 2546

So you should have RTI plugings as well. :)
by kumar_s
Tue Jan 16, 2007 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Discrepancies in DEV and QA Environments
Replies: 15
Views: 3866

As KenMentioned, generated SQL will use To_Date function automatically, which will avoid these conversion errors to appear.
by kumar_s
Tue Jan 16, 2007 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding merge stage
Replies: 17
Views: 5175

Hi Vijay,
Check for the filename and path name. Copy and type for the same value that you had given in the link information.
narasimha - Drag drop functionality is not available in Server Merge stage.
by kumar_s
Tue Jan 16, 2007 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL. Record dropped
Replies: 7
Views: 2278

So ODBC should be having the Nullable option for that address2 field as NO. Since you are delibreatly providing Null Values, mark it as Nullable = 'Yes'