Search found 452 matches

by vivekgadwal
Mon Sep 13, 2010 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Got it. I did ps and I did not find it in prod, development and test environments. I am in process of trying to convince people to do this as I cannot directly implement this change in Prod. The thing is, I am not sure if there will be any repercussions elsewhere in the processing if I enable this d...
by vivekgadwal
Mon Sep 13, 2010 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Thank you very much, Ray and Craig, for your responses. Incidentally, it's dsdlockd (not dslockd) so you might want to try your ps command again. My understanding from Craig's post is that if the "start" value is '0', then it means that the "dsdlockd" process is not ON. Am I righ...
by vivekgadwal
Sun Sep 12, 2010 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Well, it seems you know enough about the deadlock daemon to know that the actual process name is 'dslockd'. :wink: :lol: I did a quick little search before I posted and so it appears that I know the name of it, but in reality that was the first time I saw this name. :) I opened up the file "ds...
by vivekgadwal
Sun Sep 12, 2010 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Forgot to mention one more thing, I did:

Code: Select all

ps -ef | grep dslockd
and it returned nothing. But, I ran this when there were no jobs running.
by vivekgadwal
Sun Sep 12, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

...do you have the DataStage deadlock daemon running? Thanks Ray, for the response. I do not know anything about the "dslockd" process. I am unsure if I could check whether it should run continously or it should/will run only during job execution. Can you provide some more info about this...
by vivekgadwal
Sat Sep 11, 2010 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Ray - You are right on. That is what has happened for this particular process. However, it took 15 minutes for it to return anything, so he killed/terminated it. :?: But, my confusion/question is, why did it keep running even after he terminated that connection from Web console? Also, this is happen...
by vivekgadwal
Fri Sep 10, 2010 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stray processes created by DataStage
Replies: 14
Views: 5167

Stray processes created by DataStage

Gurus, Off late, we are having all these processes which got created during the job runs getting stuck/hung up. The problem is, they are chewing up a lot of CPU. There are also a lot of locks being created which are not getting released. I have an earlier post about this problem. Just today, we had ...
by vivekgadwal
Fri Sep 10, 2010 9:00 am
Forum: General
Topic: trimming line terminator
Replies: 17
Views: 7554

Hey,

Please try doing the following within the Uservariable activity:

Code: Select all

Oconv(<Command activity name>.$CommandOutput,"MCN")
We execute a shell script to get the loop values and we use this command at the end. Please try this and see if it helps :)
by vivekgadwal
Fri Sep 03, 2010 7:27 am
Forum: General
Topic: Problem with logging into Director - Project locked
Replies: 17
Views: 10411

Craig, I did search here and found some interesting topics, but I couldn't resolve with that knowledge. The issue was, one person at a time is able to log-in and others were not able to. Right now, it is not a problem (we are able to log-in to the Director), but it got me very curious as to the rela...
by vivekgadwal
Thu Sep 02, 2010 11:24 am
Forum: General
Topic: Problem with logging into Director - Project locked
Replies: 17
Views: 10411

Problem with logging into Director - Project locked

Hello all, Today, we had a problem with logging into Production environment to check on some processes that we are running. The issue was that, when we try to log-in, it says that the Project is locked . Not just this project, we were not able to log-in to any project on Prod . The irony is, one - a...
by vivekgadwal
Wed Sep 01, 2010 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading from dataset to new SQL table scrambles table layout
Replies: 5
Views: 3568

I had a similar experience with the ODBC stage. I created the table and then ran the job, which I am sure you are also doing now. I really wonder what's the problem!
by vivekgadwal
Wed Sep 01, 2010 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed to extend rollback segment
Replies: 3
Views: 1948

As Craig is suggesting, look into commiting more frequently. For now, check the log file space and see if it getting full.
by vivekgadwal
Wed Sep 01, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job has been aborted after some rows..?
Replies: 4
Views: 2508

If the data volume is what you mentioned here, then I would do an "all or nothing" commit in the database.
by vivekgadwal
Tue Aug 31, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure a unix server for datastage client
Replies: 11
Views: 4144

When you say you want a config file to connect, are you thinking of fetching the files directly from your local workstation using DataStage? If so, I am afraid that is not possible. As Craig suggested, you could FTP/SCP the files over there (to Unix) or vice versa and run your DataStage jobs.
by vivekgadwal
Thu Aug 26, 2010 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PMwaitForPlayersToStart failed while waiting for player
Replies: 9
Views: 9293

Check with your Unix/Linux admin to see if anything unusual is getting logged on the OS side.