1830622 Members
2226 Online
110015 Solutions
New Discussion

TT_ERR_PROCID

 
SOLVED
Go to solution
Alessandra Di Paola
Occasional Advisor

TT_ERR_PROCID

Hello everybody!
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
4 REPLIES 4
Steve Steel
Honored Contributor
Solution

Re: TT_ERR_PROCID

Hi

2 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
If you want truly to understand something, try to change it. (Kurt Lewin)
Shahul
Esteemed Contributor

Re: TT_ERR_PROCID

Hi

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
Abirami
New Member

Re: TT_ERR_PROCID

Hi,

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