Tagged with luciddb - LucidDB Forums http://www.luciddb.org/forums/discussions/tagged/luciddb/feed.rss Wed, 19 Jun 13 18:17:13 -0400 Tagged with luciddb - LucidDB Forums en-CA Running LucidDB as a service / daemon. Ubuntu 64bit http://www.luciddb.org/forums/discussion/501/running-luciddb-as-a-service-daemon.-ubuntu-64bit Fri, 15 Jul 2011 15:02:16 -0400 Smoodo 501@/forums/discussions http://www.youtube.com/user/Willoazam#p/u/1/ZnY223u6q_Y]]> Taking LucidDB for an OLAP Test-Drive http://www.luciddb.org/forums/discussion/505/taking-luciddb-for-an-olap-test-drive Mon, 18 Jul 2011 09:35:46 -0400 Smoodo 505@/forums/discussions Taking LucidDB for an OLAP Test-Drivehttp://type-exit.org/adventures-with-open-source-bi/2011/03/taking-luciddb-for-a-test-drive/

This blog entry teaches you how to install and load LucidDB with an OLAP cube called sales mart.

It includes basic instructions of how to tell the various opensource BI servers how to connect to the new cube stored in LucidDB.

Thanks to Slawomir Chodnicki for producing another high quality blog post.
]]>
LucidDB and Pentaho Kettle Dimension Lookup/Update Step http://www.luciddb.org/forums/discussion/507/luciddb-and-pentaho-kettle-dimension-lookupupdate-step Wed, 20 Jul 2011 13:10:13 -0400 dba_alex 507@/forums/discussions
Connecting to datasource FarragoDBMS
INFO  20-07 11:16:37,560 - Connecting to datasource FarragoDBMS
INFO  20-07 11:16:37,560 - Connecting to datasource FarragoDBMS
INFO  20-07 11:16:37,560 - Connecting to datasource FarragoDBMS
ERROR 20-07 11:16:37,854 - Client Ip Dim Load - Because of an error this step can't continue:
Unable to prepare dimension insert :
INSERT INTO JARVIS_TEST.client_ip_dim( dw_revision, dw_rec_create_date, dw_rec_end_date, client_ip) VALUES (?, ?, ?, ? )
java.lang.UnsupportedOperationException
    at net.sf.farrago.jdbc.engine.FarragoJdbcEngineConnection.prepareStatement(FarragoJdbcEngineConnection.java:385)
    at de.simplicit.vjdbc.command.ConnectionPrepareStatementExtendedCommand.execute(ConnectionPrepareStatementExtendedCommand.java:64)
    at de.simplicit.vjdbc.server.command.ConnectionEntry.executeCommand(ConnectionEntry.java:163)
    at de.simplicit.vjdbc.server.command.CommandProcessor.process(CommandProcessor.java:159)
    at net.sf.farrago.server.FarragoServletCommandSink.handleRequest(FarragoServletCommandSink.java:125)
    at net.sf.farrago.server.FarragoServletCommandSink.doPost(FarragoServletCommandSink.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:530)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:427)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
    at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:182)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:933)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:362)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:867)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
    at org.eclipse.jetty.server.Server.handle(Server.java:334)
    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559)
    at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209)
    at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
    at java.lang.Thread.run(Thread.java:619)


ERROR 20-07 11:16:37,854 - Client Ip Dim Load - org.pentaho.di.core.exception.KettleDatabaseException:
Unable to prepare dimension insert :
INSERT INTO JARVIS_TEST.client_ip_dim( dw_revision, dw_rec_create_date, dw_rec_end_date, client_ip) VALUES (?, ?, ?, ? )
java.lang.UnsupportedOperationException
    at net.sf.farrago.jdbc.engine.FarragoJdbcEngineConnection.prepareStatement(FarragoJdbcEngineConnection.java:385)
    at de.simplicit.vjdbc.command.ConnectionPrepareStatementExtendedCommand.execute(ConnectionPrepareStatementExtendedCommand.java:64)
    at de.simplicit.vjdbc.server.command.ConnectionEntry.executeCommand(ConnectionEntry.java:163)
    at de.simplicit.vjdbc.server.command.CommandProcessor.process(CommandProcessor.java:159)
    at net.sf.farrago.server.FarragoServletCommandSink.handleRequest(FarragoServletCommandSink.java:125)
    at net.sf.farrago.server.FarragoServletCommandSink.doPost(FarragoServletCommandSink.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:530)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:427)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
    at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:182)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:933)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:362)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:867)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
    at org.eclipse.jetty.server.Server.handle(Server.java:334)
    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559)
    at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209)
    at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
    at java.lang.Thread.run(Thread.java:619)

org.pentaho.di.trans.steps.dimensionlookup.DimensionLookup.dimInsert(DimensionLookup.java:957)
org.pentaho.di.trans.steps.dimensionlookup.DimensionLookup.lookupValues(DimensionLookup.java:502)
org.pentaho.di.trans.steps.dimensionlookup.DimensionLookup.processRow(DimensionLookup.java:221)
org.pentaho.di.trans.step.RunThread.run(RunThread.java:40)
java.lang.Thread.run(Thread.java:662)


]]>
Configuring Squirrel SQL client to talk to LucidDB. http://www.luciddb.org/forums/discussion/502/configuring-squirrel-sql-client-to-talk-to-luciddb. Fri, 15 Jul 2011 15:03:32 -0400 Smoodo 502@/forums/discussions http://www.youtube.com/user/Willoazam#p/u/2/C7OEQlgYf7Y]]> Installing LucidDB on Windows 7 64 Bit. http://www.luciddb.org/forums/discussion/500/installing-luciddb-on-windows-7-64-bit. Fri, 15 Jul 2011 14:58:18 -0400 Smoodo 500@/forums/discussions Warning, I moved my Java directory to a different place on my hard drive from where the installer originally put it.
I had to go change those file paths in the Windows registry to point to the new location.

http://www.youtube.com/user/Willoazam#p/u/3/1Wn63U5CSow
]]>
LucidDB and the JDK http://www.luciddb.org/forums/discussion/464/luciddb-and-the-jdk Tue, 19 Apr 2011 16:13:26 -0400 ClearlyEnergy 464@/forums/discussions
--___
Best Regards,
Clearly Energy
]]>