Search found 33 matches

by jimgowtham
Wed May 21, 2008 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored_Procedure_0,0: Operator terminated abnormally: receiv
Replies: 6
Views: 5691

I tried using four parameters in SP stage... P_PROCEDURE_NAME VARCHAR2(200); P_ACTION_TYPE VARCHAR2(200); P_ERROR VARCHAR2(200); P_USER VARCHAR2(200); After the changes, now I am getting the fatal error like... Stored_Procedure_0,0: Operator terminated abnormally: received signal SIGSEGV main_progra...
by jimgowtham
Tue May 20, 2008 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored_Procedure_0,0: Operator terminated abnormally: receiv
Replies: 6
Views: 5691

Stored_Procedure_0,0: Operator terminated abnormally: receiv

Hi, I have used Stored Procedure stage in parallel jobs to run the stored procedure "PR_PROCEDURE_LOG". Procedure name : PR_PROCEDURE_LOG ================================== CREATE OR REPLACE PROCEDURE GPM_STG_ETL.pr_procedure_log(p_procedure_name IN VARCHAR2, p_action_type IN VARCHAR2, p_e...
by jimgowtham
Mon May 05, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

I have used "Expression Editor" in transformer to insert the job parameter .
by jimgowtham
Mon May 05, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

:D THANK Yuuuu.... :D It's Working..... :D
by jimgowtham
Mon May 05, 2008 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

As mentioned,I have used this pass job parameter in transformer. My jobparameter is $GLB_ETL_BATCH with Default value as ETLBATCH. However I am getting Job compile error as... Output from transformer compilation follows: ##I TFCN 000001 13:23:50(000) <main_program> Ascential DataStage(tm) Enterprise...
by jimgowtham
Sun May 04, 2008 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

Job parameter values are available only at runtime...How to reference them in DS JOBS...?
by jimgowtham
Fri May 02, 2008 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

I have to capture those parameters during runtime; i.e single run. And propagate those parameters from the source file or DB Stage to target.
by jimgowtham
Fri May 02, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

I have to capture those parameters during runtime; i.e single run. And propagate those parameters from the source file or DB Stage to target.
by jimgowtham
Fri May 02, 2008 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Capture job parameters during runtime..?
Replies: 15
Views: 7893

How to Capture job parameters during runtime..?

Hi,

During runtime, Is there any way to capture job parameters and pass those job parameters from source file to Target file...?

Regards,
JIM
by jimgowtham
Thu May 01, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert nullable Column to Non Nullable Column?
Replies: 10
Views: 11010

If I do the lookup with "Nullable No" to "Nullable yes" column,
Job was aborted ...So I tried with modify stage to convert this Nullable NO to Nullable YES.

Regard,
jim
by jimgowtham
Thu May 01, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert nullable Column to Non Nullable Column?
Replies: 10
Views: 11010

My job is like ... (PLANT_IDENT_CD) Nullable No Plt_idt_cd----------- Lkup-------------------->Transformer---->OracleEnt (Nullable Yes) From lookup ,I have to convert this PLANT_IDENT_CD to Nullable 'YES' and later it is passed to transformer. When I try change this column to Nullable 'Yes', this is...
by jimgowtham
Thu May 01, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert nullable Column to Non Nullable Column?
Replies: 10
Views: 11010

Yes I tried with modify stage and I am getting following error... Modify_506: When checking operator: When binding output schema variable "outRec": When binding output interface field "PLANT_IDENT_CD" to field "PLANT_IDENT_CD": Null value handling is specified with a no...
by jimgowtham
Thu May 01, 2008 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert nullable Column to Non Nullable Column?
Replies: 10
Views: 11010

How to convert nullable Column to Non Nullable Column?

Hi,

I have 4 column's which is of Nullable "NO", Is there any way to change this to Nullable "YES"...?

Regards,
JIM