|
is_complete = 1;
while (is_complete == 1) {
web_reg_find("Text=Unable to open the requested work item because it is locked by system or another user","SaveCount=OpenDoc_count","Search=ALL", LAST);
web_url("OpenWorkitem",
"URL=http://{IP}:{Port}/xPressionRevise/html/edit.jsp?workItem={WorkItemID}&workItemKeys={customer_data}&fromPage=workinProgress&fileformat=HTML&toc=true",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t11.inf",
"Mode=HTML",
EXTRARES,
"Url=../images/ftv2blank.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/iconDoc.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/iconAssem.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/ftv2mlastnode.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/iconSection.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/ftv2plastnode.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/ftv2pnode.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
"Url=../images/ftv2vertline.gif", "Referer=http://{IP}:{Port}/xPressionRevise/html/toc.jsp?workItem={WorkItemID}&fromPage=workinProgress.jsp", ENDITEM,
LAST);
is_complete = atoi(lr_eval_string("{OpenDoc_count}"));
} ;
在运行过程中,偶尔会出现
Error -26698: Chunk size missing or invalid ("Transfer-Encoding: chunked") for "http://192.168.2.61:7017/xPressionRevise/html/edit.jsp
Error -26697: Missing CR/LF after body/trailer ("Transfer-Encoding: chunked") for "http://192.168.2.61:7017/xPressionRevise/html/workinProgress.jsp?
不知如何解决? |
|