jojo618 发表于 2008-6-6 15:30:39

加压的时候报错

求助各位大虾~~我在调试脚本的时候是可以通过的,但是在加压的时候却报错了
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:41

你用的自动关联?关联完了之后回放脚本还有错吗?

jojo618 发表于 2008-6-10 08:37:47

回放脚本是正确的

wenbei 发表于 2008-6-10 11:00:11

我的也有这样的问题现在还没有解决呢!期待中!

Zee 发表于 2008-6-10 13:15:29

多少用户?什么应用?
服务器返回不了需要的关联字符串,去查一下,服务器的状态和资源。

云层 发表于 2008-6-10 13:32:22

web_reg_save_param("ssid",
"LB=DWREngine._scriptSessionId = \"",
"RB=\";",
"Ord=1",
LAST);

应该是压力过大,服务器返回不了你的ssid内容了,所以关联查不到
页: [1]
查看完整版本: 加压的时候报错