Does the following line exist in the globalmgrsvr.ini?
LoadServerAndChannelType=1
That config you posted will only work for server number 24 and if you changed to a different server number it won't work and you will need to add a section for your server number.
If you check your globalmgrsvr log it should quote the available channel and server configs. Here are 3 settings from mine that have the channel numbers you want (server idx 1, 2 and 3)...
Code:
[Mon Aug 25 2008 01:26:28.444666 3086894784]: Start GlobalMgrSvr Server
[Mon Aug 25 2008 01:26:28.445743 3086894784]: LoadServerAndChannelType(1)
[Mon Aug 25 2008 01:26:28.445970 3086894784]: channelType[1][1]: 0
[Mon Aug 25 2008 01:26:28.446037 3086894784]: maxUserName[1][1]: 5
[Mon Aug 25 2008 01:26:28.449099 3086894784]: channelType[2][1]: 1
[Mon Aug 25 2008 01:26:28.449176 3086894784]: maxUserName[2][1]: 5
[Mon Aug 25 2008 01:26:28.452226 3086894784]: channelType[3][1]: 8
[Mon Aug 25 2008 01:26:28.452289 3086894784]: maxUserName[3][1]: 5
And here are the globalmgrsvr.ini entries...
Code:
[Server01]
ChannelType01=0
MaxUserNum01=5
[Server02]
ChannelType01=1
MaxUserNum01=5
[Server03]
ChannelType01=8
MaxUserNum01=5