SQL Error

cincai
Member Posts: 24
Hi all,
I encounter the following error while I try to drill down to look at the session.
'SQL Error While accessing the session table. 535.22003 Microsoft ODBC sql server driver. Different of two datetime column. Cause overflow by run time.
Thank you
I encounter the following error while I try to drill down to look at the session.
'SQL Error While accessing the session table. 535.22003 Microsoft ODBC sql server driver. Different of two datetime column. Cause overflow by run time.
Thank you
0
Comments
-
SQL 2005 and Nav 4.00:?:Do you make it right, it works too!0
-
Hi,
My client is using SQL2000.0 -
[Topic moved from Navision forum to SQL General forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I belive u use 4.00. So the problem was, when i read my notes correctly, it was a problem of the 4.00 client. These bug was solved in, i think it was, 4.03. The problem is, that NAV use the SQL Function "DATEDIFF" wrong :-(
DATEDIFF produces an error if the result is out of range for integer values
So, the problem is that in the SQL View SESSION (it's an Navision view in your Navision database) the following code is ...CASE WHEN SP.[cmd] = 'AWAITING COMMAND' THEN CAST(DATEDIFF(SECOND, SP.[last_batch], GETDATE()) AS BIGINT) * 1000 ELSE 0 END AS [Idle Time]
you can modify that sql command (...CAST(0 AS BIGINT) ELSE 0 END AS [Idle Time])
or u use SP3. Before u use SP3, read topics about these SP here in the forum.
RegardsDo you make it right, it works too!0
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