Search found 155 matches

by bala_135
Tue Jun 19, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User-defined queries
Replies: 7
Views: 2997

User-defined queries

Hello All, I have an Oracle table(X) which has 4 columns. Two lookupfiles are created from this table. For each lookupfile(i am using datasets),we are having user-defined queries with diffrent filter conditions. Ouestion:-Which is the good practice. 1.Fetching all the records from the table and dump...
by bala_135
Tue Jun 19, 2007 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desiging Jobs
Replies: 7
Views: 2015

Hi, Thanks for the response. Loading the data directly to the database from a dataset vs loading onto the copy stage and then to database any performance issues. My business requirement has future enhancements so i am keeping a copy stage.Kindly throw your inputs on this and also on my designing app...
by bala_135
Mon Jun 18, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desiging Jobs
Replies: 7
Views: 2015

Hi All, Thanks for the inputs.So i guess I am going on with the right approach Extract the data from table and dump it onto a dataset. Read the dataset and do Transformations and load it onto another dataset. Load the new inserts seprately. Load the updates separtely. Another doubt.How can i decide ...
by bala_135
Mon Jun 18, 2007 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desiging Jobs
Replies: 7
Views: 2015

Desiging Jobs

Hello All, A clarification in designing jobs. 1.I am having a job which does the Extraction from a source table and does some transformations(separates the new records and updates) and does an insert(seprate link)and update(separate link) into the same table . My doubt is can i do insert and update ...
by bala_135
Mon Jun 04, 2007 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot save the file
Replies: 2
Views: 932

Cannot save the file

Hi All, We have datastage installed in hp-unix with two node configration file. When i am trying to save a job i am getting the following error message. Error while creating job Untitled5 Error on CREATE.FILE command (Creating file "RT_CONFIG1330" as Type 30.mkdbfile: error initializing fi...
by bala_135
Sun Oct 22, 2006 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 2217

Hi, Thank u for the reply.I have got it that its not going to be easy to get the jobnames from the exported file. I am going to create a routine which is going to get the jobnames from the file and going to run the jobs. In this case i needed a file which has the jobnames in the order i have sequenc...
by bala_135
Wed Oct 18, 2006 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 2217

Hi,

Thanks for the reply.I need to read it into a file or table.If i see the sequence jobcontrol there also they are not in order.

From jobcontrol how can read it to a file or table.

Regards,
Bala.
by bala_135
Wed Oct 18, 2006 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 2217

Getting jobnmaes

Hi, I have to take all the jobnames in the sequence in the order they have been sequenced. I am trying to do this by exporting the sequence as an XML and from the XML i am trying to get the jobnames. In the XML they are not in the order they have been sequenced. Why it is so or any other suggesions ...
by bala_135
Tue Oct 17, 2006 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exception table
Replies: 5
Views: 1195

Exception table

Hi,

Can I do an Execption and Error Handling through Datastage.
I am planning to set some rules a table and based on the rules.Is it possible in datastage.

Regards,
Bala.
by bala_135
Fri Oct 13, 2006 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running Sequence
Replies: 6
Views: 1867

Hi Arndw,

TGT_ACC is the name of the job_activity in the sequence.

Regards,
Bala.
by bala_135
Fri Oct 13, 2006 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running Sequence
Replies: 6
Views: 1867

Error running Sequence

Hi, I am having 22 jobs in sequence.I am getting the following Error when i run the sequence. Error setting up internal communications (fifo \\.\pipe\FIT-RT_SC291-TGT_CL_ACC) Attempting to Cleanup after ABORT raised in stage TGT_CL_ACC. Note:- 1.Laptop-both client and Server installed on same machin...
by bala_135
Sat Sep 09, 2006 12:27 am
Forum: IBM QualityStage
Topic: Incomplete record read from file
Replies: 5
Views: 4174

Incomplete record read from file

Hi, I am getting the following Error when i try investigating a word. NV(608):9/9/2000 11:48:30 AM (MSG_vio.c:12; vio.c:1526) ERROR: Incomplete record read from file C:\Projects\WINNCRM\Data\CUSTOMER INV(608):9/9/2000 11:48:30 AM (MSG_vio.c:13; vio.c:1528) ERROR: len=462, BufCnt=249, BufSize=102400,...
by bala_135
Tue Aug 08, 2006 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format for Stringtodate()
Replies: 5
Views: 3355

Date format for Stringtodate()

Hi, My input date is 1052003(dmmyyyy).I am getting this field as a varchar field(length 7). I want to convert this into date field(yyyy-mm-dd) In transformer i am using the function StringToDate() I assume StringToDate() takes only the exact date format(ie if i get the input field as 01-05-2003 then...
by bala_135
Sat Jul 22, 2006 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading date data from Oracle
Replies: 1
Views: 698

Reading date data from Oracle

Hi, I have loaded a field(Eg:-2006-07-21) into the Oracle(10g) table as To_date(Field)(I have inserted using an user defined query). In another job when i try reading it from the loaded table,I am having a problem if i specify that field as date and read it.If i use a timestamp datatype to that fiel...
by bala_135
Wed Jul 12, 2006 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change capture
Replies: 1
Views: 1240

Hi,

The problem is because of RCP.Check the schema of the daatsets using Dataset mangement utility.

Regards,
Bala.