Options

NAV 2009 RTC giving error..

nrapendranrapendra Member Posts: 208
edited 2009-03-25 in NAV Three Tier
HI all,

I HAVE INSTALLED NAV2009 DEMO VERSION.WHILE RUNNING RTC IT IS GIVING ERROR..

'The microsoft dynamics nav server cannot connect the change listener to sql server due to the following error :login failed for user 'NT AUTHORITY\NETWORK SERVICE'


DO ANY ONE HAVE FACED THIS PROBLEM. PLS HELP..
Nrapendra Singh
(Sr. Tech. Consultant)
Dataman Computer Systems (P) Ltd.
web :www.datamannet.com
mail :nrapendra@datamannet.com

Comments

  • Options
    freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    Checkout this thread

    http://www.mibuso.com/forum/viewtopic.php?f=32&t=29840I think ara3n ran into the same problem - and this thread describes how to get around that.
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • Options
    nrapendranrapendra Member Posts: 208
    Hi,

    I have gone through all the process but still getting same message.
    is there any doc whch can give us complete setup guide of RTC.
    Nrapendra Singh
    (Sr. Tech. Consultant)
    Dataman Computer Systems (P) Ltd.
    web :www.datamannet.com
    mail :nrapendra@datamannet.com
  • Options
    freddy.dkfreddy.dk Member, Microsoft Employee Posts: 360
    nav_install.chm which is in the Install Guides under documentation on the DVD is very detailed.
    There is a section about setting up the SQL Server which might help you.
    Freddy Kristiansen
    Group Program Manager, Client
    Microsoft Dynamics NAV
    http://blogs.msdn.com/freddyk

    The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Hi,

    This kind of error mainly due to Licence Issue.
    When you installed the NAV 2009, at that time system is importing CRONUS default licence.
    You need to upload your company licence instead of that licence.
    You must UPLOAD your company licence.
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • Options
    aman_mbsaman_mbs Member Posts: 158
    Hi Sir,
    just grant permission on master database and the nav database.
    sp_grantlogin 'NT AUTHORITY\NETWORK SERVICE‘

    Secondly please check whether you have installed the IIS or not.
    if not just install it an restart computer. It will work...
    Aman Kumar Gupta
  • Options
    navuser1navuser1 Member Posts: 1,329
    nrapendra wrote:
    HI all,

    I HAVE INSTALLED NAV2009 DEMO VERSION.WHILE RUNNING RTC IT IS GIVING ERROR..

    'The microsoft dynamics nav server cannot connect the change listener to sql server due to the following error :login failed for user 'NT AUTHORITY\NETWORK SERVICE'


    DO ANY ONE HAVE FACED THIS PROBLEM. PLS HELP..


    Hi nrapendra,

    Uninstall the pre-installed NAV2009 Demo & Microsoft SQL Server 2005 from the Add Remove Programs.

    Install it againg. If you face the same problem again then run the following commands in DOS prompt.

    sqlcmd -Q "sp_detach_db [Demo Database NAV (6-0)];"

    detach the Demo DB

    sqlcmd -Q "sp_attach_db [Demo Database NAV (6-0)],[C:\Program Files\Microsoft Dynamics NAV\60\Database\Demo Database NAV (6-0)_Data.MDF],[C:\Program Files\Microsoft Dynamics NAV\60\Database\Demo Database NAV (6-0)_Data_Log.LDF];"

    attaches the Demo DB




    Try this, I hope this will solve your problem.
    Now or Never
Sign In or Register to comment.