Search found 174 matches

by singhald
Tue Aug 12, 2008 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets- Not passing value to jobs from sequence
Replies: 8
Views: 4772

I think you are defining the user defined enviornment varible as parameters in the job also. check your job , dont pass the user defined enviornment variables as parameters in the job , pass the user defined enviornment varibles to only in sequencer and pass them inside the job activity . Please let...
by singhald
Tue Aug 12, 2008 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing record delimiter "\n", saw EOF instead
Replies: 1
Views: 2650

Missing record delimiter "\n", saw EOF instead

Hi, I am using custom stage as input stage, i am using dsjob -report ProjectName JobName DETAIL command to get report, when i am executing the job , it is issuing the below warning message. Missing record delimiter "\n", saw EOF instead . I dont have any file format options in that custom ...
by singhald
Tue Aug 05, 2008 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a sequencer using a server routine
Replies: 7
Views: 2013

chulett wrote:No. S1 needs to notice that S2 aborted and then abort itself. ...

how can we implement that Chulett. how can i notice the S1 that s2 is aborted

Thanks
by singhald
Tue Aug 05, 2008 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a sequencer using a server routine
Replies: 7
Views: 2013

In the S1 sequence, use the a failed trigger from the JobActivity stage that runs the S2 sequence. The failed trigger can be connected to a TerminatorActivity stage, or to a RoutineActivity stage that calls DSLogFatal. The second argument of DSLogFatal() is just text that appears in the log. It doe...
by singhald
Tue Aug 05, 2008 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a sequencer using a server routine
Replies: 7
Views: 2013

Abort a sequencer using a server routine

hello all, I have a job design of a sequencer S1 in which i am using one parallel job J1 and one sequencer S2 (audit job +abort routine). incase the job J1 fail, i trigger the sequencer S2, which in turn call one audit job followd by abort routine. when i run the sequecer S1 , incase of failure of j...
by singhald
Mon Aug 04, 2008 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No of warning in the current job run
Replies: 2
Views: 1476

Hello Archana, first you need to find out the latest job control event ID. you can use the below command dsjob -logsum -type STARTED -max 2 DSProj DSJobName it will give you two even id, just subtract them and use the result in the below command to get the count of warning messages in the current ru...
by singhald
Fri Aug 01, 2008 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to oount no of warning messages
Replies: 3
Views: 1211

dsjob -logsum -type WARNING DSProjectName DSJobName | grep "WARNING" | wc -l

i used this command , but it is count the warning which generated in previous run also.

Thanks
by singhald
Thu Jul 31, 2008 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to oount no of warning messages
Replies: 3
Views: 1211

how to oount no of warning messages

Hi all,


I need to count the no of warning messages which present in the datastage director for the current job run.

Please suggest me some way to count the warning messages.

Regards
by singhald
Tue Jun 03, 2008 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default path for orcle load reject and logs
Replies: 3
Views: 961

Default path for orcle load reject and logs

Hi I want to do some analyis on the log file and reject file which generated at the time of oracle load.

Please suggest me the path

deep
by singhald
Sun Apr 27, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: protect my job
Replies: 6
Views: 3799

you cann't make the datastage job password protected, only can make it readonly if you use protected project, or if you promote the same job using version control project with read only permission . any one can access your job ,datstage dont have job level security setting.
by singhald
Wed Feb 27, 2008 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGPIPE signal was received in APT_JobmonFilter::writeMess
Replies: 2
Views: 1161

I am also facing the same issue. Job is not prcessing any records and issuing the same warning messege.

Please help us to resolve it.

Regards,
by singhald
Wed Feb 27, 2008 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how can we set the NLS_LANG using the datastage admin
Replies: 2
Views: 2203

how can we set the NLS_LANG using the datastage admin

Hi

I want to set the NLS_LANG -> AMERICAN.

Please suggest me the way to update it by using datastage
administrator client.

Regards
by singhald
Sun Dec 30, 2007 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of job ? If we use funnel stage as a reference.
Replies: 1
Views: 708

Performance of job ? If we use funnel stage as a reference.

Hi

I am using the funnel stage to do the lookup with lookup stage. I have tested this with few source records and few reference records, now I want to know if I use the same lookup in production server the performance of the job will be good or bad?
by singhald
Thu Nov 29, 2007 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is Aborting with Insufficient System Resources
Replies: 2
Views: 1115

find out all the phantom processes and kill all of them ,then try to run ur job
by singhald
Thu Nov 29, 2007 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters at the oproject level:
Replies: 6
Views: 2032

use #Passord# in the password box in the required stages..