• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk Inventor

    Reply
    Active Member
    Posts: 6
    Registered: ‎04-08-2005

    Error 2739

    168 Views, 8 Replies
    04-08-2005 01:26 AM
    This is the error I get when trying to perform a minimal install of Inventor 10.

    I don't want it to create a content library

    Any clues??
    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 01:29 AM in reply to: Grommit
    Not many clues in the install logs either
    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 06:39 AM in reply to: Grommit
    Do you also have a file called "Autodesk Inventor 10 Setup.log" in your %TEMP% directory? This may have more information. It appears that MSDE was successfully installed.

    I'd *guess* that this was done because you selected the "Make library changes and publish" option during the install.

    - Jeff
    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 07:19 AM in reply to: Grommit
    There is such a log. this ones returns a 1603 error
    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 07:27 AM in reply to: Grommit
    MSDE (INVENTORCONTENT) from add\remove programs is removed

    Nothing under
    C:\Documents and Settings\All Users\Application Data\Autodesk

    Or
    C:\Program Files\Microsoft SQL....
    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 08:19 AM in reply to: Grommit
    out of curiosity I ran the Vault Server installer. This runs an MSDE checker. (Annoying that I chose NOT to install Content Library, but it installs MSDE anyway and therefore requires IIS pre-installed, which I suspect is the problem)

    This brought back an an error saying that there was a problem with IIS Port 80

    "Action : Checking that IIS is running on Port 80
    Information:

    Please configure IIS correctly and make sure the default web site is running.


    Result : Warning
    Message : Unexpected response from the web server
    Tip : Please make sure that IIS is installed and running on port 80"

    Looked at the help which looks promising..... but the help doesnt scroll down :-(((((((((((
    Please use plain text.
    *Sami Kozono \(Autodesk\)

    Re: Error 2739

    04-08-2005 08:33 AM in reply to: Grommit
    Would you tell us which version are you trying to install? Is it the AIP beta? Beta and the release build have some difference so we might need to know the situation correctly. Thanks in advance. -Sami KOZONO Autodesk Inventor Modeling QA
    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎04-08-2005

    Re: Error 2739

    04-08-2005 09:08 AM in reply to: Grommit
    Could you let me know how I can contact you directly? I'd be happy to try to help you resolve the problem.

    The Vault server installation, while it, too, utilizes MSDE (using a different instance name), also utilizes IIS (or its own built-in web server). The Inventor installation of MSDE, when it's installed, does not require IIS. Therefore, some of the checks done by the Vault server installation process are not relevant to the Inventor installation, which also utilizes several of the same checks, just not in as obvious a manner.

    You can reach me directly at jeff.pek@autodesk.com.

    Thank you!
    Jeff
    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎04-08-2005

    Re: Error 2739

    04-11-2005 09:50 AM in reply to: Grommit
    SOLUTION FOUND!

    It turns out that this problem is being caused by an inability to run a JScript module during installation. This solution, as Richard notes below, can be solved by re-registering some DLLs.

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

    Per this link: http://www.geekstogo.com/forum/Windows_XP_missing_Help_and_Support-t14971.html

    Richard used this to fix the problem:

    That fixed it!!!!



    I followed the link and ran the three regsvr32.exe command lines.

    regsvr32.exe %SystemRoot%\system32\jscript.dll
    regsvr32.exe %SystemRoot%\system32\vbscript.dll
    regsvr32.exe %SystemRoot%\system32\mshtml.dll

    ----------

    Thanks, Richard and others, for your help in solving this issue.

    Jeff
    Please use plain text.