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

Balder

Members
  • Posts

    6
  • Joined

  • Last visited

Balder's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Same problem, caused by two resource bundles with same name.... wow I had the same problem using Jasper Server 6.2. Creating a ad-hock query from a domain caused same error. The reason for this was beacuse I had added a property resource bundle for translation - with same name as an existing one, but from a different folder. Jasper asked me to overwrite when I added this to the domain - but it didn't - just added it. So, the two files, ie. MyCoreResouce.properties actually existed twice in the list.... Removing the old one solved the problem :-)
  2. This is working for reports, but not if you want to make a topic of the report: Input control: Name: inp_abc Class: java.util.Collection Default Value: new ArrayList() String list variable (parameter) Name: var_abc Class: java.lang.String Default Value: $P{var_abc}.join(",",$P{inp_abc} ) Then pass the var_abc to the proc. in the proc, you can use the following syntax to get the result: select * from table where ','+@var_abc+',' like '%,'+TableColumn+',%';
  3. This works fine as long as I use SQL or SQL with parameter. But when using procedure with parameter it fails. I am using Tibco JDBC on both client and server, and the strange thing is that the report works fine in Studio. Anyone experienced the same problem? org.apache.http.client.HttpResponseException: Invalid JRXMLat com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptorList(RESTv2ExceptionHandler.java:93)at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptor(RESTv2ExceptionHandler.java:113)at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleException(RESTv2ExceptionHandler.java:57)at com.jaspersoft.studio.server.protocol.restv2.ARestV2ConnectionJersey.toObj(ARestV2ConnectionJersey.java:52)at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.addOrModifyResource(RestV2ConnectionJersey.java:490)at com.jaspersoft.studio.server.protocol.ProxyConnection.addOrModifyResource(ProxyConnection.java:309)at com.jaspersoft.studio.server.publish.Publish.publishResources(Publish.java:186)at com.jaspersoft.studio.server.publish.Publish.publish(Publish.java:67)at com.jaspersoft.studio.server.publish.wizard.Publish2ServerWizard$3.run(Publish2ServerWizard.java:302)at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
×
×
  • Create New...