Sunday, May 17, 2009

Configuring Java SSO for external Web services

If you have created some webservices/web page and you want to configure it with JSSO of SOA Suite or any other Oracle APPS Application the below are the steps to configure it.
  1. Go to "Oracle Application Server Admin Console"
  2. Click on the Web Application deployed (by user)
  3. Go to "Administration" tab under Webapp
  4. Click on Security Provider Link under Security
  5. Check whether File based security for Security Provider is same as per Java SSO Security Provider
  6. If not then Change it and then Restart WebApp
  7. Go to Java SSO Configurations under Oracle Application Server Admin Console
  8. Click Participating Applications tab
  9. Check Web Applications checkbox and then Apply
  10. Restart Application Server through Console
  11. Try Logging in to you Web Application, your application is configured with Java SSO

Note: - These Configurations are applicable for Oracle Application Server 10g.

Saturday, May 16, 2009

Modifying ORACLE_HOME while SOA Installation

If you are facing a problem while installing SOA Suite and the error is related to duplicate ORACLE_HOME then follow these steps:
1. Remove all registeries of previous installations.
2. Remove ORACLE_HOME specified in Environment variables.
3. Restart System.
4. Go to --> $SOA_INSTALL_DIR\install\oraparam.ini
5. Modify the ORACLE_HOME name mentioned in "DEFAULT_HOME_NAME".
6. Save the file and then start SOA Installation.

B2B Features with OIC

During last couple of months various new features are getting introduced in Oracle Integration Cloud, out of those there is a new feature f...