Can't get the server to work

Results 1 to 16 of 16
  1. #1
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Can't get the server to work

    Can someone help me setup the server so i am able to connect to it, i did everything the tutorials said, but i can't seem to get it working


  2. #2
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Can't get the server to work

    too many tutorials and post your problems with logs so we can help you :)

  3. #3
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    i dont know how to find the logs but it just stops some of the services when i start the server

  4. #4
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Centos OS:6.4 32 bit
    Windows OS:10 64 bit

    Centos LAN IP:192.168.163.129
    Windows LAN IP:192.168.1.103

    Do u have turned off firewall?(Yes/No):Yes on both systems
    Describe ur problem:Some of my services are stopped, name of them are: ChatNode_01, LoginSvr_01, WorldSvr_01_01, AgentShop_01, EventMgrSvr

    Logs: I have logs for them all
    Djbette's Pastebin - Pastebin.com

  5. #5
    Enthusiast netsstea is offline
    MemberRank
    Jan 2013 Join Date
    40Posts

    Re: Can't get the server to work

    First thing you need to fix your problem.
    Check your database connection.
    [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.

  6. #6
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Quote Originally Posted by netsstea View Post
    [COLOR=#333333][FONT=Consolas]First thing you need to fix your problem.
    Check your database connection.
    I know but i cant seem to get it to connect, i tried searching for the error code 20009, which it said in the logs. But couldn't figure out how to get it working

  7. #7
    Enthusiast netsstea is offline
    MemberRank
    Jan 2013 Join Date
    40Posts

    Re: Can't get the server to work

    Then, be sure that your MSSQL DB is allowing connections through port 1433, that SQL Server is not blocking the incoming server's IP address, and that you have the correct password.

    using nmap and ping to 1433 port

  8. #8
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Quote Originally Posted by netsstea View Post
    Then, be sure that your MSSQL DB is allowing connections through port 1433, that SQL Server is not blocking the incoming server's IP address, and that you have the correct password.

    using nmap and ping to 1433 port
    it said


  9. #9
    Enthusiast netsstea is offline
    MemberRank
    Jan 2013 Join Date
    40Posts

    Re: Can't get the server to work

    It seem one of your OS was filtered and blocked port 1433.
    Let's make sure, you disabled firewall of windows and firewall of Antivirut program
    When you using nmap and get result is opepned, cabal services will work normally.
    1.jpg
    Quote Originally Posted by djbette View Post
    it said


  10. #10
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Quote Originally Posted by netsstea View Post
    It seem one of your OS was filtered and blocked port 1433.
    Let's make sure, you disabled firewall of windows and firewall of Antivirut program
    When you using nmap and get result is opepned, cabal services will work normally.
    1.jpg
    cant get it to say open, still says filtered
    and firewall are disabled

    - - - Updated - - -

    i got it to work, but i cant create a account
    tried
    gmtools
    exec [Account].[dbo].[cabal_tool_registerAccount] 'YOUR ACC NAME', 'PASSWORD', null, null

  11. #11
    Enthusiast netsstea is offline
    MemberRank
    Jan 2013 Join Date
    40Posts

    Re: Can't get the server to work

    use
    [Account].[dbo].[cabal_tool_registerAccount_web]

  12. #12
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Quote Originally Posted by netsstea View Post
    use
    [Account].[dbo].[cabal_tool_registerAccount_web]
    i used the one you said and i got this error
    Code:
    Msg 8152, Level 16, State 11, Procedure cabal_tool_registerAccount_web, Line 11
    String or binary data would be truncated.
    The statement has been terminated.
    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 17
    Cannot insert the value NULL into column 'UserNum', table 'ACCOUNT.dbo.cabal_charge_auth'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 20
    Cannot insert the value NULL into column 'UserNum', table 'CabalCash.dbo.CashAccount'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
    Msg 208, Level 16, State 1, Procedure cabal_tool_registerAccount_web, Line 23
    Invalid object name 'CabalCash2.dbo.CashAccount'.
    Msg 266, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 23
    Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.

  13. #13
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: Can't get the server to work

    Quote Originally Posted by djbette View Post
    i used the one you said and i got this error
    Code:
    Msg 8152, Level 16, State 11, Procedure cabal_tool_registerAccount_web, Line 11
    String or binary data would be truncated.
    The statement has been terminated.
    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 17
    Cannot insert the value NULL into column 'UserNum', table 'ACCOUNT.dbo.cabal_charge_auth'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
    Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 20
    Cannot insert the value NULL into column 'UserNum', table 'CabalCash.dbo.CashAccount'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
    Msg 208, Level 16, State 1, Procedure cabal_tool_registerAccount_web, Line 23
    Invalid object name 'CabalCash2.dbo.CashAccount'.
    Msg 266, Level 16, State 2, Procedure cabal_tool_registerAccount_web, Line 23
    Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.

    Are you using SQL Server 2014?

  14. #14
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: Can't get the server to work

    Quote Originally Posted by PunkS7yle View Post
    Are you using SQL Server 2014?
    yeah is that bad?

  15. #15
    Account Upgraded | Title Enabled! golddragooon is offline
    MemberRank
    Feb 2013 Join Date
    Far Far AwayLocation
    350Posts

    Re: Can't get the server to work


  16. #16
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: Can't get the server to work

    Quote Originally Posted by djbette View Post
    yeah is that bad?
    No, you just have to change the design of your cabal_auth_table, from varchar(50) on passwords to varchar(100). See http://forum.ragezone.com/f451/gm-to...0/#post8643485. Also remember to run
    Code:
    EXEC sp_MSforeachdb 'ALTER DATABASE [?] SET COMPATIBILITY_LEVEL = 100
    I have been running sql 2014 for over a year non-stop on my server and it's great, way better than 2008.



Advertisement