How to install and configure Microsoft Dynamics NAV 2009 R2
Chowdary
Member Posts: 148
Hi,
I have finsql.exe and SQL Server 2008 R2. (Don't know how to check weather NAS installed or not, can someone help me out here)
I mainly want to run RTC. For that when I'm opening RTC I'm getting this error:
Program could not connect to the server. Do you want to try again?
some one can provide me steps to install and configure
thanks
Chowdary
I have finsql.exe and SQL Server 2008 R2. (Don't know how to check weather NAS installed or not, can someone help me out here)
I mainly want to run RTC. For that when I'm opening RTC I'm getting this error:
Program could not connect to the server. Do you want to try again?
some one can provide me steps to install and configure
thanks
Chowdary
Pleasure in the job puts perfection in the work
0
Comments
-
If you want to run RTC, nothing to do with NAS..will discuss that later..
First, what did you install ans how?
Is it a single system or server-client connectivity?
Did you install nav service? is that running?
Did you modify custom settings file with correct server name and database name?0 -
http://msdn.microsoft.com/en-us/library/dd301254.aspxChowdary wrote:some one can provide me steps to install and configure
http://msdn.microsoft.com/en-us/library/dd355184.aspx0 -
Hi Mohana
Actually my question is for my personal laptop to work with RTC.
But for now, am having problem at work.
It was installed by my colleague and she told how she did, as follows:
First installed client and then service and then service tierFirst, what did you install ans how?
its server-client connectivityIs it a single system or server-client connectivity?
yes, installed but not running, this is the main issue nowDid you install nav service? is that running?
yes, modified with correct server and databaseDid you modify custom settings file with correct server name and database name?
The issue with Microsoft Dynamics NAV Server is, its not starting
giving this error:
The Microsoft Dynamics NAV Server service on local computer started and then stopped. Some services stop automatically if they are not in use by other services pr programs
thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Chowdary wrote:giving this error:
The Microsoft Dynamics NAV Server service on local computer started and then stopped. Some services stop automatically if they are not in use by other services pr programs
Search the forum with above error..you will get lot of discussion like
http://www.mibuso.com/forum/viewtopic.php?t=389000 -
If you want to know why it is stopping, look into Event Log. This is basic step you need to do each time you have problems with something... There will be info what is wrong...0
-
kine wrote:If you want to know why it is stopping, look into Event Log. This is basic step you need to do each time you have problems with something... There will be info what is wrong...
Hi Kine
Plz see Event Viewer for the error below:Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 10/13/2011 1:57:20 PM
Event ID: 4672
Task Category: Special Logon
Level: Information
Keywords: Audit Success
User: N/A
Computer: NAVSERV2
Description: Special privileges assigned to new logon.
Subject:
Security ID: NAVSERV2\Administrator
Account Name: Administrator
Account Domain: NAVSERV2
Logon ID: 0xa0017f2
Privileges: SeSecurityPrivilege
SeTakeOwnershipPrivilege
SeLoadDriverPrivilege
SeBackupPrivilege
SeRestorePrivilege
SeDebugPrivilege
SeSystemEnvironmentPrivilege
SeImpersonatePrivilege
- System
- Provider
[ Name] Microsoft-Windows-Security-Auditing
[ Guid] {54849625-5478-4994-a5ba-3e3b0328c30d}
EventID 4672
Version 0
Level 0
Task 12548
Opcode 0
Keywords 0x8020000000000000
- TimeCreated
[ SystemTime] 2011-10-13T09:57:20.098Z
EventRecordID 3074
Correlation
- Execution
[ ProcessID] 624
[ ThreadID] 2032
Channel Security
Computer NAVSERV2
Security
- EventData
SubjectUserSid S-1-5-21-1868156668-3483688429-259026737-500
SubjectUserName Administrator
SubjectDomainName NAVSERV2
SubjectLogonId 0xa0017f2
PrivilegeList SeSecurityPrivilege SeTakeOwnershipPrivilege
SeLoadDriverPrivilege SeBackupPrivilege SeRestorePrivilege SeDebugPrivilege SeSystemEnvironmentPrivilege SeImpersonatePrivilege
plz tell me whtz wrong?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Did you set windows authentication in navision?
RTC works only with Windows authentication..0 -
mohana_cse06 wrote:Did you set windows authentication in navision?
RTC works only with Windows authentication..
:shock: I was trying to start Micarosoft Dynamics NAV Server, but didn't check navision
now when I'm trying to start(finsql.exe) with windows authentication am getting this error:
The extended stored procedure xp_ndo_enumusergroups in the library file xp_ndo.dll is not available on the database server navserv2\sqlexpress
is this the reason am getting service started and then stopped error?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
check your service, whether already started or not0
-
julkifli33 wrote:check your service, whether already started or not
No, my NAV server is not starting, giving the same error:
The Microsoft Dynamics NAV Server service on local computer started and then stopped. Some services stop automatically if they are not in use by other services pr programs
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
please please search the forum first
http://blog.wibeck.org/2009/05/installing-store-procedures-for-dynamics-nav-2009-manually/0 -
Chowdary wrote:julkifli33 wrote:check your service, whether already started or not
No, my NAV server is not starting, giving the same error:
The Microsoft Dynamics NAV Server service on local computer started and then stopped. Some services stop automatically if they are not in use by other services pr programs
Thanks
Chowdary
change the log on of your service0 -
mohana_cse06 wrote:please please search the forum first
http://blog.wibeck.org/2009/05/installing-store-procedures-for-dynamics-nav-2009-manually/
Hi Mohana
I ran this and it was successful
USE master
EXEC sp_addextendedproc xp_ndo_enumusersids,'C:\Program Files (x86)\Microsoft Dynamics NAV\60\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusersids]
TO PUBLIC
GO
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups,'C:\Program Files(x86)\Microsoft Dynamics NAV\60\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusergroups]
TO PUBLIC
GO
but I couldn't see them in the list of Stored Procedures
and as well when I'm trying to open navision windows authentication am getting attached error
what I did for stored procedure was right?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Better you copy the dll file to
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\
and try0 -
mohana_cse06 wrote:Better you copy the dll file to
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\
and try
execute the extended stored procedure in your SQL server0 -
mohana_cse06 wrote:Better you copy the dll file to
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\
and try
I've copied to that folder both dll files and tried same error.
where can I find dlls that I excited in SQL Management studio
SQL Server -> Databases -> System Databases -> Master -> Programmability -> Stored Procedures -> [Stored Procedures]
I didn't see them in this path.
As you said I copied dlls to binn folder and tried to execute :USE master
EXEC sp_addextendedproc xp_ndo_enumusersids,'C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusersids]
TO PUBLIC
GO
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups,'C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusergroups]
TO PUBLIC
GO
then I'm getting these errors in SQL Qury write:
Msg 2714, Level 16, State 7, Procedure sp_addextendedproc, Line 29
There is already an object named 'xp_ndo_enumusersids' in the database.
Msg 2714, Level 16, State 7, Procedure sp_addextendedproc, Line 29
There is already an object named 'xp_ndo_enumusergroups' in the database.
Plz help me out ](*,)
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
You will find under
SQL Server -> Databases -> System Databases -> Master -> Programmability ->Extended Stored Procedure..0 -
mohana_cse06 wrote:You will find under
SQL Server -> Databases -> System Databases -> Master -> Programmability ->Extended Stored Procedure..
Great =D>
I have been able to login to Navision(finsql.exe) windows authentication
but still NAV Server giving the same error, I hv refreshed also
what should I do now?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Chowdary wrote:mohana_cse06 wrote:Better you copy the dll file to
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\
and try
I've copied to that folder both dll files and tried same error.
where can I find dlls that I excited in SQL Management studio
SQL Server -> Databases -> System Databases -> Master -> Programmability -> Stored Procedures -> [Stored Procedures]
I didn't see them in this path.
As you said I copied dlls to binn folder and tried to execute :USE master
EXEC sp_addextendedproc xp_ndo_enumusersids,'C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusersids]
TO PUBLIC
GO
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups,'C:\Program Files (x86)\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusergroups]
TO PUBLIC
GO
then I'm getting these errors in SQL Qury write:
Msg 2714, Level 16, State 7, Procedure sp_addextendedproc, Line 29
There is already an object named 'xp_ndo_enumusersids' in the database.
Msg 2714, Level 16, State 7, Procedure sp_addextendedproc, Line 29
There is already an object named 'xp_ndo_enumusergroups' in the database.
Plz help me out ](*,)
Thanks
Chowdary
the easiest way is....
detach your database first
and then uninstall your NAV
install demo ... attach your database
run it...0 -
Chowdary wrote:mohana_cse06 wrote:You will find under
SQL Server -> Databases -> System Databases -> Master -> Programmability ->Extended Stored Procedure..
Great =D>
I have been able to login to Navision(finsql.exe) windows authentication
but still NAV Server giving the same error, I hv refreshed also
what should I do now?
Thanks
Chowdary
By NAV Server you mean Mid-tier (service tier) for NAV 2009? Or what? You have posted into classic client forum, thus I am asking...0 -
kine wrote:Chowdary wrote:mohana_cse06 wrote:You will find under
SQL Server -> Databases -> System Databases -> Master -> Programmability ->Extended Stored Procedure..
Great =D>
I have been able to login to Navision(finsql.exe) windows authentication
but still NAV Server giving the same error, I hv refreshed also
what should I do now?
Thanks
Chowdary
By NAV Server you mean Mid-tier (service tier) for NAV 2009? Or what? You have posted into classic client forum, thus I am asking...
its Mid-tier (service tier) for NAV 2009
its here by mistake, should move it to NAV three tier
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
THan it is much more complicated. You need to set SPNs correctly if the service tier is running on different server than SQL etc... have you read the documentation?0
-
kine wrote:THan it is much more complicated. You need to set SPNs correctly if the service tier is running on different server than SQL etc... have you read the documentation?
Hi Kine
Yes, I know that, but my NAV Server(middle tier) and SQL Server(Database tier) both on same computer running windows server 2008.
any more suggestions?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
check your connection with best practice analyser
http://dynamicsuser.net/media/p/192857.aspx0 -
mohana_cse06 wrote:check your connection with best practice analyser
http://dynamicsuser.net/media/p/192857.aspx
Hi Mohana
It may be silly question, I have to ask
its Microsoft Dynamics NAV 2009 R2 but not Microsoft Dynamics NAV 2009 SP1
I was checking for R2 best practice. Am I right here? If yes, can you sen me the link plz(if u have)
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
How many times i should request you to search the forum?Chowdary wrote:I was checking for R2 best practice. Am I right here? If yes, can you sen me the link plz(if u have)
http://www.mibuso.com/dlinfo.asp?FileID=11550 -
mohana_cse06 wrote:
How many times i should request you to search the forum?Chowdary wrote:I was checking for R2 best practice. Am I right here? If yes, can you sen me the link plz(if u have)
http://www.mibuso.com/dlinfo.asp?FileID=1155
So thankful for your response
I wouldn't have come till here with out your help
Hope I will be thru by this analyzer
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Hi
I found this error when I scan Best Practice Analyzer:
The Best Practices Analyzer for Microsoft Dynamics NAV could not read the Microsoft Dynamics NAV Server configuration file (CustomSettings.config). This could be because the file is corrupted, missing, or misnamed. Check also 'Other Reports', for detailed descriptions. Filename = 'C:\Program Files (x86)\Microsoft Dynamics NAV\60\Service\CustomSettings.config' .
what should I do ?
Thanks
ChowdaryPleasure in the job puts perfection in the work0 -
Chowdary wrote:Hi
I found this error when I scan Best Practice Analyzer:
The Best Practices Analyzer for Microsoft Dynamics NAV could not read the Microsoft Dynamics NAV Server configuration file (CustomSettings.config). This could be because the file is corrupted, missing, or misnamed. Check also 'Other Reports', for detailed descriptions. Filename = 'C:\Program Files (x86)\Microsoft Dynamics NAV\60\Service\CustomSettings.config' .
what should I do ?
Thanks
Chowdary
it clearly mentioned that your file is corrupted, missing, or misnamed..
make sure that name is same in path C:\Program Files (x86)\Microsoft Dynamics NAV\60\Service\CustomSettings.config
check the < and > inside the file..0 -
[Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 329 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

