Search found 50 matches

by efxuser
Thu Mar 05, 2009 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence resued for processing error
Replies: 6
Views: 1260

oracle sequence resued for processing error

I am trying to have a sequence.I am write the maximum sequence number from oracle in a sequenctial file. I am using a execute command to cat this file.this is the message in th elog. Seq_preapp..JobControl (@Execute_Command_6): Executed: cat /home/cvid/max_seq.txt Reply=0 Output from command ====> &...
by efxuser
Thu Mar 05, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my user routine not in project
Replies: 7
Views: 2024

can you please ealborate on "need to set up the routine definition in that particular project" .I searched the forum and documentation but could not find anything to guide me.
by efxuser
Wed Mar 04, 2009 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my user routine not in project
Replies: 7
Views: 2024

my user routine not in project

i created a transform routine using dssetuserstatus.The routine works fine in other projects.I can see the routines listed in the but in one particular project when i try to use it in a stage variable ,none of the routines are getting listed when i rt click edit derivation ->...->DsRoutine.Is there ...
by efxuser
Wed Mar 04, 2009 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7918

thanks very much
by efxuser
Wed Mar 04, 2009 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7918

StringToTimestamp(Right('0':Field(DSLink8.Eff_date,'/',1),2):'/':Right('0':Field(DSLink8.Eff_date,'/',2),2):'/':Field(DSLink8.Eff_date,'/',3) :' 00:00:00',"%mm/%dd/%yyyy %hh:%nn:%ss") this expression works but just waiting for someone to jump in with a elegant solution.Thanks for all the p...
by efxuser
Wed Mar 04, 2009 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7918

I tried the suggestions. -> For StringToTimestamp('2/3/2009',"%(d,s)/%(m,s)/%yyyy") , I got the below warning. Transformer_7,1: Caught exception from runLocally(): APT_ParseError: Parsing parameters "%(d,s)/%(m,s)/%yyyy" for conversion "timestamp=timestamp_from_string[%yyyy-...
by efxuser
Wed Mar 04, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7918

My job is seq file -> tx -> or db table. DSLink8.Eff_date looks like this 2/3/2009.I am trying to use stringtotimestamp function in the transformer.My time part in the timestamp can be default.I tried various combination as the sainath suggested but still i get the same warning. I am on 7.5.1a Thanks
by efxuser
Tue Mar 03, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7918

StringToTimestamp err

I am trying to using this function StringToTimestamp(DSLink8.Eff_date,%yyyy-%mm-%dd %hh:%nn:%ss) DSLink8.Eff_date this is a string.I dont mind if the timepart is default. Transformer_7,2: Conversion error calling conversion routine timestamp_from_string data may have been lost I searched red the doc...
by efxuser
Tue Mar 03, 2009 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence resued for processing.
Replies: 15
Views: 4050

thanks for your quick response.can you please elaborate about the first stage you have (oracle reference) what is that to do? also in the lookup stage I dont find any option for sparse lookup?
by efxuser
Tue Mar 03, 2009 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence resued for processing.
Replies: 15
Views: 4050

thanks for your quick response.can you please elaborate about the first stage you have (oracle reference) what is that to do? also in the lookup stage I dont find any option for sparse lookup?
by efxuser
Tue Mar 03, 2009 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence resued for processing.
Replies: 15
Views: 4050

thanks for your quick response.can you please elaborate about the first stage you have (oracle reference) what is that to do? also in the lookup stage I dont find any option for sparse lookup?
by efxuser
Mon Mar 02, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence resued for processing.
Replies: 15
Views: 4050

oracle sequence resued for processing.

I searched the forum for oracle sequences for surrogate key generator. My requirement is that I use oracle sequence .nextval to insert into oracle table.Also use these sequence numbers for later use. I came across so many posts about sparse lookup and getting max sequence number from oracle ,keymana...
by efxuser
Tue Oct 21, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Transformer XML output
Replies: 13
Views: 7759

Thanks everyone for spending time on this,
The problem is resolved now, It seemed the problem with the way Webservice was configured. Onc ewe changed the encoding style, It started working.
-efxuser