|
回放日志报错如下:
Action.c(704): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.2.55:3001/tais_web/tais/shfxListAction.do?operFlag=query&rwHzPO.id={PIHAO}0000101&flowContextId={WCSParam_Text2}" [MsgId: MERR-26612]
Action.c(704): Error -26377: No match found for the requested parameter "WCSParam_Text2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(704): Notify: Saving Parameter "WCSParam_Text2 = "
Action.c(704): web_url("shfxListAction.do") highest severity level was "ERROR", 4280 body bytes, 141 header bytes [MsgId: MMSG-26388]
自动关联的脚本如下:
// [WCSPARAM WCSParam_Text2 9 WR:804201] Parameter {WCSParam_Text2} created by Correlation Studio
web_reg_save_param("WCSParam_Text2",
"LB= value=\"",
"RB=\"",
"Ord=3",
"RelFrameId=1",
"Search=Body",
"IgnoreRedirections=Yes",
LAST); web_url("shfxListAction.do",
"URL=http://192.168.2.55:3001/tais_web/tais/shfxListAction.do?operFlag=query&rwHzPO.id={PIHAO}0000101&flowContextId={WCSParam_Text2}",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.2.55:3001/tais_web/rbac/desktop3.jsp",
"Snapshot=t43.inf",
"Mode=HTML",
LAST);
请教各位高手该如何解决??? |
|