Error while installing demo database

nav_126nav_126 Member Posts: 77
edited 2010-06-23 in NAV Three Tier
Dear All,

I found following error after installation of a demo version of NAV 2009 on a machine. SQL 2005 is installed on the machine.

can anyone tell that whats the reason for the same?

ERROR:
SQL Server option
Microsoft Dynamics NAV 2009 Components for Microsoft SQL Server
Fatal error during installation.

Could not connect to the SQL database. (-2147467259 master ). This can be caused by insufficient permissions. Indirect permissions through Windows group memberships may not work as expected when User Account Control (UAC) is turned on.

Cronus Sample Database for Microsoft Dynamics NAV 2009
Fatal error during installation.

Could not connect to the SQL database. (-2147467259 master ). This can be caused by insufficient permissions. Indirect permissions through Windows group memberships may not work as expected when User Account Control (UAC) is turned on.


Regards
Navision Developer

Comments

  • kinekine Member Posts: 12,562
    Wich OS? Windows XP, Vista or Win 7? I assume Vista or 7 and thus as described in the error, you need to run the setup as administrator...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • nav_126nav_126 Member Posts: 77
    Thnks,

    I got your point and it worked for me.

    Now, can you explain that how to check that if SQL Server and NAV server are running on domain service / netwrok service? both are on different machines.

    Do i need to setup delegation for my each and every windows user who wants to access Navision through RTC?

    (It looks so silly but please answer me if anyone can explain )

    Regards
    Navision Developer
  • alexpeckalexpeck Member, Microsoft Employee Posts: 37
    If the service tier and SQL Server are hosted on different machines you need to set up delegation. Please consult the walkthrough in the help entitled "Walkthrough: Installing the Three Tiers on Three Computers".

    If you are on 2009 SP1 you can also use the Best Practices Analyser to help troubleshoot your configuration.

    Alex
  • nav_126nav_126 Member Posts: 77
    Thnx for the reply.

    Now, I have 20 users who will use Navision with RTC. Should i create 20 different SPN's ? as syntax suggests

    setspn –A ServerName_InstanceName/FullyQualifiedDomainNameOfServer:Port Domain \User

    I have read the walkthrough but it didnt help much. Can anyone help on this?



    Regards
    Navision Developer
  • kinekine Member Posts: 12,562
    It is about the service tier (and the user account under it is running), not about the clients or their accounts...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • cgumbocgumbo Member Posts: 1
    kine wrote:
    Wich OS? Windows XP, Vista or Win 7? I assume Vista or 7 and thus as described in the error, you need to run the setup as administrator...


    First of all am using Windows XP as the OS, still the error has continue,I have sql 2000 and 2005 installed with sql 2000 as the default instance, what could be the problem?
  • Peter_Wibeck_[MSFT]Peter_Wibeck_[MSFT] Member, Microsoft Employee Posts: 78
    The SQL demo database installer will always by default install to deafault instance name. And since you are running SQL server 2000 with the default instance name and SQL server 2000 is not support by NAV 2009, you will get problems. When running the setup.exe ensure to specifify the instance name parameter on the specify parameter page to installer to the SQL server 2005 instance. Also ensure that the user you are running the installer are admin on the SQL server 2005 instance.

    /Peter
    “This posting is provided "AS IS" with no warranties, and confers no rights.”

    Peter Wibeck
    Software Development Engineer in Test
    Dynamics NAV Server and Installer team
    http://blog.wibeck.org/
Sign In or Register to comment.