Ritu Goelr Posted January 14, 2019 Share Posted January 14, 2019 Hi, Can you please let me know if there is way to put analysis on sleep for some time in order to get all the data loaded in template via data function. We have an analysis which is populating data via data function, this report needs to be exported to PDF but the automation services are not waiting for the data to get loaded and generating blank pdf's. Any help would be highly appreciated. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted January 16, 2019 Share Posted January 16, 2019 You can try to increase the default maxWaitTimeForTaskBackgroundJobToFinishSeconds property and see if it helps in your scenario. This setting is in the automation.config file which needs to be exported and then imported for automation services. https://docs.tibco.com/pub/spotfire_server/10.0.0/doc/html/TIB_sfire_ser... Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted January 16, 2019 Share Posted January 16, 2019 You can try to increase the default maxWaitTimeForTaskBackgroundJobToFinishSeconds property and see if it helps in your scenario. This setting is in the automation.config file which needs to be exported and then imported for automation services. https://docs.tibco.com/pub/spotfire_server/10.0.0/doc/html/TIB_sfire_ser... Link to comment Share on other sites More sharing options...
Ritu Goelr Posted January 17, 2019 Author Share Posted January 17, 2019 Hi Khushboo, Thanks for the reply, the issue is not because of the time required for background job. It is due to the fact that the automation services are not waiting to get the data function completion and immediately starting next task Regards Ritu Link to comment Share on other sites More sharing options...
Kishore Parihar Posted June 5, 2019 Share Posted June 5, 2019 Hi Ritu, Try adding a export data table to library/export data to file before generating pdf. In export from option select data table. Regards, Kishore Link to comment Share on other sites More sharing options...
Prashant Anand Posted June 6, 2019 Share Posted June 6, 2019 Hello Ritu, If you are using TIBCO Enterprise Runtime for R, you can use the following script to add a sleep for some time. ===== Sys.sleep() ===== Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now