标题: 谁来拯救我???---------在线等 [打印本页] 作者: wang_nning 时间: 2008-6-25 09:56 标题: 谁来拯救我???---------在线等 我录制了一个脚本之后进行自动关联,回放的时候报错,错误如下:
NSPG_SH.c(83): Error -26377: No match found for the requested parameter "WCSParam_Diff12". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
NSPG_SH.c(83): Error -26377: No match found for the requested parameter "WCSParam_Diff13". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
NSPG_SH.c(83): web_url("rwssListQueryAction.do_2") highest severity level was "ERROR", 62436 body bytes, 561 header bytes, 112 chunking overhead bytes [MsgId: MMSG-26387]
最后一个错误是什么意思:62436 body bytes, 561 header bytes, 112 chunking overhead bytes 这些都是什么数据呀?
自动关联的怎么会出错呢?我该如何解决这个问题? ---------------------------------------------------------------------------------在线期盼各位高手解疑!!!!!!!!!!作者: 冰の雨 时间: 2008-6-25 10:05
我以前也遇到过,具体原因不清楚
Error -26377: No match found for the requested parameter “Siebel_Analytic_ViewState2”. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
web_url(“*******”) highest severity level was “ERROR”, 142074 body bytes, 2315 header bytes
在开始的地方增加代码:web_set_max_html_param_len(“1024(数值)”)解决作者: wang_nning 时间: 2008-6-25 10:08
楼上的办法我也用过了,但是不管用,照旧报错。作者: 杀手太冷 时间: 2008-6-25 11:07
问下你的被测试程序的开发环境作者: wang_nning 时间: 2008-6-25 11:19
Oracle数据库,Ilog规则引擎,eclipse开发工具,本地开发用tomcat应用服务器,测试服务器具webLogic作者: 云层 时间: 2008-6-25 12:29
关联数据不存在,你的自动关联是错误的而已,不要太依赖自动关联,这个东西如果没对应的规则一般抓出来都错的,自己手动写关联作者: wang_nning 时间: 2008-6-25 13:14
自动关联也会有错吗?但是我需要关联的地方太多了,如果手动关联的话不知道如何寻找左右边界。作者: 断寒 时间: 2008-6-25 13:24
把关联的那个函数帮助好好看看就可以解决了,能手动关联的绝对不自动关联.作者: hmilyjch 时间: 2008-6-25 13:30
这种标题...作者: wang_nning 时间: 2008-6-25 14:37
是在没有办法了,就我一个人用LR,没有任何人指导,光看资料也白搭,遇到实际问题还是不会结局,我都快疯掉了。。。作者: songyq521 时间: 2008-6-25 14:54
仔细看看录制过程中的服务器的respose,里面有你需要关联的,看看那里是第一出现你需要关联的值,再去做关联,而且关联的位置一定放对,要不就会报错了!作者: hmilyjch 时间: 2008-6-25 15:21