Search found 558 matches

by ketfos
Wed Sep 15, 2004 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendEmail
Replies: 16
Views: 4955

Hi, Is the recipient user and from user defined correctly? If yes, then It could be that if mail is not coming to the specified user, to could be going to the directory specified where DS Server is installed. Is DS Server on UNIX. You may want to check the value of MAIL variable defined in your Unix...
by ketfos
Wed Sep 15, 2004 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendEmail
Replies: 16
Views: 4955

Hi,
SMTP Mail server name doesnot matter if you are running DS server on Unix.

Ketfos
by ketfos
Wed Sep 15, 2004 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendEmail
Replies: 16
Views: 4955

hi,
You have mentioned that call seems to be made to DSSendMail routine?
What is text of message in the job log?

Ketfos
by ketfos
Wed Sep 15, 2004 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendEmail
Replies: 16
Views: 4955

Hi,
Is there any message in the job log?
Are you getting a failure email at the end or no email?
Is your job execution status OK?
Are you running DS 7.5?

ketfos
by ketfos
Wed Sep 15, 2004 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding all jobs that are using 'Create Table' option in OCI
Replies: 4
Views: 2315

Hi,
May be if you share your routine, it might solve your problem.

Ketfos
by ketfos
Tue Sep 14, 2004 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion of data from ascii to ebcdic
Replies: 9
Views: 6101

Hi,
What routines are you using for data transformation from ascii to edcdic?
what values for failing the conversion?

Ketfos
by ketfos
Mon Sep 13, 2004 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Routines in Transformer
Replies: 16
Views: 6394

Hi,
Let us know the routine code and how it is being in the transformer?

What is the input data field?
What outcome you expect?

Ketfos
by ketfos
Fri Sep 10, 2004 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Error Not a group by Expression
Replies: 8
Views: 129560

Hi,
Before that job was in DS 5.2 and it was column generated.
It was working fine in DS 5.2

Ketfos
by ketfos
Fri Sep 10, 2004 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Error Not a group by Expression
Replies: 8
Views: 129560

Hi, The job in question was developed in 5.2 and was working fine. Recently we moved to ds 7.5 So when I tried to view data, I got above error. I tried to qualify the table names before the column names. It still gave the same error. Then I changed the user defined Sql Query. and clicked on VIew Dat...
by ketfos
Fri Sep 10, 2004 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Aggregator
Replies: 2
Views: 819

Hi,
Using the group by clause, will make your job look simple and easy to debug.
If the data volume is large, Aggregator might give be better option.

Ketfos
by ketfos
Wed Sep 08, 2004 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Error Not a group by Expression
Replies: 8
Views: 129560

Oracle Error Not a group by Expression

Hi, I have a job. OCI 8 - Transformer - OCI 8 In the input stage I three columns - case #, Emp # and Amount. I go to BUILD button, select the table. In other clause, i put group by casenum,empid Under columns, I select three columns casenum,empid,amount. I also put SUM(Amount) under the derivation f...
by ketfos
Wed Sep 08, 2004 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update today records
Replies: 2
Views: 1227

Not A Group by expression ORacle error 979

Hi, I have a job. OCI 8 - Transformer - OCI 8 In the input stage I three columns - case #, Emp # and Amount. I go to BUILD button, select the table. In other clause, i put group by casenum,empid Under columns, I select three columns casenum,empid,amount. I also put SUM(Amount) under the derivation f...
by ketfos
Wed Sep 08, 2004 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance for Fact Jobs
Replies: 9
Views: 3704

Hi,
I donot think datastage puts any limit to the number of lookups in the transformer stage.
Yes performance would be an issue, if the look ups on the transformer exceed a certain limit.
Again this would vary with amount of data in the lookups.


Ketfos
by ketfos
Fri Sep 03, 2004 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA - 12154 Error TNS could not resolve service name
Replies: 4
Views: 1910

Hi,
I am using the Job parameters in the sequencer and same parameters in the actual job.

Ketfos
by ketfos
Fri Sep 03, 2004 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controler problem
Replies: 4
Views: 3122

Hi,
Is there any after job/activity in your job after the routine is over, something like calling prgram/job/function and that is not complied?

I got the controller error message in one of my jobs and found that the job called in the routine was not complied.

Ketfos