on 2012 Mar 09 5:01 AM
Using SA 12.0.1.3324, I'm trying to figure out an application problem ("post-mortem").
In the server's message log (dbsrv12 -o ...) there's a hint than the particular application has been disconnected abnormally. As this app runs locally and uses shared memory to connect, I'm puzzled that two messages tell me that
Is that simply a not correct wording in the error message, or should I conclude the app may have connected differently than expected?
I assume the former: Starting a local app makes sa_conn_info() lists the CommLink as "local" but killing the process still tells about a disconnected TCP/IP client.
Request clarification before answering.
For me the message for a shared memory client reads:
Disconnecting shared memory client, process id not found Disconnected SharedMemory client's AppInfo: ...
and for a tcp client:
Connection terminated abnormally Disconnected TCPIP client's AppInfo: ...
Tested with 12.0.1.3537
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I verified this with 12.0.1.3554 - the messages are obviously correct.
I have figured out the problem is a different one:
When migrating to v12, I have specified the new v12 HOST parameter, and that makes even local connections using TPC/IP - which I was not aware of...
So the particular app is not using ShMem at all (in contrast to what I had expected), and the log messages are correct.
Yep, see my new question🙂
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.