|
Action()
{
web_set_user("xxx\\xxx","xxx","xxx:80");
web_url("index.htm",
"URL=http://xxx/xxx/Pages/index.htm",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=images/c1-1_01.gif", "Referer=http://xxx/Pages/top.aspx", ENDITEM,
"Url=images/c1-1_07.gif", "Referer=http://xxx/Pages/top.aspx", ENDITEM,
"Url=images/a-1-3.gif", "Referer=http://xxx/Pages/top.aspx", ENDITEM,
"Url=images/zhong_08-2.gif", "Referer=http://xxx/Pages/top.aspx", ENDITEM,
"Url=images/headerbg.gif", "Referer=http://xxx/Pages/Main.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I99NQTDbVQswvawyrcjM1jA1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I4Gxwwt1VfXcmNqOAXmiGIo1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I-Ghlpb7ZE7RP8xIYQ3p1Oc1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I1oBhbtVccNMPVBcruZq2CY1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I0TeA5Vm4ldAniyrrp0fXyE1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
"Url=../WebResource.axd?d=iCnCQWapSrPFOVfSKyy_I7FBDJx3Y7DdAPulipzvlgc1&t=633221392117894435", "Referer=http://xxx/Pages/tree.aspx", ENDITEM,
LAST);
web_url("Main.aspx",
"URL=http://xxx/Pages/Main.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://xxx/Pages/tree.aspx",
"Snapshot=t2.inf",
"Mode=HTML",
EXTRARES,
"Url=images/headerbg.gif", ENDITEM,
LAST);
return 0;
runr后,执行日志里显示如下信息:
Starting iteration 1.
Starting action Action.
Action.c(6): web_set_user was successful [MsgId: MMSG-26392]
Action.c(8): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://xxx/xxx/Pages/index.htm" [MsgId: MERR-26612]
Action.c(8): Warning -26200: At least one of the resources specified by EXTRARES has not been downloaded due to the above error(s) [MsgId: MWAR-26200]
Action.c(8): web_url("index.htm") highest severity level was "ERROR", 3304 body bytes, 959 header bytes [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.
请问这个问题怎么解决呢 |
|