Featured

OSB File Transport and Path Service Error Solution

Problem In a disaster recovery scenario, when a managed server that is configured as the primary node for the file transport-based proxy service goes down, due to some technical issue, then the file will go into error folder and hamper the processing of all the file transport-based services.            Solution Login to OSB Console (sbconsole) with …

Featured

OSB File Transport and Hash Member Error Solution

Problem In a disaster recovery scenario, when a managed server that is configured as the primary node for the file transport-based proxy service goes down, due to some technical issue, then the file will go into error folder and hamper the processing of all the file transport-based services. While processing a file via file transport-based …

Featured

New Composite Title Function in 12c

New Function in Oracle 12c In Oracle 11g, if one is defining the SOA instance title for a particular service/composite using function setCompositeInstanceTitle then they need to use setFlowInstanceTitle function in Oracle 12c, with a namespace as ‘oraext’. Syntax Difference: 11g: <extensionActivity> <bpelx:exec name="SetCompositeName" language="java">        <![CDATA[setTitle((String)getVariableData("compositeTitle"));setCompositeInstanceTitle((String)getVariableData("compositeTitle"));]]> </bpelx:exec> </extensionActivity> 12c: <extensionActivity> <bpelx:exec name="SetCompositeName" language="java"> <![CDATA[setTitle((String)getVariableData("compositeTitle"));oraext:setFlowInstanceTitle((String)getVariableData("compositeTitle"));]]> </bpelx:exec> …

Featured

Missing header Security Vulnerability

During QUALYS Web Application Scanning of User System - Oracle Fusion (Integration layer), if one is facing the below security vulnerabilities, then follow the steps mentioned in the solution. Vulnerability 1: ID and Name 150202 and Missing header: X-Content-Type-Options Threat The X-Content-Type-Options response header is not present. WAS reports missing X-Content-Type-Options header on each crawled …

Featured

Cookie Does Not Contain HTTPOnly Attribute Security Vulnerability

During QUALYS Web Application Scanning of user system like Oracle Fusion (Integration layer), if one is facing the below security vulnerability, then follow the steps mentioned in the solution. ID and Name 150123 and Cookie Does Not Contain The "HTTPOnly" Attribute Threat The cookie does not contain the "HTTPOnly" attribute. Impact Cookies without the "HTTPOnly" …

Featured

X-Frame-Options Header Security Vulnerability

During QUALYS Web Application Scanning of user system like Oracle Fusion (Integration layer), if one is facing the below security vulnerability, then follow the steps mentioned in the solution. ID and Name 150081 and X-Frame-Options header is not set Threat The X-Frame-Options header is not set in the HTTP response, which may lead to a …

Featured

Download Scan Report – QUALYS

How to export the Web Application Scan Report in Qualys? Step by Step Guide: Login to Qualys Portal and select Web Application Scanning on the right-hand side dropdown. Then Click on Scans and then again click on Scan List. Select the checkbox against your scan name which has got completed successfully Click on Report Now, …

Featured

Selenium Script – QUALYS WAS

Why Selenium Script in QUALYS Web Application Scan? The selenium script is an alternative way to authenticate the desired web application URL. In a scenario where your typical web application fails authentication due to continuous bombardment of WAS then one can use Selenium script as it gives a provision to wait for the stipulated timeframe …

Featured

SOA Purging in Efficient Way

Problem Statement Using Oracle’s out of the box, purging of SOA instances was not deleting all the old and unwanted instances. The out of the box purging script only delete particular instances which are in 1, 3, 17, 19, 31, and 32 states. This problem leads to piling up of old unwanted instances which are …

Featured

File Processing – Performance Fix 12c

Problem Statement Post Oracle Fusion upgrade from 11g to 12c, there is slowness during file processing via file transport. Solution A quick win solution to change the XQuery version from 2004 to 1.0 helps you achieve your target partially. Changes required in XQuery: Existing XQuery in 11g starts with: xquery version "2004-draft"; Modified XQuery (Need …

Error Invoking SOAP Web Services

Problem Statement While invoking any third-party or internal web services which have a soap version either 1.1 or 1.2, then you might face the below error and will not be able to fetch any response back. Although, one might see that the desired invocation has worked end to end successfully still the invoke activity is …

Connection Error Occurred During Web Application Scan

During QUALYS Web Application Scanning of User System - Integration layer, if one is facing the below error during vulnerability scan, then follow the steps mentioned in the solution. ID and Error 150018 Connection Error Occurred During Web Application Scan Threat The following are some of the possible reasons for the timeouts or connection errors: …

AWS Serverless Deployment

Tools GIT – is a code repository where code will be residing and developer to update code and push on GitHub Server CircleCI – Continuous Integration / Continuous Delivery tool used to build and deploy the code on AWS server AWS – Cloud platform where our application server is hosted Flow A developer can use …

Significance of ADF Config Plan

Problem Statement While programming for Oracle Fusion 12c, one might face an issue with code compilation or selecting the MDS folder structure despite adding the file-based or database MDS to the desired Application.  This will create confusion that MDS must have got corrupted but please follow the below solution and rules out the factor that …

MDM 2.2 Admin Data and Code Issue

Problem Before MDM 2.2 upgrade, when one use to update or add new admin data for example tariff details, manufacturer details, etc. we had to perform “flushAll” on each managed server URL including load balancing URL. Post MDM 2.2 upgrade, the facility to perform flushAll on each managed server has been revoked and an introduction …

MDM 2.2 Message Sender Bug

Post Oracle MDM (Meter Data Management) 2.2 upgrade, when you configure your Message Sender (in good old days also known as “XAI Sender”) with an HTTP Transport Method as Send only then you will get an error back stating HTTP 202. This error can be visible in the log tab of the activity screen in …

Automate Fetching of Data

BASH Script to fetch Unique Identifiers Data from huge logs Create below bash script file in any location of your Fusion or other application LPAR: fetchLogs.bash Run the above script with command ./fetchLog.bash and enter the date, first and second unique identifier when prompted. Once the script has gathered all the data, it will create …

Export OSB Project -Automation

DevOPS Script to export 12c OSB projects/components using Python and Shell Script Create below three files in any location of your Fusion LPAR: export.propertiesexport.pyexport.sh Run your shell script with command ./export.sh and the export with date and time stamp will be created in /backup/$LOGNAME location. Please change the location of the export in export.sh Content …

MQ Adapter Endpoint Issue in SOA 12c

Problem Whilst performing a rolling restart of SOA managed servers in 12c, some MQ Adapter service endpoints get deactivated. This leads to the failure of polling messages from the respective MQ whose endpoint has been deactivated and direct impact to the processing if it is real-time. How to identify whether Adapter Endpoint Service is down …

Missing SOA-INFRA Partition in 12c

Problem There is an intermittent issue in SOA 12c Enterprise Manager console wherein under SOA partition one cannot view one or more soa-infra managed server/s. Solution Please follow the below workaround as this is an existing bug for SOA 12c. Login to 12c Weblogic Admin Console using weblogic credentialsGo to DeploymentsClick on Control tabClick on …

Design a site like this with WordPress.com
Get started