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

Recommended Posts

Dear community I need your help.

Recently I  have installed Jasper Report server's versions such as TIB_js-jrs-cp_8.0.0_win_x86_64.exe and TIB_js-jss-dev_7.9.0_windows_x86_64

and other old versions.

In japer server I need to create JSON data source.

When I go to  Data source>Add Resource> Data source  I can not find JSON in drop down menu.

 

converted-file.png.e0922eaa0f285bb66b538ade43de5e83.png

I tray activate it according this document

https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v790/file-data-sources

 

Bat in  C:Jaspersoftjasperreports-server-cp-8.0.0apache-tomcatwebappsjasperserverWEB-INFapplicationContext-remote-services.xml file  already JSON fields uncommented.

converted-file.png.ec61673d75d0d903ac87758882002523.png

Dear List how I can activate JSON data source driver fort Jasperserver community version.

Best Regards

Arayik Manukyan

 

GEOVIBE CJSC

System Engeener.

Link to comment
Share on other sites

  • 6 months later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

You should comment those, not uncomment.

Like this:


    <util:set id="customDataSourcesToHide">
        <value>remoteXmlDataSource2</value> 
        <value>remoteXmlDataSource</value>  
        <value>mongoDBQueryDataSource2</value> 
        <value>mongoDBQueryDataSource</value>  
        <!-- value>jsonDataSource2</value --> 
        <!-- value>jsonDataSource</value -->  
        <!-- value>jsonQLDataSource</value -->
        <value>jdbcQueryDataSource2</value> 
        <value>jdbcQueryDataSource</value>  
        <!--<value>xlsDataSource</value>   -->
        <!--<value>xlsxDataSource</value> -->
        <value>textDataSource</value> 
        <!-- value>JsonSeriesDataSource</value --> 
        <value>xmlaQueryDataSource</value> 
        <value>cassandraQueryDataSource</value>
        <value>HiveDataSource</value> 
    </util:set>

 

 

Link to comment
Share on other sites

  • 1 month later...

Hello,

Please refer to the 4.12 section- "File Datasource" of TIBCO JasperReports Server Administrator Guide.
https://community.jaspersoft.com/documentation/v8-v80-v800/tibco-jasperreports-server-administrator-guide

Could you use this file as I made the changes in this file and confirmed I am able to see the datasource i.e JSON in the list.
Make sure you did the comment out i.e. disable the line as given below

  <!-- <value>jsonDataSource</value> -->

and saved the file and restarted the jasperserver to reflect the changes.

I hope this will help you!

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...