Monday, 25 February 2013

Clearing the data objects in Oracle BAM

Problem:
The common problem that we all will face in development/testing of  BAM reports is that we may need to reset/clear the values of the data objects.

Solution: 
There is a utility called icommand which we can use to solve the above problem.

go to the bin directory of BAM, (cd /oracle/fmwhome/Oracle_SOA1/bam/bin)

Eg: 
1) clearing data object
icommand -cmd clear -name "path_of_the_dataobject" -type dataobject

path_of_the_dataobject = "/Samples/Call Center/"

2) Deleting the data object

icommand -cmd delete -name TestDO 

Using this icommand we can export the reports/data objects from one BAM server to the another BAM server (please refer to the icommand documentation for usage of specific commands). 

No comments:

Post a Comment