1.10 Beta 7 Error - Page 2
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32
  1. #11
    Member
    Join Date
    Jul 2008
    Posts
    32

    Default

    Quote Originally Posted by Galoper View Post
    I have a very large database.

    I reinstall Beta 6, but now i canīt import HH. Always take hands like "Import Error". I guess, the beta 7 change something in the database.



    I wait for a TeamViewer Session, please.
    copy your HH into a new folder and try again with manual import

  2. #12
    Senior Member
    Join Date
    Aug 2008
    Posts
    381

    Default

    How "large" is "large," exactly? I'm usually front and center for beta releases but due to a shortage of poker time lately I had been holding off. Now I'm anxious to install 1.10 but the issues I'm seeing with b7 are worrying me.

    My DB has ~86K players and ~62K hands (I recently purged old hands, but kept the players). I'd rather avoid a restore from backup or other such time wasters if you guys think my DB is large enough to cause a problem. If beta8 is about to land and it fixes this issue, then I'll keep waiting.

  3. #13
    Administrator Rvg72's Avatar
    Join Date
    Jul 2008
    Posts
    3,056

    Default

    Just hold off until beta 8 tomorrow night which will have this resolved

    Roy

  4. #14
    Senior Member
    Join Date
    Sep 2008
    Posts
    225

    Default

    Quote Originally Posted by Veteran68 View Post
    How "large" is "large," exactly? I'm usually front and center for beta releases but due to a shortage of poker time lately I had been holding off. Now I'm anxious to install 1.10 but the issues I'm seeing with b7 are worrying me.

    My DB has ~86K players and ~62K hands (I recently purged old hands, but kept the players). I'd rather avoid a restore from backup or other such time wasters if you guys think my DB is large enough to cause a problem. If beta8 is about to land and it fixes this issue, then I'll keep waiting.
    After I deleted 23 million hands my database still holds about 22 million more, so I guess you are on the safe side.

  5. #15
    Senior Member
    Join Date
    Dec 2008
    Posts
    115

    Default

    Quote Originally Posted by McFly View Post
    copy your HH into a new folder and try again with manual import
    I did it. Didnīt work. No way.

  6. #16
    Senior Member
    Join Date
    Dec 2008
    Posts
    115

    Default

    Quote Originally Posted by Veteran68 View Post
    How "large" is "large," exactly? I'm usually front and center for beta releases but due to a shortage of poker time lately I had been holding off. Now I'm anxious to install 1.10 but the issues I'm seeing with b7 are worrying me.

    My DB has ~86K players and ~62K hands (I recently purged old hands, but kept the players). I'd rather avoid a restore from backup or other such time wasters if you guys think my DB is large enough to cause a problem. If beta8 is about to land and it fixes this issue, then I'll keep waiting.
    I was talking about 286.000 players tracked and 95 Gb database.

  7. #17
    HM Support netsrak's Avatar
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    25,795

    Default

    Galoper, are you sure you reinstalled Beta 6 properly?
    Please check the auto-import settings.
    It should work, at least after a reboot.

    Another solution would be to stay with beta 7 and make the database changes manually before starting it again.

    Start pgadminII, connect to the database and open the query tool.
    Run the following commands:

    ALTER TABLE gametypes Add Column Currency_ID smallint default 1;

    ALTER TABLE bonuses Add Column Currency_ID smallint default 1;

    ALTER TABLE playervsplayer Add Column Currency_ID smallint default 1;

    ALTER TABLE playervsplayer_hero Add Column Currency_ID smallint default 1;

    INSERT into Settings (SettingName,SettingValue) Values ('DefaultCurrency', '1');

    ALTER TABLE tourneydata Add Column Currency_ID smallint default 1;

    ALTER TABLE tourneyplayerdata Add Column Currency_ID smallint default 1;

    CREATE TABLE currency
    (
    currency_id integer,
    currency_name character varying(20),
    currency_symbol character varying(4),
    current_rate_in_usd numeric (6,4)
    )
    WITHOUT OIDS;

    ALTER TABLE currency OWNER TO postgres;

    INSERT INTO Currency Values (1, 'USD', '$', 1.0000);
    INSERT INTO Currency Values (2, 'EUR', '€', 0.6989);
    INSERT INTO Currency Values (3, 'GBP', 'Ģ', 0.6278);

  8. #18
    Senior Member
    Join Date
    Dec 2008
    Posts
    115

    Default

    Quote Originally Posted by netsrak View Post
    Galoper, are you sure you reinstalled Beta 6 properly?
    Yes, the software works, but i cant import.

    Quote Originally Posted by netsrak View Post
    Please check the auto-import settings.
    It should work, at least after a reboot.
    Manual setting donīt work too.


    Quote Originally Posted by netsrak View Post
    Another solution would be to stay with beta 7 and make the database changes manually before starting it again.

    Start pgadminII, connect to the database and open the query tool.
    Run the following commands:
    What do you thing. I must wait Beta8 or i must do this manual pgadmin changes?


    If i must to modify the database manually, i really apreciate a TeamView session. Now iīm avaiable.
    Last edited by Galoper; 01-14-2010 at 10:45 AM.

  9. #19
    Junior Member
    Join Date
    Sep 2008
    Posts
    12

    Default

    I am now concerned. My database is pretty large too. 160k players last time I checked and I just tried DLing the 1.10 Beta 7. Twice I tried to skip the Database Update which this release bought and both times the program froze (said not responding). I therefore just agreed to run that databse update and it says it may take "many minutes". Any idea roughly how long this is and if I am still likely to have futher problems?

  10. #20
    Junior Member
    Join Date
    Sep 2008
    Posts
    12

    Default

    Now frozen twice at the multi currency support stage.
    What do I do?
    I am in same boat as other guy. Just want something working ASAP. Already should be playing and this holding me up so would apreciate help ASAP.

Similar Threads

  1. Getting an error after updating to Beta 23a
    By theForm42 in forum Manager General
    Replies: 1
    Last Post: 08-09-2009, 11:06 AM
  2. error intstalling new beta
    By liza85 in forum Manager General
    Replies: 1
    Last Post: 06-30-2009, 05:57 PM
  3. New 1.06.04 beta HUD pops up with an error
    By rovassy in forum Manager General
    Replies: 1
    Last Post: 10-21-2008, 06:00 PM
  4. Net Framework error with 1.06.04 beta 13
    By TyCuS in forum Manager General
    Replies: 4
    Last Post: 10-19-2008, 11:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •