Page 1 of 2 12 LastLast
Results 1 to 5 of 7

Thread: SQL error in setup progress

  1. #1
    Join Date
    Sep 2006
    Posts
    4

    SQL error in setup progress

    Hi,
    I use Installshield 12 Express to deploy my application.
    I have a error on this step :
    (sorry, it's french setup)

    Code:
    Génération de scripts pour l'action :
    Error is :
    Code:
    Database: . Unknown table 'Verb' in SQL query:
    SELECT `Verb`, `Command`, `Argument`, `Sequence` FROM `Verb` WHERE `Extension_` = ? ORDER BY `Sequence`.
    I search this error, but no result in forum and web

    Thx for your help !
    Bye.

  2. #2
    Join Date
    May 2002
    Location
    Chicago, IL
    Posts
    731
    It seems like you have an entry in the Extensions table without an associated entry in the Verb table. Unfortunately, you do not have access to those tables with Expresss.

    I think you might have a bad entry in the 'File Extensions' view. Check the entries you have in the File Extensions view. As a test you could even try deleting the entries to verify that the error goes away. Then, recreate the entries to see if that resolves the issue.

    Merci!

  3. #3
    Join Date
    May 2002
    Location
    Chicago, IL
    Posts
    731
    FYI, the root cause of this issue is that the Verb table is filtered out because we detect that there are no entries in the Verb table. Unfortunately, MSI needs the Verb table, even if it is empty, if the Extension table is in use.

    So, to prevent the Verb table from being filtered out, you can add the following entry to settings.xml (found by default in c:\Program Files\Macrovision\IS12 Express\Support\0409\settings.xml):
    <Verb MSI="Ref:Extension" MSM="Ref:Extension">Required for RegisterExtensionInfo action</Verb>


    FYI, this should already be fixed for future versions of the product. You will manaully have to make this change if you have this problem in a current version. However, it seems strange to have an Extension entry without an associated Verb entry.

  4. #4
    Join Date
    Sep 2006
    Posts
    4
    Thx for your answers !
    I try these solutions monday...

    Thx, bye...

  5. #5
    Join Date
    Sep 2006
    Posts
    4
    Thanks a lot for you response.

    We want to try the solution by modifying the XML file. However, we don't know where to enter the entry you sent us. Could you please tell us the exact section in the XML file ?

    Alexandre

Page 1 of 2 12 LastLast

Posting Permissions

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