Jump to content
We've recently updated our Privacy Statement, available here ×

allodren

Members
  • Posts

    29
  • Joined

  • Last visited

allodren's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Okay ! Now I find the good catalog and datasource. But the new problem is when I start the analysis view, the server say : com.jaspersoft.jasperserver.api.JSException: com.tonbeller.jpivot.olap.model.OlapException: java.lang.NullPointerException Do you know this ? What does it mean ?
  2. Okay ! Now I find the good catalog and datasource. But the new problem is when I start the analysis view, the server say : com.jaspersoft.jasperserver.api.JSException: com.tonbeller.jpivot.olap.model.OlapException: java.lang.NullPointerException Do you know this ? What does it mean ?
  3. Hello world ! I search on forums many way to understand my problem but didn't solutions. I know that a lot of people are faced to this matter <em></em> : I TRY TO EDIT A CUBE FROM MONDRIAN TO JASPER SERVER. I define the mondrian connection, the data source (XMLA), the schema, the xmla. And then when I lunch my cube on the repertory, Analysis view : IT tells : Code:com.jaspersoft.jasperserver.api.JSException: com.tonbeller.jpivot.olap.model.OlapException: Mondrian Error:Internal error: no data source is configured with name 'Provider=Mondrian;DataSource=casource;'[/code]I don't understand because the datasource name is well configured ! My adress is : http://localhost:8080/jasperserver/xmla The catalog is the name of my schema in Mondrian. Please Help me if you can ! <em></em>
  4. Hello world ! I search on forums many way to understand my problem but didn't solutions. I know that a lot of people are faced to this matter :( : I TRY TO EDIT A CUBE FROM MONDRIAN TO JASPER SERVER. I define the mondrian connection, the data source (XMLA), the schema, the xmla. And then when I lunch my cube on the repertory, Analysis view : IT tells : the following code I don't understand because the datasource name is well configured ! My adress is : http://localhost:8080/jasperserver/xmla The catalog is the name of my schema in Mondrian. Please Help me if you can ! :) Code:com.jaspersoft.jasperserver.api.JSException: com.tonbeller.jpivot.olap.model.OlapException: Mondrian Error:Internal error: no data source is configured with name 'Provider=Mondrian;DataSource=casource;
  5. Hello, I want to post on my web portal multidimensional analysis. I created the connections. And when you run this query: SELECT ([Measures]. [CA]) ON COLUMNS, (([supplier]. [all supplier])) ON ROWS from BUY The server sends me the following message: The following is not a valid MDX Query: null Would you know where it comes from ? Post Edited by allodren at 09/21/2009 13:15
  6. I have found my problem : I didn't declare the boolean parameter before the string parameter ! so it's never worked. ADVERT : If you use checkbox, take care of the order that you declare parameters .... That's all ! Post Edited by allodren at 07/17/2009 13:09
  7. I'm sad because I try many codes but ... no one works ! Isn't there someone who used to check box and boolean ???
  8. Ok I follow precisely indications but the check box i'nt active. It sends me all time the same results. It 's give me only the false value : CANCELED_BOOLEAN.equals("true") ? ", 'canceled'" : "" ) , this one : "". What ever I put in my resquest ... Maybe the Java code is bad ?
  9. I use JasperServer with ireport 3.00. I want to know if it's normal : I put more than 2000 lines in my paramter when I call it with a multy-select query, JasperSever runs longtime and stops, becomes out of work. Have you ever the same problem ?
  10. For sure I can add check box ! Not on my report but on the form of Jasper server. When I check it : It gives me DATA. Else No DATA. But I know how to do ! My problem is that it gives me not only one checkbox but one checkbox by data. Nobody 'got an idea ?
  11. Hi! I'm trying to set up a Check Box and with JasperServer iReport 3.00. Principle: By checking this one, canceled orders are added to my report. But it does not ... I have in my application a parameter : ... where in order $(P)CommandeC I have a parameter of type string "CommandeC" I have an input control "CommandeC" with a multi select query (Check Box) in which I have the following query: st_commande Select from purchase where st_commande = ANN This application brings me back orders canceled. Jasper Sever says: Error class java.lang.String The problem is that I have tried many different class setting, but that does nothing ... If someone knows about it ...
  12. Hi Everyone, I use ireport I would like to display a field in my report that reduces the current date + 1 month: I put a code in the expression of my edict fields: Code: new Date () + 1 But this brings me back the current date plus one day ... Do you know the solution?
  13. I test the code $X {IN,id_provider,Provider} and aplly the method : Without fields extraction. I put in parameter : $P {Provider} I put in my input control : Select id_provider from Prov Jasper Sever says : net.sf.jasperreports.engine.JRRuntimeException: No clause function for id Provider found It does'nt work at all ! Nobody used the fonction multy query select ???
  14. "JasperReports knows how to use it". Yes, but not me !!! If I remove parameter from my main query and insert an input control multi-query select with the code "Select Provider from Tbl_Provider". It does'nt work...So what can I do ?
  15. Nobody knows ??? I think it's easy !
×
×
  • Create New...