Search found 152 matches

by betterthanever
Thu Feb 12, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SqlServer2005 datetime
Replies: 2
Views: 1042

[quote="kduke"]Extract as varchar and use a SQL Server function to convert back and forth from varchar to timestamp when reading and writing to the database. ...[/quote]

thanks for the reply but it does not work..
by betterthanever
Thu Feb 12, 2009 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SqlServer2005 datetime
Replies: 2
Views: 1042

SqlServer2005 datetime

Dear Gurus, here is my problem. i am trying to extract the data from sqlserver2005 table. the field is datetime field (ex: 2009-01-22 21:00:55. 330 ). i imported the metadata and the datatype is timestamp(23,3). when i use view data ( using ODBC Eneterprise stage) the above time is showing as 2009-0...
by betterthanever
Tue Feb 10, 2009 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 12
Views: 11775

Re: Aggregator

on the outputside of aggregator stage set the preserve partioning to "CLEAR"
by betterthanever
Tue Feb 10, 2009 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 12
Views: 11775

Re: Aggregator

the aggregator not connected to any stages downstream???
by betterthanever
Tue Feb 10, 2009 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 12
Views: 11775

Re: Aggregator

set "CLEAR" to stage downstream and see
by betterthanever
Mon Feb 09, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 12
Views: 11775

Re: Aggregator

select "CLEAR" preserve partioning falg upstream...
by betterthanever
Mon Feb 09, 2009 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel warnings
Replies: 7
Views: 3213

[quote="tatikramos"]one per column.[/quote]

check the metadata for all the inputs to the FUNNEL stage.
they should have same number of colums/column names and metadata as well.
by betterthanever
Thu Feb 05, 2009 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading sequential file
Replies: 2
Views: 1734

Re: Error reading sequential file

check the setting in the format tab to the same as in the file
by betterthanever
Thu Feb 05, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 2687

Actually there is no transformation. It is almost like filtering out few different columns everyday.[/quote]

then you should be good mentioning the layout as schema file in both input/output..
by betterthanever
Thu Feb 05, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling Decilmal and varchar
Replies: 4
Views: 1916

Re: Null handling Decilmal and varchar

convert the decimals to varchar before writing to the file
and mention some null field value in the format page of the sequentail file so that the null fields will be filled with the mentioned value...
by betterthanever
Thu Feb 05, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can column layouts be defined dynamically?
Replies: 8
Views: 2687

you can mention schema of the input/output file dynamically in a sequentail file stage
by betterthanever
Tue Feb 03, 2009 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Convert in Transformer
Replies: 31
Views: 12150

[quote="krishna81"]No, I did not moved .o file to any where.but my make file copying file to prior directory.[/quote]

did you compile with the same compiler options as in the project settings??