Search found 263 matches

by snt_ds
Thu Dec 18, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: -db_cs option is deprecated
Replies: 7
Views: 2470

Thanks Chulett for your reply.

Job is in multiinstance which is called multiple times in nonmultiinstance
sequence job.

The same job is working fine in DEV and QA but failing in preprod.

Is this has anything to do with complier options.Thanks.
by snt_ds
Thu Dec 18, 2008 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: -db_cs option is deprecated
Replies: 7
Views: 2470

-db_cs option is deprecated

Hi, I have one datastage job which is called multiple times in same sequence to load different datasets to the same table. The sequence is getting aborted in the any of the jobactivity with the following status EDMInsDSErrorLog.REJ_LKP_PACE_BOS_ERRMSG has finished, status = 99 (Not running) This is ...
by snt_ds
Thu Dec 11, 2008 1:12 pm
Forum: General
Topic: Convert Function - Mulitple Characters as a set for replace
Replies: 7
Views: 3057

Thanks for your Great Advice but not an Efficient one! :shock:

We figured out a solution in PX..
using Trim(Convert('XX','',ARG),',','R')

Thanks,
NV
by snt_ds
Thu Dec 11, 2008 12:40 pm
Forum: General
Topic: Convert Function - Mulitple Characters as a set for replace
Replies: 7
Views: 3057

Yes I know..
But this is a PX job as reflected in the Job Type in the Post header
by snt_ds
Thu Dec 11, 2008 11:43 am
Forum: General
Topic: Convert Function - Mulitple Characters as a set for replace
Replies: 7
Views: 3057

Convert Function - Mulitple Characters as a set for replace

Hi, I am trying to replace all the characters 'XX,' to '' (Empty) using the Convert function..As I underatand it replaces each character seperately and hence my output is not as expected. I want to change "XX,XX,XX,6,XX,7" to "6,7" Any other way to replace this entire set in one ...
by snt_ds
Mon Nov 24, 2008 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unmatched records Capturing
Replies: 9
Views: 2553

I want to capture from Primary dataset(INPUT).
by snt_ds
Fri Nov 14, 2008 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Hi chulett, I could resolve this issue after changing dssendmail_template.txt Removed -i option in sendmail #! /bin/sh /usr/sbin/sendmail -t -i<<//// changed to #! /bin/sh /usr/sbin/sendmail -t <<//// i have got one more question regarding multiple file attachments.I can send email with single attac...
by snt_ds
Mon Nov 10, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Thanks for you help chulett.I will test this and post the results.
by snt_ds
Mon Nov 10, 2008 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Hi chulett, Thanks for you reply. I went to sysadmins,but they couldn't figure it out. I tried sendmail outside datastage. sendmail -t sherin.mathew@pioneerinvestments.com sherin.mathew@pioneerinvestments.com "HI" testing EOT I am getting below message. /export/home/smathew/dead.letter... ...
by snt_ds
Mon Nov 10, 2008 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Thanks chulett for your reply Please find the output generated. *** Output from command was: *** #! /bin/sh cat sendmail_*.sh /usr/sbin/sendmail -t -i<<//// From: sherin.mathew@pioneerinvestments.com To: sherin.mathew@pioneerinvestments.com Subject: Reject files from FX Rate Interfaces. Server: bosw...
by snt_ds
Mon Nov 10, 2008 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Thanks chulet for your reply.

I couldn't find the .sh file in the mentioned path.I think it gets deleted after the excecution.

Could you please let me know any ways to capture this file contents.

Thanks
snt_ds
by snt_ds
Mon Nov 10, 2008 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Hi, Thanks for the reply chulett I am hardcoding servername,from and to address.Getting the message like below and mail is not sending Executed command: /ETL_PROJECTS/SMM/sendmail_S_EDMFxInterface_151423_27682.sh *** Output from command was: *** No recipient addresses found in header If anyone faced...
by snt_ds
Fri Oct 31, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 4920

Error in mail notification activity

Hi Dsxians, I am trying to send email using notification activity stage where i am getting a message as below and email not being sent *** Output from command was: *** No recipient addresses found in header I had given all the parameters of this stage.smtpservername,fromaddress,toaddress,subject etc...
by snt_ds
Thu Oct 16, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'NULL' string not replacing in Transformer.
Replies: 4
Views: 2745

Thanks chulett for the reply. Yes. A string with value of "NULL".If source file column is empty or NULL value then i am replacing with "NULL" string.Datatype is varchar. IF IsNull(ACTION_SRC_1_PositionDataFromPAM.BOOK_VALUE) Then 'NULL' Else if Trim(ACTION_SRC_1_PositionDataFromP...
by snt_ds
Thu Oct 16, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'NULL' string not replacing in Transformer.
Replies: 4
Views: 2745

'NULL' string not replacing in Transformer.

Hi Dsxians, I am experiencing a strange problem in transformer stage for some columns and for some datastage jobs alone ,when i am trying to replace a 'NULL' string from source with setnull() function for a target decimal column 28,12.Derivation is below. If Trim(ACTION_SRC_3_PAMPositionAfterExchang...