Almost every morning, when I start my work, I observe the same problem as already mentioned here: Using Datasets in Mathematica 10.0 and here: Dataset: cannot reproduce a basic example. A bug?
I opend this new thread, since I can't comment the above mentioned topics because I'm still a newbie (in the forum and with Mathematica).
It doesn't matter whether I'm using my own Dataset or one of the mentioned examples. I always get the same result:
"An unknown box name (TypeSystem TypeMap) was sent as the BoxForm for the expression. Check the format rules for the expression." And I get it in all my .nb files.
My own Dataset is coming from an OracleDB and the used syntax looks like this:
`hprdb = SQLSelect[dbconnection, "TABLE", {"ID", "VAL_1", "VAL_2", "VAL_3"},
"ShowColumnHeadings" -> True]`
`hprds = Dataset[AssociationThread[First@ hprdb, #] & /@ Rest@ hprdb]`
I'm using Ubuntu 14.04 (64-bit) and Mathematica 10.0.1
The only way to overcome the problem is to start and stop the kernel, exit and open Mathematica several times and then after many tries (> 5 minutes) it suddenly works again. When it eventually worked once, it works in all .nb files.
Any ideas how to overcome this strange behavior, since it is really annoying?
Dataset, where the last line fails with the above mentioned error message. But if I'm using the examples from the linked threads I get exactly the same results. – Lea Nov 17 '14 at 09:18$BaseDirectoryand$UserBaseDirectoryas described in the second link. This destroyed my DB-setup, which I had to reset. But it also didn't help. Then I started with a clean start a new.nbwith only the linetitanic = ExampleData[{"Dataset", "Titanic"}]. This worked in the second try... but I don't know why. As observed before, everything elese works now again. It is a workaround, but a very non-satisfying one. – Lea Nov 18 '14 at 08:45Datasetmentioned in the question works also. Only using my lines, doesn't work. – Lea Nov 18 '14 at 10:51