txs00 发表于 2010-4-21 17:26:05

LR回放问题,迷茫了很久高手解答下

:Q 用LR8.1录制PB开发的C/S架构sql server后台数据库的程序的并发登录操作 协议是选择SQL SERVER协议
回放的时候查看了回放日志报错如下:Starting iteration 1.
Starting action Action.
Action.c(6): lrd_stmt: commit tran
Action.c(11): lrd_db_option: ERROR, return-code=LRDE2003
Abort was called from an action.
Ending Vuser...
Starting action vuser_end.
vuser_end.c(6): lrd_stmt: ERROR, return-code=LRDE2002
Abort was called from an action.
对应代码错误行:lrd_db_option(Con1, OT_DBLIB_SETDBVER60, 0, 0);

lrd_stmt(Csr2, "select ini_default from system_LOCALINI_DICT where "
      "APPLICATION_SYSTEM_CODE ='0001' and ini_name ="
      "'APPLICATION_EXIT_CONFIRM' and sys_user_id ='FJKY-TXS' ", -1, 0, 0 /*None*/, 0);

txs00 发表于 2010-4-22 09:16:02

:Q 人呢

msnshow 发表于 2010-4-22 14:03:27

没做过这方面的测试,帮你顶!

archonwang 发表于 2010-4-26 14:52:45

。。。
sql server的协议仅支持sql server 7及以下的版本。sql2000以上版本必须使用odbc或其他的对等协议。。。


这个问题我之前答过了。。。。。兄弟,用用搜索引擎吧。。。。

PrefTest 发表于 2010-4-26 16:26:04

如果仅仅是简单的前端PB代码直接请求SQLServer数据库这样的结构,可以尝试用VB Script Vuser通过ADO协议发送SQL语句
页: [1]
查看完整版本: LR回放问题,迷茫了很久高手解答下