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
0
Comments
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.
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.
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.
(Sr. Tech. Consultant)
Dataman Computer Systems (P) Ltd.
web :www.datamannet.com
mail :nrapendra@datamannet.com
There is a section about setting up the SQL Server which might help you.
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.
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.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
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...
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.