Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OSB11g Project - deployment folders in WebLogic Managed server & Can we make a specific OSB project

riswanbJul 27 2020 — edited Jul 29 2020

HI,

I've a 3 OSB project,  First project contain one main proxy with JMS protocol, and other two OSB projects contains local proxies which would be called from the First project main JMS proxy.

1) OSBProjectOne - Main proxy interface with JMS protocol.

2) OSBProjectTwo - Local proxies. This would be called from Main proxy interface available in OSBProjectOne based on the service id available in input payload.

3) OSBProjectThree - Local proxies. This would be called from Main proxy interface available in OSBProjectOne based on the service id available in input payload.

WebLogic OSBDomain Topology:  OSBDomain with 1 Admin Server and two Managed Servers(MS1,MS2). Both Managed servers under Cluster configuration.

OSB 11g.

Could you please advise about the below queries:

1)  When we deploy these above mentioned three OSB projects through SBConsole, how it is getting deployed into WebLogic Server? please advise what are the folder names in WL where projects getting deployed. And, what are the config files getting updated as part of this SBConsole deployment.

- I found OSB Projects getting copied as it is to OSBDomain/osb/config/core, OSBDomain/osb/config/MS1, OSBDomain/osb/config/MS2 .

- _ALSB files with .ear reference is getting created in OSBDomain/sbconfig folder, the same can be found in WL server deployments list.

If you could provide input about complete deployment folders and config files update, that would be really helpful to understand.

2) Can I delete "OSBProjectTwo " alone from ManagedServer1(MS1) and is there any possibility to make run OSBProjectTwo always getting executed/handled by ManagedServer2(MS2) ?

3) OSBDomain/config/config.xml file, will it contains entries for every OSB projects deployment, please confirm. Kindly shed light on both config.xml and plan.xml configuraiton files to better understand the WL servcer OSB project deployment process.

Please advise.

Thanks

Babu.

Message was edited by: riswanb

Comments

Christian Berg-0racle

You add this to the LSQL in the Advanced tab of an analysis. Prefix field.

SET VARIABLE DISABLE_CACHE_HIT=...

Or simply take it from John's blog: Oracle Business Intelligence OBIEE 101: OBIEE the "developersprompt"

Gopi Mannava

What about for the users when they logged in everytime.

Saresh-Oracle

Hi,

Please check the below notes:

  • OBIEE 11g - How To Disable Cache for a Single Report ? (Doc ID 2085805.1)
  • How To Temporarily disable Caching or Change LogLevel For A Specific Request (Doc ID 1272485.1)
  • How To Prevent Caching In OBIEE? (Doc ID 1955926.1)

Thanks,

Sareesh

Christian Berg-0racle

Put it into an init block in the RPD

Gopi Mannava

Thank Sareesh. I will look in to it.

Gopi Mannava

Did the same way Berg but no luck.The variables are appending automatically.

Gopi Mannava

Hi Sareesh,

The document you sent won't work for users. We are looking for user level.

Thanks,

Gopi.

1 - 7

Post Details

Added on Jul 27 2020
1 comment
255 views