Skip to main content
6-Contributor
September 4, 2024
Question

How to exports single existing ReportTemplate (QML) objects from windchill ?

  • September 4, 2024
  • 1 reply
  • 850 views

Version: Windchill 12.1

 

Use Case: Migrate QML Reports to Jasper reports.


Description:

Hello,

I can export all QML reports from windchill which are needed for Jasper Studio consumption.

so using below command :

com.ptc.util.wbr.export.ExportDataSource reportTemplate -u <username> -p <password> -r

This will generates dataset.jar located at WT_HOME/tmp location.

 

But, i need to export only single QML report hence if anyone knows it, could you please share.

 

Thanks.

1 reply

joe_morton
18-Opal
18-Opal
September 4, 2024

The workaround I've heard people using is to export the QML from a development environment where you first delete all other QMLs. That way, exporting all just exports the 1 you need.

6-Contributor
October 7, 2024

Thanks but not acceptable.