No this setting doesn't affect your RC. RC process it's data from the eventsubsystem database and also from it's own RC database (which you would have configured during setup). Make sure TeamSite was writting it's data onto Eventsubsystem prior to the data you mentioned (Check messages table).Pradeep
This is not entirely correct. It is true that reporting if registered with Eventsubsystem will pick up it's messages_handles from ES and deserialize the blob, then populate it's reporting DB. But for workflow events it will also query the worflow object(like iwgetwfobj) for more information. And if not found will throw an error in tsreport.log. I believe that the default iw.cfg is : delete_jobs_on_completion=true and when using report center should be configed to:delete_jobs_on_completion=falseThis tells the workflow store not to purge workflow objects until reporting has consumed the information it needs. Setting this to true and not having report center configured or running would create issues for the workflow store.