Search found 185 matches

by Developer9
Fri Mar 27, 2015 9:47 am
Forum: General
Topic: JobControl Job aborted
Replies: 6
Views: 3285

@ray,

Thanks for the correction :( ..Job log doesn't have any additional messages

I know its hard to some one to suggest with our proper information ..I will update with any findings

Thanks
by Developer9
Thu Mar 26, 2015 1:24 pm
Forum: General
Topic: JobControl Job aborted
Replies: 6
Views: 3285

@oracledba, Below is the design in my Sequencer for three 3 jobs JobAcvtivity 1 >UVActivity>JA2 >JA3 >Notification Activity JA1 is used for generating DATE and using in UVA is input for JA2 Message SEQ010_MASTER..JobControl (DSWaitForJob): JA1 1 has finished, status = 1 (Finished OK) SEQ010_MASTER.....
by Developer9
Thu Mar 26, 2015 12:51 pm
Forum: General
Topic: JobControl Job aborted
Replies: 6
Views: 3285

JobControl Job aborted

Hi, I got the following error message and sequencer is getting aborted .jobs are not triggered Attempting to Cleanup after ABORT raised in job SEQ010_MASTER..JobControl Job SEQ010_MASTER aborted. Made a copy of this sequencer and re-compiled all jobs and the Sequencer ..But still the jobs are not tr...
by Developer9
Tue Mar 10, 2015 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LeftOuter Join Vs Lookup Stage with Continue Option
Replies: 1
Views: 941

LeftOuter Join Vs Lookup Stage with Continue Option

Hi All, As part of my testing for the jobs ,I realized that there is some difference in my output record counts when I Join two input data streams 1.LeftOuter Join ---53000 out put count 2.Lookup Stage (Condition for failure -Continue)-150000 output count I am in the process of figuring out why ther...
by Developer9
Thu Mar 05, 2015 10:30 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

Re: Shell Script to Move a file to a Mailbox

@Chulett,

Agree with you ..too much information not necessary :(
by Developer9
Thu Mar 05, 2015 10:00 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

@Chulett, Reason for PUT : Currently, customer is using windows script (mentioned in original) to place the file.The proposed process is to replace it with unix shell script executed by datastage process . Reason for GET:(testing purpose only) As part of my testing the ftp connection ,I am trying to...
by Developer9
Thu Mar 05, 2015 7:14 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

@Chulett, FTP stage is not working for this scenario as this mail box location (file and folder system is different). #!/usr/bin/bash #------------------------------------------------------------------------------------ # Name : FTP.sh #---------------------------------------------------------------...
by Developer9
Wed Mar 04, 2015 1:42 pm
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

@Thank you Chulett I am not sure how a Mail box location is different from a ftp server . But with the current process , the customer is using windows script for placing the file in ftp mail box location put "\\psoft8\output\FILE.TXT"%ABC%FILE From the windows command prompt ,I am able to ...
by Developer9
Tue Mar 03, 2015 10:47 am
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

@PaulVL Thanks for the response. Option 1 :I am testing with the FTP Stage gave me following error FTP_Enterprise: processing failed for output connection 1: exit status = 255. FTP_Enterprise I checked the ftp connection with the given credentials using windows command prompt ftp xxx.yyy.com connect...
by Developer9
Mon Mar 02, 2015 1:37 pm
Forum: General
Topic: Shell Script to Move a file to a Mailbox
Replies: 12
Views: 4948

Shell Script to Move a file to a Mailbox

Hi All, I have a current Process that runs "windows script " for the file movement that needs to changed to a "DataStage Process (Using shell script )" Source :Text file is getting generated as part of Datastage Jobs processes and resides in a shared drive . Target :ftp hostname ...
by Developer9
Mon Dec 08, 2014 1:45 pm
Forum: General
Topic: How to remove a parameter set from all the Jobs
Replies: 2
Views: 1988

How to remove a parameter set from all the Jobs

We had a parameter set which is in almost all our jobs and we dont need it anymore, is there a way this can be deleted from all the jobs without going into each individual jobs?
by Developer9
Fri Oct 24, 2014 8:53 am
Forum: General
Topic: Routine doesnt recognise jobs anymore
Replies: 3
Views: 1695

Re: Routine doesnt recognise jobs anymore

Ray, Thanks for the response. When i meant Job (B) i have about 100 of these , none of these jobs are recognised by the routine in Job(A). This morning i took a random sample of 10 jobs , compiled them and tried to run Job(A), it failed all 10 times even after recompiling all Jobs. But when i save t...
by Developer9
Thu Oct 23, 2014 3:48 pm
Forum: General
Topic: Routine doesnt recognise jobs anymore
Replies: 3
Views: 1695

Routine doesnt recognise jobs anymore

I have a job(A) with a server routine that calls Job(B) , Job(A) was working fine until a couple of days ago and now its aborting saying Job(B) cant be found. When i save and compile Job(B) then Job (A) is working again and calls Job (B) properly...any thoughts on what might have happened? Job (B) i...
by Developer9
Wed Oct 15, 2014 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Transaction Logs filled by before sql
Replies: 3
Views: 1336

I am deleting records based on a where clause
by Developer9
Wed Oct 15, 2014 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Transaction Logs filled by before sql
Replies: 3
Views: 1336

DB2 Transaction Logs filled by before sql

Hi Guru's

I am using a DB2 connector stage which has a before sql to delete data, as the array size option in this stage cannot be used for before sql , transaction logs are getting filled up, Is there any other way i can do this delete by committing after every few thousand records?