Search found 124 matches

by srinagesh
Tue Dec 13, 2005 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecDos Subroutine Not found
Replies: 9
Views: 3408

Thanx a lot guys.. I have taken up two solutions to the Top Management.. 1. FTP a file to windows, which will be picked up by a batch job and start the cube refresh 2. Use Remote Shell I guess the first option will be preferred. Thanx a ton for all your replies.. they were really helpful in arriving...
by srinagesh
Mon Dec 12, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecDos Subroutine Not found
Replies: 9
Views: 3408

sorry guys.. didnt check that one..

:-)

Is it possible to share the source code for ExecDos..
I will make it as a Routine (with copy rights intact).. and run it..


Nagesh
by srinagesh
Mon Dec 12, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecDos Subroutine Not found
Replies: 9
Views: 3408

ExecDos Subroutine Not found

Hi I have a windows batch file which has to be run after the ETL load completes. This is needed to refresh the Cognos Cube. The Datastage is installed on Unix Box and I want to use the ExecDos subroutine in the "After-Stage Subroutine". But I cant find ExecDos in the drop down. I searched ...
by srinagesh
Fri Dec 02, 2005 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accesing data without importing table definition in DS
Replies: 10
Views: 3975

Hi ! I tried doing the same mapping in two ways.. 1. By using custom SQL for the Source 2. By using SQL builder for the source It was a load with 1 lookup (hash file). Source (oracle) table has 27,00,000 records. It took considerably more time when I used Custom SQL than it took when I used SQL buil...
by srinagesh
Wed Nov 30, 2005 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management
Replies: 5
Views: 2954

I would recommend using of SEARCH functionality provided, before you post in the forum.

Hope this article helps viewtopic.php?t=92652&highlight=keymgtgetnextvalue
by srinagesh
Wed Nov 30, 2005 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1586

Thats exactly what I did.
:D

Thanks Guys


-Nagesh
by srinagesh
Tue Nov 29, 2005 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1586

Hi !

I tried doing it .. but I dont get option to rename.
by srinagesh
Mon Nov 28, 2005 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 3
Views: 2129

Alternatively try calling a Windows batch file, with FTP commands, from the server job.
by srinagesh
Mon Nov 28, 2005 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1586

Fully Qualified Table Name

Hi ! One of the developers has imported table definitions with Fully Qualified table definitions checked on.. The tables are now defined as "wms_dw.factTable" (for eg).. I tried to change the Fully Qualified name thru the Datastage Manager, but that is Greyed out. Is there a way of removin...
by srinagesh
Fri Nov 25, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Running Continuously
Replies: 9
Views: 2840

is this something to do with access permissions on the XML file ?
make sure that the XML file is readable and is not opened by another user or job when it is being accessed in this job.
by srinagesh
Wed Nov 23, 2005 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issues
Replies: 10
Views: 4064

oops.. the link for lookup should have been on the top of the transformation.

sorry for that


also ensure that ur array size is optimal
by srinagesh
Wed Nov 23, 2005 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issues
Replies: 10
Views: 4064

Try to use InterProcess stage.

Code: Select all

                           lookups
                                        |
                                        V
source -> Interprocess -> Transformation -> Interprocess -> Target
by srinagesh
Tue Nov 22, 2005 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve job variable from sequencer
Replies: 7
Views: 2601

To conditionally trigger the sequence.. try the following Try to create an empty file from the transformation file. The name of the file will be different based on different conditions. ie., If condition 1 is true.. then the file name cond1.ind will be generated. if condition 2 is true then the file...
by srinagesh
Thu Nov 17, 2005 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date routine
Replies: 10
Views: 2077

does oracle all to insert null values in a timestamp field thru ora oci
stage
You can insert NULL value into Oracle column of datatype DATE by using @NULL in the derivation part