BEA Logo BEA eLink Adapter for BroadVision Release 1.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   eLink Adapter for BroadVision Doc Home   |   eLink Adapter for BroadVision User Guide   |   Previous Topic   |   Next Topic   |   Contents   |  

Error and Informational Messages

 

This section contains the following descriptions of error, informational, and warning messages that can be encountered while using the eLink Adapter for BroadVision component.

1 BAD_FIELD

No mapping is defined for field <Adapter Field Name> in the adapter configuration file OR Can not map <Adapter Field Name> to a Tuxedo Field ID. Error <Error returned from Fldid32


DESCRIPTION

This error occurs when there is no mapping defined for a field name in the adapter configuration file OR Tuxedo can not retrieve the field ID for a field.


ACTION

Make sure that a correct mapping is defined in the adapter configuration file.
Make sure that the FML_NAME, as defined in the adapter configuration file, also exists in the file pointed to by the FIELDTBLS32 configuration file parameter.

2 FML_ERROR

Error encountered while Fappend32(). FieldID <Field ID> Error <Error returned from Fappend32> OR Error encountered while Fchg32(). FieldID <Field ID>, Occurrence <Occurrence number> Error <Error returned from Fchg32> OR Fname32() returned error FieldID <Field ID>, Error <Error returned from Fname32> OR Fnext32() returned error FieldID <Field ID>, Error <Error returned from Fnext32> OR Foccur32() returned error FieldID <Field ID>, Error <Error returned from Foccur32>


DESCRIPTION

This error occurs when one of the FML functions fails.


ACTION

Correct the conditions which generated the error.

21EXECUTEASYNC_
NOT_CALLED

Corresponding executeAsync was not invoked.


DESCRIPTION

This error occurs when getReply() or cancel() is called without calling executeAsync().


ACTION

Call executeAsync() before calling getReply() or cancel().

22 SERVICE_NOT_
DEFINED

Service name <Adapter Service Name> is not defined in configuration file.


DESCRIPTION

This error occurs when a name supplied to BVI_TuxSession:: getNewService() does not exist in the Adapter Configuration File.


ACTION

Define a mapping for the Adapter Service Name in the Adapter Configuration File.

23 EXECUTEASYNC_
IN_USE

ExecuteAsync was called without obtaining the previous response.


DESCRIPTION

This error occurs when executeAsync() is called for a BVI_TuxService object and then, without calling getReply(), an attempt is made to call execute() or executeAsync() on the same service object.


ACTION

Do not call execute() or executeAsync() on a BVI_Service object that has an executeAsync() call pending. Call getReply() before calling execute() or executeAsync() again on a given BVI_TuxService object.