You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -635,7 +635,7 @@ error | explanation
635
635
[](){#upd}upd | Version of kdb+ more recent than update date, _or_ the function `upd` is undefined (sometimes encountered during ``-11!`:logfile``)
636
636
[](){#user}user | Unlicensed user
637
637
[](){#wha}wha | System date is prior to kdb+ version date. Check that the system date shows the correct date.
638
-
[](){#wrong-q.k-version}wrong q.k version | `q` and `q.k` versions do not match. Check that the `q.k` file (found in the directory specified by the `QHOME` environment variable) is the same version as that supplied with the q binary.
638
+
[](){#wrong-q.k-version}wrong q.k version | `q` and `q.k` versions do not match. Check that the `q.k` file found in the directory specified by the `QHOME` environment variable is the same version as that supplied with the q binary.
639
639
640
640
641
641
License-related errors are reported with the prefix `licence error: ` since V4.0 2019.10.22.
0 commit comments