替换了sessionid却说找不到变量值--想法。
Action.c(239): Continuing after Error -26377: No match found for the requested parameter "Siebel_Analytic_search_id2". 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-----------------------------------------------------
例子脚本:
web_url();
web_custom_request("Test_1"................)
web_reg_save_param("Siebel_Analytic_id2",
"LB/IC=sid=\"",
"RB/IC=\"",
"Ord=1",
"Search=Body",
"RelFrameId=1",
LAST);
web_url();
web_custom_request("Test_2"................)
web_custom_request("Test_3"................)
..
web_custom_request("Test_4"................)
--------------------------------------------------------
像这种错误经常出现,我想了很长时间是不是,可能脚本执行,并不是每次都是在web_custom_request("Test_1"................)和web_custom_request("Test_2"................)之间返回sessionid的数据,也可能在web_custom_request("Test_3"................)和web_custom_request("Test_4"................)之间返回sessionid,所以导致错误
但是我又想不明白,每run一次的时候又没有出现错误,到底怎么回事啊? 我也想知道~~~ 没有进行关联
页:
[1]