|
LR部分脚本如下:
web_reg_save_param("count",
"LB=flowInid",
"RB=\","
"ORB=1",
LAST);
web_reg_save_param("count2",
"LB=stepInid",
"RB=\","
"ORB=1",
LAST);
web_reg_save_param("count3",
"LB=sys_fileids_hidden",
"RB=\","
"ORB=1",
LAST);
web_submit_data("FormSend.do",
"Action=http://10.96.249.158:7001/FlowEngineWeb/workflow/FormSend.do",
"Method=POST",
"RecContentType=text/html",
"Referer=http://10.96.249.158:7001/FlowEngineWeb/workflow/FormManage.do?flowInid=1033&dealIndx=-1&stepInid=-1&saveFlag=0",
"Snapshot=t32.inf",
"Mode=HTML",
ITEMDATA,
"Name=flowInid", "Value={count}", ENDITEM,
"Name=stepInid", "Value={count2}", ENDITEM,
"Name=dealIndx", "Value=0", ENDITEM,
"Name=sys_flow_assure_step", "Value=", ENDITEM,
"Name=sys_flow_assure_man", "Value=", ENDITEM,
"Name=openTerm", "Value=", ENDITEM,
"Name=dealTerm", "Value=", ENDITEM,
"Name=sys_fileids_hidden", "Value={count3}", ENDITEM,
LAST);
错误信息如下:
Action.c(581): Error -26627: HTTP Status-Code=404 (Not Found) for "http://10.96.249.158:7001/FlowEngineWeb/workflow/FormSend.do" [MsgId: MERR-26627]
Action.c(581): Error -26377: No match found for the requested parameter "count". 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 [MsgId: MERR-26377]
Action.c(581): Error -26377: No match found for the requested parameter "count2". 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 [MsgId: MERR-26377]
Action.c(581): Error -26377: No match found for the requested parameter "count3". 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 [MsgId: MERR-26377]
Action.c(581): web_submit_data("FormSend.do") highest severity level was "ERROR", 2259 body bytes, 148 header bytes [MsgId: MMSG-26388]
请问此处26627错误以及26377错误怎么解决! |
|