Quantcast
Channel: Indrayan's SOA Blog
Browsing all 62 articles
Browse latest View live

Unable to start opmn "RCV: Permission denied" solution

IssueEarlier user have started/stopped the opmn process as an incorrect user (such as root) but are now logged in as the unix user that owns the Application Server installation. The AS unix owner then...

View Article


Setting BPEL Timeout Parameters

The values to which you set the transaction-timeout and syncMaxWaitTime properties can impact whether a transaction scope successfully completes or times out and catches exception errors. For example,...

View Article


Illegal State Exception BRM Invocation Solution

ISSUE:While invoking BRM Opcode BPEL Process gets failed with below mentioned error:java.lang.IllegalStateException: New ManagedConnection cannot be created for a thread which is already in BRM...

View Article

Resource Exception BRM Invocation Solution

ISSUE:While invoking BRM Opcode BPEL Process gets failed with below mentioned error:WSIF JCA Execute of operation $OPCODE_NAME' failed due to: null; nested exception is:...

View Article

Image may be NSFW.
Clik here to view.

Unix Disk usage folderwise

Below given script will give the disk usage against each folder/files under any directory in a ascending manner. du -sh $(echo $(du -sk $FILE_PATH/*|sort -n|awk '{print $2}'))eg : du -sh $(echo $(du...

View Article


Essential JARs For using BPEL API

IssueTo do various kinds of activities using BPEL API through java various jar files are required. Below topic will go through the required jars and thee errors which will pop up in absence of these...

View Article

Reset Oc4jadmin Password

ISSUE:Change/reset Administrator oc4jadmin password.SOLUTION:Resolution:This can be done through emconsole. Below link provides detailed...

View Article

Connect To Db With Connection URL

ISSUE:Connect to a database where one don’t have the SID of a Database instance. SOLUTION:Resolution:This can be done providing the whole Database connection url within quotes while connecting to db...

View Article


Handy Unix Command

Below given are few important unix scripts:vThis will replace presence of “bbb” in all of the files with “aaa” recursively.find ./ -type f-exec sed -i 's/bbb/aaa/'{} \;vThis will find all the files...

View Article


Clob Data Insertion Issue Through BPEL

ISSUE:When trying to insert a record into a CLOB with a size greater than 32KB using the DB Adapter you receive the following error in the logs;java.sql.SQLException: setString can onlyprocess strings...

View Article

Image may be NSFW.
Clik here to view.

Developing WebService From PLSQL Package

IntroductionObjective is to expose a pl/sql functionality as a Web-Service using JDeveloper.This document will provide detailed information to do the above mentioned procedure.Also this document will...

View Article

Image may be NSFW.
Clik here to view.

Body is Empty Error Solution

IssueIf a BPEL process invokes another BPEL process/Web service and in return gets empty SOAP BODY then it might throw below mentioned error.exception on JaxRpc invoke: invalid SOAP envelope: body is...

View Article

Image may be NSFW.
Clik here to view.

To Pass Complex element as parameter in xslt

1.Introduction Objective is to pass a parameter which is itself of complex type through xslt. This document will provide a detailed implementation of the steps to be followed to perform this...

View Article


Image may be NSFW.
Clik here to view.

Data Level Encryption In BPEL

Occasionally we require hiding of some data due to confidentiality. To achieve the same sometime the whole data should be encrypted or sometime may be only a particular field needs to be...

View Article

Image may be NSFW.
Clik here to view.

AIA Data Purging

The cube data & esb transaction data which are stored in orabpel/oraesb schema will be deleted via database script after every regular interval.Database Cleaning: Description:The transactional data...

View Article


Re Enqueue data in Aqueue

Say system X posted an message in TEST_REQ_QTAB.From which message gets de-queued. If we use below mentioned command, the message will again be acting like freshly inserted data from System X and will...

View Article

Fetch Order Payload From Orabpel Schema

IntroductionObjective is to fetch order payload from ORABPEL schema tables based on Sales Order Number.Cube_Instance contains all instance details like InstanceId, ProcessId, Title,State, CreatedTiem...

View Article


Image may be NSFW.
Clik here to view.

Schedule BPEL Process Using Database Job

Objectve: To create a oracle database job, which will execute one procedure at a regular interval ,eventually inserting data in a database table.There is a BPEL process polling this table at a regular...

View Article

Image may be NSFW.
Clik here to view.

Enqueue Msg In Tibco EMS Queue From BPEL

Objectve: To create a BPEL Process which will enqueue messages in a Tibco EMS Queue.Setting of Queue Connection Factory:Path of JMS Adapter:$ORACLE_HOME\j2ee\home\connectors\JmsAdapterClass Required to...

View Article

Image may be NSFW.
Clik here to view.

Invoke Java Function from XSLT

Objective:This document details the steps for implementing extension function in Xslt using Java.Steps:1)Write an extension function to be used in Xpath(java method).In our case...

View Article
Browsing all 62 articles
Browse latest View live