I need to be able to pull all temp and regular tables used in a job in a list format. Is there a quick and easy way to do this? Basically we will use this for environment builds and maintenance of our staging environments.
I’m trying to do something similar for documentation purposes. I found ALVW_MAPPING seemed to have the sort of results I needed but it doesn’t seem to be coming back with all the information.
We have a sizeable DS configuration and some data flows are definitely missing from the output (on SQL Server). I would guess results are hitting a limit somewhere possibly? It doesn’t help that ALVW_MAPPING is a view of tables and more views. Any one got some suggestions on dissecting the query a little.
DS is 3.2, repository is on SQL Server (2005).
Essentially I want to use the query output to produce some documentation on WF->DF->Tables (Source/Target) and Mappings, along with some implied dependencies.
Some tables are only updated when you run ‘Calculate usage dependencies’ and / or ‘Calculate column mappings’. BODS is supposed to run this by standard, but can be disabled. And BODS 4.0 is not so stable with this functionality.
Ah that might explain it, thanks for the information. I kicked this off manually when playing in DS Designer so must have accidentally fixed it. I’ll look into scheduling the process.
Somewhere under Tools - Options you can check if it is enabled or not. I do not know of a way to schedule it… Although part is an internal job, it should be possible to schedule that one I guess…