CWYAP1000-1999: SAP Software resource adapter - Common components
- CWYAP1001
- The application-specific information could not be processed for the following business object: <insert_0>. Error: <insert_1>.
- Severity
- 20 : Error
- Explanation
- An error occurred while retrieving the application-specific information for the business object. Use the objects generated by the external service wizard. If you have modified the business objects, make sure the structure matches the structure described in the user documentation.
- Response
- Check the business object metadata and verify that it is correct.
- CWYAP1002
- An UnsupportedEncodingException exception has occurred. Exception message: <insert_0>
- Severity
- 20 : Error
- Explanation
- Adapter for SAP does not support the character encoding that is provided.
- Response
- Provide a valid, supported character encoding.
- CWYAP1003
- The following error has occurred: Exception: <insert_0>, Message: <insert_1>. Cause: <insert_2>, Message: <insert_3>.
- Severity
- 20 : Error
- Explanation
- See the exception details for more information.
- Response
- See the exception details for information about the problem.
- CWYAP1004
- The value for the SAPManagedConnection configuration property, <insert_0>, is not valid.
- Severity
- 20 : Error
- Explanation
- The value assigned to a configuration property is not valid.
- Response
- Assign a valid value for the SAP configuration property. Refer to the adapter user documentation for more information about the properties and their use.
- CWYAP1005
- The object type for the <insert_0> business object could not be determined.
- Severity
- 20 : Error
- Explanation
- The adapter is unable to determine the object type. This might be due to an unsupported message or to incorrect application-specific information in the business object.
- Response
- Either correct the application-specific information at the business object level or generate the business object (or objects) again using the external service wizard.
- CWYAP1006
- The execute function in the Interaction class with three arguments is not supported.
- Severity
- 20 : Error
- Explanation
- The interaction supports the Interaction.execute (InteractionSpec, Record in) signature with two arguments.
- Response
- Invoke the Interation.execute() command by passing one input Record object and one output Record object.
- CWYAP1007
- A JCo exception occurred while the adapter was processing. Group: <insert_0>. Key: <insert_1>. Error Message: <insert_2>. Cause: <insert_3>.
- Severity
- 20 : Error
- Explanation
- A JCo exception occurred.
- Response
- This is a generic SAP JCo exception that is generated by the SAP system. See the exception details for more information.
- CWYAP1008
- Property <insert_0> cannot be set for the <insert_1> business object.
- Severity
- 20 : Error
- Explanation
- The property might not exist in the business object or the property name might be misspelled. The adapter cannot process this property for the specified business object.
- Response
- Verify that the business object structure is correct.
- CWYAP1009
- The RFC function <insert_0> cannot be found in this SAP instance.
- Severity
- 20 : Error
- Explanation
- The RFC function <insert_0> could not be found in the SAP system.
- Response
- Ensure that the function exists in the SAP application to which you are connecting.
- CWYAP1010
- Business object <insert_0> cannot be created in namespace <insert_2>.
- Severity
- 20 : Error
- Explanation
- The business object cannot be loaded using the provided namespace.
- Response
- Ensure that the namespace is correctly configured.
- CWYAP1011
- The maxLength value for the <insert_0> property in the <insert_1> business object cannot be obtained.
- Severity
- 20 : Error
- Explanation
- An error was encountered while getting the value for maxLength for the business object property.
- Response
- Check to see that this property exists, and ensure that a value for maxLength is specified.
- CWYAP1012
- The connection to the SAP application has been lost.
- Severity
- 20 : Error
- Explanation
- The adapter is unable to connect to SAP.
- Response
- Adapter for SAP cannot connect to the SAP system. See the exception message for details about the connection error and correct it. If the problem persists, restart the adapter.
- CWYAP1013
- GatewayHost <insert_0> is configured, but GatewayService is not.
- Severity
- 20 : Error
- Explanation
- GatewayHost and GatewayService need to be configured in parallel.
- Response
- Either set GatewayService or remove GatewayHost.
- CWYAP1014
- GatewayService <insert_0> is configured, but GatewayHost is not.
- Severity
- 20 : Error
- Explanation
- GatewayHost and GatewayService need to be configured in parallel.
- Response
- Either set GatewayHost or remove GatewayService.
- CWYAP1015
- An unrecoverable error has occurred: The transaction.properties file cannot be found in either the <insert_0> JAR file or in the class path.
- Severity
- 20 : Error
- Explanation
- The transaction.properties file is used by the adapter to get the transaction property.
- Response
- Create the transaction.properties file and add it to the class path.
- CWYAP1016
- The connection expected a local transaction, but a local transaction is not supported by the <insert_0> interface.
- Severity
- 20 : Error
- Explanation
- Not all interface types support local transactions.
- Response
- Choose an interface that supports local transactions.
- CWYAP1017
- The value for the configuration property SystemNumber, <insert_0>, is not valid.
- Severity
- 20 : Error
- Explanation
- The SAP system expects the SystemNumber property to have a numeric value.
- Response
- Type a valid numeric value, such as 00, for the SystemNumber property.
- CWYAP1018
- A value is needed for the <insert_0> property if there is a value for the MessageServerHost property.
- Severity
- 20 : Error
- Explanation
- The SAP system expects the SystemNumber property to have a numeric value.
- Response
- Type a valid value, such as 00, for the SystemNumber property.
- CWYAP1019
- An exception occurred while connecting to the SAP system. Error message: <insert_0>
- Severity
- 20 : Error
- Explanation
- An exception occurred while making the connection to the SAP application. The adapter cannot connect using the logon credentials that have been provided.
- Response
- Refer to the exception message for more details.
- CWYAP1020
- An exception occurred while disconnecting from the SAP system. Error message: <insert_0>
- Severity
- 20 : Error
- Explanation
- An exception occurred while attempting to disconnect from the SAP system.
- Response
- Refer to the exception message for more details.
- CWYAP1021
- The Object type <insert_0> is undefined.
- Severity
- 20 : Error
- Explanation
- The business object type does not have a valid value.
- Response
- Replace the object type in the business object with a valid value.
- CWYAP1022
- The <insert_0> method with signature javax.resource.cci.InteractionSpec ispec,javax.resource.cci.Record input,javax.resource.cci.Record output is not supported.
- Severity
- 20 : Error
- Explanation
- The adapter only supports Interaction.execute (javax.resource.cci.InteractionSpec, javax.resource.cci.Record).
- Response
- Use a different execute() method.
- CWYAP1023
- The <insert_0> method is not implemented.
- Severity
- 20 : Error
- Explanation
- The adapter does not support the call() method for invocation.
- Response
- Invoke the adapter by using a different method.
- CWYAP1024
- An error occurred while getting the TYPE application-specific information from the business graph for <insert_0>. Error message: <insert_1>
- Severity
- 20 : Error
- Explanation
- An exception occurred while determining the interface type.
- Response
- Check the value of the TYPE application-specific information for the business graph; the value should be BAPI for the BAPI interface. Valid values are BAPI, ALE, and QISS. Refer to the Adapter for SAP user documentation for details.
- CWYAP1025
- The operation for the <insert_0> interface is not valid.
- Severity
- 20 : Error
- CWYAP1026
- The application-specific information could not be parsed. Exception: <insert_0>
- Severity
- 20 : Error
- Explanation
- The adapter cannot parse the business object application-specific information. The SapBusinessObjectMetadata.xsd file might either be missing, outdated, or contain multiple versions.
- Response
- Verify that the SapBusinessObjectMetadata file exists, is valid and that there is only one version.
- CWYAP1027
- The adapter cannot retrieve a value from the Accessor for the <insert_0> property. Error: <insert_1>
- Severity
- 20 : Error
- Explanation
- The adapter cannot retrieve the application-specific information property value from the Accessor.
- Response
- Verify that the values are set in a valid format and that the business object structure is correct.
- CWYAP1028
- The adapter cannot retrieve the <insert_0> value for the ObjectName field. Error: <insert_1>
- Severity
- 20 : Error
- Explanation
- The metadata for the ObjectName field is incorrect.
- Response
- Verify that the values are set in a valid format and that the business object structure is correct.
- CWYAP1029
- The value for the partner character set in SAP, <insert_0>, is not supported.
- Severity
- 10 : Warning
- Explanation
- The default value of UTF-8 is been used.
- Response
- No action required.
- CWYAP1030
- The value for partner character set is either not set or set to an unsupported character set. WepSphere Adapter for SAP uses the partner character set value , <insert_0>, from SAP system.
- Severity
- 10 : Warning
- Explanation
- The partner character set value from SAP system will be used for this property.
- Response
- No action required.
- CWYAP1031
- The value entered for the partner character set, <insert_0>, is not supported.
- Severity
- 10 : Warning
- Explanation
- The partner character set value is invalid. WebSphere Adapter for SAP will either use a valid value or a non-unicode value from the SAP system, else the default value, UTF-8, is used.
- Response
- No action required.