Access Denied - Project Lock issue

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

How many users do you have on the system at once?

Here is a technote link (desc: "DataStage: Problems with 40 or more simultaneous users"). I am curious if this is the same error you are getting.

http://www-01.ibm.com/support/docview.w ... wg21318249
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

FWIW, that's exactly the situation where I've seen that error before back in the 7.x world.
-craig

"You can never have too many knives" -- Logan Nine Fingers
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Hi

Thanks. already I have enabled deadlock services and also I have noticed that. If some one open designer and start compile one job and then open Director then immediately the same user getting "Access Denied - Project Lock issue" issue.

But I am seeing only one connection for that user. Again I have to manually unlock this user using user no.

Is this any issue with repository?


Device.... Inode.... Netnode Userno Lmode Pid Login Id Item-ID.............
2424836 242947 0 62024 71 RL 56033372 aaa aa_project&!DS.ADMIN!&

/opt/IBM/InformationServer/Server/DSEngine - dcdedsa1 $ ps -ef |grep 56033372
aaa 56033372 39583746 0 16:18:35 - 0:01 dsapi_slave 7 6 0 4


Thanks
man
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

That sounds very unusual. Try contacting Support about resolving it.
Choose a job you love, and you will never have to work a day in your life. - Confucius
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

try running smat -a after sourcing dsenv. Should get some idea on what may be the problem, but based on the output you have posted, it does look unusual.

This will also show uvconfig parameters currently in use.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Thanks Lot.
smat -a is AIX level monitor commend .


Thanks
Man
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The aa_project&!DS.ADMIN!& is a shared lock only, to signal administrator tools that they don't have exclusive access to the project. This kind of lock will not exhibit the symptoms you have described.

I'm not sure what the problem is here. It might be that you only have a single licence for the C++ compiler, though why compiling should prevent a new client connection is beyond me. Might be a glitch that only your official support provider can resolve.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Hi

I have fixed this issue. I have restarted DS9.1 services and then it got solved.

FYI :

1) I didn't change UVCONFIG file
2) I have enabled deadlock service with following way.

/opt/IBM/InformationServer/Server/DSEngine $ more dsdlockd.config
start=1
timer=900
res=0
log=
recordlocks=0

Thank you all for your help.

Thanks
Man
Post Reply