Search found 31 matches

by Devendrudu
Wed Feb 06, 2013 7:24 am
Forum: General
Topic: Attempting to Cleanup after ABORT raised in job ..jobcontrol
Replies: 2
Views: 4165

Attempting to Cleanup after ABORT raised in job ..jobcontrol

Hi Team, I am facing issue in Sequence jobs. my job contains execute command stage --------------> notification activity stage when i ran the job i am getting below issues Warning : the Attempting to Cleanup after ABORT raised in job <job name>..JobControl Control : Job <Job name> aborted.
by Devendrudu
Fri Mar 30, 2012 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key issue
Replies: 2
Views: 2007

Surrogate key issue

Hi, In my job i am using the Surrogate_Key_Generator stage when i run first time the sequence values are getting properly like 1,2,3,4 but when i run second time with one more new insert record i am getting 1,2,3,4,6 not as 5. for every run it is skipping one sequence value. first run: source ------...
by Devendrudu
Mon Sep 26, 2011 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view data problem
Replies: 1
Views: 1694

view data problem

Hi, In my project i am getting the error while view data of sequential file as below. error: <node_node1> Player 1 terminated unexpectedly. <main_program> APT_PMsectionLeader(1, node1), player 1 -Unexpected termination by Unix signal 6(SIGABRT). Note: sequential file is .txt please help me.
by Devendrudu
Thu Sep 22, 2011 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scenario
Replies: 3
Views: 2872

scenario

Hi Datastage team, i have one field contain the varchar data type(but contain integer value) i want output value should be starts with zero then numbers. example: input: 2347689 output: 02347689 how can i pass the zero value in front of the integer value. or how to convert this. please let me know.
by Devendrudu
Wed Sep 14, 2011 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup_nodes
Replies: 1
Views: 1497

lookup_nodes

Hi, Lookup stage by default AUTO Partition but internally it executes in ENTIRE Partition. I have 4 records in my source and reference also same 4 records. when I Run the job with AUTO Partition in Lookup with 2 nodes i got 4 records(2 in 1st node and 2 in 2nd node) but same job with ENTIRE Partitio...
by Devendrudu
Wed Sep 14, 2011 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can import xls sheets
Replies: 1
Views: 1593

How can import xls sheets

Hi,

In my project i have more than 4 xls sheets how can import all these sheets
at a time(one stage only). it is possible to import or not?

If possible based on which stage i can import the xls sheets.

please let me know.
by Devendrudu
Fri Sep 09, 2011 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 4902

arvind_ds wrote:Try this one.

date_from_timestamp(EnterYourTimeStampFieldHere)
Hi arvind,

where is date_from_timestamp in transformer functions.
by Devendrudu
Fri Sep 09, 2011 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 4902

Date from Timestamp

Hi,

How to get Date from Timestamp in Transformer.


please let me give your suggestions.
by Devendrudu
Thu Sep 08, 2011 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compare Two Timestamps
Replies: 5
Views: 3152

Hi,


Thanks to all for giving valuable information.

yes i got exact result what i expected by using

SecondsSinceFromTimestamp and TimeFromMidnightSeconds

once again thanks to chulett, and BI-RMA
by Devendrudu
Thu Sep 08, 2011 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compare Two Timestamps
Replies: 5
Views: 3152

Re: How to compare Two Timestamps

Hi BI-RMA,

thanks your suggestion but i am getting negative integer values but i want correct Time format in output.
by Devendrudu
Thu Sep 08, 2011 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compare Two Timestamps
Replies: 5
Views: 3152

How to compare Two Timestamps

Hi I Have source contain two fields current time(timestamp) and previous time(timestamp) my target field Differ_Time(Time) example: Input previous time,current time 2005-04-25 17:25:43,2005-04-25 18:25:43 Output: Differ_Time 1:00:00 what function i have to use in Transformer for this . please help me.
by Devendrudu
Tue Aug 30, 2011 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with compare stage
Replies: 4
Views: 4930

Re: problem with compare stage

Hi peddakkagari,

i am not getting output results but virtual data showing records. in output dataset have no columns .
by Devendrudu
Tue Aug 30, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PreviousWeekdayFromDate
Replies: 1
Views: 2224

PreviousWeekdayFromDate

Hi, i am using date and time functions in transformer 8.5 as below one PreviousWeekdayFromDate(CurrentDate(),"tuesday") that is current date is 30-08-2011. but i am getting the output result is 2011-08-30 it's not giving Previous Weekday. Note: my doubt is it's giving same date what i ente...
by Devendrudu
Wed Aug 17, 2011 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative way
Replies: 20
Views: 12625

Use this formula.

[@Partition number + (@INROWNUM-1)*@NUMBER PARTITIONS+1]
by Devendrudu
Fri Aug 12, 2011 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scenario Regarding update
Replies: 2
Views: 2278

scenario Regarding update

Hi, i have one scenario. i have 12 files that is Jan_file,Feb_file,mar_file,APR_file......Dec_file. Jan_file Id,Sal,month 1,100,Jan 2,200,Jan 3,300,Jan when ever query the Jan_file i am getting these 3 Records. Feb_file id,Sal,Month 1,100,Jan 2,200,Jan 3,300,Jan 3-1,400,Feb In this when ever i query...