Skip to main content
February 15, 2016
Question

How to create new report in cognos

  • February 15, 2016
  • 3 replies
  • 1866 views

Hi

Pl help me in creating cognos reporting in windchill. I am creating task delegate in windchill but it not seen in IBM Cognos. how to call that delegate  in cognos pl tell me.

3 replies

2-Explorer
February 15, 2016

Open a Windchill shell, navigate to WT_HOME/installer/wnc and run the command ant -f wbr_actions.xml modelupdate. This should update the Windchill package in Cognos with newly created report delegate. You may have to re-open the Reporting Studio session.

Thanks,

Binesh Kumar

1-Visitor
February 19, 2016

One other option, if you have made a new Query in Windchill and want Cognos to see it to grab data from it for your Cognos report you'll have to open a Windchill shell, navigate to the WT_Home directory and run this: windchill com.ptc.windchill.enterprise.report.ReportHelper modelupdate.

Then re-open Cognos and the new query should show up.

13-Aquamarine
March 18, 2016

Dhananjay,

Were you able to resolve your issue by running the modelupdate command recommended by Binesh and Daryl? Just to clarify, the commands suggested by Binesh and Daryl both perform the same action in Windchill. These are just two different ways to call the same command.