Search found 558 matches

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

ORA - 12154 Error TNS could not resolve service name

Hi, I datastage job Comb which runs fine without any error.-- OCI - Transformer - OCI When I execute the same job through sequencer, it gives ORA - 12154 Error. What I doing in sequencer is 1. Wait for file to appear. 2. Run the job Comb. When I check the error log for Sequencer , it reads as File a...
by ketfos
Fri Sep 03, 2004 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit on Delete/Insert/UPdate
Replies: 4
Views: 1092

Hi,

Yes and the answer is " There is NO way not to commit."

Ketfos
by ketfos
Fri Sep 03, 2004 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit on Delete/Insert/UPdate
Replies: 4
Views: 1092

Hi, I am using a simple sql in input OCI stage (Select name, address from customer where customer name like 'K%' ) In the Output OCI stage, I Update the customer table with Udpdate Action - Delete existing row only SQL shown is - Delete from Customer where customer name:=1 Also I write the deleted r...
by ketfos
Fri Sep 03, 2004 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit on Delete/Insert/UPdate
Replies: 4
Views: 1092

Commit on Delete/Insert/UPdate

Hi
I am deleteing records in Oracle table and writing to a sequential file.

Using Datastage - OCI - Transformer - Seq File

As I understand Datastage does implict commit on INSERT, DELETE, UPDATE.

Is there a way to prevent implict commit?

Ketfos
by ketfos
Mon Aug 30, 2004 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constriant error
Replies: 4
Views: 1079

Hi,
What is CRC example? Pl dive clear details of your problem

Ketfos
by ketfos
Fri Aug 27, 2004 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using update insert in the oraoci 8 stage
Replies: 2
Views: 938

Hi,
Can modify your transformer from update/insert to

1. update only

2. insert only

and execute your job.

What errors do you get know.

Ketfos
by ketfos
Fri Aug 27, 2004 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 SQL error
Replies: 5
Views: 10183

Hi,
Did you upgrade your DB2 recently?
Did you face any catalog problems? Is the catalog working fine?
O ryou simply upgrade your catalog and try job again.

ketfos
by ketfos
Thu Aug 26, 2004 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 9374

Hi Craig, You are correct. The job runs fine if you are logged as dsadm. Yes unlike 5.x, the .sh file gets deleted after the execution of the job. I went to the Unix box and logged in as regular user (not dsadm). I created a empty file with name "sendmail_sequence1.sh I logged into datastage as...
by ketfos
Thu Aug 26, 2004 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 9374

Hi,
I logged in dsadm and executed the job again in 7.5.
But I got the same error message "permission denied"


Ketfos
by ketfos
Thu Aug 26, 2004 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 9374

Hi,
Yes, I executed the same job in Datastage 5.2 and it worked fine.


Ketfos
by ketfos
Thu Aug 26, 2004 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 9374

Hi,
DataStage 7.5
OS UNIX HP

Ketfos
by ketfos
Thu Aug 26, 2004 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied while executing DSSendMail
Replies: 21
Views: 9374

Permission Denied while executing DSSendMail

Hi, I am using a Notification Activity where i give the Mail paramters like SMTP Mail Server Name, Sender address, Reciepient Address, Email Body. When I execute the job named testseq which is - "Wait for File Activity and Send a Email Notification " It gives error message "Error Exec...
by ketfos
Thu Aug 26, 2004 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error
Replies: 4
Views: 1277

Hi,
What is the data type of the target field and input field?
Are you using any routine/function in transformer for converting input date value?


Ketfos
by ketfos
Tue Aug 24, 2004 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value in nonnullable field
Replies: 2
Views: 1077

Hi,
You can use Ereplace function to get rid of it.

Ketfos
by ketfos
Tue Aug 24, 2004 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 8
Views: 5318

Hi,
Overall a Static Hashed File can perform up to 80% faster that an equivalently configured Dynamic Hashed File.



Ketfos