How do I enable BIRT reporting in Yellowfin 7?
Answered
When attempting to enable BIRT reporting, I stumbled across this document:
https://www.yellowfinbi.com/YFForum.i4?thread=94947#p1
Are the steps in this document still applicable?
The steps for enabling BIRT reporting have changed slightly since the 5.0 release.
1. Yellowfin currently ships with an adapter for BIRT version 4.3.1. As this adapter will work for all versions of BIRT up through 4.5, it will first be necessary to download an appropriate runtime package for this adapter:
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/R-R1-4_3_1-201309181142/birt-runtime-4_3_1.zip
Note: in this case I am using the 4.3.1 build. To enable a more recent build, simply change "4_3_1" to the relevant build number in each of the following steps.
2. Once this has been downloaded, extract the entire 'birt-runtime-4_3_1' folder into:
<your_yellowfin>/appserver/lib
3. We will next need to tell Yellowfin to look for this folder on startup. Open the 'catalina.properties' file in any text editor. This file can be found here:
<your_yellowfin>/appserver/conf
4. Add the following argument to the shared.loader line, then save:
${catalina.base}/lib/birt-runtime-4_3_1/ReportEngine/lib/*.jar
5. Restart Yellowfin. The startup process will take slightly longer than normal, but once it has been completed, the BIRT Reporting option will now be available in the advanced authoring section of the report creation prompt.
The steps for enabling BIRT reporting have changed slightly since the 5.0 release.
1. Yellowfin currently ships with an adapter for BIRT version 4.3.1. As this adapter will work for all versions of BIRT up through 4.5, it will first be necessary to download an appropriate runtime package for this adapter:
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/R-R1-4_3_1-201309181142/birt-runtime-4_3_1.zip
Note: in this case I am using the 4.3.1 build. To enable a more recent build, simply change "4_3_1" to the relevant build number in each of the following steps.
2. Once this has been downloaded, extract the entire 'birt-runtime-4_3_1' folder into:
<your_yellowfin>/appserver/lib
3. We will next need to tell Yellowfin to look for this folder on startup. Open the 'catalina.properties' file in any text editor. This file can be found here:
<your_yellowfin>/appserver/conf
4. Add the following argument to the shared.loader line, then save:
${catalina.base}/lib/birt-runtime-4_3_1/ReportEngine/lib/*.jar
5. Restart Yellowfin. The startup process will take slightly longer than normal, but once it has been completed, the BIRT Reporting option will now be available in the advanced authoring section of the report creation prompt.
Replies have been locked on this page!