[Ascent][Problem]Malls and other problems

Results 1 to 13 of 13
  1. #1
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    [Ascent][Problem]Malls and other problems

    Okay i made a thread but i cant find it anymore..So i made a new one...Anyway..I got a problem..I cant insert malls and other stuff into MySQL..I tryed both the world and character's DB...I right clicked and clicked restore from SQL dump..And i get errors...So i cant insert anything..Or place events etc..Can anyone tell me what i did wrong?Thanks!


  2. #2
    Newbie madsniper is offline
    MemberRank
    Mar 2007 Join Date
    19Posts

    Re: [Ascent][Problem]Malls and other problems

    Error Log?

  3. #3
    Elite Member Ackhole is offline
    Member +Rank
    Sep 2007 Join Date
    USALocation
    169Posts

    Re: [Ascent][Problem]Malls and other problems

    Post your error log

  4. #4
    Elite Member Shadei is offline
    Member +Rank
    Dec 2005 Join Date
    174Posts

    Re: [Ascent][Problem]Malls and other problems

    Probably either you got a SQL query that was written wrong, or it's outdated and the table design has changed since the file was distributed and now the columns do not match.

  5. #5
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    Oh...Thanks!I will post the log now!

    P.S:This SQL File is the File from the stickies the Item List.

    When i try to insert to Character DB:

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:35:08
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:38:59
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    CREATE TABLE `gamesnapshot` (
    `Id` varchar(16) NOT NULL default '',
    `Guild` varchar(8) default NULL,
    `MemberCount` int(11) default NULL,
    `Money` int(11) default NULL,
    `TotalScore` int(11) default NULL,
    `SeasonScore` int(11) default NULL,
    `TotalGrade` int(11) default NULL,
    `SeasonGrade` int(11) default NULL,
    `TotalRank` int(11) default NULL,
    `SeasonRank` int(11) default NULL,
    `GuildRank` int(11) default NULL,
    PRIMARY KEY (`Id`)
    ) TYPE=MyISAM

    Error occured at:2007-12-19 13:39:54
    Line no.:27
    Error Code: 1050 - Table 'gamesnapshot' already exists

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:28:40
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:29:12
    Line no.:1
    Error Code: 1062 - Duplicate entry '1' for key 1

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:30:01
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist



    When i try to insert to World DB:

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:35:08
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:38:59
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    CREATE TABLE `gamesnapshot` (
    `Id` varchar(16) NOT NULL default '',
    `Guild` varchar(8) default NULL,
    `MemberCount` int(11) default NULL,
    `Money` int(11) default NULL,
    `TotalScore` int(11) default NULL,
    `SeasonScore` int(11) default NULL,
    `TotalGrade` int(11) default NULL,
    `SeasonGrade` int(11) default NULL,
    `TotalRank` int(11) default NULL,
    `SeasonRank` int(11) default NULL,
    `GuildRank` int(11) default NULL,
    PRIMARY KEY (`Id`)
    ) TYPE=MyISAM

    Error occured at:2007-12-19 13:39:54
    Line no.:27
    Error Code: 1050 - Table 'gamesnapshot' already exists

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:28:40
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:29:12
    Line no.:1
    Error Code: 1062 - Duplicate entry '1' for key 1

  6. #6
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    Sorry for double post.I clicked on the Post button by accident..

    Anyway..Since its been posted let me post another error log..

    BrewFest Event i tried placing it in 'Character's' Database:

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:35:08
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:38:59
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    CREATE TABLE `gamesnapshot` (
    `Id` varchar(16) NOT NULL default '',
    `Guild` varchar(8) default NULL,
    `MemberCount` int(11) default NULL,
    `Money` int(11) default NULL,
    `TotalScore` int(11) default NULL,
    `SeasonScore` int(11) default NULL,
    `TotalGrade` int(11) default NULL,
    `SeasonGrade` int(11) default NULL,
    `TotalRank` int(11) default NULL,
    `SeasonRank` int(11) default NULL,
    `GuildRank` int(11) default NULL,
    PRIMARY KEY (`Id`)
    ) TYPE=MyISAM

    Error occured at:2007-12-19 13:39:54
    Line no.:27
    Error Code: 1050 - Table 'gamesnapshot' already exists

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:28:40
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:29:12
    Line no.:1
    Error Code: 1062 - Duplicate entry '1' for key 1

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:30:01
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    /*
    2 New creatures templates added
    4 New creatures Spawns added.
    27 New gameobject templates added
    448 New gameobject spawns added
    Converted from:
    Board Message
    Also new 28 items from:
    Board Message
    By Walla
    */
    DELETE FROM `creature_names` WHERE `entry` IN ('24462','24463')

    Error occured at:2007-12-19 23:33:29
    Line no.:17
    Error Code: 1146 - Table 'character.creature_names' doesn't exist


    BrewFest Event i tried placing it in 'World's' Database:

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:35:08
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    Unable to issue `use` statement

    Error occured at:2007-12-19 13:38:59
    Line no.:0
    Error Code: 1102 - Incorrect database name 'admin '

    Query:
    CREATE TABLE `gamesnapshot` (
    `Id` varchar(16) NOT NULL default '',
    `Guild` varchar(8) default NULL,
    `MemberCount` int(11) default NULL,
    `Money` int(11) default NULL,
    `TotalScore` int(11) default NULL,
    `SeasonScore` int(11) default NULL,
    `TotalGrade` int(11) default NULL,
    `SeasonGrade` int(11) default NULL,
    `TotalRank` int(11) default NULL,
    `SeasonRank` int(11) default NULL,
    `GuildRank` int(11) default NULL,
    PRIMARY KEY (`Id`)
    ) TYPE=MyISAM

    Error occured at:2007-12-19 13:39:54
    Line no.:27
    Error Code: 1050 - Table 'gamesnapshot' already exists

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:28:40
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:29:12
    Line no.:1
    Error Code: 1062 - Duplicate entry '1' for key 1

    Query:
    INSERT INTO `items` VALUES (1, 2, 15, -1, "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", "Dagger Of Death", 43491, 5, 0, 435000, 130099, 13, -1, -1, 19, 19, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 7, 100, 33, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 536, 540, 0, 25, 30, 2, 25, 30, 4, 0, 0, 0, 0, 0, 0, 0, 100, 100, 50, 50, 25, 100, 1, 0, 0, 18060, 1, 0, 0, 0, 0, 34696, 2, 0, 0, 0, 0, 17713, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "The Dagger", 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 104, 0, 0, 0, 0, 0)

    Error occured at:2007-12-19 23:30:01
    Line no.:1
    Error Code: 1146 - Table 'character.items' doesn't exist

    Query:
    /*
    2 New creatures templates added
    4 New creatures Spawns added.
    27 New gameobject templates added
    448 New gameobject spawns added
    Converted from:
    Board Message
    Also new 28 items from:
    Board Message
    By Walla
    */
    DELETE FROM `creature_names` WHERE `entry` IN ('24462','24463')

    Error occured at:2007-12-19 23:33:29
    Line no.:17
    Error Code: 1146 - Table 'character.creature_names' doesn't exist

    Query:
    INSERT INTO `creature_names` VALUES
    ('24462','Racing Ram','','0','1','0','0','0','0','22630','0','0','0','0','0','0','0'),
    ('24463','Swift Racing Ram','','0','1','0','0','0','0','22631','0','0','0','0','0','0','0')

    Error occured at:2007-12-19 23:33:44
    Line no.:23
    Error Code: 1136 - Column count doesn't match value count at row 1

  7. #7
    Elite Member Shadei is offline
    Member +Rank
    Dec 2005 Join Date
    174Posts

    Re: [Ascent][Problem]Malls and other problems

    all the items and creature_names tables go into your world DB. If it says Duplicate key or entry found of entry 1 it means it's trying to add an item that is already there. Click the box that say Continue on errors(in navicat) and it will skip those and move on to the extras that you don't already have. If you are using SQLyog I'm not sure how you do it, I don't use SQLyog.

  8. #8
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    Ohhh..Thanks..I'm gonna try now..I tried it but it didn't work ONLY the Christmas Vendors worked..But the Brewfest didn't work..?

    Brewfest Error Log:

    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `creature_names` VALUES
    ('24462','Racing Ram','','0','1','0','0','0','0','22630','0','0','0','0','0','0','0'),
    ('24463','Swift Racing Ram','','0','1','0','0','0','0','22631','0','0','0','0','0','0','0');
    [Err] 1054 - Unknown column 'factionid' in 'field list'
    [Err] INSERT INTO creature_spawns (entry, map, displayid, factionid, x, y, z, o) VALUES
    (24462, 1, 22630, 35, 1282.75, -4425.6, 26.6667, 4.44086),
    (24462, 0, 22630, 35, -5184.94, -484.128, 387.11, 2.77009),
    (24463, 1, 22631, 35, 1288.4, -4420.34, 26.5952, 5.65115),
    (24463, 0, 22631, 35, -5189.57, -488.906, 386.997, 0.686431);
    [Err] 1054 - Unknown column 'x' in 'field list'
    [Err] INSERT INTO `gameobject_spawns` (`Entry`, `Map`, `x`, `y`, `z`, `Facing`, `o1`, `o2`, `o3`, `o4`, `State`, `Flags`, `Faction`, `Scale`, `stateNpcLink`) VALUES ('186717','0','-5251.48','-476.963','386.659','5.01005','0','0','0.594438','-0.804142','0','0','0','1','0'),
    ('186229','0','-5219.85','-475.876','386.602','2.36284','0','0','0.925145','0.379613','0','0','0','2','0'),
    ('186717','0','-5203.7','-478.67','389.14','2.293','0','0','0.911328','0.411682','0','0','0','1','0'),
    ('186717','0','-5217.91','-491.101','387.924','2.23802','0','0','0.899668','0.436574','0','0','0','1','0'),
    ('186681','0','-5197.58','-487.819','388.203','3.28417','0','0','0.99746','-0.0712287','0','0','0','1','0'),
    ('186682','0','-5195.26','-486.76','387.886','3.11531','0','0','0.999914','0.0131413','0','0','0','1','0'),
    ('186717','0','-5214.96','-512.062','389.492','2.33463','0','0','0.919699','0.392625','0','0','0','1','0'),
    ('186717','0','-5197.31','-505.405','388.602','1.97727','0','0','0.835276','0.54983','0','0','0','1','0'),
    ('186229','0','-5219.38','-474.432','386.544','2.53291','0','0','0.954044','0.299666','0','0','0','2','0'),
    ('186229','0','-5218.84','-473.609','386.499','5.51349','0','0','0.375416','-0.926856','0','0','0','2','0'),
    ('186683','0','-5195.6','-487.672','387.911','2.95702','0','0','0.995745','0.0921543','0','0','0','1','0'),
    ('186683','0','-5195.16','-486.763','387.867','3.58299','0','0','0.975745','-0.21891','0','0','0','1','0'),
    ('186683','0','-5194.46','-487.381','387.729','3.3026','0','0','0.996761','-0.080418','0','0','0','1','0'),
    ('186252','0','-5187.48','-483.677','387.012','3.05128','0','0','0.998981','0.0451435','0','0','0','1','0'),
    ('186252','0','-5185.16','-480.174','388.528','3.29868','0','0','0.996917','-0.078461','0','0','0','1','0'),
    ('186252','0','-5185.64','-480.048','388.456','3.31831','0','0','0.996099','-0.0882439','0','0','0','1','0'),
    ('186252','0','-5187.55','-480.387','388.178','3.32224','0','0','0.995924','-0.0901995','0','0','0','1','0'),
    ('186252','0','-5185.79','-491.635','387.614','3.27119','0','0','0.997901','-0.0647515','0','0','0','1','0'),
    ('186252','0','-5180.05','-486.198','388.523','1.71217','0','0','0.755283','0.655399','0','0','0','1','0'),
    ('186252','0','-5178.9','-486.076','388.807','1.67683','0','0','0.743584','0.668643','0','0','0','1','0'),
    ('186252','0','-5179','-485.323','388.927','1.70824','0','0','0.753994','0.656881','0','0','0','1','0'),
    ('186252','0','-5178.88','-485.505','387.927','1.65091','0','0','0.734856','0.678223','0','0','0','1','0'),
    ('186252','0','-5178.87','-484.805','388.377','1.77265','0','0','0.774752','0.632265','0','0','0','1','0'),
    ('179975','0','-5181','-488.486','387.022','0.213629','0','0','0.106612','0.994301','0','0','0','1','0'),
    ('180037','0','-5181.72','-485.395','387.356','3.5445','0','0','0.979776','-0.200096','0','0','0','1','0'),
    ('180037','0','-5185.08','-489.33','386.616','4.80821','0','0','0.67243','-0.740161','0','0','0','1','0'),
    ('180037','0','-5185.08','-489.33','386.616','0.0832572','0','0','0.0416166','0.999134','0','0','0','1','0'),
    ('180037','0','-5181.69','-484.44','387.506','1.75066','0','0','0.767754','0.640744','0','0','0','1','0'),
    ('180037','0','-5184.97','-489.787','386.924','0.147663','0','0','0.0737645','0.997276','0','0','0','1','0'),
    ('186331','0','-5189.32','-482.774','387.262','3.26334','0','0','0.998148','-0.0608352','0','0','0','2','0'),
    ('186738','0','-5195.55','-481.838','388.239','1.85434','0','0','0.799924','0.600102','0','0','0','1','0'),
    ('186738','0','-5197.17','-482.427','388.429','1.93143','0','0','0.822456','0.568829','0','0','0','1','0'),
    ('179973','0','-5197.12','-484.728','388.282','3.27053','0','0','0.997923','-0.0644252','0','0','0','1','0'),
    ('186738','0','-5197.4','-484.851','388.317','3.38756','0','0','0.992447','-0.122672','0','0','0','1','0'),
    ('186709','0','-5197.87','-486.503','388.298','1.1012','0','0','0.523197','0.852212','0','0','0','1','0'),
    ('186252','0','-5214.18','-512.02','389.503','2.11437','0','0','0.870976','0.491326','0','0','0','1','0'),
    ('18
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

  9. #9
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    Bump

  10. #10
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent][Problem]Malls and other problems

    That error just means the columns weren't the same as they should be. (Either more columns were added, or removed)

  11. #11
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    Soo umm..How do i fix it then??

  12. #12
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent][Problem]Malls and other problems

    You don't. Wait for a new release.

  13. #13
    Member CallProcedure is offline
    MemberRank
    Jun 2007 Join Date
    58Posts

    Re: [Ascent][Problem]Malls and other problems

    New core?Or?Sigh*I can't even place malls in my server..



Advertisement