Search This Blog

oracle BPM 11g Log Handlers Example

Oracle BPM 11g Log Handlers Example


when ever  developer  create project  Log message is very important to track the status of Current Process instance data . This tutorial will explain how to create Log message and how to track values.Create synchronous webservice in start activity assign values in Log Handler  .



















open Enterprise manager :  http://localhost:7001/em





Test Webservice 













Final output Payload XML real time data .



OBPM 11g Email Configuration




OBPM 11g Email Configuration 

Step 1 :

http://localhost:7001/em
User Messaging Service -- >usermessagingdriver-email -- >Email Driver properties





Step 2 :


OutgoingMailServer - The SMTP hostname
OutgoingMailServerPort - The SMTP port
OutgoingMailServerSecurity - The type of security (e.g. SSL)
OutgoingUsername - The mail user account
OutgoingPassword - The mail user password



















Example :

OutgoingMailServer - smtp.gmail.com
OutgoingMailServerPort - 465
OutgoingMailServerSecurity - SSl




Step 3:



SOA -->SOA-Infra- > SOA Administration --> workflow Notification


















choose Email and clip apply








Download Openssl client from following site

www.openssl.org



openssl s_client -connect host:port
where Gmail SMTP host:port is smtp.gmail.com:465
where Gmail IMAP host:port is imap.gmail.com:993


















Save the file for both smtp and imap .















keytool available in java/bin >



keytool -import -alias AliasName -keystore KeystoreLocation -file CertificateLocation
For example:
keytool -import -alias gmail-imap -keystore gmail-keystore.jks -file imap.txt
keytool -import -alias gmail-smtp -keystore gmail-keystore.jks -file smtp.txt




















paste the below code in setDomainEnv.bat


set EXTRA_JAVA_PROPERTIES=%EXTRA_JAVA_PROPERTIES% -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\SOA11g6\user_projects\domains\base_domain\servers\lib\gmail-keystore.jks -Djavax.net.ssl.trustStorePassword=Admin123



































Steps to clear ORA-04063: package body "DEV_MDS.MDS_INTERNAL_SHREDDED" Error

Steps to clear ORA-04063: package body  "DEV_MDS.MDS_INTERNAL_SHREDDED"  Error

Most of the time when you created SOA_Server "DEV_MDS.MDS_INTERNAL_SHREDDED"  error occur due to incomplete installation on RCU creation ( no need to Drop and create new Schema ).

Error Statement : 

<BEA-149205> <Failed to initialize the application 'soa-infra' due to error oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid. 
ORA-04063: package body "DEV_MDS.MDS_INTERNAL_SHREDDED" has errors
ORA-06508: PL/SQL: could not find program unit being called: "DEV_MDS.MDS_INTERNAL_SHREDDED"
ORA-06512: at line 1
oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid. 
ORA-04063: package body "DEV_MDS.MDS_INTERNAL_SHREDDED" has errors
ORA-06508: PL/SQL: could not find program unit being called: "DEV_MDS.MDS_INTERNAL_SHREDDED"
ORA-06512: at line 1
at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
at oracle.mds.config.PConfig.loadFromBean(PConfig.java:517)
at oracle.mds.config.PConfig.<init>(PConfig.java:341)

Stop all your Server including Admin server and managed node server SOA_server1.

To clear this above Error , recompile DEV_MDS scheme , open SQL Developer  :

username : DEV_MDS
Password : *******

Compile all the package. Start admin server and Soa_server1 .

Error cleared ..


Oracle BPM 11g BAM Component Overview



Oracle BPM 11g BAM Component Overview



















step 1: http://localhost:9001/OracleBAM 
















1. Active Viewer --- >  Active Viewer is a interface for viewing Reports
















2. BPM Active Studio -- > using Active Studio user can create and Edit Reports



















3. BPM Architect  -- > user can create Data object , once the Data object created in BPM Architect , user can use the data object in BPM Active Studio .


















4 . BPM Administrator -- > add ,manage and delete users.

















BPM Architect  -- > provide data access to
1. Create Data object
2. Alerts
3.Enter price Message Source
4. External Data Source .
Create New Folder 





























Creating Data Object










































Create Report under BAM Active Studio 








select Chart type








Data Object created ( folder Name : krishna moorthi )


















Data Object ( krishna_DataObject )

















Select Data Object  Group By and Chart Values




Oracle BPM 11g WorkSpace Logo Change




  Oracle BPM 11g Work Space Logo Change :












Oracle BPM 11g version 11.6 Released

 Oracle BPM 11g version 11.6 Released
        
   Oracle recently released OBPM 11.6 version .  what special in that Pack   ?

     OBPM 11.6 version include Feature Pack content as a Part of FS5 PS ( 11.5 version ) 

Features included  :

1.  Update Task .
2.  SMS .
3.  Email .
4.  Document Creation in XHTML / XML version .
5.  BPA to BPMN 2.0 advance conversion.
6.  Parametric Roles .
7.  Correlation . 
8.  Advance live Instance BPM object Data values.
9.  Conversation.
10 . Import & Export BPM object .  etc ..
 


Documentation available in below link :



http://docs.oracle.com/cd/E23943_01/soa.htm