Search found 45 matches

by Veni
Thu Dec 29, 2005 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding unix file
Replies: 12
Views: 4464

Did you give the WaitForFile stage a shot? :? Don't use 'find' as the command, try using something like 'test' instead. Check your man pages. yes i try with WaitForFile stage this success for file exits if file is not found i need to run another job. here in trigger what value do i need to check be...
by Veni
Thu Dec 29, 2005 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding unix file
Replies: 12
Views: 4464

You could also investigate the WaitForFile stage, which actually doesn't have to wait at all. You can use it as a file existance checker, for example, and branch accordingly. i am using find #path#/Test.txt in execute command in sequence how do check the status.. if file found i need to do one proc...
by Veni
Wed Dec 28, 2005 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding unix file
Replies: 12
Views: 4464

finding unix file

How to check file is found in a specific direcotry using datastage sequence.
by Veni
Tue Dec 27, 2005 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete a unix file from datastage sequence.
Replies: 9
Views: 5550

There are two fields on the Command tab in an Execute Command activity. In the first (Command) you put simply the rm command itself. In the other (Parameters) you put anything else that needs to appear on the rm command line. This can include references to job parameters, for example -rf #path#/#fi...
by Veni
Mon Dec 26, 2005 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete a unix file from datastage sequence.
Replies: 9
Views: 5550

ray.wurlod wrote:Use an Execute Command activity with rm as the command. The command arguments field can contain options (for example -fr) and a job parameter reference to the parameter containing the name of the file to be deleted.
Please can you give example?
by Veni
Fri Dec 23, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete a unix file from datastage sequence.
Replies: 9
Views: 5550

ArndW wrote:Veni,

are you aware that you can call up UNIX commands from sequences and jobs? This will allow you to take care of your file deletion.

may i know how to call unix command from sequences...
i know the rm $filename how to give this command in sequences.


Thanks
Krishna
by Veni
Fri Dec 23, 2005 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete a unix file from datastage sequence.
Replies: 9
Views: 5550

delete a unix file from datastage sequence.

hi,

how to delete a unix file from datastage job.
datastage job should find test.txt file in unix server if it is exists then i should delete that file...! i want to use this process in a datastage sequencer.
by Veni
Fri Dec 16, 2005 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to insert Timestamp with nano seconds in Oracle table
Replies: 9
Views: 5801

Is OCI bulk load will support the nano second , because in this stage date default option nano second is not available
by Veni
Fri Dec 16, 2005 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to insert Timestamp with nano seconds in Oracle table
Replies: 9
Views: 5801

I tried with the Oconv and substrings fuctions but none of them is working.

Please guide me .
by Veni
Fri Dec 16, 2005 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to insert Timestamp with nano seconds in Oracle table
Replies: 9
Views: 5801

How to insert Timestamp with nano seconds in Oracle table

Hi I have a input text file which have timestamp in this format (yyyymmddhhmiss+nano sec ) value is like this (200512161015222323). My requirement is how t move this value to the oracle timestamp attribute. Which function i should use in transformer My output should be like - 16/12/2005 10.15.22.232...
by Veni
Wed Dec 14, 2005 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender TransformerStage Issue
Replies: 10
Views: 2329

After making all Nullable ='Yes' also i am getting same compilation error.

Please suggest me .
by Veni
Wed Dec 14, 2005 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender TransformerStage Issue
Replies: 10
Views: 2329

Still i am facing same problem and i check in my transformer all the expressions are correct (no red mark)
by Veni
Wed Dec 14, 2005 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender TransformerStage Issue
Replies: 10
Views: 2329

In the metadata of all output columns those who are decimals with precision&scale=0 DataStage has converted automatically those in Integer by default and other those are Decimal with precision&scale >0
thats is in Decimal format.

Is this is the problem with Meta data ?

Thanks in advance
by Veni
Wed Dec 14, 2005 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender TransformerStage Issue
Replies: 10
Views: 2329

When i try with the 300 fields , its working fine but when i am trying to use the same expression with 1220 filed in a singletransformer .I am getting this error The expression which i used is (if trim(field_Name)='.' then SetNull() else StringtoDecimal(field_Name) ----------------------------------...
by Veni
Wed Dec 14, 2005 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender TransformerStage Issue
Replies: 10
Views: 2329

Parallel Extender TransformerStage Issue

Do we have any limitation on writing expressions in Parallel Extender Transformation Stage ,because when i am using 300 colums with same expressions my job is working fine and compliation is also fast but when i am using all 1220 colums in single transformer , its throwing lot of errors -(Error when...