Cabal Database Problem

Page 1 of 2 12 LastLast
Results 1 to 25 of 26
  1. #1
    Novice jetlastora is offline
    MemberRank
    Jan 2009 Join Date
    3Posts

    Cabal Database Problem

    Hi all fren,

    i just want to ask about Cabal Database Error

    I am using SQL 2005 Express

    I am tryin to test to build a cabal server for my own.

    I got al l from Chumpy Collection

    I Tried to following the guide, but when i try to restore teh data ACCOUNT

    there is error something like this :

    TITLE: Microsoft SQL Server Management Studio Express
    ------------------------------

    Restore failed for Server 'JETLASTORA'. (Microsoft.SqlServer.Express.Smo)

    For help, click: http://go.microsoft.com/fwlink?ProdN...r&LinkId=20476

    ------------------------------
    ADDITIONAL INFORMATION:

    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

    ------------------------------

    The code page 936 is not supported by the server. (Microsoft SQL Server, Error: 2775)

    For help, click: http://go.microsoft.com/fwlink?ProdN...5&LinkId=20476

    ------------------------------
    BUTTONS:

    OK
    ------------------------------

    Could Anyone help me with this.


    Thx


  2. #2
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Cabal Database Problem

    well best solution for beginers are to use mssql 2000. as i do not have any idea how to solve this error (i`m using mssql 2000) so i cannot help you.

  3. #3
    Novice jetlastora is offline
    MemberRank
    Jan 2009 Join Date
    3Posts
    Anyone can help?

    Like ur suggestion cypher,

    i try to install MSSQL Server 2000

    And try to restore, but there is still problem to restore it

    Error Saiys:
    Code page 936 is not supported by the operating system.
    RESTORE DATABASE database is terminating abnormally.

    thx
    Last edited by cypher; 15-02-09 at 07:33 PM. Reason: fixed dbl post.

  4. #4
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Cabal Database Problem

    what os you have, is it updated?

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

    Re: Cabal Database Problem

    Code page 936 is a Chinese code page (the databases are Chinese collation). I know that it is supported on 2005 express as i have used 2005 on more than one server. Try installing the East Asian language packs and code pages under "Regional and language options" on your control panel as that is how my server is set up language-wise.

    http://newton.uor.edu/Departments&Pr...lation_XP.html

    The code pages are all the tickboxes on the Advanced tab.

  6. #6
    Apprentice XvarelaX is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: Cabal Database Problem

    Sorry post here but I think here is the appropriate place to it.
    I'm having problems with database restoration =/, I'm having the error "code page 936" of SQL 2000 SP4. I had installed the language pack and in the advanced tab is already marked the 936 code page, but appears that the SQL don't recognize =/.Can someone help me? Thanks.

    -http://img689.imageshack.us/img689/6553/errosql.png
    -http://h.imagehost.org/download/0947/Erro_no_SQL
    Last edited by XvarelaX; 12-09-10 at 03:33 AM.

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

    Re: Cabal Database Problem

    Try installing all of the codepages (this is how i had my XP set up back when i still used it). There is also a dropdown that is the language for windows to use for non-unicode applications under those panels, try setting that to Chinese PRC as it might help. I can't remember my exact XP config now :/

    I would post some non-Chinese databases but the cabalcash db is moaning about dependencies and i'll have to solve that before i can convert it.

  8. #8
    Apprentice fredsterj is offline
    MemberRank
    Sep 2010 Join Date
    PhilippinesLocation
    7Posts

    Re: Cabal Database Problem

    I have the same problem connot restore my DB... Pls. help


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

    Re: Cabal Database Problem

    Actually you have a very different (and easier to solve) problem. See the filename it has in there (c:\program files\microsoft sql server\...)? It is trying to save account.mdf to a folder that does not exist.

    Before you click Ok to restore click the Options bit on the top left of the panel. Here you can see the folder it is trying to save to. Create a folder called c:\SQLDatabases\ and then change the path of the .mdf and .ldf file (remember to leave the filename on the end) and then restore.

    Another way is to create c:\SQLDatabases\ and then right-click the server name on the left of the sql management window. Select Properties and look under Database Settings. Change the Data and Log folder paths at the bottom to c:\SQLDatabases\ and then restore normally.

    My only real guess at the original error is that the language your OS is can't use codepage 936 for some reason. The only real solution i have for that isn't pretty :/

    EDIT: I thought of something that might work. Create 3 databases, account, cabalcash and gamedb. Run each of these query files in the right databases and it should hopefully create the database without collation problems.
    cabal_dbs_txt.7z
    Last edited by chumpywumpy; 15-09-10 at 10:26 PM.

  10. #10
    Apprentice fredsterj is offline
    MemberRank
    Sep 2010 Join Date
    PhilippinesLocation
    7Posts

    Re: Cabal Database Problem

    Quote Originally Posted by chumpywumpy View Post
    Actually you have a very different (and easier to solve) problem. See the filename it has in there (c:\program files\microsoft sql server\...)? It is trying to save account.mdf to a folder that does not exist.

    Before you click Ok to restore click the Options bit on the top left of the panel. Here you can see the folder it is trying to save to. Create a folder called c:\SQLDatabases\ and then change the path of the .mdf and .ldf file (remember to leave the filename on the end) and then restore.

    Another way is to create c:\SQLDatabases\ and then right-click the server name on the left of the sql management window. Select Properties and look under Database Settings. Change the Data and Log folder paths at the bottom to c:\SQLDatabases\ and then restore normally.

    My only real guess at the original error is that the language your OS is can't use codepage 936 for some reason. The only real solution i have for that isn't pretty :/

    EDIT: I thought of something that might work. Create 3 databases, account, cabalcash and gamedb. Run each of these query files in the right databases and it should hopefully create the database without collation problems.
    cabal_dbs_txt.7z
    Thanks for your help!!! it work's!!! But lastly i have this problem restoring GameDB hope you help me on this agan!!!


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

    Re: Cabal Database Problem

    This is because the database exists and something is using it. Delete the gamedb in the SQL explorer on the left and restore in exactly the same way, a new db will be created as you restore. I always delete old dbs before restoring ;)

  12. #12
    Apprentice XvarelaX is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: Cabal Database Problem

    Hi, I solved the problems of code pages =D.But the only code page that don't work is the 874 (thai).Then the only one DB that I can't restore is the "account" DB =/, If you solve it, my problems will be solved.Have you the converted account DB?

    Imageshack - erro874.png
    Imageshack - dbworking.png

    Thanks

  13. #13
    Apprentice fredsterj is offline
    MemberRank
    Sep 2010 Join Date
    PhilippinesLocation
    7Posts

    Re: Cabal Database Problem

    All is fine now, centOS. SQL is set my winSCP is ok and my server is running but my problem is i cant connect my client.
    MY LOG FILE:

    Spoiler:
    //=====================================================
    version : 22
    FileName : C:\Program Files\OGPlanet\CABAL Online\CabalMain.exe
    ExceptionTime: 2010-09-17 [10:41:47]
    LastModification: Fri Feb 1 09:13:42 2008
    LastCompiled: 11:14:47
    Exception code: C0000005 ACCESS_VIOLATION
    Fault address: 006F031A 01:002EF31A C:\Program Files\OGPlanet\CABAL Online\CabalMain.exe

    Registers:
    EAX:10132268
    EBX:101322A4
    ECX:000C0003
    EDX:00000010
    ESI:000C0003
    EDI:10132288
    CS:EIP:001B:006F031A
    SS:ESP:0023:05A9FAEC EBP:05A9FB08
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00210206

    Call stack:
    Address Frame Logical addr Module
    006F031A 05A9FB08 0001:002EF31A C:\Program Files\OGPlanet\CABAL Online\CabalMain.exe
    0069A489 05A9FB78 0001:00299489 C:\Program Files\OGPlanet\CABAL Online\CabalMain.exe
    0069B1D5 05A9FC3C 0001:0029A1D5 C:\Program Files\OGPlanet\CABAL Online\CabalMain.exe

    StackDump:
    StackBase: 05A9FAEC
    DumpSize: 2048
    0x05A9FAEC: 6C 22 13 10 46 A4 69 00 FF FF FF FF 00 00 6E 00
    0x05A9FAFC: BE 39 42 00 68 22 13 10 00 00 00 00 78 FB A9 05
    0x05A9FB0C: 89 A4 69 00 03 00 0C 00 D8 16 0A 10 30 19 0A 10
    0x05A9FB1C: D4 8A 7D 00 10 FB A9 05 30 2C 31 2C 30 00 30 2C
    0x05A9FB2C: 34 32 34 30 00 9D 75 00 05 00 00 00 0F 00 00 00
    0x05A9FB3C: 25 EB 6E 00 68 22 13 10 BC 22 13 10 BC 22 13 10
    0x05A9FB4C: 00 00 00 00 00 00 80 3F 00 00 80 3F 00 00 80 3F
    0x05A9FB5C: F4 FA A9 05 00 00 80 3F 00 00 80 3F 30 19 0A 10
    0x05A9FB6C: 30 FC A9 05 81 D2 74 00 01 00 00 00 3C FC A9 05
    0x05A9FB7C: D5 B1 69 00 F0 15 1B 03 48 7F C3 00 AC 0A C6 00
    0x05A9FB8C: B8 D6 C2 00 E0 7C 8C 01 88 0B 10 10 E0 7C 8C 01
    0x05A9FB9C: 38 FC A9 05 00 00 00 00 13 00 00 00 1F 00 00 00
    0x05A9FBAC: 7D DF 2A C3 56 7D CA C1 1D BA 74 C3 06 61 57 43
    0x05A9FBBC: 00 80 22 44 66 C6 2C 43 02 00 00 00 20 3A 13 10
    0x05A9FBCC: 28 39 0F 10 03 00 00 00 09 00 00 00 40 10 79 10
    0x05A9FBDC: 44 10 79 10 44 10 79 10 0C 57 6F 00 D8 16 0A 10
    0x05A9FBEC: DC 16 0A 10 DC 16 0A 10 42 5F 74 00 20 65 D1 10
    0x05A9FBFC: 2C 65 D1 10 2C 65 D1 10 24 FC A9 05 68 13 13 10
    0x05A9FC0C: BC 13 13 10 BC 13 13 10 28 65 D1 10 30 19 0A 10
    0x05A9FC1C: 44 10 79 10 66 C6 2C 43 60 17 0A 10 10 43 13 10
    0x05A9FC2C: 00 80 22 44 A4 FF A9 05 4D D2 74 00 06 00 00 00
    0x05A9FC3C: 68 FE C5 00 51 AE 69 00 AC 0A C6 00 5A F7 4D 00
    0x05A9FC4C: F8 EB 95 01 BD FC A9 05 58 41 65 05 07 00 00 00
    0x05A9FC5C: 59 F7 40 00 B8 D6 C2 00 74 64 C3 00 00 00 00 00
    0x05A9FC6C: B4 FF A9 05 43 3A 5C 50 72 6F 67 72 61 6D 20 46
    0x05A9FC7C: 69 6C 65 73 5C 4F 47 50 6C 61 6E 65 74 5C 43 41
    0x05A9FC8C: 42 41 4C 20 4F 6E 6C 69 6E 65 5C 44 61 74 61 5C
    0x05A9FC9C: 4F 62 6A 65 63 74 5C 43 68 61 72 61 63 74 65 72
    0x05A9FCAC: 5C 77 6F 6D 61 6E 5F 70 73 68 6F 70 2E 65 62 6D
    0x05A9FCBC: 00 10 91 7C 86 10 91 7C DB 01 91 7C 06 98 80 7C
    0x05A9FCCC: 68 FF A9 05 3C 68 60 77 08 FD A9 05 00 00 16 00
    0x05A9FCDC: 22 02 91 7C 25 00 00 00 78 0D 16 00 00 00 16 00
    0x05A9FCEC: B8 0B F3 04 E0 FC A9 05 00 00 00 00 24 FF A9 05
    0x05A9FCFC: 20 E9 90 7C 28 02 91 7C FF FF FF FF 22 02 91 7C
    0x05A9FD0C: D5 B0 00 00 28 FD A9 05 88 83 DD 77 AC FD A9 05
    0x05A9FD1C: 24 FD A9 05 64 FD A9 05 00 01 00 00 48 FD A9 05
    0x05A9FD2C: 4B 83 DD 77 00 00 00 00 AC FD A9 05 00 01 00 00
    0x05A9FD3C: 74 FD A9 05 00 00 00 00 00 01 00 00 74 FD A9 05
    0x05A9FD4C: F3 82 DD 77 64 FD A9 05 AC FD A9 05 84 FD A9 05
    0x05A9FD5C: 34 42 16 00 30 42 16 00 10 00 00 00 1C 61 E7 77
    0x05A9FD6C: 4C 42 16 00 77 6F 6D 61 6E 37 2E 65 63 68 00 05
    0x05A9FD7C: 00 01 00 00 00 00 00 00 B0 FE A9 05 A8 60 E7 77
    0x05A9FD8C: 48 3B 16 00 06 00 00 00 10 00 00 00 E8 FE A9 05
    0x05A9FD9C: 60 68 60 77 B4 60 E7 77 FF FF FF FF 06 00 00 00
    0x05A9FDAC: 9F CB A9 6E 57 8E 44 DF 23 64 48 18 94 62 E5 86
    0x05A9FDBC: 55 9E 0C 98 CC B4 63 23 15 CA 2D 6E E6 F1 B9 03
    0x05A9FDCC: A5 0C 5F B7 96 FE 31 B1 B5 BA D7 F8 18 57 80 C4
    0x05A9FDDC: A9 A3 20 E5 69 83 58 31 12 64 A6 ED 14 87 0C BD
    0x05A9FDEC: CC AC 22 70 D3 30 F0 BB 28 01 4F FF 7D D5 86 ED
    0x05A9FDFC: A0 1D 1E B2 A9 08 73 93 07 FA 8E 73 79 30 BA 7C
    0x05A9FE0C: 7A B3 D9 23 48 DE 07 DE 36 7D FF 90 6A F2 13 5B
    0x05A9FE1C: 49 84 7E BA 9E E9 9B F9 EF 0F 11 0E 1E 42 DA EA
    0x05A9FE2C: BA 47 AC 6C 8B FE 9C A6 F0 52 D1 29 91 2B BB 8C
    0x05A9FE3C: 43 BE 4D 42 9C 33 F4 8E 4C 83 D0 05 A6 73 94 31
    0x05A9FE4C: 88 D1 D6 50 38 D9 DA EE CB EB 93 23 5C 9A C0 B5
    0x05A9FE5C: 9D 77 63 E8 52 03 D5 A3 75 04 C5 64 0E 20 39 41
    0x05A9FE6C: CA 87 D4 35 AB 68 79 70 43 3A 5C 50 72 6F 67 72
    0x05A9FE7C: 61 6D 20 46 69 6C 65 73 5C 4F 47 50 6C 61 6E 65
    0x05A9FE8C: 74 5C 43 41 42 41 4C 20 4F 6E 6C 69 6E 65 5C 44
    0x05A9FE9C: 61 74 61 5C 4F 62 6A 65 63 74 5C 4F 62 6A 65 63
    0x05A9FEAC: 74 5C 6F 62 6A 65 63 74 5F 66 78 5C 61 71 75 61
    0x05A9FEBC: 77 61 6C 6B 5C 72 69 70 70 6C 65 2E 65 70 73 00
    0x05A9FECC: EC D7 4F 77 E8 03 00 00 22 D2 4F 77 60 68 60 77
    0x05A9FEDC: EF D1 4F 77 68 68 60 77 F1 F5 4F 77 F4 0B F3 04
    0x05A9FEEC: 68 FF A9 05 08 0C F3 04 B5 D8 4F 77 7C E3 16 00
    0x05A9FEFC: F4 0B F3 04 68 FF A9 05 BD F1 4F 77 06 98 80 7C
    0x05A9FF0C: 68 FF A9 05 3C 68 60 77 00 00 00 00 40 FF A9 05
    0x05A9FF1C: 03 F1 4F 77 F4 0B F3 04 08 0C F3 04 68 FF A9 05
    0x05A9FF2C: 16 F1 4F 77 00 00 00 00 3C 68 60 77 60 FF A9 05
    0x05A9FF3C: 6B F0 4F 77 01 00 00 00 00 00 00 00 02 00 00 00
    0x05A9FF4C: 00 00 00 00 F8 EB 95 01 00 00 00 00 F8 EB 95 01
    0x05A9FF5C: 02 00 00 00 70 FF A9 05 62 2A 50 77 B8 0B F3 04
    0x05A9FF6C: 02 00 00 00 B4 FF A9 05 FA BB 51 00 38 E5 13 00
    0x05A9FF7C: 94 DE 13 00 F8 EB 95 01 15 18 6F 00 74 64 C3 00
    0x05A9FF8C: 94 DE 13 00 9E B0 E5 4F F8 EB 95 01 05 00 00 C0
    0x05A9FF9C: 8C FF A9 05 10 F7 A9 05 DC FF A9 05 0C 57 6F 00
    0x05A9FFAC: 30 A0 75 00 00 00 00 00 EC FF A9 05 29 B7 80 7C
    0x05A9FFBC: F8 EB 95 01 94 DE 13 00 9E B0 E5 4F F8 EB 95 01
    0x05A9FFCC: 00 B0 FD 7F 00 A6 44 8A C0 FF A9 05 48 A8 93 88
    0x05A9FFDC: FF FF FF FF D8 9A 83 7C 30 B7 80 7C 00 00 00 00
    0x05A9FFEC: 00 00 00 00 00 00 00 00 A6 17 6F 00 F8 EB 95 01
    0x05A9FFFC: 00 00 00 00 80 03 00 00 00 10 00 00 10 C8 7B A6
    0x05AA000C: 00 00 00 00 47 09 00 00 00 00 00 00 00 00 00 00
    0x05AA001C: 00 00 00 00 CB B4 01 00 00 00 00 00 9E 37 00 00
    0x05AA002C: 00 00 00 00 10 88 00 00 00 00 00 00 06 00 00 00
    0x05AA003C: 0B 00 00 00 01 00 00 00 80 00 00 00 00 00 00 00
    0x05AA004C: C0 09 00 00 98 13 00 00 A5 00 00 00 01 00 00 00
    0x05AA005C: 00 00 00 00 68 0E AA 05 68 00 AA 05 00 00 00 00
    0x05AA006C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA007C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA008C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA009C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00AC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00BC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00CC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00DC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00EC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA00FC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA010C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA011C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA012C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA013C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA014C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA015C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA016C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA017C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA018C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA019C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01AC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01BC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01CC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01DC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01EC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA01FC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA020C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA021C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA022C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA023C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA024C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA025C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA026C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA027C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA028C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA029C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA02AC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA02BC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA02CC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x05AA02DC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


    /var/log/cabal
    varlogcabal.rar
    Last edited by chumpywumpy; 17-09-10 at 08:26 PM. Reason: Added spoiler tag

  14. #14
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: Cabal Database Problem

    are you really so noob?? Did u chekm in options if if overwrite the database and check it?

  15. #15
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Cabal Database Problem

    Quote Originally Posted by allocen View Post
    are you really so noob?? ...
    Do you have to talk to people like this? ¬_¬

  16. #16
    Apprentice fredsterj is offline
    MemberRank
    Sep 2010 Join Date
    PhilippinesLocation
    7Posts

    Re: Cabal Database Problem

    Quote Originally Posted by allocen View Post
    are you really so noob?? Did u chekm in options if if overwrite the database and check it?
    Yup im a noob!!! cause im not pretending to be good as you!!! Regarding to your opinion yes i have check all the database to overwrite the data, so how can you help?

    Another thing when i create a account with chumpy's GM tool's here's the LOG file,



    ---- 9/18/2010 1:52:57 AM
    SQL error 80040E21
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    DB address: 192.168.100.3 (1433, false)
    DB user: sa

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

    Re: Cabal Database Problem

    Quote Originally Posted by XvarelaX View Post
    Hi, I solved the problems of code pages =D.But the only code page that don't work is the 874 (thai).Then the only one DB that I can't restore is the "account" DB =/, If you solve it, my problems will be solved.Have you the converted account DB?

    Imageshack - erro874.png
    Imageshack - dbworking.png

    Thanks
    Did you try running the queries i added to my last post? These should be able to create the database regardless of the server language settings (it will use the server's language). This is a good idea because your players can name chars in your own language (as long as the cabalmain exe supports it) as not all accents and symbols work on the old databases.

    Quote Originally Posted by allocen View Post
    are you really so noob?? Did u chekm in options if if overwrite the database and check it?

    Calling another person a noob only works if you give the correct answer. If not (like here) you just look stupid ;) This problem is that not all computers can use the collation the databases currently use (936 Chinese PRC + some tables using other Asian languages).

    Quote Originally Posted by fredsterj View Post
    Yup im a noob!!! cause im not pretending to be good as you!!! Regarding to your opinion yes i have check all the database to overwrite the data, so how can you help?

    Another thing when i create a account with chumpy's GM tool's here's the LOG file,



    ---- 9/18/2010 1:52:57 AM
    SQL error 80040E21
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    DB address: 192.168.100.3 (1433, false)
    DB user: sa
    Your game client is crashing because of bad patch files. This happens to more people using the 2.81 patch than i would like (but it works for me!). Look at www.mediafire.com/chumpy for the updated version based on LostSpirit's patch which is much better.

    What action are you performing when the gm tools error appears (loading, new account, giving items etc)? This error is usually because of trying to add too many characters into a text field in SQL but it does have a few other meanings and i can't tell from that log :/

  18. #18
    Apprentice XvarelaX is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: Cabal Database Problem


  19. #19
    Apprentice fredsterj is offline
    MemberRank
    Sep 2010 Join Date
    PhilippinesLocation
    7Posts

    Re: Cabal Database Problem

    Im trying to find my name but it say's user not found in account database,
    again my error log:

    ---- 9/18/2010 12:14:50 PM
    SQL error 80040E21
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    DB address: 192.168.100.3 (1433, false)
    DB user: sa

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

    Re: Cabal Database Problem

    Quote Originally Posted by XvarelaX View Post
    The items the script is trying to create already exist. Delete/rename the account db, create a new empty one and run the script again.

    I specifically didn't set the script to overwrite existing tables just in case ;)

    Quote Originally Posted by fredsterj View Post
    Im trying to find my name but it say's user not found in account database,
    again my error log:

    ---- 9/18/2010 12:14:50 PM
    SQL error 80040E21
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    DB address: 192.168.100.3 (1433, false)
    DB user: sa
    That's and odd one. Try running the query below on your account db after adding your account name and see what shows up:

    select * from account.dbo.cabal_auth_table where id='<username>'

    Also try the gm tools v2 alpha at Index of /gmtools2 and see if that works (v2 is far better than 0.6x).

  21. #21
    Novice skincelcret is offline
    MemberRank
    Sep 2010 Join Date
    2Posts
    Hey chumpy, with cabal tools I created a account and its work fine, but the character creation no =/. Here is the putty log to see the conection with DB :


    Spoiler:
    [Sun Sep 19 2010 11:52:04.897728 3085981376]: open log file '/var/log/cabal/DBAgent_24.log'
    [Sun Sep 19 2010 11:52:04.898698 3085981376]: LOG LEVEL: 3
    [Sun Sep 19 2010 11:52:04.899725 3085981376]: MemPoolUnitSizeClass(2): 24576Bytes
    [Sun Sep 19 2010 11:52:04.916708 3085981376]: Start DBAgent_24 Server
    [Sun Sep 19 2010 11:52:04.921749 3085981376]: UseEcryptText (Off)
    [Sun Sep 19 2010 11:52:04.927697 3085981376]: try listening 38181 port
    [Sun Sep 19 2010 11:52:04.991747 3085978528]: CProcessLayer(0)::svc Start [3085978528]
    [Sun Sep 19 2010 11:52:04.994738 3075488672]: CProcessLayer(0)::svc Start [3075488672]
    [Sun Sep 19 2010 11:52:04.996737 3064998816]: CProcessLayer(0)::svc Start [3064998816]
    [Sun Sep 19 2010 11:52:04.998723 3054508960]: CProcessLayer(0)::svc Start [3054508960]
    [Sun Sep 19 2010 11:52:05.000724 3044019104]: CProcessLayer(0)::svc Start [3044019104]
    [Sun Sep 19 2010 11:52:06.328656 3085981376]: accept success 8(127.0.0.1:32806)
    [Sun Sep 19 2010 11:52:06.338657 3085981376]: 1.open user 8 [8FA4428] (127.0.0.1)
    [Sun Sep 19 2010 11:52:07.772481 3085981376]: accept success 10(127.0.0.1:32808)
    [Sun Sep 19 2010 11:52:07.774424 3085981376]: 2.open user 10 [8FB2B68] (127.0.0.1)

















    and here I try do it again and I have it :








    [Sun Sep 19 2010 11:52:04.897728 3085981376]: open log file '/var/log/cabal/DBAgent_24.log'
    [Sun Sep 19 2010 11:52:04.898698 3085981376]: LOG LEVEL: 3
    [Sun Sep 19 2010 11:52:04.899725 3085981376]: MemPoolUnitSizeClass(2): 24576Bytes
    [Sun Sep 19 2010 11:52:04.916708 3085981376]: Start DBAgent_24 Server
    [Sun Sep 19 2010 11:52:04.921749 3085981376]: UseEcryptText (Off)
    [Sun Sep 19 2010 11:52:04.927697 3085981376]: try listening 38181 port
    [Sun Sep 19 2010 11:52:04.991747 3085978528]: CProcessLayer(0)::svc Start [3085978528]
    [Sun Sep 19 2010 11:52:04.994738 3075488672]: CProcessLayer(0)::svc Start [3075488672]
    [Sun Sep 19 2010 11:52:04.996737 3064998816]: CProcessLayer(0)::svc Start [3064998816]
    [Sun Sep 19 2010 11:52:04.998723 3054508960]: CProcessLayer(0)::svc Start [3054508960]
    [Sun Sep 19 2010 11:52:05.000724 3044019104]: CProcessLayer(0)::svc Start [3044019104]
    [Sun Sep 19 2010 11:52:06.328656 3085981376]: accept success 8(127.0.0.1:32806)
    [Sun Sep 19 2010 11:52:06.338657 3085981376]: 1.open user 8 [8FA4428] (127.0.0.1)
    [Sun Sep 19 2010 11:52:07.772481 3085981376]: accept success 10(127.0.0.1:32808)
    [Sun Sep 19 2010 11:52:07.774424 3085981376]: 2.open user 10 [8FB2B68] (127.0.0.1)
    [Sun Sep 19 2010 11:53:19.918509 3075488672]: Database Connect success!
    [Sun Sep 19 2010 11:53:20.181302 3064998816]: Database Connect success!
    [Sun Sep 19 2010 11:53:20.256251 3054508960]: Database Connect success!
    [Sun Sep 19 2010 11:53:23.559772 3044019104]: Database Connect success!
    [Sun Sep 19 2010 11:53:25.129507 3054508960]: sock 10=> sendBuf is growed (size:32768). len(657), 16924, 131072
    [Sun Sep 19 2010 11:54:07.888759 3085978528]: Database Connect success!
    [Sun Sep 19 2010 11:54:17.248856 3086243520]: open log file '/var/log/cabal/DBAgent_24.log'
    [Sun Sep 19 2010 11:54:17.249158 3086243520]: LOG LEVEL: 3
    [Sun Sep 19 2010 11:54:17.249239 3086243520]: MemPoolUnitSizeClass(2): 24576Bytes
    [Sun Sep 19 2010 11:54:17.251517 3086243520]: Start DBAgent_24 Server
    [Sun Sep 19 2010 11:54:17.252733 3086243520]: UseEcryptText (Off)
    [Sun Sep 19 2010 11:54:17.253785 3086240672]: CProcessLayer(0)::svc Start [3086240672]
    [Sun Sep 19 2010 11:54:17.254077 3075750816]: CProcessLayer(0)::svc Start [3075750816]
    [Sun Sep 19 2010 11:54:17.254240 3065260960]: CProcessLayer(0)::svc Start [3065260960]
    [Sun Sep 19 2010 11:54:17.254627 3086243520]: try listening 38181 port
    [Sun Sep 19 2010 11:54:17.254898 3086243520]: [##ERROR##] listen 38181 port fail (Address already in use)
    [Sun Sep 19 2010 11:54:17.255271 3086243520]: [##ERROR##] active fail
    [Sun Sep 19 2010 11:54:17.255449 3054771104]: CProcessLayer(0)::svc Start [3054771104]
    [Sun Sep 19 2010 11:54:17.255614 3044281248]: CProcessLayer(0)::svc Start [3044281248]
    [Sun Sep 19 2010 11:54:17.255775 3075750816]: [##ERROR##] getq fail (108)
    [Sun Sep 19 2010 11:54:17.255999 3075750816]: CProcessLayer(0)::svc Terminated [3075750816]
    [Sun Sep 19 2010 11:54:17.256281 3065260960]: [##ERROR##] getq fail (108)
    [Sun Sep 19 2010 11:54:17.256344 3065260960]: CProcessLayer(0)::svc Terminated [3065260960]
    [Sun Sep 19 2010 11:54:17.256483 3086240672]: [##ERROR##] getq fail (108)
    [Sun Sep 19 2010 11:54:17.256564 3086240672]: CProcessLayer(0)::svc Terminated [3086240672]
    [Sun Sep 19 2010 11:54:17.256679 3044281248]: CProcessLayer(0)::svc Terminated [3044281248]
    [Sun Sep 19 2010 11:54:17.256796 3054771104]: CProcessLayer(0)::svc Terminated [3054771104]
    [Sun Sep 19 2010 11:54:18.254696 3085981376]: accept success 16(127.0.0.1:32820)
    [Sun Sep 19 2010 11:54:18.257154 3085981376]: 3.open user 16 [903A8D8] (127.0.0.1)
    [Sun Sep 19 2010 11:54:19.199562 3085981376]: 3.close user 16 [903A8D8] (127.0.0.1)
    [Sun Sep 19 2010 11:54:19.398390 3085981376]: accept success 16(127.0.0.1:32822)
    [Sun Sep 19 2010 11:54:19.398773 3085981376]: 3.open user 16 [903A8D8] (127.0.0.1)


    THANKS =]

    chumpy pleas help whit this error when i tray to make a caracter i can login in game can see channels but i cant dreat caracters



    [Mon Sep 20 2010 13:39:56.634032 3086636736]: open log file '/var/log/cabal/DBAgent_06.log'
    [Mon Sep 20 2010 13:39:56.634146 3086636736]: LOG LEVEL: 3
    [Mon Sep 20 2010 13:39:56.634184 3086636736]: MemPoolUnitSizeClass(2): 24576Bytes
    [Mon Sep 20 2010 13:39:56.634911 3086636736]: Start DBAgent_06 Server
    [Mon Sep 20 2010 13:39:56.635364 3086636736]: UseEcryptText (Off)
    [Mon Sep 20 2010 13:39:56.635741 3086636736]: try listening 38181 port
    [Mon Sep 20 2010 13:39:56.635971 3086633888]: CProcessLayer(0)::svc Start [3086633888]
    [Mon Sep 20 2010 13:39:56.636077 3076144032]: CProcessLayer(0)::svc Start [3076144032]
    [Mon Sep 20 2010 13:39:56.636150 3065654176]: CProcessLayer(0)::svc Start [3065654176]
    [Mon Sep 20 2010 13:39:56.636219 3055164320]: CProcessLayer(0)::svc Start [3055164320]
    [Mon Sep 20 2010 13:39:56.636306 3044674464]: CProcessLayer(0)::svc Start [3044674464]
    [Mon Sep 20 2010 13:39:57.147671 3086636736]: accept success 8(127.0.0.1:32804)
    [Mon Sep 20 2010 13:39:57.148507 3086636736]: 1.open user 8 [95AA258] (127.0.0.1)
    [Mon Sep 20 2010 13:39:57.668046 3086636736]: accept success 10(127.0.0.1:32806)
    [Mon Sep 20 2010 13:39:57.668204 3086636736]: 2.open user 10 [95B8970] (127.0.0.1)
    [Mon Sep 20 2010 13:39:58.233643 3086636736]: accept success 11(127.0.0.1:32810)
    [Mon Sep 20 2010 13:39:58.233822 3086636736]: 3.open user 11 [95C4BA8] (127.0.0.1)
    [Mon Sep 20 2010 13:40:07.075656 3044674464]: Database Connect success!
    [Mon Sep 20 2010 13:40:07.108257 3065654176]: Database Connect success!
    [Mon Sep 20 2010 13:40:07.110660 3055164320]: Database Connect success!
    [Mon Sep 20 2010 13:40:07.447945 3076144032]: Database Connect success!
    [Mon Sep 20 2010 13:40:58.241959 3086633888]: Database Connect success!
    [Mon Sep 20 2010 13:43:11.010624 3065654176]: [##ERROR##] OnIPCNewMyChartr fail (CharacterIdx: 16)
    [Mon Sep 20 2010 13:43:11.010736 3065654176]: [##ERROR##] DB ERROR(MSG) : [FreeTDS][SQL Server]VIA Provider: The specified module could not be found.

    [Mon Sep 20 2010 13:43:11.010771 3065654176]: [##ERROR##] DB ERROR(CODE) : 126
    [Mon Sep 20 2010 13:43:11.010806 3065654176]: [##ERROR##] DB ERROR(VAR_INFO) :
    [Mon Sep 20 2010 13:43:11.010840 3065654176]: [##ERROR##] DB ERROR(SQLSTATE) : 42000
    [Mon Sep 20 2010 13:43:11.010875 3065654176]: [##ERROR##] DB ERROR(STM_TEXT) : {call cabal_sp_newchar( ? , ? , ? , ? )}
    [Mon Sep 20 2010 13:43:11.026801 3065654176]: Database Connect success!


    what i need to tray pls help me
    Last edited by chumpywumpy; 20-09-10 at 10:34 PM. Reason: Added spoiler tag

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

    Re: Cabal Database Problem

    Hmmmm, that is a new error. When you log into sql using the sql management studio does the server name have \SQLEXPRESS in it?

  23. #23
    Apprentice XvarelaX is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: Cabal Database Problem

    Hey chumpy, where is this management studio?! if it is the enterprise manager, the server is with name: "(local) windows NT".and the name on service manager is \\computador-01. Edit: and in the query analyzer don't have a named server, I put my login and my password and go for my sarver with name (local) windows NT.

    Thanks =]
    Last edited by XvarelaX; 21-09-10 at 03:31 AM.

  24. #24
    Novice skincelcret is offline
    MemberRank
    Sep 2010 Join Date
    2Posts

    Re: Cabal Database Problem

    done fixed its work great thx chupy
    Last edited by skincelcret; 22-09-10 at 06:41 AM.

  25. #25
    Apprentice XvarelaX is offline
    MemberRank
    Sep 2010 Join Date
    5Posts

    Re: Cabal Database Problem

    hi chumpy, here the SS from SQL query manager with name of server:

    Imageshack - myserver.png
    Imageshack - myservers.png

    Thanks =]



Page 1 of 2 12 LastLast

Advertisement