Search found 12 matches

by monalisa21
Mon Dec 28, 2009 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 9720

As per our project restriction,we can't use script.
by monalisa21
Mon Dec 28, 2009 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 9720

sqlplus #p_UserId#/#p_Passwd#@#p_DSN# @#p_SQLDir#/#p_SQLFile#.sql =============================================== Job log =============================================== Server:DLXKSDSTG8 Project:loyalty Job No:189 Job name:test Invocation: Event Number:4 Event type:Info User:mdas Timestamp:12/28/20...
by monalisa21
Mon Dec 28, 2009 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 9720

Raise abort signal by Execute command Activity

This is my Job Sequence. Execute command Activity--->Notification activity. 1.A sql file is getting excuted in Execute command Activity stage. 2.The log is sent by Notification activity stage. I want this Job Sequence to fail when there is any sort of error like "Opening the sql file" &quo...
by monalisa21
Tue Dec 16, 2008 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to have Input File name as Output
Replies: 4
Views: 2540

Need to have Input File name as Output

A job is reading multiple files using File Pattern. Let my input files are A1.txt,A2.txt,A3.txt,A4.txt,A5.txt. Input file pattern is A*.txt. I want to have exact file name corresponding to each record read from that source file. Output should be COL1aa,COL2aa,A2.txt (comment:COL1aa,COL2aa read from ...
by monalisa21
Wed Dec 19, 2007 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass job parameters to the called script in after subroutine
Replies: 3
Views: 1931

The Before and After job subroutines will only accept 1 parameter. But it is a simple matter to concatenate strings with separators into the one parameter and then parse out those elements in your rou ... But I am able to pass two job parameters in the called unix script in after job sub routine. I...
by monalisa21
Tue Dec 18, 2007 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass job parameters to the called script in after subroutine
Replies: 3
Views: 1931

Pass job parameters to the called script in after subroutine

How to pass job parameters to the called script in after subroutine?

I want to pass 2 job parameters to a unix script,which is being called in after job subroutine.
by monalisa21
Tue Jun 19, 2007 5:17 am
Forum: General
Topic: job is getting stucked at transformer stages.
Replies: 3
Views: 2029

ray.wurlod wrote:Insufficient information. Can you prove your assertions? What is the job doing? Try not to put too much faith in rows/sec as a meaningful metric (search the forum for reasons why not). ...

Its doing some those extraction,hash file look up,error entries in hash file.
by monalisa21
Tue Jun 19, 2007 4:59 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 2648

ray.wurlod wrote:If they are extracte as VarChar and coming out like that, then that's how they are in that particular source file. NO conversion takes place for VarChar. Your problem is with your data. ...

No same data extracted correctly in DS6.0 ver for same job.
by monalisa21
Tue Jun 19, 2007 3:36 am
Forum: General
Topic: job is getting stucked at transformer stages.
Replies: 3
Views: 2029

job is getting stucked at transformer stages.

Job is running fine in DS6.0.

Same job is getting stucked at transformer stages.
The row/sec also getting decreased as the time passes.

But some times same job is running successfully also.
by monalisa21
Tue Jun 19, 2007 3:24 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 2648

ray.wurlod wrote:JD Edwards has an idiosyncratic way to store dates. Extract them as VarChar and convert them within your job. Search the forum for examples. ...

It is extracted as varchar.

Point is that same job with different source file is working fine.
by monalisa21
Tue Jun 19, 2007 12:23 am
Forum: General
Topic: Only Time & Date is not geting extracted from JDE
Replies: 5
Views: 2648

Only Time & Date is not geting extracted from JDE

There are many fields which are getting extracted from JDE.

But all fields except two date & time fields are exteacted as 00-00-0000 & 00:00:00.

All other fields are getting exatrcted correctly throgh that same job.
by monalisa21
Wed Mar 07, 2007 3:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to complie server job even after process being killed
Replies: 3
Views: 1596

Unable to complie server job even after process being killed

A job was running in Unix.
The specific process corresponding to that job was killed to stop that job.

Process got killed.
But its still showing Status as Running.

Job even can't be compile.
Please suggest.