51Testing软件测试论坛

标题: 关联错误---------在线等! [打印本页]

作者: wang_nning    时间: 2008-6-30 11:36
标题: 关联错误---------在线等!
回放日志报错如下:
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);
请教各位高手该如何解决???
作者: 云层    时间: 2008-6-30 13:01
没关联到数据,我们都不知道数据是什么怎么告诉你怎么解决。。。。。你先把ord=3改成ord=all试试,看看能不能查到东西先
作者: wang_nning    时间: 2008-6-30 13:10
好的,我试一下
作者: wang_nning    时间: 2008-6-30 14:25
我知道什么原因了,不是WCSParam_Text2这个关联的问题,而是
"URL=http://192.168.2.55:3001/tais_web/tais/shfxListAction.do?operFlag=query&rwHzPO.id={PIHAO}0000101&flowContextId={WCSParam_Text2}",
中的PIHAO不能识别




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2