RTX不能刷新组织架构解决方案
1、进入X:\Tencent\RTXServer文件夹下rtxserver.xml
2、用记事本打开rtxserver.xml找到一下内容,将黑体斜体字改成对外IP就ok了
<Servers>
<MsgCenter/>
<DBServer AutoTransPwd="true" DBConnstring="Driver={Microsoft Access Driver (*.mdb)};DBQ=../db/rtxdb.mdb" IP="127.0.0.1" UDPPort="9000">
<ServerInfo name="HttpServer" type="3" IP="21.134.14.135" TCPPort="8012" UDPPort="8012"/>
<ServerInfo name="SessionServer" type="2" IP="21.134.14.135" TCPPort="8880" UDPPort="8880"/>
<ServerInfo name="FileServer" type="1" IP="21.134.14.135" TCPPort="8003" UDPPort="0"/>
<ServerInfo name="InfoServer" type="100" IP="21.134.14.135" TCPPort="8010" UDPPort="8010"/>
</DBServer>
<LicenseServer IP="127.0.0.1" UDPPort="9004">
</LicenseServer>
<GroupServer IP="127.0.0.1" TCPPort="9001">
</GroupServer>
<ConnServer IP="127.0.0.1" TCPPort="8000" UDPPort="8000" ForMsgCenterIP="127.0.0.1" ForMsgCenterUDPPort="8002" PushStateFreq="60" PushStateChildFreq="20" PushStateClientCount="30" PushExStateFreq="60" PushExStateChildFreq="20" PushExStateClientCount="30" RedirectFlag="0" RedirectSvrIP="127.0.0.1" RedirectSvrTCPPort="8000" RedirectSvrUDPPort="8000" >
</ConnServer>
<FileServer IP="21.134.14.135" TCPPort="8003">
</FileServer>
<SessionServer IP="127.0.0.1" TCPPort="8880" UDPPort="8880" EnableDyncChange="FALSE" MaxIncomingFlow="102400" MaxSendPackage="1024">
</SessionServer>
<Upgradesvr IP="21.134.14.135" TCPPort="8009" AutoCheckSetupFile="TRUE" LoginCheckUpdate="TRUE">
</Upgradesvr>
<Gateway IP="127.0.0.1" UDPPort="8008" BUin="72912345" Password="0VrVcZOyZfV3/EtzC3WvXQ==" OuterService="start" BConnServer="bqqconn.tencent.com">
<!--如果您的代理中的密码是明文保存并且长度短于16位系统会自动的把您的密码加密后保存-->
<!-- HTTP代理设置-->
<HttpProxy EnableProxy="false" ProxyServerIP="" ProxyServerPort="" UserName="" Password="" DomainName=""/>
<!-- SOCKS5代理设置-->
<Socks5Proxy EnableProxy="false" ProxyServerIP="" ProxyServerPort="" UserName="" Password=""/>
</Gateway>
<APPServer IP="127.0.0.1" TCPPort="8006" ForMsgCenterIP="127.0.0.1" ForMsgCenterUDPPort="8007" >
</APPServer>
<SDKServer IP="127.0.0.1" TCPPort="6000" ForMsgCenterIP="127.0.0.1" ForMsgCenterUDPPort="8009" >
</SDKServer>
<OutSupport IP="127.0.0.1" TCPPort="9005" UDPPort="9005"/>
<WanServer IP="remote.rtx.tencent.com" TCPPort="5002" UDPPort="5002"/>
<InfoServer IP="21.134.14.135" TCPPort="8010" UDPPort="8010"/>
</Servers>