Search found 99 matches

by deva
Wed Dec 23, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running the job
Replies: 10
Views: 2115

Can any one suggest what is the solution for this issue?
by deva
Wed Dec 23, 2009 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running the job
Replies: 10
Views: 2115

Hi , looks like no issue in the code. here are the things - I am running my jobs on grid environment. - getting data from oracle database. - lookup with db2 database based on the key. - using transwarmenr loading data into oracle table. This is the code. if I run the job it is running 3 min. and abo...
by deva
Tue Dec 22, 2009 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running the job
Replies: 10
Views: 2115

No mostly the design is look up for the data and giving input to shared container and inserting or updating to the database.
by deva
Tue Dec 22, 2009 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running the job
Replies: 10
Views: 2115

error while running the job

Hi , When I run the job I am getting the following error "Operator terminated abnormally: received signal SIGSEGV" my database connections are good. it is running 3 minutes and after that my job is aboring with the above error. can any one suggest me please. I am hoping its memory error, s...
by deva
Fri Dec 04, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart sequencer after abort
Replies: 13
Views: 6798

As per my knowledge , we can do in informatica. but we need to create two tables and we need to set the properties to session and workflow. I did't know the table names. if the session abort , it will re run the process in recovery mode. if the commit intervell is 2000 and job fail at 2050 , in the ...
by deva
Fri Dec 04, 2009 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart sequencer after abort
Replies: 13
Views: 6798

Restartability of job sequencer can do by doing the check point.

but my question is how to start the loading process from the failure process, which means from the last commit.

We are not using any scheduling tool. I am running the job sequencer through datastage director.
by deva
Fri Dec 04, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart sequencer after abort
Replies: 13
Views: 6798

We have functionality in Datastage. to restart the process from the abort point. But I don't know exactly how to do that
by deva
Fri Dec 04, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart sequencer after abort
Replies: 13
Views: 6798

Restart sequencer after abort

Hi, Need your help I have one sequencer, it have 5 job activities and the 3rd job get failed. The data volume is huge , job get aborted after 2 m records. I want to restart the sequencer from that failure position. Which means from 3rd job activity should start and start load from 2 m record. We are...
by deva
Thu Dec 03, 2009 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing log entries from datastage director
Replies: 5
Views: 3316

Hi, small update . If I run the job I can see the logs. but by after noon or next day logs are missing and in the menu--view we did not set any filter.
by deva
Thu Dec 03, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing log entries from datastage director
Replies: 5
Views: 3316

Missing log entries from datastage director

Hi I am running datastage job , but I can't see any log message from datastage director. Any help please
by deva
Tue Dec 01, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: metastage_loc info
Replies: 1
Views: 1519

metastage_loc info

i am trying to select the data from various tables from db2 data .when i run the jobs i am getting the following error.it used to work fine for one constrain. If I run for all I am getting the error.please let me know if any issue with the fix pack . Please find the error message We are using DB2 9....
by deva
Fri Jan 30, 2009 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How canI sort data without using Sort stage?
Replies: 6
Views: 5115

Check the input properties of the transformers, there is option of partitioning, in that there is option of sort 1. Stable :- This is for previously sorted datasets.. 2. Uniq :- This will retain only first record if there are duplicates on the sorting key values. hope this helps ----------------- M...
by deva
Fri Jan 30, 2009 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How canI sort data without using Sort stage?
Replies: 6
Views: 5115

How canI sort data without using Sort stage?

Hi,
How to sort the data using datastage without using sort stage?

Can any one tell me how to use the UNIX sort commond in transformer?

I am using Datastage 8 version and HP unix.

Thanks in advance.
by deva
Wed Oct 01, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data to the exising record
Replies: 5
Views: 2115

I am writing into file.
by deva
Wed Oct 01, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 14773

Hi Can you try with the follwoing formate

Oconv(Iconv(DSLink3.FieldName,"D-DMY[2,3,2]"),"D/DMY[2,2,2]") Or

Oconv(Iconv(DSLink3.HIREDATE,"D DMY[2,3,2]"),"D/DMY[2,2,2]")