Kbase P53028: ASP messenger is adding text onto the return value when
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
FACT(s) (Environment):
WebSpeed 3.1D
SYMPTOM(s):
ASP messenger is adding text onto the return value
Code as follows
objCQAgent.RunScript("wasp/login.p")
strResult = objCQAgent.Output
String returned
Set-Cookie:
SERVER_CONNECTION_ID=10.1.2.40::cqbroker::3055::b55933f726cc7138:a992f:f8a41b041
e:-7fd8 OK|AD
LOGIN.P does a simple {&OUT} command returning a text string "OK|AD", no cookies or any headers are set.
Output is supposed to ONLY contain the OK|AD part
CAUSE:
Enabled "Session Connection ID" under Advanced Features for ASP messenger
FIX:
Disable "Session Connection ID" under Advanced Features for ASP messenger