|
录制了一个填写报表并保存的流程,结果回放脚本时出现了以下错误:
Action.c(299): Error -26627: HTTP Status-Code=404 (/CPCC/portlets/rqrpt/a.html) for "http://172.16.20.221:8888/CPCC/portlets/rqrpt/a.html" [MsgId: MERR-26627]
Action.c(299): Error -26627: HTTP Status-Code=404 (/CPCC/portlets/rqrpt/a.html) for "http://172.16.20.221:8888/CPCC/portlets/rqrpt/a.html" [MsgId: MERR-26627]
Action.c(299): web_submit_data("upload.jsp") highest severity level was "ERROR", 106725 body bytes, 942 header bytes, 76 chunking overhead bytes [MsgId: MMSG-26387]
我设置了关联,但是没有用,而且在脚本中找不到http://172.16.20.221:8888/CPCC/portlets/rqrpt/a.html
报错的那段脚本是
web_reg_save_param( "WCSParam_Diff1", "LB=pageUrl value=\"", "RB=\"", "Ord=1", "Search=Body", "RelFrameId=1", LAST );
web_submit_data("upload.jsp",
"Action=http://172.16.20.221:8888/CPCC/portlets/rqrpt/upload.jsp",
"Method=POST",
"RecContentType=text/html",
"Referer=http://172.16.20.221:8888/CPCC/portal",
"Snapshot=t17.inf",
"Mode=HTML",
请帮忙指点,谢谢 |
|