Dinesh’s SOA Solutions

Welcome to Dinesh’s SOA Solutions

  • OSB File Transport and Path Service Error Solution

    21st Jun 2019 by

    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… Read more

  • OSB File Transport and Hash Member Error Solution

    18th May 2019 by

    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… Read more

  • New Composite Title Function in 12c

    7th Apr 2019 by

    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>… Read more

  • Missing header Security Vulnerability

    5th Mar 2019 by

    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… Read more

  • Cookie Does Not Contain HTTPOnly Attribute Security Vulnerability

    28th Feb 2019 by

    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”… Read more

  • X-Frame-Options Header Security Vulnerability

    23rd Jan 2019 by

    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… Read more

  • Download Scan Report – QUALYS

    20th Dec 2018 by

    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,… Read more

  • Selenium Script – QUALYS WAS

    15th Nov 2018 by

    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… Read more

  • SOA Purging in Efficient Way

    11th Oct 2018 by

    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… Read more

  • File Processing – Performance Fix 12c

    15th May 2018 by

    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… Read more

  • Welcome to Dinesh’s SOA Solutions

    1st May 2017 by

    The good old saying that has been taught by my mother: ‘Sharing is caring!’ Here are a few technical experiences that I am sharing globally. I am lighting one more candle of knowledge to enlighten people walking on the dark paths.

  • Error Invoking SOAP Web Services

    1st Jun 2020 by

    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… Read more

  • Connection Error Occurred During Web Application Scan

    5th Apr 2020 by

    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:… Read more

View all posts

Follow Me

Email: dinesh.5wani@gmail.com

LinkedIn: https://www.linkedin.com/in/dinesh-panjwani-8185b687/

Follow My Blogs

Watch this space for more information! I am just an email away. Subscribe below and get updates the latest issues and solutions.

Design a site like this with WordPress.com
Get started