Search found 47 matches

by userasif
Sun Jan 14, 2007 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 5357

Thanks Narasimha,

The test is succesful........ Job completed in just 4 min and target sequential file contains Lookup column value.

But whats wrong with OCI..still in question????????

Regards.
by userasif
Sun Jan 14, 2007 10:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 17622

Hi Duke,

I cannot access your site http://www.duke-consulting.com. and hence cannot your any tips and ETLStats. Can you help me.

Thanks & Regards,

ITsME
by userasif
Sun Jan 14, 2007 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 5357

Thnx all, Enabling Read Caching in the lookup works fine ... :D ...But :( What happens is that my job starts very well with 6350 rows/sec and it loads 1.5 million rows in just 5 minutes. After this the rate of rows/sec goes down and the remaing 1.1 million rows load in 2 hrs with final rate 271 rows...
by userasif
Fri Jan 12, 2007 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 5357

Hi Ray,

1. The hashed file contains 4 columns...

Column Type Key
Col1 Varchar Yes
Col2 Decimal Yes
Col3 Decimal No
Col4 Timestamp No

2. No. Not enabling read cache

Thanks & Regards.
by userasif
Fri Jan 12, 2007 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 5357

Thanx for response, Lookup table contains 70 records. It has composite key on two columns. I am not receving any type of error. Job finishes successfully. The structure for job1 (without use of lookup) is equal with job2 (lookup used). Job1: SeqFile ---> Transformer ---> Oracle OCI Job2: SeqFile ---...
by userasif
Thu Jan 11, 2007 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance problem using lookup
Replies: 23
Views: 5357

Performance problem using lookup

Hi all, I have a 640 MB sequential source file. I want to extract and load data into dw table with only one lookup that inserts description of code in dw table. Without using any lookup my job extracts and loads data in 5 mintes . But when i use lookup (in the form of hashed file or table), my job c...
by userasif
Thu Nov 23, 2006 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMailAttachmentTester problem
Replies: 6
Views: 2589

Yes......Attachment is not attached and in BODY "something*" about file that was trying to send as attachment. *something --Unique-Boundary-14207-34801 Content-Type: application/octet-stream; name="c:/mydir/myfile.txt" Content-Transfer-Encoding: base64 Content-Disposition: inline...
by userasif
Thu Nov 23, 2006 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMailAttachmentTester problem
Replies: 6
Views: 2589

Hi, I didnot make any change in template file. The receiver is on the same mail server. Consider the following arguments:- ToAddress = "myfriend@mycompany.com" FromAddress = "me@mycompany.com" Subject = "Its Test Mail" SMTP Server = "mailserver.mycompany.com" ...
by userasif
Wed Nov 22, 2006 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMailAttachmentTester problem
Replies: 6
Views: 2589

DSSendMailAttachmentTester problem

Hi to all, When I use DSSendMailAttachmentTester routine by giving all arguments it works well .... the receiver recieves email but without attached file. Also instead of message I typed in BODY, the following message is displayed in email. ***********************************************************...
by userasif
Wed Nov 22, 2006 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Operator Role problem
Replies: 13
Views: 3843

Ray Thanks a lot :D . I got the solution by releasing jobs.
Any how i have a suggestion for IBM to please mention in documentation that 'A job must be RELEASED to be used in OPERATOR role. Otherwise it will not be available'.

Thanks to all.

Regards,

ITsME
by userasif
Wed Nov 22, 2006 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to enter job run details to audit table
Replies: 8
Views: 3222

Ok. You can create your own sequential file and write data to this file after job completion and then in other job extract this data from file and load into database table..........Do all this in a sequencer. Use code written in built in routine and customize it..... :D Hopefully this will help you....
by userasif
Wed Nov 22, 2006 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to enter job run details to audit table
Replies: 8
Views: 3222

Think how you can insert job endtime while still the job is running.
You can do it in After Job Routine by in your routine.

Regards,
ITsME
by userasif
Tue Nov 21, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Operator Role problem
Replies: 13
Views: 3843

Thanx to all but my problem is still there........ I have tried a lot of time.....when i change role from OPERATOR to DEVELOPER....useroperator can view and run jobs but when i again change this role to OPERATOR and login again......now useroperator can not view any job. Please help me i am stick wi...
by userasif
Tue Oct 31, 2006 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute database procedure before job run?
Replies: 5
Views: 2805

Thanx..

Can you please tell me the command or any sample code to write a routine for this.

Regards,

ITsMe
by userasif
Tue Oct 31, 2006 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute database procedure before job run?
Replies: 5
Views: 2805

How to execute database procedure before job run?

Hi to all,

I want to execute sql statement or database procedure before DS job run. How can i do this.....May be my question is very simple.....but i dont know.

Thanks to all.

ITsMe