Search found 452 matches

by vivekgadwal
Fri Jan 28, 2011 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [osh.exe] <defunct> process
Replies: 9
Views: 9132

There is a kernel patch for Linux for PDFLUSH. This is a known LINUX issue with EE. My site has patched SUSE kernel for this, but it may be called something else in Redhat. Regards, Ray Daignault Thanks for your response. I forgot to mention, but our shop is SuSE Linux, not RedHat . Do you happen t...
by vivekgadwal
Thu Jan 27, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [osh.exe] <defunct> process
Replies: 9
Views: 9132

mandyli wrote:Hi,

Red-Hat Linux
@mandyli - Did you get a solution to this problem? Please advise if you have a solution as I am facing exactly the same problem and this happens very randomly to any job at any given time. It just hangs there forever...

Thanks.
by vivekgadwal
Thu Dec 30, 2010 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort types
Replies: 1
Views: 1820

Link Sort is a sort that is done within the link using DataStage Sort Utility.

Sort stage gives you more power to handle things, like the kind of sort utility you wish to use (using Unix Sort or DataStage sort etc.).

Regarding Stable Sort, the manual has a great description. Please do read it.
by vivekgadwal
Tue Nov 09, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Surrogate Key / State Files
Replies: 15
Views: 6617

I am reviving this topic again, as I have a couple of questions with regards to the state files which are impeding performance for some jobs. Scenario: I saw in the state file that it is storing ranges of values that are not yet generated. In our shop, the state file block size is set to be 500,000 ...
by vivekgadwal
Fri Oct 29, 2010 8:38 am
Forum: General
Topic: Determining work load / hardware resource demands
Replies: 7
Views: 3028

*Update* I did not realize that Resource Estimation "Run" will actually do a run and log entries in Director. When I looked at it, here is what is logged: Entry-1) main_program: Unexpected tokens: -f RT_SC2944/OshScript.osh -escaped -pf RT_SC2944/jpfile -impexp_charset UTF-8 -string_charse...
by vivekgadwal
Fri Oct 29, 2010 8:15 am
Forum: General
Topic: Determining work load / hardware resource demands
Replies: 7
Views: 3028

Thanks for your replies. I could not find any documentation relating to these tools in the Designer guide. I launched the tool and there is some help w.r.t that. However, when I launch this tool, it is asking me to "Run" the job (according to the documentation, it will create a static mode...
by vivekgadwal
Thu Oct 28, 2010 3:21 pm
Forum: General
Topic: Determining work load / hardware resource demands
Replies: 7
Views: 3028

Did anybody in this forum work with IBM Tivoli Workload scheduler? Does that help in my case? Or is it more like a conventional (external) scheduler?
by vivekgadwal
Tue Oct 26, 2010 3:17 pm
Forum: General
Topic: Determining work load / hardware resource demands
Replies: 7
Views: 3028

Determining work load / hardware resource demands

Hello, We are a relatively small DataStage shop (about 10 - 12 users) and we (our team) use DataStage, QualityStage and Information Analyzer to do their work for Business Intelligence. There are other non-BI related DataStage jobs that are running in Development, Test and Production environments. Ne...
by vivekgadwal
Wed Oct 20, 2010 1:29 pm
Forum: General
Topic: Wait for File
Replies: 10
Views: 7149

An execute command there does a sleep nnn to get you your 2 hours. Then you perform your check for the file again using ls and your file pattern. Well, he doesn't want to wait for 2 hrs and then check the file. He wants the process to start doing its thing within those two hours if there is a file ...
by vivekgadwal
Wed Oct 20, 2010 1:17 pm
Forum: General
Topic: Wait for File
Replies: 10
Views: 7149

Not that I am aware of. If you want a pure DS solution, then you might have to "ls" and check if the file exists, if not do a "SLEEP" and loop back. This is kind of (not exactly) simulating what the wait for file activity does. The easier way would be to have a Unix script.
by vivekgadwal
Wed Oct 20, 2010 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort a job
Replies: 2
Views: 1807

Reject that and in the link's constraint box, put in '1' underneath "Abort After rows". That should do the trick for you.
by vivekgadwal
Wed Oct 20, 2010 12:59 pm
Forum: General
Topic: Wait for File
Replies: 10
Views: 7149

Interesting, never tried this. But, if you couldn't do it the way you are attempting to do, you could always: 1) "ls <filename>*" in a Execute command activity and use the output in the Wait for file activity. or 2) If it is the current date that the file has, then get that in a User varia...
by vivekgadwal
Fri Oct 15, 2010 12:23 pm
Forum: General
Topic: Problem with logging into Director - Project locked
Replies: 17
Views: 10397

I have enabled the "dsdlockd" daemon in both Development and Test areas. So far so good with respect to the locks, although next week we are planning to run the production process on test to do a pre-load and that should be the acid test to this daemon. This process will take about a week ...
by vivekgadwal
Tue Oct 12, 2010 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No space left on device
Replies: 7
Views: 5861

Is this job, that is causing you grief, running as part of a sequence? The disk may be getting full at the time the job is getting triggered. Check with your Unix admins to see the disk usage at a point in time or you monitor that and see what is happening. Lookup is dependent on the memory. As long...