[Help] Procedure too many arguments

Results 1 to 3 of 3
  1. #1
    Member SpartanBlood is offline
    MemberRank
    May 2013 Join Date
    Belém, Brazil,Location
    54Posts

    [Help] Procedure too many arguments

    I'm using at this source: http://forum.ragezone.com/f790/relea...ified-1025076/

    When i'm trying to login, i get this:
    Code:
    --- Log started at Tue Sep 02 22:46:45 2014
    
    
    000000.000| Input Devices enabled: Mouse, Keyboard
    000000.020| VMEM As seen through DDRaw: 1990
    000000.020| VMEM As seen through WMI: 0
    000000.030| We have 4034 MB texture memory
    000000.030| r3dFont: Creating Verdana 10pt
    000000.030| r3dFont: Finished creating Verdana 10pt
    000000.030| r3dFont: Creating Tahoma 12pt
    000000.031| r3dFont: Finished creating Tahoma 12pt
    000000.031| r3dFont: Creating Tahoma 10pt
    000000.031| r3dFont: Finished creating Tahoma 10pt
    000000.031| r3dFont: Creating Tahoma 9pt
    000000.032| r3dFont: Finished creating Tahoma 9pt
    000000.280| Starting updater, v:0.9, cmd:
    000000.280| Checking for new updater
    000000.630| Checking for new updater - finished
    000004.148| WO_API: failed with error code 5 SQL Select Failed: Procedure or function WZ_ACCOUNT_LOGIN has too many arguments specified.
    000004.148| Login FAILED, code: 5
    000005.169| WO_API: failed with error code 5 SQL Select Failed: Procedure or function WZ_ACCOUNT_LOGIN has too many arguments specified.
    000005.169| Login FAILED, code: 5

    Yeah, I've tried this: http://forum.ragezone.com/f792/solve...5-sql-1008036/
    All the others posts about this doesn't fixed my problem :/

    What i do?



    I know. Sorry about my english
    Last edited by GigaToni; 03-09-14 at 04:49 AM.


  2. #2
    ImperiaMuCMS CEO jacubb is offline
    MemberRank
    Jul 2011 Join Date
    SlovakiaLocation
    1,507Posts

    Re: [Help] Procedure too many arguments

    You must edit stored procedure in database to fit API or edit API to fit db procedure. Or just wait till someone will release fixes for this source.

  3. #3
    Member Justinlampy is offline
    MemberRank
    Apr 2007 Join Date
    NetherlandsLocation
    51Posts

    Re: [Help] Procedure too many arguments

    PROBLEM SOLVED!

    Open C:\WarZ\src\Scripts\WZBackend-ASP.NET\
    and find Siteapi_Login.aspx.cs ( Open it with Notepad++ or Notepad )
    Look in there for sqcmd.Parameters.AddWithValue("@in_Mac", mac);
    And delete That Line.
    save the file,
    Then open your WZBackend-ASP.NET
    And publish the website.
    You will get a Popup if you will delete old files. Press Yes.

    Open your launcher on the PC
    And you will see that the problem is solved.



Advertisement