Search found 59 matches

by ravireddy25
Wed Sep 29, 2010 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to gregorian Format
Replies: 2
Views: 9969

Date to gregorian Format

HI,
I have to convert Date format to Gregorian format, can any one suggest me how to do this, i searched but i didnt get the answers
Any suggestion is appreciated,

Thanks
Ravi
by ravireddy25
Wed Sep 29, 2010 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to remove strip Character (|| ) in output file
Replies: 3
Views: 2652

Re: want to remove strip Character (|| ) in output file

Hi,
Use Convert Function in Transformer , covert it from || to '' ,it will work

Regards
Ravi
by ravireddy25
Mon Sep 27, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row generator schema file issue
Replies: 2
Views: 2347

Re: Row generator schema file issue

Hi Ravi, Schema file is used to pass the metadata to a job/ stage and not the data. The schema file should contain the metadata ex. field names, data types and length. The definition of a schema will be something like this record( Field1:String[10]{delim=none}; Field2:String[10]{delim=none}; ) HI, ...
by ravireddy25
Mon Sep 27, 2010 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row generator schema file issue
Replies: 2
Views: 2347

Row generator schema file issue

Hi, In Row generator stage i have taken schema file option and i have given the file path and name. and my file contains data like say for ex : 900,e 1000,f 1100,g 1200,h but when iam trying to view data from row generator iam getting the warning like :Caught ORCHESTRATE exception in main program: A...
by ravireddy25
Sun Sep 26, 2010 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling and reject
Replies: 3
Views: 2104

Re: Null handling and reject

Hi, I have a scenario where in there are 2 columns if both the columns have null values from the source then -2 should be harcoded and if any one of the column is null then the column should be rejected and if both the columns have values it should pass with the original values. for ex: Col1 Col2 C...
by ravireddy25
Wed Sep 01, 2010 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing the Data format - Columns to Rows
Replies: 9
Views: 5425

Hi,
No Need Transformer stage ,you can use copy stage ,have two output links and rename the 2nd link column names to first link column names before funneling.
by ravireddy25
Fri Aug 27, 2010 4:41 am
Forum: General
Topic: warning while running the sequence (/bcpsetenv.ksh:)
Replies: 2
Views: 1505

warning while running the sequence (/bcpsetenv.ksh:)

Hi,
Iam running a sequence ,in that sequence iam using a routine activity to call a script, the sequence got aborted by giving the warning
/bcpsetenv.ksh:" ,but when iam running through putty the shell script is working fine.
Any one has any idea

Thanks in advance
by ravireddy25
Thu Aug 26, 2010 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings while loading data in to fixed width file
Replies: 1
Views: 1625

warnings while loading data in to fixed width file

Hi Iam loading data in to a fixed width file , in the target seq file in the format tab i have selected the fixed width columns option, the job is finished with full of warnings, one warning is: mergSystemsSMEReward_eb..DTL.DTL: put_fixedwidth() - data for column SYST_ID exceeds column width (4), ro...
by ravireddy25
Fri Aug 20, 2010 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get Record count in Transformer
Replies: 15
Views: 21703

Sainath.Srinivasan wrote:What is your source ?

As you have mentioned this as Server, is the source a sequential file or a table ?

If table, you can do a select count upfront.

If a sequential file, you can try someth ...

Hi,
Thanks for your reply ,Can you plz paste it , as i dont have premium account.
by ravireddy25
Fri Aug 20, 2010 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get Record count in Transformer
Replies: 15
Views: 21703

ray.wurlod wrote:@INROWNUM ...
@INROWNUM gives the incremental number for each record, but i want the count of the records coming from source
by ravireddy25
Fri Aug 20, 2010 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get Record count in Transformer
Replies: 15
Views: 21703

To get Record count in Transformer

Hi, How to get Record count in Transformer , i dont want to use aggregator, iam trying but not able to get the record count,is there any way to find the count ,i think we can do it through routine activity can any one suggest me how to do that ,bec till now i didnt use any routines . Thanks in Advance
by ravireddy25
Tue Aug 03, 2010 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data from File Set
Replies: 1
Views: 961

Error while viewing data from File Set

Hi,
iam reading a file from file set with extension .fs ,having 3 fields
Iam Not able to view data at all , the warning iam facing is
"file entry must have a hostname"
can any one help on this plz..

Thanks in Advance
by ravireddy25
Fri Jul 02, 2010 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error:write fail for record id
Replies: 3
Views: 2027

i dont have premium account can you plz paste it
by ravireddy25
Fri Jul 02, 2010 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error:write fail for record id
Replies: 3
Views: 2027

Fatal Error:write fail for record id

Hi, While extracting data from the oracle stage and loading in to the hash file, 36 million records need to load in to the hash file but after showing performance for 18 million records the job got aborted and getting the fatal error xfmHKHOGANAcctMsttoHfile..HGN_ACC_MST_BAL_DEP.To_HgnCstValidation:...
by ravireddy25
Wed Jun 16, 2010 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning 'Write failed for record id '
Replies: 5
Views: 4187

Warning 'Write failed for record id '

Hi, iam just loading data from oracle stage to hash file , after loading some 18 million records the job got aborted and iam facing the warning jobname.hashstagename: ds_uvput() - Write failed for record id '15-APR-10 57010762024' can any one plz give me the solution Thanks in advance Regards Ravi