|
系统是一个IC卡系统,是在.net平台下用C#开发的,使用TCP/IP协议,外置连接一个读卡器。
我使用LR9.0的windows socket协议进行录制,录制日志中出现这样的问题,所以无法运行脚本。
/* New recording mechanism */
11:36:20.953 /* Start section (Action) */
11:36:23.250 /* WSAStartup(): process 3012 using flags 0 */
11:36:23.265 /* ReadCommWindowInfo: HttpInterceptMode = 0 */
11:36:23.296 /* socket(): created with handle: 3012:516, address format 2, type 1, protocol 6. */
11:36:23.343 /* setsockopt(): socket 3012:516, level: 0xffff, optname: 0xfffffffb, optval: 1 */
11:36:23.359 /* bind(): socket 3012:516 bound with family 2, port 0, and address 0x0 */
11:36:23.375 /* listen(): listening to socket 3012:516 with backlog 2147483647 */
11:36:23.593 /* accept failed */
11:36:30.609 /* lr_think_time(): wait 7 seconds */
11:36:30.609 /* socket(): created with handle: 3012:632, address format 2, type 1, protocol 6. */
11:36:30.609 /* setsockopt(): socket 3012:632, level: 0x6, optname: 0x1, optval: 1 */
11:36:30.640 /* connect(): socket 3012:632 tried to connect with family 2, port 6000, and address 0xc0a800b8. Return value: 0 */
11:36:30.640 /* setsockopt(): socket 3012:632, level: 0xffff, optname: 0x1006, optval: 0 */
11:36:30.656 /* send(): 84 bytes were sent to socket 3012:632 using flags 0 */。
附带脚本
[ 本帖最后由 corrine-li 于 2008-6-6 11:59 编辑 ] |
|