I keep getting a SQL Trace Flag error (4616) message when trying to connect to the server. (I am running NAV 4.0 under SQL)
I know how to solve this problem, going into SQL Management Studio and executing a query .....
DBCC TRACEON(4616,-1)
But the weird part and the problem is that every time I reboot the machine I have to do this again :?
Seems like this isn't being saved but saving the Query alone won't do anything...so not sure what to do....HELP!!
Thanks
Comments
To do this open the SQL Server Configuration Manager, select SQL 2005 Services, in the right pane right click SQL Server (MSSQLSERVER) process, click Properites, go to Advanced tab, in the Startup Parameters add at the end the following:
The above instruction assumes that you're using default SQL server instance
Regards,
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
refer Installation manual guide(W1W1ISQL.PDF ) available in doc folder of Product CD.
just find 4616 you will find that how to eliminate this error.
hope it helps.
Rajesh Patel
That's great ....but sorry to be a nuisance I have looked all over & can't find 'services' in my version...I am running SQL Server Management Studio 2005.
Any idea where I need to look? :?
1. open start menu -> program files -> Microsoft SQL Server 2005-> configuration tools -> SQL Server configuration manager.
where u will find SQL server instance under SQL server 2005 services. right click on properties. in advance tab.
in Startup parameter add following code at last.
;-T4616
if your problem will be solved then change your subject to [Solved].
Thanks
Rajesh Patel
It is not about Management studio but about Configuration Manager! (see the Start menu shortcuts for MS SQL...)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
By the way, you should recognize that you have no knowledge and follow people's advice to read certain documentation. This is all described in the w1w1isql.pdf document that someone pointed out. This document is on your NAV product disk in the Doc folder.
RIS Plus, LLC
Doh #-o
RIS Plus, LLC
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
http://plataan.typepad.com/microsoftdyn ... -trac.html
But the above link is a better explanation... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Question is; Has Trace Flag parameter an effect on my first database, which was running well before Trace Flag. Should i isolate or set-up another server for new build?
thx in advance
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.