Abbygamerz Skills Race Procedure Issue

Results 1 to 10 of 10
  1. #1

    Abbygamerz Skills Race Procedure Issue

    Hey guys.

    I keep getting this on my match server every second!

    [12/24/15 15:53:43] MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_Skills_Race ()} ), ErrCode( -1 )
    ErrMsg - Procedure or function 'SP_Get_Skills_Race' expects parameter '@RaceId', which was not supplied.
    State:37000,Native:201,Origin:[Microsoft][SQL Server Native Client 11.0][SQL Server]

    [12/24/15 15:53:43] NO SE CARGO LA SKILL RACE LIST
    I have executed the procedure below already;

    USE [GunzDB]
    GO
    /****** Object: StoredProcedure [dbo].[SP_Get_Skills_Race] Script Date: 12/24/2015 16:39:10 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO


    ALTER PROC [dbo].[SP_Get_Skills_Race]
    @RaceId int
    , @SkillId int
    , @CoolDownTime int
    , @Speed int
    , @HP int
    , @AP int
    AS
    SET NOCOUNT ON
    UPDATE RaceCustomZombie WITH (rowlock)
    SET RaceId=@RaceId, SkillId=@SkillId, CooldownTime=@CoolDownTime, Speed=@Speed, HP=@HP, AP=@AP
    I don't have any table named "RaceCustomZombie" but got "RaceSkills" table, I have tried to change but it didn't work either. What could be the issue ?

    EDIT: Fixed, don't ever use the procedure I have shared above. Simply use the original db backup and on the odbcad select sql native client. You might need to fix spGetAccountInfo and change "aid" to "AID" inside that procedure otherwise it will prompt can not get account info (in spanish).
    Last edited by ThroneX; 25-12-15 at 12:23 AM.


  2. #2
    Member spaike23 is offline
    MemberRank
    Nov 2009 Join Date
    LeagueOfLegendsLocation
    52Posts

    Re: Abbygamerz Skills Race Procedure Issue

    Use ODBC -> SQL Native Client.

  3. #3

    Re: Abbygamerz Skills Race Procedure Issue

    Quote Originally Posted by spaike23 View Post
    Use ODBC -> SQL Native Client.
    Nope, it didn't fix it..

  4. #4
    Member spaike23 is offline
    MemberRank
    Nov 2009 Join Date
    LeagueOfLegendsLocation
    52Posts

    Re: Abbygamerz Skills Race Procedure Issue

    It works perfectly for me.

  5. #5
    Member bybuuthach is offline
    MemberRank
    Dec 2015 Join Date
    53Posts

    Re: Abbygamerz Skills Race Procedure Issue

    Quote Originally Posted by spaike23 View Post
    It works perfectly for me.
    How? -_-

  6. #6
    Apprentice KYf Sika is offline
    MemberRank
    Sep 2013 Join Date
    14Posts

    Re: Abbygamerz Skills Race Procedure Issue

    gfdgfdgfdfgggggggggggg.jpggfdgfdgfd.jpg

  7. #7

    Re: Abbygamerz Skills Race Procedure Issue

    Quote Originally Posted by KYf Sika View Post
    gfdgfdgfdfgggggggggggg.jpggfdgfdgfd.jpg
    Read main post, I have edited it with the fix.

  8. #8
    Apprentice KYf Sika is offline
    MemberRank
    Sep 2013 Join Date
    14Posts

    Re: Abbygamerz Skills Race Procedure Issue

    -ZombieMode






    you can not select

  9. #9
    Member discordaxe is offline
    MemberRank
    Mar 2017 Join Date
    75Posts

    Re: Abbygamerz Skills Race Procedure Issue

    I did what is said in the edit but I still have the 'no se cargo la skill race list' error.



    Code:
    [09/08/17 19:37:43] Match Server Created (Port:6000)
    
    Dueltournament Service Open(2017-9-8 Hour19, Min37) 
    [09/08/17 19:37:43] SE CARGARON LOS ANUNCIOS
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_Skills_Race ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_Skills_Race has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    [09/08/17 19:37:43] NO SE CARGO LA SKILL RACE LIST
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_WarriorClass ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_WarriorClass has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    Daily Survival Ranking Request [month9 day8 hour19 min37]
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_Skills_Race ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_Skills_Race has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    [09/08/17 19:37:43] NO SE CARGO LA SKILL RACE LIST
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_WarriorClass ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_WarriorClass has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_Skills_Race ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_Skills_Race has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    [09/08/17 19:37:43] NO SE CARGO LA SKILL RACE LIST
    
    [09/08/17 19:37:43]  MMatchDBMgr::ExceptionHandler
    ErrSQL( {CALL SP_Get_WarriorClass ()} ), ErrCode( -1 )
    ErrMsg - Procedure SP_Get_WarriorClass has no parameters and arguments were supplied.
    State:37000,Native:8146,Origin:[Microsoft][SQL Native Client][SQL Server]
    
    success to update CustomIP
    
    etc

  10. #10
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Abbygamerz Skills Race Procedure Issue

    It says it right there

    Procedure SP_Get_WarriorClass has no parameters and arguments were supplied.

    SP_Get_WarriorClass has arguments but no parameters to define what they do.

    Open your source and trace SP_Get_WarriorClass and find what it is calling for the MSSQL, I'm assuming it isnt in the database so Its trying to get information from tables but they arent there..

    Assuming this is your Matchserver Log, you're missing SQL tables/Procedures



Advertisement