Search found 135 matches

by rajeevm
Tue Feb 16, 2010 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 3
Views: 1867

Thanks ArndW

It worked I removed the Trim function

Thanks again for your help
by rajeevm
Tue Feb 16, 2010 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 3
Views: 1867

Compilation Error

Hi All, I am trying to compile a job but getting some compilation error message Error Compiling Parallel Transformer when i clicked more button I see this Output from transformer compilation follows: ##I TFCN 000001 10:47:13(000) <main_program> Ascential DataStage(tm) Enterprise Edition 7.5.2 Copyri...
by rajeevm
Tue Feb 02, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shell script to ftp csv files from cognos to DS server
Replies: 3
Views: 1645

shell script to ftp csv files from cognos to DS server

Hi ,

I need help in writing the shell script to ftp .csv files from cognos server to Datastage server . Which command do I need to use . I appreciate your help

Thanks

Rajeev
by rajeevm
Tue Nov 17, 2009 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading the Surrogate key for Time_Dimension table
Replies: 5
Views: 1480

Loading the Surrogate key for Time_Dimension table

Hello, I have two fields rep_year and rep_mon from source and time_dim as a look up table looking up on these two fields , but the time_dim_id should be generated as below : If rep_year is 2009 and rep_mon=1 then the time_dim_id should be 20090101 (first day of the month) rep_year is 2009 and rep_mo...
by rajeevm
Mon Oct 05, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Loading to the Target table
Replies: 1
Views: 1031

Error in Loading to the Target table

Hello All, I am trying to load the data from DB2 into target which is also a DB2 data base . But when I ran this job I am getting weird error . Error DB2_UDB_API_34: When processing argument -inlinkpropsWhen processing input link property list: { Bunch of columns related to the other table and at th...
by rajeevm
Mon May 21, 2007 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what are the advantages of using sync sort
Replies: 2
Views: 1057

what are the advantages of using sync sort

Hi All,

We are planning to implement syncsort in our project i want to know more informaiton can anybody help me out

Thanks
by rajeevm
Thu May 17, 2007 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting from sequential file
Replies: 2
Views: 1471

Extracting from sequential file

Hi all, I am facing the problem in extracting the data from the flat file as it is my source i am getting warnings for few columns the warning says as below: [b]read_delimited() - invalid quotes, row 8098 column LocationNameLong = "JEAN NUZZI INTERMEDIATE SCHOOL " I have tried using oconv ...
by rajeevm
Tue May 15, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the Hash file
Replies: 9
Views: 3166

hi ray

I did not understand you point what exactly you mean to say i know hash file is used to remove duplicates but i am getting different warnings

I am using distinct key word in the sql query and i am moving the same to the hash file is that the problem i am getting

Thanks
by rajeevm
Mon May 14, 2007 7:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the Hash file
Replies: 9
Views: 3166

I have checked the data path and also the input and outputs everything is fine but still i am getting the same warning

Thanks
by rajeevm
Mon May 14, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the Hash file
Replies: 9
Views: 3166

Hi , Thanks for the reply here is my job design : ODBC STAGE(SOURCE FILE) -------> HASH FILE-------------->TRANSFORMER STAGE----------->ODBC STAGE(TARGET) AND I HAVE ONE LOOK UP ODBC STAGE I am getting everytime some weird warning when i ran for the first time i got abnormal termination of stage and...
by rajeevm
Mon May 14, 2007 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the Hash file
Replies: 9
Views: 3166

Reading the Hash file

Hi All,

I am facing the problem with the hash file it says Abnormal termination of Transformer stage and its not reading the data from the hash file , as it is writing into the hash file.

What could be problem i don't understand

I need your helpto resolve this

Thanks for the input

rajeev
by rajeevm
Wed May 02, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 5
Views: 2167

Phantom warning

Hi All, I am trying load the staging table where my source is sequential file and i am getting phantom warning as "DataStage Job 3 Phantom 3988 Program "JOB.1414850643.DT.1430025947.TRANS1": Line 272, Nonnumeric data when numeric required. Zero used." I have checked everything i ...
by rajeevm
Thu Apr 19, 2007 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 2367

Hi Deepak, I tried with another flat file but it just populated fine , but when i try to populate the table why i am getting the warnings, I do not have the data which can be processed by monthly i just have to dump the rows which represent the year 2004-2005 from the source i.e sequential file. our...
by rajeevm
Thu Apr 19, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Populating the target table
Replies: 11
Views: 2367

I have checked the source and target lengths as well as the data types are same is there any other way to do this

Thanks for you help