Search found 6797 matches

by DSguru2B
Sun Jan 28, 2007 2:19 pm
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

narasimha wrote:I also noticed along with others, that the forum which gets hit the most is the "Editor's Corner".
The reason could be because it the first one to appear in the Forum list. :idea:

Ditto observation and conclusion.
by DSguru2B
Sun Jan 28, 2007 2:11 pm
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

For a signal for other, maybe start a new post with the heading "Email sent to Walter regarding Spam" or something along those lines. I sent him an email at the first sigt of spam activity and later realized that Craig had already sent one. I got to know that when i went through all the posts. :roll:
by DSguru2B
Sun Jan 28, 2007 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66642

chulett wrote:DSGuru2B or DSGuru!2B, that is the question.

Time shall tell :wink:
by DSguru2B
Sun Jan 28, 2007 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send mail through shell script
Replies: 3
Views: 1252

Re: send mail through shell script

Can anyone of you please suggest a shell script? There is no pre-written shell script per se. But you can build your own as narasimha advised. A shell is nothing but unix commands bundled up on a file. Read about mailx, coupled that with whatever command you are using for checking disk space, viola...
by DSguru2B
Sun Jan 28, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: index
Replies: 8
Views: 1954

Great, now onto the next step, Mark the post as "Resolved."
by DSguru2B
Sat Jan 27, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view the log
Replies: 2
Views: 744

dsjob -logsum <Project> <JobName>
by DSguru2B
Sat Jan 27, 2007 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check For File
Replies: 10
Views: 2697

Search in google what traceroute does. It will give you a working sense of how it can be used to check if the server is up or not.
by DSguru2B
Sat Jan 27, 2007 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66642

ray.wurlod wrote:DSguruji ?

Now thats more like it. Hehe
Either your a huge Indian movie fan Ray or you've spend a lot of time in India :wink:
by DSguru2B
Sat Jan 27, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling stored procedure.
Replies: 14
Views: 7848

Just one place. Either before OR after.
by DSguru2B
Sat Jan 27, 2007 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66642

:|
I think i really need to take out the 2B outta my name.
by DSguru2B
Sat Jan 27, 2007 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: index
Replies: 8
Views: 1954

Did you actually try try searching on your error message :?:
I found a few hits, like thisfor instance.
by DSguru2B
Sat Jan 27, 2007 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PMPlayer : fork() fails ,not enough space
Replies: 2
Views: 1094

Like thisfor instance. There are many more. Do a "Search for all terms" on key words "fork not enough space"
by DSguru2B
Sat Jan 27, 2007 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling stored procedure.
Replies: 14
Views: 7848

Do it in the before/after sql of DRS stage.
by DSguru2B
Fri Jan 26, 2007 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check For File
Replies: 10
Views: 2697

For checking the database, you can do a traceroute <server name> for pretty much any database. You can do tnsping for oracle specifically.