Wednesday, July 13, 2011

BAM-00533: Resources start operation for destination topic/oracle.bam.messaging.reportcacje.activedata failed.

You are trying to access the report through BAM viewer and you are getting the following error


BAM-00533: Resources start operation for destination topic/oracle.bam.messaging.reportcacje.activedata failed.

The error looks something like this.



This error occurs because you have changed the default port for BAM.

By default if you are installing soa suite 11g the port takes in 9001 if you are changing it you may need to do some extra changes to take this effect.

Configure ORACLE BAM with custom port 7777 (default is 9001)

GO to SOA_HOME/bam/config/BAMICommandConfig.xml

and change the ADC server port with new value
<ADCServerPort>7777</ADCServerPort>
Restart Server


Now go to BEA_HOME\user_projects\domains\<DOMAIN_NAME>\servers\<SERVER_NAME>\tmp\_WL_user\oracle-bam_11.1.1\<RANDOM_NUBMER>\APP-INF\classes\config\

BEA_HOME\user_projects\domains\<DOMAIN_NAME>\servers\<SERVER_NAME>\tmp\_WL_user\oracle-bam_11.1.1\<RANDOM_NUBMER>\APP-INF\config\

I have specified two location as it can be in any of the two location.There will be multiple files and you need to find out the one where in you have all the configuration file mentioned below are stored.

and change the port in following places.

BAMWebConfig.xml >> <ServerPort>7777</ServerPort>
BAMServerConfig.xml >> <ADCServerPort>7777</ADCServerPort>
BAMCommonConfig.xml >> <ApplicationURL>http://localhost:7777</ApplicationURL>

Now Restart server

You can also do the changes from console.Check the following document for the same.

http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10226/bam_config.htm

No comments: