Search found 229 matches

by pnchowdary
Tue Jul 26, 2005 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob question
Replies: 5
Views: 1349

Hi NaveenD,

The same holds good for UNIX. Actually I picked these tips from working on UNIX :wink:

Glad that I could be of help.
by pnchowdary
Tue Jul 26, 2005 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: INPUT_TO_AGGR: ds_ipcput() - timeout waiting for mutex
Replies: 27
Views: 10261

Hi Shivan, I m not using the sorting at all. Passing unsorted input data to an Aggregator, might work for a small number of rows, as Aggregator internally sorts it and then applies the aggregate functions to the data. However, it might not work in case of a large number of rows. Hence it is highly r...
by pnchowdary
Tue Jul 26, 2005 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob question
Replies: 5
Views: 1349

Hi NaveenD,

One more tip along the same lines. If you want to append to an existing file and not overwrite it, use >>

Code: Select all

e:\ascential\datastage\engine\bin\dsjob -logsum dev seq2test >> log.txt
by pnchowdary
Tue Jul 26, 2005 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob question
Replies: 5
Views: 1349

Hi NaveenD,

Try redirecting the output of the command to a flat file

Code: Select all

e:\ascential\datastage\engine\bin\dsjob -logsum dev seq2test > log.txt
Hope that helps.
by pnchowdary
Tue Jul 26, 2005 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error Message
Replies: 16
Views: 8916

Hi NaveenD,

You can change the READONLY value from "0" to "1" and it should work.
by pnchowdary
Tue Jul 26, 2005 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport - export to unix from windows ?
Replies: 4
Views: 2121

Hi Kaps, Like you already noticed. UNIX uses "/" (forward slash) in the path. dscmdexport /H=server /U=username /P=password projectname /home/username/filename.dsx In the UNIX prompt, try to go to the specified file path and see whether the specified directory exists and you have permissio...
by pnchowdary
Tue Jul 26, 2005 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error Message
Replies: 16
Views: 8916

Hi NaveenD,

Did you by any chance make the project read only while exporting ?.
by pnchowdary
Tue Jul 26, 2005 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database polling in PX
Replies: 3
Views: 1491

Hi Sanjeev,

Since the time interval for polling is 20 seconds. I feel that it can be best achieved at the database level using techniques like Triggers etc.
by pnchowdary
Mon Jul 25, 2005 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with an External Filter problem
Replies: 4
Views: 1585

Hi Bob, On a side note, the column being complained about is also one that I didn't want in my input to the filter, but DS insisted on supplying it. I finally gave up and accepted in on input, even though I don't use it. If you dont want any particular column that you are reading from the input, you...
by pnchowdary
Mon Jul 25, 2005 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director log clear
Replies: 9
Views: 2263

Hi Anu,

Code: Select all

TCL stands for Terminal Control Language
as Craig pointed out in one of his earlier posts.
by pnchowdary
Mon Jul 25, 2005 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Function
Replies: 3
Views: 1057

Hi Sri,

There is a small error in your field transformation. The correct tranformation to achieve your output is

Code: Select all

Field(inputcolumn,"@",2,1) 
by pnchowdary
Fri Jul 22, 2005 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to Julian
Replies: 14
Views: 3298

Hi Sai,

Give a person a fish and you feed him for today. Teach him finishing and he will feed himself for lifetime.
That was a really great proverb and so apt for the situation, but there's a small typo "finishing" :lol:
by pnchowdary
Thu Jul 21, 2005 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy or download tabledefinition into excel
Replies: 6
Views: 1904

Hi Kim,

Thank you very much for the link. Somehow I missed it in my search, sorry for the trouble.
by pnchowdary
Thu Jul 21, 2005 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy or download tabledefinition into excel
Replies: 6
Views: 1904

Hi Kim,

I couldnt find the topic which contains code to extract metadata from DS_METADATA posted by ray. I did find a link in one of the posts, but it says that the topic no longer exists. Anyway, thanks for your help.
by pnchowdary
Thu Jul 21, 2005 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: copy or download tabledefinition into excel
Replies: 6
Views: 1904

Hi Kim,
Either that or you could save as comma delimited
Could you please tell me how to save the metadata in a comma delimited format ?