Just a quick update on this problem:
1. dbg cannot connect into this running pvx web session. However, the cpu cycle time shows it's running.
2. I was able to trace the pvx web session on the client's SQL server and found this being reported in Activity Monitor Session:
-- network protocol: TCP/IP
set quoted_identifier on
set arithabort off
set numeric_roundabort off
set ansi_warnings on
set ansi_padding on
set ansi_nulls on
set concat_null_yields_null on
set cursor_close_on_commit off
set implicit_transactions off
set language us_english
set dateformat mdy
set datefirst 7
set transaction isolation level read committed
...suggesting a bad handshake?
1. dbg cannot connect into this running pvx web session. However, the cpu cycle time shows it's running.
2. I was able to trace the pvx web session on the client's SQL server and found this being reported in Activity Monitor Session:
-- network protocol: TCP/IP
set quoted_identifier on
set arithabort off
set numeric_roundabort off
set ansi_warnings on
set ansi_padding on
set ansi_nulls on
set concat_null_yields_null on
set cursor_close_on_commit off
set implicit_transactions off
set language us_english
set dateformat mdy
set datefirst 7
set transaction isolation level read committed
...suggesting a bad handshake?