![]() |
![]() |
|
|
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 Portal Infranet component. ELINK_ADAPTER_ERR_CODE contains a string denoting one of the following error categories:
Error Categories |
Description |
ELINK_EAPP_API |
The application's API returned an error. Note that this refers to the application's API returning an infrastructure level error rather than a business level error. |
ELINK_EAPP_UNAVAIL |
The application was unavailable. |
ELINK_EATMI |
An ATMI error occurred. |
ELINK_ECONFIG |
An error occurred with the adapter configuration data. |
ELINK_EFML |
An FML error occurred. |
ELINK_EINVAL |
Invalid value/argument error. For example, an FML32 request buffer is sent to an adapter without all the required FML32 fields being present. |
ELINK_EITYPE |
An input type mismatch. For example, converting between FML32 and application data types on the input. |
ELINK_ELIMIT |
Out of range value. |
ELINK_ENOENT |
No entry found. The application functionality corresponding to the service could not be found. |
ELINK_EOS |
An operating system error. For example, a memory allocation error. |
ELINK_EOTYPE |
An output type mismatch. For example, converting between FML32 and application data types on the output. |
ELINK_EPERM |
A permissions error. |
ELINK_EPROTO |
A protocol error. |
ELINK_ETIME |
A timeout error. For example, timing-out while waiting for the application to process the request. |
ELINK_ETRAN |
A transaction error. |
Error Messages
The ELINK_ADAPTER_ERR field contains the complete error message as described in this section. These messages are also logged to the ULOG.
1001 ELINK_EFML" ERROR : %s |
FML32 response buffer could not be reallocated while trying to add %s field for %s group. Exiting from %s. |
|
|
DESCRIPTION |
Adapter was unable to allocate memory for an FML32 response buffer. |
|
ACTION |
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine |
1002 ELINK_ECONFIG" ERROR : %s |
While opening configuration file %s. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Adapter was unable to open configuration file specified with -C command line option |
|
ACTION |
Make sure configuration file specified with -C option exists in APPDIR directory. Make sure that the permissions of the file allow the adapter to read the file. |
1003 ELINK_ECONFIG" ERROR |
Required parameter -C missing. |
|
|
DESCRIPTION |
The command line option (CLOPT) did not specify the adapter configuration file |
|
ACTION |
Add -C CLOPT parameter for ELINKPORTALO server in UBBCONFIG |
1004 ELINK_ECONFIG" ERROR : %s |
Unable to read first %s section. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
The adapter configuration file specified by command line option is missing the specified section. |
|
ACTION |
Correct configuration file according to the format specified in the eLink Adapter for Portal Infranet User's Guide. |
1005 ELINK_ECONFIG" ERROR : %s |
Invalid Server name %s . Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Server name specified in the configuration file is not PORTAL_ADAPTER |
|
ACTION |
Modify configuration file to specify adapter name as PORTAL_ADAPTER. |
1006 ELINK_ECONFIG" ERROR : %s |
Buffer overflow while reading %s. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
The configuration paramter read from the adapter configuration file was greater than 256 characters. |
|
ACTION |
Correct configuration file. |
1007 ELINK_ECONFIG" ERROR : %s |
While trying to close tag handle for configuration file. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Internal error occurred while reading the adapter configuration file. |
|
ACTION |
Verify that the ADK library (libadk) in use is the original version delivered with the adapter. Contact BEA Customer Support for additional help. |
1008 ELINK_ECONFIG" ERROR : %s |
Property given or no value for a property given. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Specified configuration item was not given a value. |
|
ACTION |
Correct configuration file to specify a value or delete configuration parameter altogether. |
1009 ELINK_ECONFIG" ERROR : %s |
Unable to add %s element to %s hash table. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Adapter was unable to add configuration data to hash table data structure. |
|
ACTION |
Make sure the operating system is configured with enough memory. |
1010 ELINK_EATMI" ERROR : %s |
tpadvertise failed for %s service. Exiting from tpsvrinit. ERROR |
|
|
DESCRIPTION |
Adapter was unable to advertise configured service. |
|
ACTION |
Make sure that service name is not duplicated in adapter configuration file. Each service name must be unique up to 15 characters. |
1011 ELINK_EAPP_API" ERROR : %s |
Blank %s Flist could not be created for %s service. Exiting from %s. |
|
|
DESCRIPTION |
Adapter was unable to create Portal FLIST data structure. |
|
ACTION |
Ensure that the Portal Infranet version is 5.5.3. Contact BEA Customer Support for additional help. |
1012 ELINK_EITYPE" ERROR : %s |
Incoming buffer type is not FML32 for %s service. Exiting from EL_PORTAL_OUT |
|
|
DESCRIPTION |
Request was sent to the adapter that was not of type FML32. |
|
ACTION |
Correct invoking application to allocate and populate an FML32 request message for Portal Infranet services. |
1013 ELINK_ENOENT" ERROR : %s |
Service called. Exiting from %s. |
|
|
DESCRIPTION |
Adapter was invoked for a service that it is not configured for. |
|
ACTION |
Verify configuration file contains specified service. Modify invoking application to call correct TUXEDO service. |
1014 ELINK_EINVAL" ERROR : %s |
Invalid occurrence field name %s is given in %s. Exiting from %s. |
|
|
DESCRIPTION |
Configuration file specifies an occurrence field that is not defined in an FML32 field table. |
|
ACTION |
Make sure that FML32 field tables are specified in adapter's environment. Make sure that FML field is defined for specified occurrence field. |
1015 ELINK_EOTYPE" ERROR : %s |
failed for %s. Exiting from %s. |
|
|
DESCRIPTION |
Failed to convert FLIST data to FML data. |
|
ACTION |
Make sure the type of the FML field is correctly specified in the FML field table. Make sure FIELD_GROUP Definition in configuration file defines specified field. |
1016 ELINK_EFML" ERROR : %s |
Unable to delete a %s field in FML in %s. Exiting from %s. |
|
|
DESCRIPTION |
Adapter attempted to call Fdel32() but received an error response. |
|
ACTION |
Make sure specified field is defined in FML field table and in FIELD_GROUP definition. |
1017 ELINK_EFML" ERROR : %s |
Unknown field %s to FML buffer(Ferror32 = FBADFLD) in %s. Exiting from %s. |
|
|
DESCRIPTION |
FML32 field is not defined in adapter's environment. |
|
ACTION |
Make sure that FML field tables are specified in adapter's environment file. |
1018 ELINK_EAPP_ |
Portal connection could not be made for %s service. Exiting from %s." |
|
|
DESCRIPTION |
Adapter was unable to establish a connection with Portal Infranet. |
|
ACTION |
Verify Portal Infranet is up. Verify pin.conf file exists in adapter's APPDIR. Verify connection parameters specified in pin.conf are correct. |
1019 ELINK_EBUSERR" ERROR |
Business logic error for %s service. See FML32 buffer for detail. Exiting from %s. |
|
|
DESCRIPTION |
Error occurred within Portal Infranet while executing specified service. |
|
ACTION |
Verify business logic (account exists for specified request, product exists, etc.) See additional error detail. |
1020 ELINK_EAPP_ |
Connection to Portal's Infranet could not be made even after three attempts for %s service. Exiting from %s." |
|
|
DESCRIPTION |
Adapter was unable to establish connection with Portal Infranet. |
|
ACTION |
Verify Portal Infranet is up. Verify pin.conf file exists in adapter's APPDIR. Verify connection parameters specified in pin.conf are correct. |
1021 ELINK_ECONFIG" ERROR |
Configuration file could not be loaded. |
|
|
DESCRIPTION |
Error occurred while reading configuration file. |
|
ACTION |
Look at previous error message to determine source of problem. |
1022 ELINK_EOS" ERROR |
ELINK_EOS Memory allocation failed for adapter configuration information. Exiting from tpsvrinit. |
|
|
DESCRIPTION |
Adapter was unable to dynamically allocate memory. |
|
ACTION |
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. |
1023 ELINK_ECONFIG" ERROR : %s |
Service hash table could not be initialized. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Adapter attempted to initialize internal data structure but received an error response. |
|
ACTION |
Look for previous errors to discover the cause of the problem. |
1024 ELINK_ECONFIG" ERROR : %s |
Group hash table could not be initialized. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Adapter attempted to initialize internal data structure but received an error response. |
|
ACTION |
Look for previous errors to discover the cause of the problem. |
1025 ELINK_ECONFIG" ERROR : %s |
While trying to close tag handle for field groups. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Internal error occurred while reading the adapter configuration file. |
|
ACTION |
Verify that the ADK library (libadk) in use is the original version delivered with the adapter. Contact BEA Customer Support for additional help. |
1026 ELINK_ECONFIG" ERROR : %s |
While trying to close tag handle for services. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Internal error occurred while reading the adapter configuration file. |
|
ACTION |
Verify that the ADK library (libadk) in use is the original version delivered with the adapter. Contact BEA Customer Support for additional help. |
1027 ELINK_EFML" ERROR : %s |
Finit failed for service %s. Exiting from %s |
|
|
DESCRIPTION |
Adapter attempted to call Finit32() on an FML buffer but received an error. |
|
ACTION |
Verify that buffer sent to adapter was FML32 buffer. Contact BEA Support for additional assistance. |
1028 ELINK_ECONFIG" ERROR : %s |
Unable to read next %s section. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Section of the adapter's configuration file was empty or not present. |
|
ACTION |
Correct configuration file according to format specified in user's guide. |
1029 ELINK_ECONFIG" ERROR : %s |
While trying to close tag handle for server section. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Internal error occurred while reading the adapter configuration file. |
|
ACTION |
Verify that the ADK library (libadk) in use is the original version delivered with the adapter. Contact BEA Customer Support for additional help. |
1030 ELINK_EOS" ERROR |
ELINK_EOS No memory allocated by the system for %s. Exiting from loadConfigurationInformation. |
|
|
DESCRIPTION |
Adapter was unable to allocate memory. |
|
ACTION |
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. |
1031 ELINK_EFML" ERROR : %s |
Unknown FML field type(Ferror32 = FTYPERR) for %s field in %s. Exiting from %s. |
|
|
DESCRIPTION |
FML32 field is not defined in adapter's environment. |
|
ACTION |
Make sure that FML field tables are specified in adapter's environment file. |
1032 ELINK_ECONFIG" ERROR : %s |
Unable to retrieve information about %s group from group hash table. Exiting from %s. |
|
|
DESCRIPTION |
Adapter was unable to retrieve field group information for specified group. |
|
ACTION |
Verify field group is defined in adapter's configuration file. |
1033 ELINK_EITYPE" ERROR |
ePA_buildFlist failed for %s service. Exiting from EL_PORTAL_OUT. |
|
|
DESCRIPTION |
Adapter failed to create FLIST for specified service. |
|
ACTION |
Verify FIELD_GROUP definition for specified service is correct. Verify that the version of Portal Infranet is 5.5.3. |
1034 ELINK_EOS" ERROR : %s |
Response buffer could not be allocated for %s service. Exiting from EL_PORTAL_OUT. |
|
|
DESCRIPTION |
Adapter was unable to allocate memory for an FML32 response buffer. |
|
ACTION |
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. |
1035 ELINK_EFML" ERROR |
Unable to create response FML32 buffer for %s service. Exiting from %s. |
|
|
DESCRIPTION |
Adapter was unable to allocate memory for an FML32 response buffer. |
|
ACTION |
Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. |
1036 ELINK_ |
Business logic error. Exiting from %s. |
|
|
DESCRIPTION |
Error occurred within Portal Infranet while executing specified service. |
|
ACTION |
Verify business logic (account exists for specified request, product exists, etc.) See additional error detail. |
1037 ELINK_EFML" ERROR |
While adding %s field for %s group to FML buffer. Exiting from %s. |
|
|
DESCRIPTION |
An error occurred while adding specified FML field to FML buffer. |
|
ACTION |
Verify definition of FML field is correct in FML field table. |
1038 ELINK_EAPP_ |
Portal connection could not be made. Exiting from tpsvrinit. |
|
|
DESCRIPTION |
Adapter was unable to establish a connection with Portal Infranet. |
|
ACTION |
Verify Portal Infranet is up. Verify pin.conf file exists in adapter's APPDIR. Verify connection parameters specified in pin.conf are correct. |
1039 ELINK_EAPP_ |
Connection to Portal's Infranet could not be made even after three attempts. Exiting tpsvrinit. |
|
|
DESCRIPTION |
Adapter was unable to establish a connection with Portal Infranet. |
|
ACTION |
Verify Portal Infranet is up. Verify pin.conf file exists in adapter's APPDIR. Verify connection parameters specified in pin.conf are correct. |
2001 ELINK_ECONFIG" WARNING |
No %s property or property value or invalid value is given. Taking %s default value. In loadConfigurationInformation. |
|
|
DESCRIPTION |
Configuration parameter in adapter configuration file was not specified. |
|
ACTION |
No action necessary. |
2002 ELINK_EINVAL" WARNING |
Field %s not present in FML buffer(Ferror32 = FNOTPRES) for %s group. In %s. |
|
|
DESCRIPTION |
FML field is not present in FML buffer. |
|
ACTION |
Correct invoking application to populate FML field in FML buffer. See User's Guide for description of Portal Infranet interfaces and required fields. |
2003 ELINK_EOTYPE" WARNING |
%s field not present in %s group in output flist. In %s. |
|
|
DESCRIPTION |
Optional field is not present in FLIST returned from Portal Infranet. |
|
ACTION |
No action is necessary. |
2004 ELINK_ECONFIG" WARNING |
Unable to set message levels. Taking default values. |
|
|
DESCRIPTION |
Diagnostic message levels not specified in configration file, adapter used default values. |
|
ACTION |
No action is necessary. |
2005 ELINK_EOTYPE" WARNING |
Unknown portal field %s in %s group. In %s. |
|
|
DESCRIPTION |
Field is FLIST is not defined in FIELD_GROUP definition in configuration file. |
|
ACTION |
Define field in configuration file and FML Field table file. |
2006 ELINK_EINVAL" WARNING |
Invalid date for %s timestamp field in %s group. In %s. |
|
|
DESCRIPTION |
Date string sent in FML request buffer is not of the format mm/dd/yyyy HH:MM:SS. |
|
ACTION |
Modify invoking application to correctly specify date string. |
2007 ELINK_EINVAL" WARNING |
Unknown field %s to FML buffer(Ferror32 = FBADFLD) in %s. In %s. |
|
|
DESCRIPTION |
FML Field is not defined in adapter's environment. |
|
ACTION |
Verify that an FML field definition exists for this field in a FML field table. Verify that the appropriate FML field tables are specified in the adapter's environment file. |
2008 ELINK_EINVAL" WARNING |
Invalid occurrence field name %s is given in %s. In %s |
|
|
DESCRIPTION |
Configuration file specifies an occurrence field that is not defined in an FML32 field table. |
|
ACTION |
Make sure that FML32 field tables are specified in adapter's environment. Make sure that FML field is defined for specified occurrence field. |
3001 ELINK_INFO" INFO |
Success in adding %s element to %s hash table. In loadConfigurationInformation. |
|
|
DESCRIPTION |
Informational message indicating that configuration information was successfully added to an internal data structure. |
|
ACTION |
No action is necessary. |
3002 ELINK_INFO" INFO |
Success in executing %s service. |
|
|
DESCRIPTION |
Informational message indicating that a service executed successfully. |
|
ACTION |
No action is necessary. |
|
|
|
|
DESCRIPTION |
|
|
ACTION |
|
3003 ELINK_INFO" INFO |
Success in loading config file. |
|
|
DESCRIPTION |
Informational message indicating that the adapter's configuration file loaded successfully. |
|
ACTION |
No action is necessary. |
3004 ELINK_INFO" INFO |
Success in making connection to Portal's Infranet. |
|
|
DESCRIPTION |
Informational message indicating that a connection was established to the Portal Infranet system. |
|
ACTION |
No action is necessary. |
3005 ELINK_INFO" INFO |
Success in closing connection to Portal's Infranet. |
|
|
DESCRIPTION |
Informational message indicating that the connection to Portal Infranet was disconnected as part of shutdown processing. |
|
ACTION |
No action is necessary. |
3006 ELINK_INFO" INFO |
%s service is advertised. |
|
|
DESCRIPTION |
Informational message indicating that configured service was successfully advertised. |
|
ACTION |
No action is necessary. |
3007 ELINK_INFO" INFO |
%s = %s" |
|
|
DESCRIPTION |
Informational message showing configuration parameter and value that was read. |
|
ACTION |
No action is necessary. |
3008 ELINK_INFO" INFO |
Entering %s. |
|
|
DESCRIPTION |
Informational message indicating an internal routine was entered. |
|
ACTION |
No action is necessary. |
3009 ELINK_INFO" INFO |
Returning from %s. |
|
|
DESCRIPTION |
Informational message indicating that an internal routine was exited. |
|
ACTION |
No action is necessary. |
3010 ELINK_INFO" INFO |
EL_PORTAL_OUT called by %s service. |
|
|
DESCRIPTION |
Informational message indicating the name of the service that was invoked. |
|
ACTION |
No action is necessary. |
3011 ELINK_INFO" INFO |
Back in %s. |
|
|
DESCRIPTION |
Informational message indicating that control was returned to a internal routine. |
|
ACTION |
No action is necessary. |
![]() |
![]() |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|