第一次运行脚本可以发信成功,但是之后运行就不能发信,也不报错,是什么原因?
邮件带附件不带附件的邮件可以发送成功,也可以并发
加上附件后,就不能发送了,情况如题目描述
环境:LR9.5+IE7.0+XP 你是指回放的时候不成功吗?还是在录制脚本的时候就有问题 回放的时候不成功,但是第一次回放是成功的,第二次第三次都不成功 你把LOG打开,比较一下成功和不成功的LOG,吧不成功的错误信息发出来,我估计可能是上传的时候是有代码限制造成的。 不成功的时候,没有报错 回来自己再对比一下log看看,是不是一样 ...不可能的,你parameter substitution和data returned by server log都开开,没上传成功跟定会给出日志的。 Action.c(6): web_url("My97DatePicker.htm") was successful, 14463 body bytes, 1880 header bytes, 20 chunking overhead bytes
Action.c(20): Error -26479: Conversion of form-submit data to UTF-8 failed: U_TRUNCATED_CHAR_FOUND
Action.c(20): Warning -26499: Internal Error - Invalid iConvertedValueLen=-1 /iConvertedValueAllocationSize=50 from LrwU8ConvLocaleStringToUTF8 in LrwUtilSubmitDataBody::AddValueAndValueUrlencodedOK. Using the value as-is, without conversion
Action.c(20): Aborting pending download of URL="http://192.168.12.167/viewMailList.action"
Action.c(20): Error -26499: Internal Error - Pending in-function resources (EXTRARES) have not been handled (detected in fvLrwScriptApiCleanupUnhandledRemnants)
Action.c(20): web_submit_data("viewMailList.action") highest severity level was "ERROR", 0 body bytes, 0 header bytes
Ending action Action.这个错误是什么原因?是不支持汉字转换吗 Action.c(6): web_url("My97DatePicker.htm") was successful, 14463 body bytes, 1880 header bytes, 20 chunking overhead bytes
Action.c(20): Error -26479: Conversion of form-submit data to UTF-8 failed: U_TRUNCATED_CHAR_FOUND
Action.c(20): Warning -26499: Internal Error - Invalid iConvertedValueLen=-1 /iConvertedValueAllocationSize=50 from LrwU8ConvLocaleStringToUTF8 in LrwUtilSubmitDataBody::AddValueAndValueUrlencodedOK. Using the value as-is, without conversion
Action.c(20): Aborting pending download of URL="http://192.168.12.167/viewMailList.action"
Action.c(20): Error -26499: Internal Error - Pending in-function resources (EXTRARES) have not been handled (detected in fvLrwScriptApiCleanupUnhandledRemnants)
Action.c(20): web_submit_data("viewMailList.action") highest severity level was "ERROR", 0 body bytes, 0 header bytes
Ending action Action.这个错误是什么原因?是不支持汉字转换吗 web_submit_data("viewMailList.action",
"Action=http://192.168.12.167/viewMailList.action",
"Method=POST",
"RecContentType=application/json",
"Referer=http://192.168.12.167/index.action#inbox",
"Snapshot=t6.inf",
"Mode=HTML",
ITEMDATA,
"Name=folderName", "Value=鏀朵欢绠\xB1", ENDITEM,
EXTRARES,
"Url=/js/swf/buttonUpload1.png", "Referer=http://192.168.12.167/js/swf/swfupload.swf?preventswfcaching=1306995731250", ENDITEM,
LAST);
删掉上面一段代码后,就没有错误了 但是运行脚本后,邮件发送不成功 删除代码不是解决办法,你试试先把编码改了重新录制一下
修改
本帖最后由 cq_java 于 2011-6-2 16:49 编辑这个用过了 回复 12# christixo
就是这样才报错。
如果把Supportcharset不勾选,不报错,但是也发送邮件失败 如果在录制的时候,没有上传附件,什么问题都没有 现在就是为了测试上的附件大小对系统的影响,可是问题得不到解决 估计还是你的附件有问题,好好看看你的脚本! 你说的附件问题是??? 是不是对于上传同一个文件,会有问题。或者上传的时候会记录不同的上传标识?
可以跟开发沟通一下,或者对上传的文件做个参数 回复 1# cq_java
对你问的这个问题需要了解:
1、你是如何判断发信成功与否
2、不能发信又是怎么判断的
3、不报错是怎么判断的,你的日志记录选择的是哪个级别
4、是多个用户发一封信吗
5、附件是多个用户发的是同一个附件吗。。
页:
[1]
2