not the gameserver connection

Results 1 to 11 of 11
  1. #1
    Proficient Member CabalVendetta is offline
    MemberRank
    Jul 2011 Join Date
    Curitiba, BraziLocation
    176Posts

    not the gameserver connection

    Hello friends rz'm the gameserver connection error Anyone know how to fix this? I already installed and hotifixes not avail
    someone has a tip for me how to fix this?


  2. #2
    Account Upgraded | Title Enabled! dmxas is offline
    MemberRank
    Jan 2012 Join Date
    Cyber worldLocation
    290Posts

    Re: not the gameserver connection

    Double check everything did you tryed to ping your local ip?

  3. #3
    Enthusiast mundus is offline
    MemberRank
    Oct 2007 Join Date
    46Posts

    Re: not the gameserver connection

    Which gameserver are you referring to?

  4. #4
    Proficient Member CabalVendetta is offline
    MemberRank
    Jul 2011 Join Date
    Curitiba, BraziLocation
    176Posts

    Re: not the gameserver connection

    it does not even gameserver connection I recreated it and still the same shit he did not connect. it creates the error when I try it it says the LinkedServer not passed the test connection

  5. #5
    Valued Member ToxicMoon is offline
    MemberRank
    Mar 2012 Join Date
    5 star hotelLocation
    118Posts

    Re: not the gameserver connection

    try to post all your logs so we can figure out what is your problem :D check usr/log/cabal on cetos

  6. #6
    Proficient Member CabalVendetta is offline
    MemberRank
    Jul 2011 Join Date
    Curitiba, BraziLocation
    176Posts

    Re: not the gameserver connection

    bro is this lack of connection in sql server 2008 that this has no connection to gameserver not pass tests

  7. #7
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: not the gameserver connection

    It has been posted before that the LinkedServer in the mssql can be removed all together because people don't follow the guides and set it up correctly. : P

    There is a guide for a SQL query to do that somewhere.

  8. #8
    Member hefajstos is offline
    MemberRank
    Aug 2009 Join Date
    87Posts

    Re: not the gameserver connection

    small correction EP8's not using the gameserver as LinkedServer
    This DB use 11 LinkedServer
    linkedserver.png
    Why?
    Therefore, the SP uses these LinkedServer
    Server01
    EXEC acdb01.account.dbo.cabal_sp_event_special_character_create @UserNum, @characteridx, @serverIdx
    CabalCash
    SET @sql_2='SET ANSI_NULLS ON INSERT INTO tempcharacterindex (charac,guildno) SELECT characterindex,guildno FROM gamedb01.server01.dbo.guildmember'

    EXEC (@sql_2)

    SET @sql_3='SET ANSI_NULLS ON INSERT INTO tempcharacterindex (charac,guildno) SELECT characterindex,guildno FROM gamedb02.server02.dbo.guildmember'

    EXEC (@sql_3)

    SET @sql_4='SET ANSI_NULLS ON INSERT INTO tempcharacterindex (charac,guildno) SELECT characterindex,guildno FROM gamedb03.server03.dbo.guildmember'

    EXEC (@sql_4)

    SET @sql_5='SET ANSI_NULLS ON INSERT INTO tempcharacterindex (charac,guildno) SELECT characterindex,guildno FROM gamedb04.server04.dbo.guildmember'

    EXEC (@sql_5)

    SET @sql_6='SET ANSI_NULLS ON INSERT INTO tempcharacterindex (charac,guildno) SELECT characterindex,guildno FROM gamedb05.server05.dbo.guildmember'

    EXEC (@sql_6)
    cabalmanager
    CREATE PROCEDURE [dbo].[CABAL_SP_SET_GLOBAL_USER_COUNT]
    AS
    begin
    SET NOCOUNT ON

    DECLARE @LastIdx int
    SET @LastIdx = 0

    SELECT TOP 1 @LastIdx = LogIdx
    FROM LS_ADB01.ACCOUNT.DBO.Cabal_Global_UserCount_WithServer
    ACCOUNT
    SELECT @UserID = UserID
    , @NickName = NickName
    FROM wdb01.cabal.dbo.cabalUserEntry
    WHERE Usernum = @usernum

    DECLARE @infoidx INT SET @infoidx = 0
    DECLARE @beforeMaster INT SET @beforeMaster = 0
    SELECT @infoidx = InfoIdx , @beforeMaster = masteridx
    FROM wdb01.cabalguild.dbo.GuildInfo

  9. #9
    Account Upgraded | Title Enabled! AMD79 is offline
    MemberRank
    Mar 2006 Join Date
    Sabah, MalaysiaLocation
    290Posts

    Re: not the gameserver connection

    Is this necessary for the cabal server to run smoothly? Because I didn't setup any linkserver and the server running fine.

  10. #10
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    Re: not the gameserver connection

    Quote Originally Posted by AMD79 View Post
    Is this necessary for the cabal server to run smoothly? Because I didn't setup any linkserver and the server running fine.
    Yeah... mine too

  11. #11
    Member hefajstos is offline
    MemberRank
    Aug 2009 Join Date
    87Posts

    Re: not the gameserver connection

    I think that all LinkedServer are only required external applications to a webpage, managertools. Originally these databases are on different locations and Servers not all in one. Just look for Language.enc different IP Server



Advertisement