|
录制脚本后,回访遇到如下的问题;脚本的内容大致为:新增一个人员信息,问题应该是出在-选择人员所在的省市时发生的。
定位到出错的位置:
web_set_max_html_param_len("1024");
web_reg_save_param("Siebel_Analytic_ViewState9",
"LB/IC=ViewState\" value=\"",
"RB/IC=\"",
"Ord=1",
"Search=Body",
"RelFrameId=1",
LAST);
web_reg_save_param( "WCSParam_Diff3", "LB= value=\"", "RB=\"", "Ord=87", "Search=Body", "RelFrameId=1", LAST );
web_submit_form("{WCSParam_Diff2}.aspx",
"Snapshot=t4.inf",
ITEMDATA,
"Name=txtName", "Value=", ENDITEM,
"Name=txtStuID", "Value=", ENDITEM,
"Name=txtIDCard", "Value=", ENDITEM,
"Name=btnAdd.x", "Value=10", ENDITEM,
"Name=btnAdd.y", "Value=9", ENDITEM,
LAST);
错误消息:
Action.c(66): Error -26377: No match found for the requested parameter "Siebel_Analytic_ViewState9". 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(66): web_submit_form("{WCSParam_Diff2}.aspx") highest severity level was "ERROR", 47121 body bytes, 1240 header bytes
盼望高人指导一下,谢谢~~~~
[ 本帖最后由 ppone 于 2006-8-31 11:42 编辑 ] |
|