liudan319 发表于 2008-12-18 10:15:07

vuser_init.c(4): Error: InvokeMethod failure: 外部组件发生异常。.

vuser_init()
{

        web_service_call( "StepName=orderRelationUpdateNotify_101",
                "SOAPMethod=IsmpWebServie.IsmpSpEngineSoapBinding.orderRelationUpdateNotify",
                "ResponseParam=response",
                "Service=IsmpWebServie",
                "Snapshot=t1229565134.inf",
                BEGIN_ARGUMENTS,
                "xml:orderRelationUpdateNotifyReq="
                        "<orderRelationUpdateNotifyReq>"
                                "<OPType>{OPtype}</OPType>"
                                "<packageID>{packageid}</packageID>"
                                "<productID>{productid}</productID>"
                                "<streamingNo>{streamingno}</streamingNo>"
                                "<userID>{useid}</userID>"
                                "<userIDType>{userIdtype}</userIDType>"
                        "</orderRelationUpdateNotifyReq>",
                END_ARGUMENTS,
                BEGIN_RESULT,
                "orderRelationUpdateNotifyReturn/resultCode=ISMP_resultCode",
                "orderRelationUpdateNotifyReturn/streamingNo=ISMP_streamingNo",
                END_RESULT,
                LAST);

      lr_log_message("%s",lr_eval_string("ISMP_resultCode"));
        return 0;
}
回放的时候出现下述错误,不知到原因为何,还请帮忙
vuser_init.c(4): Error: InvokeMethod failure: 外部组件发生异常。.

archonwang 发表于 2008-12-18 11:23:38

可能的原因:
1. WS本地的wsdl文件路径中包含了中文,解析异常
2. Webservices的方法的参数不要用auto string代替而用具体格式数据

liudan319 发表于 2008-12-18 14:57:53

thank you

eramyang 发表于 2011-2-23 10:04:57

请问这个问题你解决了吗?
我也碰到了,能指教一下吗?

Cadaly 发表于 2011-8-6 16:19:54

上面的问题解决了吗,我回放没有问题,在并发运行的时候出现上述问题,不知道是不是

wjb2011 发表于 2011-10-9 15:19:13

同问 非常感谢我的QQ 280291851
在controller里开始一直报错:Abnormal termination, caused by mdrv process termination.
后来改了licence; vuser线程改进程都不起作用
并发时还有Error: InvokeMethod failure: 外部组件发生异常。
Error: ExtractResultArg failure: 外部组件发生异常。
望高手指导!

随风而动 发表于 2011-12-8 15:05:53

顶   ,遇到同样的问题了
高手呢???

jameschen83 发表于 2012-2-10 11:37:29

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:37:43

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:37:52

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:37:59

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:38:05

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:38:15

遇到一样的问题,并发时报
Error: InvokeMethod failure: 外部组件发生异常
还有
Abnormal termination, caused by mdrv process termination.

jameschen83 发表于 2012-2-10 11:47:48

有时又跳出窗口提示LR已经停止工作
error只报
Abnormal termination, caused by mdrv process termination.

ilmarewu 发表于 2012-3-13 20:25:15

我也遇到过同样的问题

ilmarewu 发表于 2012-3-13 20:26:37

ExtractResultArg failure: 外部组件发生异常
那是因为我的参数里面有符号LR无法识别,把这些符号改成代码就好用了

alenshou 发表于 2013-8-7 11:47:21

同样问题 求请教

hhddxl1979 发表于 2014-3-18 09:29:59

顶!遇到同样问题,请哪位高手解答!谢谢!

sophine^@^ 发表于 2015-9-14 15:55:38

VU到达一定数量后就会有这种问题,但server也没崩溃,运行设置还需继续优化?

chysummer 发表于 2016-1-13 19:49:01

jameschen83 发表于 2012-2-10 11:47
有时又跳出窗口提示LR已经停止工作
error只报
Abnormal termination, caused by mdrv process terminatio ...

你好问下:
有时又跳出窗口提示LR已经停止工作
error只报
Abnormal termination, caused by mdrv process termination.

我也遇到相同问题,请问怎么解决的么
页: [1]
查看完整版本: vuser_init.c(4): Error: InvokeMethod failure: 外部组件发生异常。.