- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TT_ERR_PROCID
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 05:49 AM
10-10-2002 05:49 AM
When a user tries to open "Applications" by clicking on the icon in front panel of CDE, it throws the following error:
"The request to service this action has failed for the following reason
TT_ERR_PROCID The process ID passed is not valid."
I have a NIS setup of HPUX 10.20 servers.I have tried to logon from a different server using the same user ID, but the error persists. So I guess this has nothing to do with server, but related to some of the settings, the user has made.
Has somebody faced a similar problem? What are the settings that can effect the CDE settings?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 08:40 AM
10-10-2002 08:40 AM
SolutionAre users HOME dirs nfs mounted ?
check in /home/user/.dt/startlog & errorlogs and syslog.log ?
are all users affected ?
log out of cde
rm -R $HOME/.dt/
log back in
try starting the application again
ps if we are talking CDE's dtpad try from command line ;
dtpad -standAlone ?
What patch level wrt CDE are we talking here ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 07:11 PM
10-10-2002 07:11 PM
Re: TT_ERR_PROCID
Thanks a lot. I had tried modifying the .dt directory, had not worked. As per your suggestion, I deleted it. After that the problem is solved. The problem was with the .dt dir itself.
Sameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 07:21 PM
10-10-2002 07:21 PM
Re: TT_ERR_PROCID
That is a classic 10 point response if I've ever seen one.
Wouldn't you agree?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 07:25 PM
10-10-2002 07:25 PM
Re: TT_ERR_PROCID
The solution is like:
Do it..It works!!Gung ho!!!
What I had done was copied .dt from working userlogin to problematic one. But...But...the permissions were root:sys for .dt. So when I deleted and restarted the session, things worked.
Good solution, must say!Thanks again Alex!!!