51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 4007|回复: 10
打印 上一主题 下一主题

[原创] 26693错误(LR自带的帮助中没有仔细说明)

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-9-14 16:00:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
使用LR8.1英文版,录制时使用URL录制的一个C#开发的WEB页面,用HTML录制也是出错
出错如下:
*********************************************************************
Virtual User Script started
Starting action vuser_init.
Web Turbo Replay of LoadRunner 8.1.0 for WINXP; Web build 4788          [MsgId: MMSG-27143]
Run-Time Settings file: "C:\Documents and Settings\Administrator\Local Settings\Temp\noname5\\default.cfg"          [MsgId: MMSG-27141]
Ending action vuser_init.
Running Vuser...
Starting iteration 1.
Starting action Action.
Action.c(4): Redirecting "http://192.168.1.200/crm" (redirection depth=0)          [MsgId: MMSG-26694]
Action.c(4): To location "http://192.168.1.200/crm/"          [MsgId: MMSG-26693]
Action.c(4): web_url("crm") was successful, 210 body bytes, 508 header bytes          [MsgId: MMSG-26386]
Action.c(13): web_url("Login.aspx") was successful, 3496 body bytes, 295 header bytes          [MsgId: MMSG-26386]
Action.c(22): web_concurrent_start was successful          [MsgId: MMSG-26392]
Action.c(24): Registering web_url("denglu01.gif") was successful          [MsgId: MMSG-26390]
Action.c(32): Registering web_url("denglu02.gif") was successful          [MsgId: MMSG-26390]
Action.c(40): Registering web_url("jinru.gif") was successful          [MsgId: MMSG-26390]
Action.c(48): Registering web_url("denglu04.gif") was successful          [MsgId: MMSG-26390]
Action.c(56): Registering web_url("denglu06.gif") was successful          [MsgId: MMSG-26390]
Action.c(64): Registering web_url("denglu07.gif") was successful          [MsgId: MMSG-26390]
Action.c(72): Registering web_url("denglu08.gif") was successful          [MsgId: MMSG-26390]
Action.c(80): Registering web_url("denglu03.gif") was successful          [MsgId: MMSG-26390]
Action.c(88): Registering web_url("denglu05.gif") was successful          [MsgId: MMSG-26390]
Action.c(96): web_concurrent_end was successful, 70804 body bytes, 2238 header bytes          [MsgId: MMSG-26386]
Action.c(98): Redirecting "http://192.168.1.200/crm/Pages/Welcome.aspx" (redirection depth=0)          [MsgId: MMSG-26694]
Action.c(98): To location "http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx"          [MsgId: MMSG-26693]
Action.c(98): web_url("Welcome.aspx") was successful, 5600 body bytes, 613 header bytes          [MsgId: MMSG-26386]
Action.c(107): web_concurrent_start was successful          [MsgId: MMSG-26392]
Action.c(109): Registering web_url("QTLogo.gif") was successful          [MsgId: MMSG-26390]
Action.c(117): Registering web_url("default.css") was successful          [MsgId: MMSG-26390]
Action.c(125): web_concurrent_end was successful, 9060 body bytes, 498 header bytes          [MsgId: MMSG-26386]
Action.c(127): web_concurrent_start was successful          [MsgId: MMSG-26392]
Action.c(129): Registering web_url("img1.gif") was successful          [MsgId: MMSG-26390]
Action.c(137): Registering web_url("verticalmenubg.jpg") was successful          [MsgId: MMSG-26390]
Action.c(145): Registering web_url("img3.gif") was successful          [MsgId: MMSG-26390]
Action.c(153): Registering web_url("img2.gif") was successful          [MsgId: MMSG-26390]
Action.c(161): web_concurrent_end was successful, 5752 body bytes, 996 header bytes          [MsgId: MMSG-26386]
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.
*********************************************************************

