BEA Logo BEA eLink Adapter Development Kit Release 1.1

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

 

   eLink Adapter Development Kit Doc Home   |   Previous Topic   |   Next Topic   |   Contents   |  

Error Messages

 

This section contains the following descriptions of error, informational, and warning messages that can be encountered while using the BEA eLink Adapter Development Kit.

 


Source Module adklog.c

"Unable to open <filename> for read"

DESCRIPTION

Unable to open catalog file in ela_parseCatFiletoBuffer().

ACTION

Make sure file exists, and permissions allow read access.

"malloc error"

DESCRIPTION

Unable to allocate enough space to read catalog file in ela_parseCatFiletoBuffer().

ACTION

Verify that there is sufficient memory on the machine.

 


Source Module cfgfns.c

"Unable to open <filename> for read"

DESCRIPTION

Unable to open configuration file in ela_parseFiletoBuffer().

ACTION

Make sure file exists, and permissions allow read access.

"malloc error"

DESCRIPTION

Unable to allocate enough space to read catalog file in ela_parseFiletoBuffer().

ACTION

Verify that there is sufficient memory on the machine.

"Buffer not large enough for file name"

DESCRIPTION

Buffer passed to eLA_GetConfigFileName() not large enough to hold configuration file name specified in the UBB file CLOPT line.

ACTION

Specify a larger buffer.

"File Name parameter not found"

DESCRIPTION

Unable to locate the -C filename parameter in the UBB config file CLOPT line.

ACTION

Verify that the UBB config file is correct.

 


Source Module chkelinklic.c

All messages in eLA_chkeLinkLic().

"ERROR: TUXDIR is not set"

DESCRIPTION

TUXDIR environment variable has not been defined.

ACTION

Define TUXDIR.

"ERROR: Failure reading license file <filename>"

DESCRIPTION

This message results from a failure in _gpdmvfile_New().

ACTION

Insure that the lic.txt file exists in TUXDIR\udataobj.

"ERROR: <platform> platform license has expired"

DESCRIPTION

The license for the platform in question has expired.

ACTION

Obtain an up-to-date license for the platform.

"ERROR: Unlicensed platform <platform>"

DESCRIPTION

This could result from a missing or corrupted license for the platform in question.

ACTION

Obtain a valid, up-to-date license for the platform.

"ERROR: <adapter> adapter license has expired"

DESCRIPTION

The license for the adapter in question has expired.

ACTION

Obtain an up-to-date license for the adapter.

"ERROR: Unlicensed adapter <adapter>"

DESCRIPTION

This could result from a missing or corrupted license for the adapter in question.

ACTION

Obtain a valid, up-to-date license for the adapter.

"ERROR: Invalid license file <filename>"

DESCRIPTION

Signals that the version number for the adapter is incorrect.

ACTION

Obtain a valid, up-to-date license for the version number of the adapter.

"INFO: Incorrect VERSION value in <adapter> section"

DESCRIPTION

Signals that the version number for the adapter is incorrect.

ACTION

Obtain a valid, up-to-date license for the version number of the adapter.