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
Pleasure in the job puts perfection in the work
0
Comments
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?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
http://msdn.microsoft.com/en-us/library/dd355184.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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 tier
its server-client connectivity
yes, installed but not running, this is the main issue now
yes, modified with correct server and database
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
Chowdary
Search the forum with above error..you will get lot of discussion like
http://www.mibuso.com/forum/viewtopic.php?t=38900
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Hi Kine
Plz see Event Viewer for the error below:
plz tell me whtz wrong?
Thanks
Chowdary
RTC works only with Windows authentication..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
: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
Chowdary
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
http://blog.wibeck.org/2009/05/installing-store-procedures-for-dynamics-nav-2009-manually/
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
change the log on of your service
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
Chowdary
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\
and try
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
execute the extended stored procedure in your SQL server
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 :
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
SQL Server -> Databases -> System Databases -> Master -> Programmability ->Extended Stored Procedure..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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
the easiest way is....
detach your database first
and then uninstall your NAV
install demo ... attach your database
run it...
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...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
its Mid-tier (service tier) for NAV 2009
its here by mistake, should move it to NAV three tier
Thanks
Chowdary
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
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
Chowdary
http://dynamicsuser.net/media/p/192857.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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
Chowdary
http://www.mibuso.com/dlinfo.asp?FileID=1155
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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
Chowdary
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..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!