LR8.1 执行脚本出错
我只录制了一下大开百度的脚本,执行后报下面的错:Error: Vuser compilation failed.
Warning: Extension cciext.dll reports error -19800 on call to function ExtPerProcessInitialize
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread. 把脚本贴上来 vuser_init()
{
web_add_cookie("BAIDUID=917320F6E19AB040BBA38CC73464DC57:FG=1; DOMAIN=www.baidu.com");
web_add_cookie("BD_UTK_DVT=1; DOMAIN=www.baidu.com");
web_url("www.baidu.com",
"URL=http://www.baidu.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
web_concurrent_start(NULL);
web_url("baidu.gif",
"URL=http://www.baidu.com/img/baidu.gif",
"Resource=1",
"RecContentType=image/gif",
"Referer=http://www.baidu.com/",
"Snapshot=t2.inf",
LAST);
web_url("gs.gif",
"URL=http://gimg.baidu.com/img/gs.gif",
"Resource=1",
"RecContentType=image/gif",
"Referer=http://www.baidu.com/",
"Snapshot=t3.inf",
LAST);
web_concurrent_end(NULL);
web_concurrent_start(NULL);
web_url("favicon.ico",
"URL=http://www.baidu.com/favicon.ico",
"Resource=1",
"RecContentType=text/plain",
"Referer=",
"Snapshot=t4.inf",
LAST);
web_url("bdinfo.txt",
"URL=http://60.28.22.73/bdinfo.txt?userip=132.132.200.173&url=[http://www.baidu.com/]&navigate=5171&download=6750&userstop=0",
"Resource=1",
"RecContentType=text/plain",
"Referer=",
LAST);
web_concurrent_end(NULL);
return 0;
} 你的脚本在我这里执行是正常通过的 你用的URL-based script录制的?你换成HTML-based script录制试试 因为系统前台界面涉及到java script,所以选择了URL
那我先试试你说的,谢谢! 我换成HTML-based script了,并且用了单协议,还是会出那个问题
vuser_init()
{
web_add_cookie("BAIDUID=917320F6E19AB040BBA38CC73464DC57:FG=1; DOMAIN=www.baidu.com");
web_add_cookie("BD_UTK_DVT=1; DOMAIN=www.baidu.com");
web_url("www.baidu.com",
"URL=http://www.baidu.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/favicon.ico", "Referer=", ENDITEM,
LAST);
return 0;
} 等! 你的脚本在我这里是能通过的,只是产生警告27077,放到action中就没问题了 这是什么问题呢,是不是会和系统有关,我为了装这个整了2次系统 你lr是什么版本?我的是8.1英文版+fp4 我的也是那个版本,公司其他部门也有用这个的,都没有问题,急死我了! 这个,我也不知道,试试把所有设置都还原成默认吧。 提供一下该问题的解决办法:我将lm70这个文件夹下的3个文件,粘贴到LR8.1安装目录下的bin文件夹下,就不会报错了!
说明:之前已将lm70.dll、mlr5lprg.dll这两个文件粘贴过去了
想请教一下有没有人知道原因?
页:
[1]