Search found 35 matches

by Madhusv
Sun Dec 11, 2005 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine for Before/After Job Processing
Replies: 3
Views: 1213

Parallel Routine for Before/After Job Processing

We require some processing after a job has executed. Currently we are using server routines (BASIC) for this purpose. Is it possible to use parallel routines as Before/After Job routines:?: We went through the documentation, and tried parallel routines in transformer, both as function and as "B...
by Madhusv
Sun Nov 13, 2005 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Alternate to UNIX `grep` in Datastage Basic
Replies: 3
Views: 2280

Alternate to UNIX `grep` in Datastage Basic

Hi All, I am writing after job routine . I need function which gets the line of the search string, I want to take first part of the line(here i can use Field). Delimiter in the line is /. Is there any alternate to UNIX `grep` in Datastage Basic Or is there any other logic to do the same. Also can i ...
by Madhusv
Fri Oct 21, 2005 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

Thre was no problem with compilation, In compilation it has to say that the .o file is not generated but it is saying while executing or vaidating Job.

Reagrds,
Madhu
by Madhusv
Fri Oct 21, 2005 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

Thanks Very Much. The .o file was not generated because of complitaion problem which was not noticed by datastage compilation, When a revisited the transformer stage TrimB(StringToDecimal(<Field Name>)) was creating the problem. After changing this to StringToDecimal(TrimB(<Field Name>)) the .o fiel...
by Madhusv
Thu Oct 20, 2005 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With TimeStamp
Replies: 1
Views: 1310

Problem With TimeStamp

Hi ALL, The problem is : In Oracle table the datatype of one field is Timestamp which is not interprted by Datastage Timestamp. The error is as below. main_program: Internal Error: (colDesc):orautils.C: 1714: getColDesc failed. Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are ...
by Madhusv
Thu Oct 20, 2005 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

Rajeev,

I got the reason, Could you explain me the steps to execute osh.

Regards,
Madhu
by Madhusv
Thu Oct 20, 2005 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time and TimeStamp with microseconds
Replies: 20
Views: 13695

Hi ALL, I am also facing Problem with Timestamp. The problem is : In Oracle table the datatype of one field is Timestamp which is not interprted by Datastage Timestamp. The error is as below. main_program: Internal Error: (colDesc):orautils.C: 1714: getColDesc failed. Traceback: Could not obtain sta...
by Madhusv
Thu Oct 20, 2005 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

One more observation is the file found in the server is not matching with file in the error log.

Error Log File Name:V0S134_IWH_Expense_Details1_TRN_Handle_Null.o

File Name in Server :V0S134_IWH_Expense_Details1_TRN_Handle_Null.trx.osh


Regards,
Madhu
by Madhusv
Thu Oct 20, 2005 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

When i Checked in the server I found that File. But Other jobs with same transfomer stage is running fine, This was also running fine, After doing some changes in the job, I got this error. Now I took the old job and did the same changes, only change i did'nt do was link name change. Now job is work...
by Madhusv
Tue Oct 18, 2005 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 10
Views: 4282

Library file not Found

Hi All, I am getting the below error,when running the job......... TRN_Handle_Null:-Is a transformation stage in the job. TRN_Handle_Null: Failed to load the library "V0S134_IWH_Expense_Details1_TRN_Handle_Null.o"; either the directory containing the library file is not on the library sear...
by Madhusv
Tue Oct 18, 2005 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 2
Views: 917

Library file not Found

Hi All, I am getting the below error,when running the job......... TRN_Handle_Null:-Is a transformation stage in the job. TRN_Handle_Null: Failed to load the library "V0S134_IWH_Expense_Details1_TRN_Handle_Null.o"; either the directory containing the library file is not on the library sear...
by Madhusv
Thu Oct 06, 2005 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate(Delete All Records) table and insert records
Replies: 5
Views: 2517

THANKS FOR THE REPLIES:-

But the problem is we want the reject link for the insertion.


Oracle Enterprise (Load/Truncate) and Dynamic RDBMS Will not provide the reject link.

How do I achieve truncate - insert and still have the reject link for the insert operation.
by Madhusv
Thu Oct 06, 2005 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate(Delete All Records) table and insert records
Replies: 5
Views: 2517

Truncate(Delete All Records) table and insert records

Hi ..I need to truncate the records from a table and then insert records coming from a source table. To do this am using 2 separate oracle stages - one for "delete all rows" and another one for upsert(insert and dummy update). But the problem is the records are getting deleted and inserted...
by Madhusv
Sun Oct 02, 2005 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fata Error:Non-virtual data set
Replies: 2
Views: 2673

Thanks You Very Much Craig,

After Posting I observed in the job same thing and I corrected It.

Regards,
Madhu
by Madhusv
Sun Oct 02, 2005 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fata Error:Non-virtual data set
Replies: 2
Views: 2673

Fata Error:Non-virtual data set

Hi All, I am getting below error while running the job, can anyone say what is reason for the message:- main_program: Data set, file set, or file "ORCL_Tgt_Quote:LNK_Rej_Quote.v": Non-pipe (or non-virtual data set) with .v in its name Data set, file set, or file "TRN_Handle_Null:LNK_D...