This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Automated Report Delivery - FNMS Reports Index
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 01, 2019
08:25 AM
Automated Report Delivery - FNMS Reports Index
Hi - I was wondering if anyone had experience with automated delivery of reporting out of FlexNet Management Suite? We do have a Cognos connection but unfortunately I am completely lost in trying to build reports in Cognos.
Ultimately I'd like to just find a way to schedule an automated delivery of a .csv of a report i generated out of "reports index".
We are on FNMS 12.2.0.14820 .
Thanks!!
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
2 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 01, 2019
09:49 PM
If you are comfortable with scripting (using PowerShell or something of that nature), then an approach to doing this that doesn't involve Cognos is:
- Extract data from the FlexNet database - this could be done using a web API to run a pre-configured report (like is described here), or by a direct SQL query to the database.
- Write a script to deliver the extracted data using whatever mechanism you prefer (e.g. save it to a file on a file share, email it, ...)
(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 02, 2019
07:58 AM
Thanks Chris. Sounds like it's time for me to start learning SQL.
