Subscribe

Getting SQL Error when importing the app DB

  1. 2011-08-09 06:28:51 PDT
    Please suggest, getting SQL error when importing the app db. Took the dump files from - https://sourceforge.net/projects/it-dashboard/files/Release%201.0.4/ Error SQL query: DELIMITER ;; /*!50003 CREATE*/ /*!50020 DEFINER=`root`@`localhost`*/ /*!50003 PROCEDURE `addOrDeleteInvestmentsForDemoDatabase`(budYear VARCHAR(4), OUT execution_status INT) BEGIN DECLARE previousUPIs TEXT DEFAULT NULL; DECLARE finalUPIs TEXT DEFAULT NULL; DECLARE modifiedPreviousUPIs TEXT DEFAULT NULL; DECLARE sql_del_majoragencyallinvestments VARCHAR(4000); DECLARE sql_del_majoragencybusinesscasesmv VARCHAR(4000); DECLARE buscaseUPIs, sandcUPIs TEXT DEFAULT NULL; DECLARE finalbuscaseUPIs, finalsandcUPIs TEXT DEFAULT NULL; DECLARE modifiedbuscaseUPIs, modifiedsandcUPIs TEXT DEFAULT NULL; DECLARE sql_bmv, sql_bmv_sandc VARCHAR(4000); DECLARE buscId, buscId_sandc INT; DECLARE index1, businesscount, businesscount_sandc, index_sandc, upicount, index2, index3, conscount, consElimRecs INT DEFAULT 0; [...] MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE*/ /*!50020 DEFINER=`root`@`localhost`*/ /*!50003 PROCEDURE `addOrDeleteIn' at line 1 I'm trying to import the "itdashboard_sample_application_db_populated.zip" file and have tried a few times with no luck.
  2. 2011-08-09 16:09:09 PDT
    Please refer to the "Windows Installation?" forum topic for suggestions on the same error: https://sourceforge.net/projects/it-dashboard/forums/forum/1678207/topic/4479076 Regards, Jose
Jump To:
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.