Search found 36 matches

by eze_ke
Wed Sep 17, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 6
Views: 4084

I have date comming from source, i want to take the min and max for date i am changing the timestamp to secondssincefromtimestamp in the transformer then taking it into aggregator do min / max then take it to modify stage where iam using the following specification to chane it back to timestamp COL:...
by eze_ke
Wed Sep 17, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 6
Views: 4084

I am Using the following code in the specification COLUMN:timestamp=timestamp_from_seconds_since(COLUMN) Error what i get is: """"" main_program: Error parsing modify adapter: Error in binding: Parsing parameters "" for conversion "timestamp=timestamp_from_sec...
by eze_ke
Tue Sep 16, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 6
Views: 4084

Hi deepak, i used the following derivation COLumn:timestamp=Timestamp_From_Seconds_Since(COLumn) but still i am getting the error main_program: Error parsing modify adapter: Error in binding: Parsing parameters "" for conversion "timestamp=timestamp_from_seconds_since[****************...
by eze_ke
Tue Sep 16, 2008 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 6
Views: 4084

Modify Stage

Hi below id the code for one of my coulumn in modify stage COL:timestamp=TimestampFromSecondsSince(COL) converting integer to timestamp is it correct??? as i am getting the following Fatal error main_program: Error parsing modify adapter: Error in binding: Unknown conversion: TimestampFromSecondsSin...
by eze_ke
Mon Nov 12, 2007 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning for timestamp_from_string
Replies: 6
Views: 2000

i am getting 5 warnings
incomming 103631 rows --- > written to Seq file 103631
by eze_ke
Mon Nov 12, 2007 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning for timestamp_from_string
Replies: 6
Views: 2000

still i am getting the same warnings

""""Detail_Tfm,0: Conversion error calling conversion routine timestamp_from_string data may have been lost""""
by eze_ke
Mon Nov 12, 2007 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning for timestamp_from_string
Replies: 6
Views: 2000

Warning for timestamp_from_string

Hi I did a search with the error in the forum but could not resolve the issue Warning:--Detail_Tfm,0: Conversion error calling conversion routine timestamp_from_string data may have been lost Ora----->Tfm------>seq I am extracting from Oracle view and writing to a sequential file One of the date fie...
by eze_ke
Wed Aug 30, 2006 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS Stage truncating the last character
Replies: 3
Views: 1372

hey dude

i aslo came accross this but no one in this forum has replyed for that

let us know if u get any solution to this

iam able load with server Job but the parallel Job truncates the columns
by eze_ke
Wed Aug 30, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 7980

Hey guys no one has suggestions nor has come accross like this

please Suggest
by eze_ke
Tue Aug 29, 2006 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 7980

when i use DS Server Job iam able to Load with out any truncation
iam using SQL Server 7.0(Dynamic RDBMS Stage)
please Suggest
by eze_ke
Mon Aug 28, 2006 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 7980

i still have the same problem Data Truncation while loading into SQL Server please suggest
by eze_ke
Tue Aug 22, 2006 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 7980

i get the out put in the sequential file as expected (no truncation)
its only when iam trying to load in SQL Server (Table)
by eze_ke
Tue Aug 22, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 7980

Hi

I checked the Input Data,which is fine.No special charaters
Also tryed hard coding the values in transformer stage but still i get the truncated data in table

all last charcters of character fields are being truncated

please suggest
by eze_ke
Fri Mar 24, 2006 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any bug in Join stage
Replies: 8
Views: 2822

anntaylor,
there are 1195 records in the table.

Thanks
Eze_ke
by eze_ke
Fri Mar 24, 2006 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any bug in Join stage
Replies: 8
Views: 2822

Is there any bug in Join stage

Hi All,
I have a question on join stage.
I have 6000 records in my source and I'm doing left outer join with one table, after the join I'm getting 6039 but I should get only 6000 records.
Can some please explain me why it is happening?

Thanks In Advance
Eze_ke