My Oracle Support Banner

Amadeus SBRRES Document Incorrectly Converted in b2b 12C (Doc ID 3062068.1)

Last updated on DECEMBER 10, 2024

Applies to:

Oracle SOA Suite - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms


According to the Amadeus specification, there can be three MON segment data after the PTK segment. One time is mandatory MON, and two times is conditional MON.
The actual data comes with three MON segments after the PTK segment.In 12C, the conditional MON segment was not properly interpreted and was converted into a group PATC segment. In 11g, B2B were handled correctly as per the spec.

Below document is being referred for b2b integration with amadeus SBRES

B2B 11g - How To Integrate Oracle 11g With Amadeus CRS Using EDIFACT (SBRRES and IFLIRR) (Doc ID 1581482.1)

 

Success Xml format from b2b console(11g):

<Loop-PNEG>
<Segment-PTK>
<Composite-C664>
<Element-5387></Element-5387>
</Composite-C664>
</Segment-PTK>
<Segment-MON>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON>
<Segment-MON_1>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON_1>
<Segment-MON_1>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON_1>
</Loop-PNEG>

Failure XML format from B2B console(12C)

<Loop-PNEG>
<Segment-PTK>
<Composite-C664>
<Element-5387></Element-5387>
</Composite-C664>
</Segment-PTK>
<Segment-MON>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON>
</Loop-PNEG>
<Loop-PATC>
<Segment-MON>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON>
<Segment-MON_1>
<Composite-C663>
<Element-5025></Element-5025>
<Element-1230></Element-1230>
<Element-6345></Element-6345>
</Composite-C663>
</Segment-MON_1>
</Loop-PATC>

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.