01-11-2023 03:50 PM - last edited on 05-24-2023 06:33 AM by JackLacava
We have created a book that when run outputs an Excel file that is 67 tabs. It can take 20+ minutes to run on our desktop Clients and many times will time out if we are at home vs. in the office. Anybody ever created something that would allow this book to run on the server and save the output to the Application Folder. That would allow it to run using the Server resources and only impact our laptops when downloading the file, which should be manageable.
Solved! Go to Solution.
01-12-2023 12:30 PM
I've done it using Dashboard, extender rules, parcel service, and task scheduler. Yes, it is possible.
01-13-2023 10:38 AM
Do the reports use parameters? If so, you'll likely need to specify them in the last lines of the Export File definition.
01-11-2023 07:59 PM
Hi Clarke: you're on the right track and also have almost answered the question yourself! 🙂 You can use a Data Management Step > Export File to run the Report Book and save the output to the Application File Share. Check the design and reference guide "Presenting Data Using Books" and "Application Tools > Export File"
01-12-2023 03:48 PM
Thanks for pointing me to the Doc's What it said do, is what I had been doing but nothing was getting created and was running way too fast. Can you look at the below and let me know if you see anything that looks wrong.
When I run it, it takes about 10 seconds to finish and i can't find any file so assume something is wrong on the setup.
01-12-2023 05:26 PM
Check under: File Share > Applications > YourApplicationName > DataManagement > Export > YourUserName
That is where I found mine.
01-13-2023 09:18 AM
Thanks, found the files, now just have to get them to have data :). Will get there at some point. Going to try ckattookaran's process as well.
01-13-2023 10:38 AM
Do the reports use parameters? If so, you'll likely need to specify them in the last lines of the Export File definition.
04-28-2023 04:38 PM
Clarke, from the last screenshot, it looks like the source file type and path could be the problem.
01-12-2023 12:30 PM
I've done it using Dashboard, extender rules, parcel service, and task scheduler. Yes, it is possible.
08-01-2024 03:12 AM
Any experience running a data management step for a file extract (book) where there's a dependent parameter in the underlying cube views? It pulls all the standard parameters, but I haven't been able to get the dependent parameter to pull.