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

kidpollo

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by kidpollo

  1. I cant run my JasperETL on my mac I get the following error LSOpenFromURLSpec() failed with error -10810 for the file /Users/paki/Desktop/JasperETL/JasperETL-macosx-carbon.app. I could not find anything anywhere about that error :( Please help
  2. I`ve tried playing with time zones and no luck, still comes witha an empty resultset. The odd thing all my other reports work fine, but if I upload any report now I get the same result, nothing, even the ones I had uploaded earlier, if I upload them again (the ones that expect date parameters) dont work. Ive tried modifying reports with dofferent versions of ireport and cant get any reports to worrk. Even tried to change the database to another server. I've tried clean jasperintellgence installs. The odd thing is that this error didnt come with anything in particular because even after just updating jasperserver database to 1.1 from 1.0 reports worked just fine. Please help its just plain odd.
  3. B) I GOT it!! like in math ! the order of the factors does affect the outcome!!!!! multi_select parameter must be declared first that the string parameter puto on the query is this not a bug?
  4. I tried this you mentioned in this post, the problem is that the parameter in the query always gets a null value an therefor it does not work: I get no errors just a blank report $P{multi_product_input} is the parameter received with the mullti select my paramenter is $P{case_product} th default value is Code: SQLUtils.enumerate($P{multi_product_input}, true) my query is: Code:[code] SELECT c.id, c.case_number, a.name as account_name, c.name, c.status, ct.case_serial_number_c , c.description, c.resolution, ct.case_diagnostic_c, c.date_entered, c.date_modified, u.user_name FROM cases c JOIN cases_cstm ct ON c.id=ct.id_c JOIN accounts a ON a.id=c.account_id JOIN users u ON u.id=ct.case_attended_by_c WHERE c.deleted!=1 AND c.date_entered BETWEEN $P{begin_date} AND $P{end_date} AND ct.case_related_product_c IN ($P!{case_product}) AND c.status LIKE $P{case_status} AND c.priority LIKE $P{case_priority} AND c.account_id LIKE $P{account_id} AND c.assigned_user_id LIKE $P{assigned_user_id} AND ct.case_fee_c LIKE $P{case_fee} any idea why the case_product parameter is getting null even if the multi_product_input is getting the values correctly?
  5. I also got this error, is there anyone whith a solution for this. :whistle:
  6. I managed to update my jasper intelligence installation from 1.0.1 to 1.1.0 manually, I installed 1.1.0 with the bit rock installer and updated the database, everything works smoothly except the mondrian views I had working. I get an error like this Code: Pivot had an error ... org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchFieldError: CubeRelationNotTable org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchFieldError: CubeRelationNotTable java.lang.NoSuchFieldError: CubeRelationNotTable at mondrian.rolap.aggmatcher.ExplicitRules$Group.make(ExplicitRules.java:110) at mondrian.rolap.RolapCube.loadAggGroup(RolapCube.java:341) at mondrian.rolap.RolapCube.(RolapCube.java:239) at mondrian.rolap.RolapSchema.load(RolapSchema.java:309) at mondrian.rolap.RolapSchema.load(RolapSchema.java:229) at mondrian.rolap.RolapSchema.(RolapSchema.java:159) at mondrian.rolap.RolapSchema.(RolapSchema.java:49) at mondrian.rolap.RolapSchema$Pool.get(RolapSchema.java:802) at mondrian.rolap.RolapSchema$Pool.get(RolapSchema.java:636) at mondrian.rolap.RolapConnection.(RolapConnection.java:138) at mondrian.rolap.RolapConnection.(RolapConnection.java:73) at mondrian.olap.DriverManager.getConnection(DriverManager.java:120) at mondrian.olap.DriverManager.getConnection(DriverManager.java:87) at com.tonbeller.jpivot.mondrian.MondrianModel.initialize(MondrianModel.java:386) . . . any ideas?
×
×
  • Create New...