I have created output blocks to save the .iok as an .pdf per the clients requirements. However once I automated the report using the scheduler I receive the following warning messages after the report is run:
"2012.01.09 01:32:03.457 Info: Executing task "DailyChain" (IBOPS,CSPlus,IBDashboard,IBEQT,FIDOV,FIDVolumeCU,, every day from 7/19/11 1:30 AM, forever)... 2012.01.09 01:32:03.457 Warning: Task is 2 min 3 sec late 2012.01.09 06:02:24.025 Warning: Action completed successfully but warnings generated:
This file does not have any valid DataManager output blocks This file does not have any valid DataManager output blocks"
What I find strange as 1. yes it does because I added it, and 2. it produces the pdf correctly and saves it down to the requested location. I am currently using 2.6 b771. Have you seen this behavior with the scheduler before?
I was looking back over old Form posts and wanted to let you know we still get the warning message even with 2.7 installed now. The scheduler will still output a simple warning message that the file does not have any valid output blocks. As it's been several months, can you send me another mail on how we could caputre this and work on a solution?
No, don't think so. We actually manually updated the wrapper.conf file a few weeks ago when we were having the out-of-memory issues start. This issue is within the scheduler only. When you create a report with a valid output data block, such as to send an email. To make the scheduler do the output block you need to add a command to "publish data manager output blocks". The output block is valid and will send the email correctly. However in the scheduler log file it will throw a warning message every time for no reason. The process actually works, it just throws an error for no aparent reason. I would like to get rid of the junk warning messages when the process actually works.
Are you sure you are only executing a single task for a single file, and without any other processes (watch folder) going on?
After doing a single "publish all" task, you will always finish with either of these 2 messages:
Successfully published 1 block(s)
This file does not have any valid DataManager output blocks
If the former (1), you will see "Successfully published block 'NAME'".
If the latter (2), the reasons for seeing this warning are:
legacy file predating DataManager
no output blocks
error with block configuration (you will also see another warning message with the reason)
failure with the individual block execution (you will also see an explanation)
Try cleaning your log file, re-running the task just once, and posting the log here. Also try setting up a test file which does something simple like exporting a CSV file to your desktop.