Sample BIBootstrap property file for DB2

#Note: These database usernames are samples. We highly recommend that you use you standardize the names to your own convention

The passwords below have been encrypted. Please refer to section 'Setup BIApplication.Properties and BIBootstrap.properties files' for further information

# DB2 connections properties for the Application Database

curamsource.db.server=kingston

curamsource.db.port=50000

curamsource.db.name=database

curamsource.db.username=db2admin

curamsource.db.password=qqnscP4c4+s==

# DB2 connections properties for the staging area

staging.db.server=kingston

staging.db.port=50000

staging.db.name=curamdw

staging.db.username=db2admin

staging.db.password=qqnscP4c4+s==

# DB2 connections properties for the central area

central.db.server=kingston

central.db.port=50000

central.db.name=curamdw

central.db.username=db2admin

central.db.password=qqnscP4c4+s==

# DB2 connections properties for the data mart

centraldm.db.server=kingston

centraldm.db.port=50000

centraldm.db.name=datamart

centraldm.db.username=db2admin

centraldm.db.password=qqnscP4c4+s==

# DB2 connection properties for the Control Database

design.db.server=kingston

design.db.port=50000

design.db.name=DWCTRLDB

design.db.servicename=

design.db.username=db2admin

design.db.password=qqnscP4c4+s==

# DB2 connections properties for the demo data data mart

# allow demo data to be loaded in isolation to real data

dmdemodata.db.server=kingston

dmdemodata.db.port=50000

dmdemodata.db.name=demodata

dmdemodata.db.username=db2admin

dmdemodata.db.password=qqnscP4c4+s==