51Testing软件测试论坛

标题: 加压的时候报错 [打印本页]

作者: jojo618    时间: 2008-6-6 15:30
标题: 加压的时候报错
求助各位大虾~~我在调试脚本的时候是可以通过的,但是在加压的时候却报错了
vuser_init.c(33): Error -26377: No match found for the requested parameter "ssid". 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_reg_save_param("hsid",
  "LB=DWREngine._httpSessionId = \"",
  "RB=\";",
  "Ord=1",
  LAST);
    web_reg_save_param("ssid",
  "LB=DWREngine._scriptSessionId = \"",
  "RB=\";",
  "Ord=1",
  LAST);

到底是什么问题呢?
作者: maihua258    时间: 2008-6-6 15:53
你用的自动关联?关联完了之后回放脚本还有错吗?
作者: jojo618    时间: 2008-6-10 08:37
回放脚本是正确的
作者: wenbei    时间: 2008-6-10 11:00
我的也有这样的问题现在还没有解决呢!期待中!
作者: Zee    时间: 2008-6-10 13:15
多少用户?什么应用?
服务器返回不了需要的关联字符串,去查一下,服务器的状态和资源。
作者: 云层    时间: 2008-6-10 13:32
web_reg_save_param("ssid",
  "LB=DWREngine._scriptSessionId = \"",
  "RB=\";",
  "Ord=1",
  LAST);

应该是压力过大,服务器返回不了你的ssid内容了,所以关联查不到




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