Automatic report creation
Sep 11, 2012
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
09:48 AM
Automatic report creation
Does anyone know a way to automatically execute a WC report on a schedule and save the output file? I have a few reports that need to be run after hours at the very end of the week and each one will generate an excel file. I'd like to do this without any user interaction. I haven't dug into this much yet but was hoping somebody may have done it before and might save me from going down the wrong path.
Thanks,
John Frankovich
GSI Group
www.gsiag.com<">http://www.gsiag.com>
Thanks,
John Frankovich
GSI Group
www.gsiag.com<">http://www.gsiag.com>
Labels:
- Labels:
-
Other
7 REPLIES 7
Sep 11, 2012
09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
09:59 AM
Cognos.
You can schedule it to run and then email the report out in a variety of formats automatically.
[cid:image001.gif@01CD8FEA.F67BA530]
Steve Vinyard
Application Engineer
You can schedule it to run and then email the report out in a variety of formats automatically.
[cid:image001.gif@01CD8FEA.F67BA530]
Steve Vinyard
Application Engineer
Sep 11, 2012
10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
10:25 AM
How about without Cognos? We are on WC10.0 but don't have Windchill Business Reporting.
John
John
Sep 11, 2012
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
10:46 AM
Without Cognos you can use workflow or scheduled queues along with the
reporting APIs.
For instance, you could periodically generate a report into iterations
of a WTDocument.
Some coding required, though.
reporting APIs.
For instance, you could periodically generate a report into iterations
of a WTDocument.
Some coding required, though.
Sep 11, 2012
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
10:46 AM
We run many query builder reports automatically from Excel, with the result dumped to Excel - and for some, saved out as a web page. I saw Al Andersen present on this years ago - and got inspired. We do this for many query builder reports now.
Can do all sorts of tricky things to build the needed URL to pass parameters as needed as well. We have the Excel spreadsheets running all the time on a server and have a macro that kicks off the report each night.
Can do all sorts of tricky things to build the needed URL to pass parameters as needed as well. We have the Excel spreadsheets running all the time on a server and have a macro that kicks off the report each night.
Sep 11, 2012
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
11:17 AM
We use Tidal (Cisco Tidal Enterprise Scheduler) to set up jobs to run
Java, SQL, or other programs for this type of thing.
I don't know of any "Windchill" administrative set up option, although I
suppose you could try a workflow running on a timer in a loop that fires
to launch a robot to initiate the report and then return to the timer. My
experience with that kind of workflow timer solution, however, is that
eventually the WfUserWork or WfPropogation queue gets hung up for some
reason, and/or there are errors that are not handled well in that kind of
program resulting in unanticipated problems over time. We find the use of
Tidal jobs much better for any kind of scheduled program runs.
Al
Java, SQL, or other programs for this type of thing.
I don't know of any "Windchill" administrative set up option, although I
suppose you could try a workflow running on a timer in a loop that fires
to launch a robot to initiate the report and then return to the timer. My
experience with that kind of workflow timer solution, however, is that
eventually the WfUserWork or WfPropogation queue gets hung up for some
reason, and/or there are errors that are not handled well in that kind of
program resulting in unanticipated problems over time. We find the use of
Tidal jobs much better for any kind of scheduled program runs.
Al
Sep 11, 2012
11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
11:49 AM
A big thanks to Mike and a shout out to Al as well for being the inspiration. The Excel solution looks like the winner. It will get us operational the quickest and then we will have time to explore some of the other suggested options to get our alternate output formats, email reports, or generate reports as iterations of a WTDoc (which would be really slick for some of these desired reports).
Thanks to all,
John
From: Lockwood,Mike,IRVINE,R&D [
Thanks to all,
John
From: Lockwood,Mike,IRVINE,R&D [
Sep 11, 2012
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2012
12:17 PM
P.S. I'd also generally suggest use of a scheduled queue over use of
workflow timers for such things if you go with a Windchill (as opposed
to Cognos or external) background execution solution.
workflow timers for such things if you go with a Windchill (as opposed
to Cognos or external) background execution solution.
