Search found 152 matches

by betterthanever
Fri Jan 30, 2009 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file
Replies: 7
Views: 2751

Re: Wait for file

[quote="vinothkumar"]Hi,
I have to start a sequence repeatedly if any file arrives at a particular location. I tried to do by using a WaitForFile stage by giving the file name as *.*. It is not working. How can we do this ?[/quote]

did you give the complete path in the file name ??
by betterthanever
Fri Jan 30, 2009 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How canI sort data without using Sort stage?
Replies: 6
Views: 5112

Re: How to sort data without using Sort stage

[quote]
How can I sort data using datastage without using the sort stage?

Can anyone tell me how to use the UNIX sort commond in transformer?[/quote]

you can sort the data in the transformer based on a key
by betterthanever
Thu Jan 29, 2009 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing Oracle Stored Procedure after load.
Replies: 8
Views: 3592

[quote="sambit"]Yeah. I tried the following,


begin schema.stored_procedure_name(parameter); end;

Error- Fatal Error: Invalid close command[/quote]

try
begin
exec stored procedure
end;
by betterthanever
Thu Jan 29, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing Oracle Stored Procedure after load.
Replies: 8
Views: 3592

Re: Executing Oracle Stored Procedure after load.

[quote="sambit"]Hi, I want to execute a stored procedure as soon as I load the data in a table thru Oracle Enterprise Stage thru Load-Append method. I tried using the close command and after sub-routine options also. None of them is working. I tried using EXEC and CALL options in Close com...
by betterthanever
Wed Jan 28, 2009 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal error
Replies: 5
Views: 2865

Re: fatal error

[quote="dr.murthy"]hi,

thanks for respond,i checked all the lengths of the fields,there is no problem at all.[/quote]

do you have any user defined sql in the job???
by betterthanever
Wed Jan 21, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage certification
Replies: 1
Views: 1444

Re: Datastage certification

you can register at any of the websites that offer the test..

i did it here
http://prometric.com/default.htm
by betterthanever
Fri Jan 16, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSCONFIG file
Replies: 2
Views: 1904

Re: DSCONFIG file

vinothkumar,
check parallel job developers guide CHAPTER 58( The Parallel Engine Configuration File)
by betterthanever
Thu Jan 15, 2009 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job taking most of CPU
Replies: 11
Views: 4689

[quote="sravanthi"]Others are not able to open desinger or run,compile jobs :([/quote]

can you post what is happening when they try to log in to the designer???

meaning any login error???
by betterthanever
Thu Jan 15, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 6810

Re: Sequential File Columns

when the option
Final Delimiter = end
then it would look for the "end" after the last column you mention in the columns tab.

if it does not see it, would report a warning in the director and the import would be unsuccessfull..that is what my experience reading sequential files..
by betterthanever
Thu Jan 15, 2009 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 6810

Re: Sequential File Columns

kld05,
can you post the format tab properties set to that sequential file???
by betterthanever
Thu Jan 15, 2009 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 6810

Re: Sequential File Columns

[quote="kld05"][quote="betterthanever"]kld05, dint you get any warnings in the director when reading the file ???..[/quote] No I didn't. It's all green.[/quote] just tested writing 3 columns to a file and then tried to read the same file mentioning only 2 columns in the sequentia...
by betterthanever
Thu Jan 15, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 6810

Re: Sequential File Columns

kld05,
dint you get any warnings in the director when reading the file ???..
by betterthanever
Wed Jan 14, 2009 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run UV SQL via DataStage
Replies: 11
Views: 6708

Re: Run UV SQL via DataStage

[quote="dav_mcnair"]I would like to execute UV SQL via DataStage and not an AIX script. Can this be done?[/quote]

did you try with "UNIVERSE" STAGE in a server job???
by betterthanever
Tue Jan 13, 2009 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequnce job
Replies: 7
Views: 3256

i apologize chulett, i was refering to pimmit22043 words [b]all parent jobs are linked to " Sequnce stage " with "ALL" option and next sequnce stage with next set with "ALL" option. when i run the sequnce all the jobs are starting same time ,including child jobs[/b][col...