Working with Entrepreneur Solution

aliennav
Member Posts: 449
Has anyone worked with Entrepreneure Solution.
I have installed it and while creating new DB mess. is coming to set the FLAG 4616 in SQL server.
What to do to remove the error?
I have installed it and while creating new DB mess. is coming to set the FLAG 4616 in SQL server.
What to do to remove the error?
0
Comments
-
There are 2 solution for that
1) Run this script on server
DBCC TRACEON(4616,-1)
GO
The problem is that every server restart you need to again
2) Second solution (permanent)
01.) Open the Start Menu
02.) Go to Microsoft SQL Server 2005 Group
03.) Go to Configuration Tools Group
04.) Click on SQL Server Configuration Manager
05.) Click on SQL Server 2005 Services
06.) Right-click on SQL Server ($INSTANCENAME) and click on Properties
07.) Click on the Advanced tab
08.) Go to Startup Parameters
09.) Enter the string so that it looks as follows (notice the end is the only change):
-dC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T 4616
10.) Click OK
11.) Restart the SQL Server service0 -
[Topic moved from Navision forum to Entrepreneur Solution forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
aliennav wrote:Has anyone worked with Entrepreneure Solution.
I have installed it and while creating new DB mess. is coming to set the FLAG 4616 in SQL server.
What to do to remove the error?
The installer of Entrepreneur sets the traceflag (as does the installer of NAV) but you have to restart the SQL service afterwards. This is also described in the 'Quick Installation Guide' that is found in the Doc folder on the dvd.
Future version of the installer of Entrepreneur will also restart the service for you. \:D/A good programmer makes al the right mistakes
My blog0 -
jannestig wrote:There are 2 solution for that
1) Run this script on server
DBCC TRACEON(4616,-1)
GO
The problem is that every server restart you need to again
2) Second solution (permanent)
01.) Open the Start Menu
02.) Go to Microsoft SQL Server 2005 Group
03.) Go to Configuration Tools Group
04.) Click on SQL Server Configuration Manager
05.) Click on SQL Server 2005 Services
06.) Right-click on SQL Server ($INSTANCENAME) and click on Properties
07.) Click on the Advanced tab
08.) Go to Startup Parameters
09.) Enter the string so that it looks as follows (notice the end is the only change):
-dC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T 4616
10.) Click OK
11.) Restart the SQL Server service
Thanx ma'an0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 320 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