jasperserver - Virtual data source in Jasper server(combining data sources) -


when using 2 datasets in jasper studio , display contents data sources in 2 list's jasper studio giving result perfectly

but in jasper server giving exeption like

caused by: org.teiid.api.exception.query.queryresolverexception: group specified ambiguous, resubmit query qualifying group name: srm_resources 

so explain did in server step step

  1. created jdbc data source virtual data source named "multipledatasource"
  2. added 2 data sources named "datasource1" , "datasource"2(datasource1 same data source used in building first dataset , datasource2 same data source used in building dataset2 in report)
  3. while deploying report jasper server jasper studio giving virtual data source have developed (which holds 2 datasources) named "multipledatasource"

can me in finding step missing.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -