服务启动成功。
00:00000:00000:2006/09/26 15:37:25.45 kernel Use license file d:\ASE125\SYSAM-1_0\licenses\license.dat.
00:00000:00000:2006/09/26 15:37:25.45 kernel Feature ASE_SERVER is over drafted 1 times.
00:00000:00000:2006/09/26 15:37:25.45 kernel Checked out license ASE_SERVER
00:00000:00000:2006/09/26 15:37:25.48 kernel Adaptive Server Enterprise Edition
00:00000:00000:2006/09/26 15:37:25.64 kernel Using config area from primary master device.
00:00000:00000:2006/09/26 15:37:25.69 kernel Warning: Using default file 'd:\ASE125\ase125.cfg' since a configuration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this message.
00:00000:00000:2006/09/26 15:37:25.71 kernel Checked out license ASE_DTM
00:00000:00000:2006/09/26 15:37:25.90 kernel Using 100000 file descriptors.
00:00000:00000:2006/09/26 15:37:25.95 kernel Adaptive Server Enterprise/12.5.1/EBF 11428/P/NT (IX86)/OS 4.0/ase1251/1823/32-bit/OPT/Wed Sep 17 11:10:54 2003
00:00000:00000:2006/09/26 15:37:25.95 kernel Confidential property of Sybase, Inc.
00:00000:00000:2006/09/26 15:37:25.95 kernel Copyright 1987, 2003
00:00000:00000:2006/09/26 15:37:25.95 kernel Sybase, Inc. All rights reserved.
如果在启动日志中可以清楚地看到“Checked out license ASE_DTM”,则表示DTM服务启动正常。
仅仅启动ASE_DTM服务的情况,依然不能获取XA事务支持的,必须给Login帐号设置dtm_tm_role角色才可以。这个不难,在Sybase Central中,选择ASE Server下的roles菜单,为dtm_tm_role角色设置Logins属性即可。
至此,Sybase ASE XA支持就可以了。