脚本代码如下:
*********************************************************************
Action()
{

        web_url("crm",
                "URL=http://192.168.1.200/crm",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTTP",
                LAST);

        web_url("Login.aspx",
                "URL=http://192.168.1.200/crm/Pages/Login.aspx",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t2.inf",
                "Mode=HTTP",
                LAST);

        web_concurrent_start(NULL);

        web_url("denglu01.gif",
                "URL=http://192.168.1.200/crm/Images/denglu01.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t3.inf",
                LAST);

        web_url("denglu02.gif",
                "URL=http://192.168.1.200/crm/Images/denglu02.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t4.inf",
                LAST);

        web_url("jinru.gif",
                "URL=http://192.168.1.200/crm/Images/jinru.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t5.inf",
                LAST);

        web_url("denglu04.gif",
                "URL=http://192.168.1.200/crm/Images/denglu04.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t6.inf",
                LAST);

        web_url("denglu06.gif",
                "URL=http://192.168.1.200/crm/Images/denglu06.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t7.inf",
                LAST);

        web_url("denglu07.gif",
                "URL=http://192.168.1.200/crm/Images/denglu07.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t8.inf",
                LAST);

        web_url("denglu08.gif",
                "URL=http://192.168.1.200/crm/Images/denglu08.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t9.inf",
                LAST);

        web_url("denglu03.gif",
                "URL=http://192.168.1.200/crm/Images/denglu03.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t10.inf",
                LAST);

        web_url("denglu05.gif",
                "URL=http://192.168.1.200/crm/Images/denglu05.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Login.aspx",
                "Snapshot=t11.inf",
                LAST);

        web_concurrent_end(NULL);

        web_url("Welcome.aspx",
                "URL=http://192.168.1.200/crm/Pages/Welcome.aspx",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t12.inf",
                "Mode=HTTP",
                LAST);


        web_concurrent_start(NULL);

        web_url("QTLogo.gif",
                "URL=http://192.168.1.200/crm/Images/QTLogo.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t13.inf",
                LAST);

        web_url("default.css",
                "URL=http://192.168.1.200/crm/App_Themes/Default/default.css",
                "Resource=1",
                "RecContentType=text/css",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t14.inf",
                LAST);

        web_concurrent_end(NULL);

        web_concurrent_start(NULL);

        web_url("img1.gif",
                "URL=http://192.168.1.200/crm/App_Themes/Default/images/img1.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t15.inf",
                LAST);

        web_url("verticalmenubg.jpg",
                "URL=http://192.168.1.200/crm/App_Themes/Default/images/verticalmenubg.jpg",
                "Resource=1",
                "RecContentType=image/jpeg",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t16.inf",
                LAST);

        web_url("img3.gif",
                "URL=http://192.168.1.200/crm/App_Themes/Default/images/img3.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t17.inf",
                LAST);

        web_url("img2.gif",
                "URL=http://192.168.1.200/crm/App_Themes/Default/images/img2.gif",
                "Resource=1",
                "RecContentType=image/gif",
                "Referer=http://192.168.1.200/crm/Pages/Error.aspx?aspxerrorpath=/crm/Pages/Welcome.aspx",
                "Snapshot=t18.inf",
                LAST);

        web_concurrent_end(NULL);

        return 0;
}

*********************************************************************
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2007-9-14 16:01:23 | 只看该作者
以下是LR中的自带帮助,看了也不明白,麻烦会的解答一下
************************26693*************************
Internal Error Message
Internal Error.

Troubleshooting
Contact Mercury Customer Support, and provide them with an explanation of the problem, and the internal error message returned.
******************************************************
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2007-9-14 16:21:48 | 只看该作者
已经检查过了
没有什么关联的地方
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2007-9-14 16:36:16 | 只看该作者
可能是出现了sessionid或其它没有关联

Issue with jsp session key correlation   这帖做时,产生了跟你同样的Error:[MsgId: MMSG-26694]
他最后的解决方案是用"Web Click and Script"协议录制,使用方法参考:Web Click and Script  Tips and Tricks
回复 支持 反对

使用道具 举报

该用户从未签到

5#
 楼主| 发表于 2007-9-14 16:47:09 | 只看该作者
好的
谢谢shanxi
回复 支持 反对

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2007-9-14 16:49:35 | 只看该作者
“Web Click and Script”怎么没有看到
我只看到常用的web(http/html)、web(services)、windows sockets这三种W开头的协议呀
回复 支持 反对

使用道具 举报

该用户从未签到

7#
发表于 2007-9-14 17:24:59 | 只看该作者
就是这板块前期谈的很火的

LR 8.1 Feature Pack 4上带的新协议。
回复 支持 反对

使用道具 举报

  • TA的每日心情
    奋斗
    2015-6-25 18:04
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    8#
    发表于 2007-9-14 17:27:53 | 只看该作者
    脚印儿一只~~
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    9#
     楼主| 发表于 2007-9-14 17:44:58 | 只看该作者

    忘记了  我刚才没有装FP4补丁
    呵呵  马上就装

    楼上二位能不能解释一下原理呢?
    谢谢了

    [ 本帖最后由 423799223 于 2007-9-14 17:46 编辑 ]
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    10#
     楼主| 发表于 2007-9-15 08:12:14 | 只看该作者
    打了FP4补丁现在录制照样出错
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    11#
    发表于 2010-1-8 12:37:58 | 只看该作者
    我今天也遇到了同样的问题!哎~·
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-8 20:51 , Processed in 0.094628 second(s), 27 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表