CFrontDotNet Initialization Error
matthew_gratex
Member Posts: 4
I'm trying to connect to an SQL Nav database from ASP.Net using the CFrontDotNet library. We have set the web.config file to impersonate identity because the database uses Windows authentication.
When we run the code the first time, it works perfectly but when we go to run it a second time it fails with the error:
"The Navision CFront initialization failed"
It takes an iisreset to fix it.
Here is the code:
Dim cFront As New Microsoft.Navision.CFront.CFrontDotNet(Microsoft.Navision.CFront.NavisionDriverType.Sql)
cFront.LoadLicenseFile(Server.MapPath("lic.flf"))
cFront.ConnectServerAndOpenDatabase("machinename", Microsoft.Navision.CFront.NavisionNetType.SqlDefault, "dbname", 2000, False, True, "", "")
cFront.OpenCompany("CoName")
cFront.CloseCompany()
cFront.CloseDatabase()
cFront.DisconnectServer()
cFront.Dispose()
cFront = Nothing
Any help would be greatly appreciated!!!
When we run the code the first time, it works perfectly but when we go to run it a second time it fails with the error:
"The Navision CFront initialization failed"
It takes an iisreset to fix it.
Here is the code:
Dim cFront As New Microsoft.Navision.CFront.CFrontDotNet(Microsoft.Navision.CFront.NavisionDriverType.Sql)
cFront.LoadLicenseFile(Server.MapPath("lic.flf"))
cFront.ConnectServerAndOpenDatabase("machinename", Microsoft.Navision.CFront.NavisionNetType.SqlDefault, "dbname", 2000, False, True, "", "")
cFront.OpenCompany("CoName")
cFront.CloseCompany()
cFront.CloseDatabase()
cFront.DisconnectServer()
cFront.Dispose()
cFront = Nothing
Any help would be greatly appreciated!!!
0
Comments
-
What version of NAV are you using?0
-
I'm using NAV v4.0 sp3, IIS 5.1, .Net 1.1.4322.0
-
This issue was resolved by downloading the latest hotfix from MS support:
https://mbs.microsoft.com/knowledgebase ... ZTNPQNLVTM
Article ID : 9325840
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
- 323 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