51Testing软件测试论坛

标题: LR脚本运行时错误!急啊!盼高手赶快解决! [打印本页]

作者: wul15    时间: 2009-4-2 20:07
标题: LR脚本运行时错误!急啊!盼高手赶快解决!
Action.c(1697): Error -26377: No match found for the requested parameter "Siebel_Analytic_search_id8". 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(1697): web_custom_request("com.sksoft.bill.WebBill_103") highest severity level was "ERROR", 88 body bytes, 214 header bytes          [MsgId: MMSG-26388]
Ending action Action.

脚本运行时报错


这是脚本
web_reg_save_param("Siebel_Analytic_search_id8",
                "LB/IC=sid=\"",
                "RB/IC=\"",
                "Ord=1",
                "Search=Body",
                "RelFrameId=1",
                LAST);




        web_custom_request("com.sksoft.bill.WebBill_103",  (出错的指向)
                "URL=http://192.168.88.43:81/servlet/com.sksoft.bill.WebBill?savebill&inflate=true",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=",
                "Snapshot=t133.inf",
                "Mode=HTML",
                "EncType=",


为什么会报错啊!急!
作者: 泊涯    时间: 2009-4-2 21:44
没找到关联值
作者: Lorita    时间: 2009-4-3 11:10
web_custom_requst()是自定义的向服务器发请求的函数,你先把可扩展的日志打开,把它下面的三个选项都勾上,然后运行这段脚本
可以在日志中看到服务器返回的结果,看看你要找的那个web_reg_save_param()中返回的值在日志中服务器返回结果中有没有
要是没有的话,就是你在关联中要找的字段的属性写错了,看是不是左右边界写错了

实在不好做判断 你就再找个其他的做比较
反正只要是成功的时候,服务器返回的结果中的都行。。
作者: goal1860    时间: 2009-4-3 11:27
什么版本的loadrunner和siebel?
记得要把默认的siebel关联覆盖掉,详见用户手册,最好iteration不要超过一个,看oracle网站上以前有类似的bug
不行就步进调试,看看关联为什么会出错




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