Search found 25 matches

by prem84
Mon Aug 30, 2010 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To call a shellscript within User Defined Server Routine
Replies: 9
Views: 3707

But the documentation says DSExecute executes a datastage engine command or a Dos command and no reference to shellscript execution is given
by prem84
Mon Aug 30, 2010 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To call a shellscript within User Defined Server Routine
Replies: 9
Views: 3707

To call a shellscript within User Defined Server Routine

Hi,
I have a shellscript.
It needs to be called from a user defined subroutine.
How can i do it.
by prem84
Thu Aug 05, 2010 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container not Found
Replies: 6
Views: 2102

Hi Ray,
We tried that too.But still it is failing.But in development i am not able to reproduce the error.It is compiling fine.
by prem84
Thu Aug 05, 2010 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container not Found
Replies: 6
Views: 2102

Hi i tried opening it and it is opening.Since it is a QA environment we cannot ask them to compile from the designer canvas they use only multiple job compile option (with force compile).Even after using the multiple job compile option (we tried it 2 to 3 times) we are not able to sucessfully compil...
by prem84
Thu Aug 05, 2010 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container not Found
Replies: 6
Views: 2102

Shared Container not Found

Hi, I have a job which uses a shared container named ctrrif. I did some modifications in it and compiled it and exported (without executable and not including dependent objects ) into a new environment (QA) for testing purpose.But when we compile the job in the new environment (QA) we are getting th...
by prem84
Thu Jul 22, 2010 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: I/O subsystem
Replies: 2
Views: 7141

Hi i have solved it.It was due to the dataset corruption.
I deleted the dataset and reran the job.It completed sucessfully.
Thank you for your help.
by prem84
Thu Jul 22, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: I/O subsystem
Replies: 2
Views: 7141

Fatal Error: I/O subsystem

Hi, i am getting the following error [ b]MRF1,0: Fatal Error: I/O subsystem: Open of /apps/ds/PFI/PFIDev/PX/PXDataset1/p2.dat.dp.usrcnapd05reta.0002.0000.0000.6bd054.ce09b16e.0000.7cf55596 failed: No such file or directory[/b] node_node1: Player 11 terminated unexpectedly. This MRF1 is dataset stage...
by prem84
Tue Jul 20, 2010 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field is not in the input data set.
Replies: 5
Views: 4046

i have resolved it. Solution ------------- There was sparse lookup with database stage and i have given the field LOC_CURRENCY_CODE as CURRENCY_CODE in the where clause.Since my job involves changing CURRENCY_CODE variable name to LOC_CURRENCY_CODE i have missed it there. Thank you all for your help
by prem84
Tue Jul 20, 2010 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field is not in the input data set.
Replies: 5
Views: 4046

hi i tryed these combinations (operator disable combination and print schemas) but i am getting the same two lines as error message . Director is not showing which stage the error has orginated main_program: Field CURRENCY is not in the input data set. main_program: Fatal Error: Field not found: CUR...
by prem84
Tue Jul 20, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field is not in the input data set.
Replies: 5
Views: 4046

Field is not in the input data set.

hi i have complex job which has many lookups and transformer stages. i am getting the following error main_program: Field CURRENCY is not in the input data set. main_program: Fatal Error: Field not found: CURRENCY. I am getting the currency details from a shared containers and currency field from th...