sql problem need some help please

Results 1 to 6 of 6
  1. #1
    Novice Elisea is offline
    MemberRank
    Oct 2018 Join Date
    hereLocation
    4Posts

    sql problem need some help please

    I have compiled source 4.3

    I have restore DB is ok but when I add user atum it's impossible to cheek the box's I receive one error
    " this user already exists in the current database "
    Thanks for help a strong newbie :/
    Attached Thumbnails Attached Thumbnails atum.jpg  


  2. #2
    The Worst One inetpub is offline
    MemberRank
    Oct 2012 Join Date
    C:Location
    232Posts

    Re: sql problem need some help please

    Maybe exist in database but as long as its new mssql server it does not exist there. Anyway even if you got error user was added to server users

  3. #3
    Novice Elisea is offline
    MemberRank
    Oct 2018 Join Date
    hereLocation
    4Posts

    Re: sql problem need some help please

    Resolved whit this solution found on the web, but I post it

    USE myDB EXEC sp_change_users_login 'Auto_Fix', 'myUser'

    So I have again one problem

    The server control panel make successful connection whit DB and not the server :/

    I have rebuild projet for change IP xor and nothing

  4. #4
    Valued Member eugenechavez is offline
    MemberRank
    Mar 2015 Join Date
    102Posts

    Re: sql problem need some help please

    TCP IP Enabled?

  5. #5
    Novice Elisea is offline
    MemberRank
    Oct 2018 Join Date
    hereLocation
    4Posts

    Re: sql problem need some help please

    Yes Eugenechavez

    I have tested account atum whit SQL manager studio whit ID atum PSW callweb it work correctly

    when I run preserver I have this error in the log :

    [DB Error] fail to connect DBServer(CPreIOCP::IOCPInit_) !! 192.168.0.10,1433 atum2_db_account : Wrong DB Password

    I think to have correctly make PSW & ID xored in the file

    Sry I'm really newbies


    But to create a server is really very interesting, I had to create a server 4.2 but I had an
    unresolved bug so I wanted to try to make a server in 4.3

  6. #6
    sql problem need some help please Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: sql problem need some help please

    You might find some gems in here by using the search function on errors you're getting. For instance, the DB connection problems almost always come down to the same things.
    For reference: http://forum.ragezone.com/f908/help-...1/#post8756656

    - - - Updated - - -

    As this seems to be happening very frequently to you guys, I just extended the updated FAQ with this problem / solutions. Have a read: http://forum.ragezone.com/f614/faq-u...2/#post8909512



Advertisement