DSN less (N)ODBC connectionstring ?

Zarpadian
Member Posts: 3
Greetings, I have a problem connecting to a Native 4.0 DB using ODBC without DSN.
If I set up the connection using a DSN everything is working fine so I am assuming its my connectionstring that is wrong.
Working connection strings( DSN or odbc to a Sql Server2008 database)
string connStr_DSN = "DSN=NAV4";
string connStr_SqlServer = "DRIVER={Sql Server};SERVER=mydbserver;Trusted_Connection=yes;DATABASE=mydatabase";
Failing connectionstring:
string connStr_Navision = "DRIVER={Microsoft Navision Driver};SERVER=navision4native;Trusted_Connection=yes;DATABASE=Customer;CompanyName=CRONUS UK Ltd.";
I tried various permutations of this string (e.g., without companyname)- but allways get the same exception:
ERROR [08004] [Simba][SimbaEngine ODBC Driver][DRM File Library]Cannot BeginSession.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01S00] [Simba][SimbaEngine ODBC Driver]Invalid connection string attribute.
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Anyone know of the minimum required attributes to specify in the connectionstring and could specify a working dsn-less connection string ?
If I set up the connection using a DSN everything is working fine so I am assuming its my connectionstring that is wrong.
Working connection strings( DSN or odbc to a Sql Server2008 database)
string connStr_DSN = "DSN=NAV4";
string connStr_SqlServer = "DRIVER={Sql Server};SERVER=mydbserver;Trusted_Connection=yes;DATABASE=mydatabase";
Failing connectionstring:
string connStr_Navision = "DRIVER={Microsoft Navision Driver};SERVER=navision4native;Trusted_Connection=yes;DATABASE=Customer;CompanyName=CRONUS UK Ltd.";
I tried various permutations of this string (e.g., without companyname)- but allways get the same exception:
ERROR [08004] [Simba][SimbaEngine ODBC Driver][DRM File Library]Cannot BeginSession.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01S00] [Simba][SimbaEngine ODBC Driver]Invalid connection string attribute.
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Anyone know of the minimum required attributes to specify in the connectionstring and could specify a working dsn-less connection string ?
0
Comments
-
DSN Less?, no go
What you want accessing DSN on remote server? >>> Terminal session!!!!
Or install N/ODBC on yourlocal PC and make a DSN.
To guess DSN connection string you can use MSQUERy of VFP.
Had to to it like this.0 -
Hi robsmit,
thanks for your answer. We ended up using DSN - just thought I might be missing something obvious in the connection string0
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