ULOG contains the following:--
024412.USTR-VM-0928!tmboot.4000.2672.-2: 02-17-2011: tuxedo Version 8.1 32-bit Windows.
024412.USTR-VM-0928!tmboot.4000.2672.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
024412.USTR-VM-0928!tmboot.4000.2672.-2: FATAL: internal error: CMDTUX_CAT:1098: ERROR: Can't create queue
024529.USTR-VM-0928!tmloadcf.1248.3360.-2: 02-17-2011: Tuxedo Version 8.1 32-bit Windows.
024529.USTR-VM-0928!tmloadcf.1248.3360.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 880 512-byte blocks)
024530.USTR-VM-0928!tmloadcf.1248.3360.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file c:\oltp\tuxconfig has been created
024548.USTR-VM-0928!tmboot.3584.2572.-2: 02-17-2011: Tuxedo Version 8.1 32-bit Windows.
024548.USTR-VM-0928!tmboot.3584.2572.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
024548.USTR-VM-0928!tmboot.3584.2572.-2: FATAL: internal error: CMDTUX_CAT:1098: ERROR: Can't create queue
071016.USTR-VM-0928!tmloadcf.132.3896.-2: 02-17-2011: Tuxedo Version 8.1 32-bit Windows.
071016.USTR-VM-0928!tmloadcf.132.3896.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 880 512-byte blocks)
071016.USTR-VM-0928!tmloadcf.132.3896.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file c:\oltp\tuxconfig has been created
071023.USTR-VM-0928!tmboot.3596.3920.-2: 02-17-2011: Tuxedo Version 8.1 32-bit Windows.
071023.USTR-VM-0928!tmboot.3596.3920.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
071023.USTR-VM-0928!tmboot.3596.3920.-2: FATAL: internal error: CMDTUX_CAT:1098: ERROR: Can't create queue
When I executed tmloadcf -y ubbconfig, one folder with name .adm and one configuration file with name tuxconfig are created.
Then I did tmboot -y, it returns error as :
Booting all admin and server processes in c:\oltp\tuxconfig
tmboot: internal error: CMDTUX_CAT:1098: ERROR: Can't create queue
I checked wslog file for more information:--
022711.USTR-VM-0928!?proc.3452.3688.0: 02-17-2011: Tuxedo Version 8.1 32-bit Windows.
022711.USTR-VM-0928!?proc.3452.3688.0: LIBWSC_CAT:1037: ERROR: Network message receive failure
022711.USTR-VM-0928!?proc.3452.3688.0: LIBWSC_CAT:1059: ERROR: WSL returns error on connection request
022711.USTR-VM-0928!?proc.3452.3688.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
022711.USTR-VM-0928!?proc.3452.3688.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
022711.USTR-VM-0928!?proc.3452.3688.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
My ubbconfig file contains the following:--
*RESOURCES
IPCKEY 68990
UID 0
GID 0
PERM 0666
MAXACCESSERS 50
MAXSERVERS 50
MAXSERVICES 50
MASTER "USTR-VM-0928"
SCANUNIT 10
BBLQUERY 180
BLOCKTIME 30
SANITYSCAN 30
MODEL SHM
LDBAL Y
NOTIFY SIGNAL
USIGNAL SIGUSR1
TAGENT "TAGENT"
*MACHINES
"USTR-VM-0928" LMID= "USTR-VM-0928"
TYPE="i386NT"
MAXWSCLIENTS=10
TUXDIR="c:\bea\tuxedo8.1"
APPDIR="c:\oltp"
ENVFILE="c:\oltp\envfile"
TLOGDEVICE="c:\oltp\tlog"
TLOGNAME=tlog
TUXCONFIG="c:\oltp\tuxconfig"
ULOGPFX="c:\oltp\ulog"
*GROUPS
K_GROUP1 GRPNO=1 LMID="USTR-VM-0928"
K_GROUP2 GRPNO=2 LMID="USTR-VM-0928"
K_GROUP3 GRPNO=3 LMID="USTR-VM-0928"
*SERVERS
DEFAULT: RESTART=Y MAXGEN=5 REPLYQ=Y
WSL SRVGRP=K_GROUP3 SRVID=3 CLOPT=
"-A -- -n0x00020beac03dfc14 -w C:\oltp\wsenvfile\WSH -m 1"
#### WSL SRVGRP=K_GROUP3 SRVID=3 CLOPT= "-A -- -n //192.61.252.20:279 -m 2 -M 5 -x 5f"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=1 CONV=Y
CLOPT="-- -sA -ljdoe,7,jdoe,tpscon"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=2
CLOPT="-- -sA -ljdoe,7,jdoe,unsolmsg"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=3
CLOPT="-- -sA -ljdoe,7,jdoe,bromsg"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=11 CLOPT=
"-s MPR_TBL:map_server -- -sA -ljdoe,7,jdoe,mapsvr,1"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=12 CLOPT=
"-s MPR_COL:map_server -- -sA -ljdoe,7,jdoe,mapsvr,2"
"c:\BIS$1\tpmapper" SRVGRP=K_GROUP1 SRVID=13 CLOPT=
"-s MPR_SQL:map_server -- -sA -ljdoe,7,jdoe,mapsvr,3"
*SERVICES
DEFAULT: PRIO=50 LOAD=50 AUTOTRAN=N
map_server
WSH
I tried many other option within Server section for WSL, but always getting the same error.