Configure deployment files

  1. Ensure the files, BBDW_DeletedIDTables_EXT.txt and BBDW_PackageList_EXT.txt, are added to your Business Intelligence project.

    You can edit the files as text. Each line should be a comma separated set of values.

  2. To edit the list of deleted tables, open the BBDW_DeletedIDTables_EXT.txt file.

  3. To edit the package manifest, open the BBDW_PackageList_EXT.txt file.

  4. Add lines as necessary. Always leave the first line that shows the field names as-is.

  5. Edit lines along this format:

    "1","EVENTAUDIT","BBDW.DIM_EVENT_EXT","EVENTSYSTEMID"

    Notice the values are contained in quotes and separated by commas. There is an entry for each field indicated in the first line of the file. Here is the text for an example BBDW_DeletedIDTables_EXT.txt file:

    "Enabled","SOURCEAUDITTABLE","MARTTABLE","MARTTABLECOLUMN"
    "1","EVENTAUDIT","BBDW.DIM_EVENT_EXT","EVENTSYSTEMID"

    Here is the text for an example BBDW_PackageList_EXT.txt file:

    "Enabled","Package"
    "1","BBDW_DIM_EVENT_EXT.dtsx"