Operating System - HP-UX
1752278 Members
4833 Online
108786 Solutions
New Discussion

msgrcv failed. Permission Denied

 
SOLVED
Go to solution
Yousong Wang
New Member

msgrcv failed. Permission Denied

Experts,

My C++ app was working. But after a OMNI unix integration install, it suddenly stopped working.

The log file is telling me that a call to msgrcv failed.
The error message is that "Permission Denied".

Where is the msg queue stored? In memory or on disk?
How do I correct the permission?

Thanks in advance!
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: msgrcv failed. Permission Denied

IPC messages are kernel data structures. I suspect that the message queue was creared with too restrictive a permission. Do an ipcs -q to see the message queques.

If it ain't broke, I can fix that.