Develop > Persistence layer > Data assets > Bootstrap files


Stage bootstrap file

wcs.staging.xml is an example of one of the XML files that populate the database tables with information. The types of information and database tables populated by wcs.staging.xml include the following:

Database Table Description Code Sample
CLEANCONF Database cleanup utility configuration table.

<cleanconf 
objectname="catalog_group" 
type="obsolete" 
statement="delete from catgroup 
where markfordelete = 1" 
namearg="no" sequence="1" daysarg="no" />

STGMERTAB Stage configuration table for all merchant tables.

<stgmertab tabnbr="10" tabname="member" 
    />

STGMRSTTAB Stage configuration table for all tables containing both merchant and site information.

<stgmrsttab tabnbr="140" tabname="store" 
    colname="store_id" />

STGSITETAB Stage configuration table for all site tables.

<stgsitetab tabnbr="10" tabname="site" 
    />

STGUINDTAB Stage configuration table to check for unique index conflicts.

<stguindtab tabname="trading" />

IBM recommends that you do not modify any of the bootstrap files. If modified, an instance may not be created successfully and this could result in a major support issue.


Related concepts

Bootstrap files


+

Search Tips   |   Advanced Search