![]() |
![]() |
|
|
Error Messages
This document contains the following descriptions of error, informational, and warning messages that can be encountered while using the BEA eLink Adapter for Kenan Arbor/BP component.
1 ELABP_ADAP_NOMEMORY |
No Memory allocated by the system |
|
|
DESCRIPTION |
The system could not allocate the memory needed. |
|
ACTION |
Contact technical support. |
2 ELABP_ADAP_NOENVFILE |
The configuration file is not found |
|
|
DESCRIPTION |
The adapter could not find the specified configuration file. |
|
ACTION |
Check your entry for the configuration file. |
3 ELABP_ADAP_SYSTEMERR |
A system error has occurred |
|
|
DESCRIPTION |
An unanticipated system error has occurred. |
|
ACTION |
Contact technical support. |
4 ELABP_ADAP_NO_SERVICE_ |
The Environment variable SERVICE_LIST is absent in the configuation file |
|
|
DESCRIPTION |
The adapter could not find the SERVICE_LIST environment variable in the configuration file. |
|
ACTION |
Supply a SERVICE_LIST environment variable in your configuration file. |
5 ELABP_ADAP_NO_TRACE |
The Environment variable TRACE is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find the TRACE environment variable in the configuration file. |
|
ACTION |
Supply a TRACE environment variable in your configuration file. |
6 ELABP_ADAP_NO_SERV_ |
The SERVICE label is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find the [SERVICE] label in the configuration file. |
|
ACTION |
Make sure you supply at least one valid [SERVICE=<Service Name>] entry in your configuration file. |
7 ELABP_ADAP_NO_SERV_ |
The Environment variable SERVICE_OBJECT is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find a SERVICE_OBJECT entry in the configuration file. |
|
ACTION |
Make sure you supply the SERVICE_OBJECT entry immediately below the corresponding SERVICE entry in your configuration file. |
8 ELABP_ADAP_NO_SERV_ |
The Environment variable SERVICE_TYPE is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find a SERVICE_TYPE entry in the configuration file. |
|
ACTION |
Make sure you supply the SERVICE_TYPE entry immediately below the corresponding SERVICE_METHOD entry in your configuration file. |
9 ELABP_ADAP_NO_SERV_ |
The Environment variable SERVICE_METHOD is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find a SERVICE_METHOD entry in the configuation file. |
|
ACTION |
Make sure you supply the SERVICE_METHOD entry immediately below the corresponding SERVICE_OBJECT entry in your configuration file. |
10 ELABP_ADAP_DUPLICATE_ |
Duplicate Service. This Service already exists. |
|
|
DESCRIPTION |
The adapter found the same Service name defined twice in your configuration file. |
|
ACTION |
You can only specify a service name once in the configuration file. |
11 ELABP_ADAP_ADVERTISE |
Error occured during tpadvertise |
|
|
DESCRIPTION |
The adapter received an error from the tpadvertise() call. |
|
ACTION |
Contact technical support. |
12 ELABP_ADAP_FIND_NODE |
Error finding the desired Configuration Node in the Tree |
|
|
DESCRIPTION |
The adapter encountered an internal processing error. |
|
ACTION |
Contact technical support. |
13 ELABP_ADAP_INVALID_ |
An invalid value has been specified in configuration file |
|
|
DESCRIPTION |
One of the entries in the configuration file is invalid. |
|
ACTION |
Check the syntax of your configuration file. |
14 ELABP_ADAP_CFADD_RES_ |
Error occured while adding fields to the response buffer using CFadd |
|
|
DESCRIPTION |
The adapter encountered an error adding FML fields to the request buffer. |
|
ACTION |
Contact technical support. |
15 ELABP_ADAP_CFADD_ERR_ |
Error occured while adding fields to the error buffer using CFadd |
|
|
DESCRIPTION |
The adapter encountered an error adding FML fields to the error buffer. |
|
ACTION |
Contact technical support. |
16 ELABP_ADAP_MANDATORY_ |
A mandatory value is absent in the Request Buffer |
|
|
DESCRIPTION |
A mandatory field was specified in the configuration file, but no corresponding data was found in the FML buffer. |
|
ACTION |
Make sure all mandatory fields exist in the input data stream. |
17 ELABP_ADAP_CFGET_REQ_ |
Error occured while getting fields from the request buffer using CFget |
|
|
DESCRIPTION |
The adapter encountered an error extracting FML fields from the request buffer. |
|
ACTION |
Contact technical support. |
18 ELABP_ADAP_INVALID_ |
An Invalid Field type in the FML Buffer |
|
|
DESCRIPTION |
The adapter encountered an invalid Field type in the FML buffer. |
|
ACTION |
Make sure the field types for the fields in the FML buffer are valid. |
19 ELABP_ADAP_INVALID_ |
An Invalid value has been specified for Service Method |
|
|
DESCRIPTION |
A SERVICE_METHOD entry in the configuration file has a syntax error. |
|
ACTION |
Correct the SERVICE_METHOD entry in the configuration file. Make sure the SERVICE_METHOD is valid for its corresponding SERVICE_OBJECT. |
20 ELABP_ADAP_INVALID_ |
An Invalid value has been specified for Service Type |
|
|
DESCRIPTION |
A SERVICE_TYPE entry in the configuration file has a syntax error. |
|
ACTION |
Correct the SERVICE_TYPE entry in the configuration file. Make sure the SERVICE_TYPE is valid for its corresponding SERVICE_METHOD and SERVICE_OBJECT. |
21 ELABP_ADAP_KEY_ABSENT |
A key field in the adapter request buffer is absent |
|
|
DESCRIPTION |
An Kenan Arbor/BP 'key' value is missing. |
|
ACTION |
Make sure you have specified all required 'key' values for the Kenan Arbor/BP object. |
22 ELABP_ADAP_NO_DATE_ |
The Environment variable DATE_FORMAT is absent in the configuration file |
|
|
DESCRIPTION |
The adapter could not find the DATE_FORMAT environment variable in the configuration file. |
|
ACTION |
Supply a DATE_FORMAT environment variable in your configuration file. |
23 ELABP_ADAP_CONNECT_ |
Error occured while connecting to the database |
|
|
DESCRIPTION |
The adapter could not connect to the Kenan Arbor/BP database. |
|
ACTION |
Check your configuration file entries for the Kenan Arbor/BP server, database, username, and password. |
24 ELABP_ADAP_NO_USERNAME |
The Environment variable CAT_USERNAME is absent in the configuration file |
|
|
DESCRIPTION |
The Environment Variable CAT_USERNAME is absent in the configuration file. |
|
ACTION |
You must specify a username (CAT_USERNAME environment variable) for the Kenan Arbor/BP database. |
25 ELABP_ADAP_NO_PASSWORD |
The Environment variable CAT_PASSWORD is absent in the configuration file |
|
|
DESCRIPTION |
The Environment Variable CAT_PASSWORD is absent in the configuration file. |
|
ACTION |
You must specify a password (CAT_PASSWORD environment variable) for the Kenan Arbor/BP database. |
26 ELABP_ADAP_NO_SERVER |
The Environment variable CAT_SERVER is absent in the configuration file. |
|
|
DESCRIPTION |
The Environment Variable CAT_SERVER is absent in the configuration file. |
|
ACTION |
You must supply the server name (CAT_SERVER environment variable) that hosts the Kenan Arbor/BP database. |
27 ELABP_ADAP_NO_ |
The Environment variable CAT_DATABASE is absent in the configuration file |
|
|
DESCRIPTION |
The Environment Variable CAT_DATABASE is absent in the configuration file. |
|
ACTION |
You must supply the name (CAT_DATABASE environment variable) of the Kenan Arbor/BP database. |
101 ELABP_APP_ERROR |
An Arbor/BP error has occured |
|
|
DESCRIPTION |
The adapter received an error from the Kenan Arbor/BP application. |
|
ACTION |
Read the Kenan Arbor/BP error message and take appropriate action. Refer to Kenan Arbor/BP documentation. |
102 ELABP_APP_NO_DATA |
No Data was found matching the selection criterion |
|
|
DESCRIPTION |
There was no data returned from the Kenan Arbor/BP application. |
|
ACTION |
Check your data to make sure you have supplied the correct and necessary values in order to return data from Kenan Arbor/BP. |
103 ELABP_APP_MULTI_REC |
Multiple records were found matching the selection criterion |
|
|
DESCRIPTION |
The data entries supplied did not return a unique Kenan Arbor/BP record. |
|
ACTION |
If this is not the desired action, modify your data so you can access a unique record within Kenan Arbor/BP. |
![]() |
![]() |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|