Search found 21 matches

by GowthamSen
Thu Dec 09, 2010 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Openting Range Map file error
Replies: 1
Views: 1534

Openting Range Map file error

Hi,

I created a Range map using Write Range Map stage.
And then I try to use the Range map for Rangepartition.
The job compiled successfully.
when I execute the job, getting an error "Opening Write Range Map error"
Is there any way I can solve the issue?

Thanks in advance
by GowthamSen
Thu Dec 09, 2010 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage functionality
Replies: 2
Views: 1897

Thank you Ray.

Previously I was worried that, some thing I am missing in stage properties.

So, now its clear to me that, in case of multiple update links, there shouldn't be duplicates.
by GowthamSen
Wed Dec 08, 2010 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage functionality
Replies: 2
Views: 1897

Merge Stage functionality

Hi, I created a job which merges data from 1 Master file and 1 update file using Merge stage. here is the data as follows: Master file content: mKey,Col1 1,A 2,C 3,D Upadate1 fiel content: 1,P2 3,t2 3,u2 2,Q2 2,R2 The output file gives output as: 1,A,P2 2,C,Q2 2,C,R2 3,D,t2 3,D,u2 This works fine. B...
by GowthamSen
Tue Nov 30, 2010 2:40 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

Thanks Vinz for your reply. It helped me to realize that, the issue might be with teh SMTP server. I tried direclty using the command. Its showing the actual error message as "Unable to locate server." When I provided the server as "mail.google.com", its showing some issue with s...
by GowthamSen
Mon Nov 29, 2010 5:31 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

Hi, Here is the command output: Demo_Sequence_mail..JobControl (DSSendMail): Error when executing command: C:\IBM\InformationServer\Server\Projects\Tutorial\sendmail_Demo_Sequence_mail_58421446_12232.bat *** Output from command was: *** SMTPMail Looking up server... SMTPMail Opening connection to zz...
by GowthamSen
Mon Nov 29, 2010 4:46 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

Yes Chulett. But my DS is installed on Windows 2003 server.

I am not sure, how can I do the similar task.

Could you please help me in this?
by GowthamSen
Mon Nov 29, 2010 4:28 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

Hi chulett , Sorry for late reply. I gave the correct mail server address, which is my company's mail server address. I verified the file dssendmai_template.txt file. Its having the default options set during installation. * On Windows NT to run "dssmtpmail.exe", the template looks like th...
by GowthamSen
Mon Nov 22, 2010 9:47 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

ray.wurlod wrote:Learn about the Search capability in DSXchange. Indeed, this very question has already been asked (and answered) this week.
Hi,

I did search. But didn't find any. Even I searched again after your suggestion. But couldn't find any.
by GowthamSen
Mon Nov 22, 2010 5:45 pm
Forum: General
Topic: Routine DSSendMail did not finish OK, return code = '-21'
Replies: 13
Views: 11189

Routine DSSendMail did not finish OK, return code = '-21'

Hi,

I am using "Notification Activity" in a Job Sequence.

When I provide the mail server address as "my server address", getting an error message as "Routine DSSendMail did not finish OK, return code = '-21''.

Any idea, what could be the issue?

Thanks a lot in advance.
by GowthamSen
Fri Nov 12, 2010 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 8218

vinothkumar wrote:Please mark it as resolved.
Sorry Vinoth,

I cannot mark it as Resolved. because I am not the author of this post.
by GowthamSen
Fri Nov 12, 2010 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 8218

Hi All,

I found the issue. The issue is that. there are some "spaces" in the folder name.

Thanks to all for helping me.
by GowthamSen
Fri Nov 12, 2010 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 8218

Hi Thanks for your reply. What are your exact file names and how did you gave in Sequential file stage. Also check that the metadata is same for both files and you are able to view both files when read individually. The exact file names: File Name1: D:\Files Pattern\EMP1.txt File Name2: D:\Files Pat...
by GowthamSen
Fri Nov 12, 2010 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading of Multiple files using Sequential File stage
Replies: 9
Views: 8218

Hi, The post might be old, but, I am having the same issue. No rows rather than an error usually means a metadata mismatch issue. Can you open a single file directly? ... -- Yes, I am able to open the single file directly by "view data" and then execute the job. I have 2 files, and I am tr...
by GowthamSen
Wed Nov 10, 2010 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value appeared as '0' for integer column
Replies: 4
Views: 2820

Hi, Nope, No default value is set. Even I tried this option by manually setting it, its the same. I believe that, this value is being set as 0 in Join stage. Is there any way we can debug and find out how the data is changing? As its a parallel job there is no debug option. I am wondering how we can...
by GowthamSen
Tue Nov 09, 2010 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value appeared as '0' for integer column
Replies: 4
Views: 2820

Null value appeared as '0' for integer column

Hi, I created a simple job where I have two sources (defined as sequential file stages), a Join stage ( doing Outer joins) and then loading the final output to a sequential file stage. Everything works fine. As I am using outer joins I am expecting null values. There is a record where null values sh...