Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle Tuxedo | - |
Not Applicable | - |
Resolution:
Description:
============
When handling response message by request-response service, Tuxedo Adapter may report the error "AETUX-000090 the number of field occurrences is not uniform", in the case of any sequence data type involved.
Environment:
===========
All supported versions of TIBCO Adapter (TM) for Tuxedo with request-response service used.
Symptoms:
========
In the case of request-response service, when any sequence data type is defined in the Reply Schema, if the amount of fields defined in a sequence at Design-Time is different from the amount of fields of any item returned by the response message at Runtime, the error "AETUX-000090 The number of field occurrences is not uniform" would be observed.
Cause:
=====
It is required by Tuxedo Adapter that all the fields defined in the same sequence must appear in any item of this sequence at runtime; otherwise, the error code of AETUX-000072 will be thrown by Tuxedo Adapter and the error code of AETUX-000090 will be shown in the BW activity.
Resolution:
==========
In order to resolve this issue, we would need to make sure that the missed fields can also be returned from Tuxedo server side as expected.