I am trying to connect to server sql. I can run saiku in the pluggin form from pentaho and see my sqlserver datasources there (created by using its datasource tool) but having trouble for the stand alone version. I put the driver in the appropriate place (sqljdbc4.jar in lib directory) but not sure how to modify the location line in the datasources file.

location=jdbc:mondrian:Jdbc=jdbc:hsqldb:res:foodmart/foodmart;Catalog=res:foodmart/FoodMart.xml;

if my database sits on a server called dataweb, how would this line be modified? thanks.

asked 23 Jan, 14:37

tfahland's gravatar image

tfahland
1123
accept rate: 0%


12next »

google for sql server JDBC connection strings. thats all you need

link

answered 24 Jan, 04:06

pstoellberger's gravatar image

pstoellberger ♦♦
89727
accept rate: 5%

Please your help with the connection with sql server 2008 .. this is my configuration

type=OLAP name=smartbiz driver=mondrian.olap4j.MondrianOlap4jDriver location=jdbc:mondrian:Jdbc=jtds:sqlserver://192.168.1.2:1433/pentaho;Catalog=res:smartbiz/Facturas.xml;JdbcDrivers=net.sourceforge.jtds.jdbc.Driver; username=sa password=

The principal question is about driver and location: 1. driver is it mssql driver ? 2. location: what is the composition of this line ... 3. i create a folder named smartbiz in this path C:saiku-servertomcatwebappssaikuWEB-INFclasses 4. The string driver is correct, i'm using this file jtds-1.2.5.jar in the lib folder

Thanks

link

answered 23 Feb, 16:23

Joffre%20Mateo's gravatar image

Joffre Mateo
11
accept rate: 0%

I don't know if I can help you but I used this connection string and it works :

type=OLAP name=sales driver=mondrian.olap4j.MondrianOlap4jDriver location=jdbc:mondrian:Jdbc=jdbc:sqlserver://guyintra;database=reporting;Catalog=C:/sales.xml;JdbcDrivers=com.microsoft.sqlserver.jdbc.SQLServerDriver username=sa password=*

Alexis.

link

answered 24 Feb, 03:02

alexis's gravatar image

alexis
1224
accept rate: 0%

Don't work for me .. Please can you help me with the next questions:

  1. where can i see the error that i have, because, the log don't told nothing, and when i try to execute debug-start-saiku.bat, this have a line: Listenig for transport dt_socket at address : 8044 and nothing else .
  2. i 'm using this file sqljdbc4.jar in spanish
  3. the schema file works in pentaho, but i don't if this file works in saiku ...
  4. Where can i place the file for use the plugin, because if i can't work with serveralone i like to use the plugin

Please your help, thanks in advance ...

link

answered 27 Feb, 16:43

Joffre%20Mateo's gravatar image

Joffre Mateo
11
accept rate: 0%

edited 27 Feb, 16:51

without a log report i cant really tell you anything.

is there something in the latest catalina log file in tomcat/logs/catalina* ? is there something in tomcat/bin/saiku.log?

can you post both files to something like http://pastebin.com and post me the link? if nothing shows up in there, there might be something in the tomcat window that pops up when you start saiku. can you make a screenshot of that after saiku finishes starting?

-Paul

link

answered 28 Feb, 12:14

pstoellberger's gravatar image

pstoellberger ♦♦
89727
accept rate: 5%

This is the saiku.log http://pastebin.com/PFXJUeT2 and this is the catalina.log http://pastebin.com/4J0U2bGd

thanks for your help ...

link

answered 28 Feb, 15:12

Joffre%20Mateo's gravatar image

Joffre Mateo
11
accept rate: 0%

can you paste me your datasource file? there seems to be something wrong in there...

link

answered 02 Mar, 13:39

pstoellberger's gravatar image

pstoellberger ♦♦
89727
accept rate: 5%

Hi

i try with sqljdbc.jar after that i have a error and try again with this file sqljdbc4.jar

this is the catalina log http://pastebin.com/NYh7fvRe this is the localhost log http://pastebin.com/BH5mLhtA

this is the file of the datasource http://pastebin.com/ebhnkdEL this is the path where the file in D:cubosaiku-servertomcatwebappssaikuWEB-INFclassessaiku-datasources

this is the path where is the schema D:cubosaiku-servertomcatwebappssaikuWEB-INFclasseswarehouses

this is the java version java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11) Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)

Thanks for your help

link

answered 08 Mar, 14:31

Joffre%20Mateo's gravatar image

Joffre Mateo
11
accept rate: 0%

i dont see any error in your log

can you paste me the tomcat/bin/saiku.log (or maybe its already in tomcat/logs/saiku.log)

-paul

link

answered 19 Mar, 08:02

pstoellberger's gravatar image

pstoellberger ♦♦
89727
accept rate: 5%

hi ....

This is my saiku.log

2012-03-20 11:36:50,372 DEBUG [org.saiku.web.service.SessionService] Logging in with [org.springframework.security.core.userdetails.User@586034f: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER]

Can you help me ... please ... thanks

link

answered 20 Mar, 12:38

Joffre%20Mateo's gravatar image

Joffre Mateo
11
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1

Asked: 23 Jan, 14:37

Seen: 463 times

Last updated: 22 Mar, 07:27

Related questions

powered by OSQA