While this procedure may help to solve some immediate issues and can be executed by someone like the folks usually present in this forum, it is not something that one could ask a customer to do.
There MUST be an easy and automated way to have cubeSQL installed on one of the (OSX) workstations in the LAN of a small team, where the others then can access that database server.
I agree Oliver and as I wrote in the blog post we are not completely satisfied with this solution and we are looking for a better one.
The ideal solution would be a completely automated task but believe me it is really not easy with the pf firewall.
[quote=173753:@Marco Bambini]I agree Oliver and as I wrote in the blog post we are not completely satisfied with this solution and we are looking for a better one.
The ideal solution would be a completely automated task but believe me it is really not easy with the pf firewall.[/quote]
I’m aware of the changes. Have you seen this article? http://blog.scottlowe.org/2013/05/15/using-pf-on-os-x-mountain-lion/
Hey @Marco Bambini (or anyone who may have it) I’m interested in looking at the Java connector that is listed on the download page for CubeSQL, but the link is dead. It is currently pointing to http://www.sqlabs.com/download/cubesql/cubesql_java.zip.
Thanks @Jürg Otter - found it! I was hoping that the Java library was a re-implementation of the original C library, but it is just using the JSON connection method like the PHP library does. Unfortunately, the JSON connectors barf on my particular use-case.
Guess I really do have to try to port the C library to native PHP for my needs.