sonata82
sonata82
Same problem here :unamused: Maybe it has something to do with the status messages being in German? Are those generated by the server?
Or maybe `hubot-script-logger`?
Or a forced for whatever reason to use bitbucket! +1
It's even worse: the current code for reading of parameters prevents any parameter from having the value `false`: ``` if (a in opts.args || grunt.option(a)) { // this will never...
Any progress here?
@proccaserra Thanks for your directions, but where can I obtain the `virt-jena-1.8` and `virt-jdbc-4.0.1.jar`?
I had the same issue with Windows 7, trying to use the 64bit Oracle client. It seems on Windows only 32bit is supported. To compile on 64 bit, use: ```...
Compilation should only be done from either the SDK prompt or one of the VS command prompts. If you don't have any 64 bit compilers installed, then compile for 32...
It applies to all compilations done using [VS](http://msdn.microsoft.com/en-us/library/vstudio/ms229859%28v=vs.100%29.aspx) :-)
Yes, the instant client is 32bit. I should be able to connect and retrieve data from an 64bit server, or? My code ``` var oracle = require("oracle"); var connectData =...