Search found 18 matches

by abilashkreddy
Tue May 29, 2007 9:27 am
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

The after-job subroutine which I created is running the jobs in the master job twice. Can anyone tell me how to make sure only the job runs once and looks for the status. This subroutine is used in the transformer of the master job $INCLUDE DSINCLUDE JOBCONTROL.H call DSLogInfo("In SendMailForW...
by abilashkreddy
Tue May 22, 2007 3:48 pm
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

What I wanted was no notification when a job runs successfully. But since it is sending an email for a successful run, what should I changes should I make in the above routine such that it gives out notification only when there are warnings
by abilashkreddy
Tue May 22, 2007 3:19 pm
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

I am getting an email notfication message as STATUS REPORT FOR JOB: SAPWorkCenterLoad Generated: 2007-05-22 16:16:17 Job start time=2007-05-22 16:15:31 Job end time=2007-05-22 16:16:17 Job elapsed time=00:00:46 Job status=1 (Finished OK) when changed the SendMail routine to $INCLUDE DSINCLUDE JOBCON...
by abilashkreddy
Tue May 22, 2007 2:55 pm
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

I am able to compile the routine and after running the job, I am geting an email notification when a job runs successfully. What are the changes that I have make such that I get notification only when a job has warnings. $INCLUDE DSINCLUDE JOBCONTROL.H Reply = DSSendMail(InputArg) call DSLogInfo(&qu...
by abilashkreddy
Wed May 16, 2007 10:00 pm
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

I have written this routine. This is compiling without any errors, but is not sending any mail notifications. Can I know where it might have been wrong $INCLUDE DSINCLUDE JOBCONTROL.H call DSLogInfo("In SendMail Routine", "SendMail1"); Sender = Field(InputArg,';',1) Receiver = Fi...
by abilashkreddy
Wed May 16, 2007 11:15 am
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

We have plug-ins connected to the server jobs as inputs and outputs that are not supported by the job sequence. So, when I was looking for a way to send email notifications, I found the option, DSSendmail before/after subroutines and it was giving notifications for both successful jobs and unsuccess...
by abilashkreddy
Wed May 16, 2007 10:26 am
Forum: General
Topic: DSSendmail subroutine to send notifications
Replies: 11
Views: 8197

DSSendmail subroutine to send notifications

Can I know what is the code I have to write using before/after subroutine for DSSendmail such that I can get notifications only when the job aborts or when the job has warnings instead of notifying me when the job runs successfully

Thanks in advance
by abilashkreddy
Fri May 11, 2007 10:09 am
Forum: General
Topic: Error in Datastage
Replies: 3
Views: 2804

I have created a LocalUser on my local system instead of working on the server. I am trying to figure out if I had done something wrong while setting up a LocalUser on the system. Because while I am connecting to the server host system, I donot have any problems. I tried searching for the file in th...
by abilashkreddy
Fri May 11, 2007 8:19 am
Forum: General
Topic: Error in Datastage
Replies: 3
Views: 2804

Error in Datastage

Can anyone tell why I am getting this error message when I am running a job.

[b]ds_loadlibrary: Win32 error in LoadLibrary of C:\Ascential\DataStage\Engine\bin\Meridiu.dll - The specified module could not be found.[/b]
by abilashkreddy
Thu May 10, 2007 8:42 pm
Forum: General
Topic: moving master in server to sequencer
Replies: 4
Views: 3273

I wanted to have an email notification for each of the jobs in the master server job such that there is an email notification even there is a warning while running the datastage job. And it is possible only in job sequence. The plug-ins which I have in Server job cannot be imported into Job sequence...
by abilashkreddy
Thu May 10, 2007 2:53 pm
Forum: General
Topic: moving master in server to sequencer
Replies: 4
Views: 3273

moving master in server to sequencer

Right now I have master job which is running in the server job , but I want to move the server job into the Job Sequence. And I am having trouble doing that. The input and the output in the master job have a third party plug-in. The input plug-in has a query which runs in the in the master job and p...
by abilashkreddy
Thu May 10, 2007 2:44 pm
Forum: General
Topic: Email Notification
Replies: 4
Views: 3237

Thanks
by abilashkreddy
Thu May 10, 2007 1:28 pm
Forum: General
Topic: Email Notification
Replies: 4
Views: 3237

Email Notification

Can we give email notifications for warnings in datastage server jobs rather than in the Job Sequence.
by abilashkreddy
Wed May 09, 2007 11:26 am
Forum: Data Quality Best Practices
Topic: Copy files from one folder to another using.bat files
Replies: 2
Views: 18454

Copy files from one folder to another using.bat files

The Copy function in Batch files which are used to copy files(.csv) from one drive to another drive which are used as inputs in Datastage The name of the file is ActionCode_2007-5-7_16213.csv IF EXIST %FileFromDrive%\ActionCode*.csv COPY %FileFromDrive%\ActionCode*.csv %FileToDrive%\ActionCode.csv /...
by abilashkreddy
Mon Nov 20, 2006 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job:WSTransformer
Replies: 2
Views: 2021

Parallel Job:WSTransformer

I am getting an error while running the job in the following sequence I/P(Seq File) --> Peek Stage --> WSTransformer --> O/P(SeqFile) And the error is APT_CombinedOperatorController,0: [Fatal Error] :1:1: Premature end of file. Can anybody tell me what this error mean to say and where might be the p...