wang_nning 发表于 2008-6-30 11:36:12

关联错误---------在线等!

回放日志报错如下:
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}"       
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       
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       

自动关联的脚本如下:
// 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:43

没关联到数据,我们都不知道数据是什么怎么告诉你怎么解决。。。。。你先把ord=3改成ord=all试试,看看能不能查到东西先

wang_nning 发表于 2008-6-30 13:10:17

好的,我试一下

wang_nning 发表于 2008-6-30 14:25:45

我知道什么原因了,不是WCSParam_Text2这个关联的问题,而是
"URL=http://192.168.2.55:3001/tais_web/tais/shfxListAction.do?operFlag=query&rwHzPO.id={PIHAO}0000101&flowContextId={WCSParam_Text2}",
中的PIHAO不能识别
页: [1]
查看完整版本: 关联错误---------在线等!