- 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
07-01-2002 05:31 AM
07-01-2002 05:31 AM
I hope you can help me with this:
Using reflection X I open a session on a Workstation and use a dtpad editor, after that I start a new session in a different WS, when I try to open the dtpad in this session I receive an error message:
Could not connect to ToolTalk service: TT_ERR_PROCID The process is
passed is not valid
Why and what to do? Many thanks in advance,
Alessandra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 05:45 AM
07-01-2002 05:45 AM
Solution2 Options.
1)Swap Space on the 1 station
2)This as workaround
Run /usr/dt/bin/dtpad -standAlone.
The dtpad process uses a server that manages all dtpads for a given session. Environment variables such as DISPLAY can be passed from the server and may not be correct for this case.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 06:06 AM
07-01-2002 06:06 AM
Re: TT_ERR_PROCID
Check up whether that deamon is running or not by ps command
#ps -ef | grep dtpad
this should show a process like this
dtpad -server
If this is not there please start it.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 06:59 AM
07-01-2002 06:59 AM
Re: TT_ERR_PROCID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 11:44 PM
09-03-2002 11:44 PM
Re: TT_ERR_PROCID
The other way to solve this problem is to start the new ttsession and then start the dtpad.
# /usr/dt/bin/ttsession -c $SHELL
# /usr/dt/bin/dtpad
This dtpad from now onwards contacts this new ttsession and there won't be any conflicts.
- Abirami