Problem with database , i think so ...

Results 1 to 11 of 11
  1. #1
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts
    Well,when i try to add premium at any account,i got error!
    And when i try to make an account from website,they cannot add the account in DB.

    Sorry for double post , some one can help me ?
    Attached Thumbnails Attached Thumbnails untitled.jpg  
    Attached Files Attached Files
    Last edited by cypher; 01-03-10 at 08:50 PM. Reason: dbl post


  2. #2
    Enthusiast janis112 is offline
    MemberRank
    Jan 2010 Join Date
    41Posts

    Re: Problem with database , i think so ...

    LOL question... How you make web page.. D:D can you post link for guide please..?

  3. #3
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Problem with database , i think so ...

    OMG,Why did you spam?get a life !

  4. #4
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: Problem with database , i think so ...

    Well,you maybe wrong login details or didn't save
    Or your xp_md5.dll is not working..
    Check log.txt for more info

  5. #5
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Problem with database , i think so ...

    2010-03-01 @ 06:37:09 : com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'cabal_character_table'.

    I would guess your database isn't called "gamedb" or the tools ask for a DB name and you put the wrong one.

    4 hours is not nearly long enough to bump a topic. RZ rules state 2 weeks but personally i would allow it earlier, but only if the post has left the first page.

  6. #6
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Problem with database , i think so ...

    I don't think so ...
    If i try to edit manually from tables i got this error !
    Attached Thumbnails Attached Thumbnails untitled.jpg  

  7. #7
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Problem with database , i think so ...

    It's looking for cabal_character_table which is in gamedb not account.

  8. #8
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Problem with database , i think so ...

    My account database name is correct "Gamedb" in config are Gamedb, user and password is ok !
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <config>
    <sql>
    <param id="ip" cont="127.0.0.1" />
    <param id="user" cont="sa" />
    <param id="pass" cont="*****" />
    <param id="port" cont="1433" />
    <param id="gamedb" cont="Gamedb" />
    <param id="cabalcash" cont="cabalcash" />
    <param id="account" cont="account" />
    </sql>
    </config>
    Attached Thumbnails Attached Thumbnails untitled.jpg  
    Last edited by S37uP!Update; 01-03-10 at 04:25 PM.

  9. #9
    Member tuongtu_99 is offline
    MemberRank
    Oct 2004 Join Date
    86Posts

    Re: Problem with database , i think so ...

    it because ur database have one pie not the same with default
    it's cabalmanager_db. default is cabalmanager_db but i sure with u is ur database this pie is not like this - for example ur database show like : cabal_managerdb
    so add one row to this config.xml ( open with notepad or wordpad )

    <param id="cabalmanager_db" cont="cabal managerdb" />

    for example me :

    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <config>
    - <sql>
    <param id="ip" cont="xxx.xx.xxx.xxx" />
    <param id="user" cont="sa" />
    <param id="pass" cont="xxxx" />
    <param id="port" cont="8088" />
    <param id="gamedb" cont="gamedb" />
    <param id="cabalcash" cont="cabalcash" />
    <param id="account" cont="account" />
    <param id="cabalmanager_db" cont="cabal managerdb" />
    </sql>
    </config>

  10. #10
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Problem with database , i think so ...

    No working,but this problem is not only for the editor,if some one try to register from website they got succesfully ! but the account not register in database !

  11. #11
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Problem with database , i think so ...

    Try the query below. I'm not reammly familiar with those tools and the error might be misleading.

    select account.dbo.fbn_md5('test')

    If you get a "null" back your xp_md5 is not working.



Advertisement