MultiValue Tools

 View Only
  • 1.  Sbxa comm-error code / details

    PARTNER
    Posted 08-04-2022 05:05
    Hi, 

    Do you know where I can have detail about a U2ConnectionException ? 

    Error I get from sbxa when trying to connect ? 

    Many thanks for any help. 
    Manu


    ()[SBXA.SBPlusAppServer.dll,SbPlusRuntimeService.SbAppConnect(0)] }{Failed to open connection to luluvpdb2541/E:\INTEGRIX\UVDB\START using LU\kmaus:SBXA.AppServer.U2OpenConnectionException:[193AG]-12

       at SBXA.AppServer.U2Connection.OpenConnection()



    ------------------------------
    manu fernandes
    ------------------------------


  • 2.  RE: Sbxa comm-error code / details

    ROCKETEER
    Posted 08-04-2022 19:14
    Hello Manu,

    193AG is a reference to the server code. 
    You should find a corresponding record in the SROC.LOG file which contains the message "Error on openSocket" and provides more detail.

    Thanks, Mark.

    ------------------------------
    Mark Shannon
    Rocket Internal - All Brands
    North Sydney NSW AU
    ------------------------------



  • 3.  RE: Sbxa comm-error code / details

    PARTNER
    Posted 08-05-2022 03:18
    hi,

    I have my solution. 

    U2OpenConnectionException:[193AK]

    SB/XA Administration Login fails during the first-time connection of XUI clients.

    This is a common problem during configuration of the SB/XA Communications Server when connecting with XUI clients for the first time.

    The probable cause of this error is that the SB/XA Communications Server listener port is not open in the firewall configuration for the server running the SB/XA Communications Server.

    The SB/XA Communications Server listener port is defined in the SB/XA Communications Serverconfiguration file, the default location of this file is: C:\Windows\System32\config\systemprofile\AppData\Local\RocketSoftware\SBXAComServer.config

    The default listener port for the SB/XA Communications Server is 11000

    Ensure this port is open in the firewall configuration for the server running the SB/XA CommunicationsServer and retry the SB/XA Administration Login.

    SBXAComServer.config
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
         <appSettings>      
              <add key="u2ConnectionListenerPort"     value="11000" />
    New-NetFirewallRule -DisplayName 'SBXA-CommMngr-u2ConnectionListenerPort' -Direction Inbound -Action Allow -Protocol TCP -LocalPort 11000


    ------------------------------
    manu fernandes
    ------------------------------