We are running an instance of MII 12.2 and have upgraded our development environment from SP6 to SP7. We also upgraded our netweaver 7.3 from SP11 to SP13.
I have a transaction that calls a standard SAP bapi via a JCo Interface action block. The bapi performs a standard confirmation reversal in SAP. The results of that bapi call are fed to a XML document via an AddRow action block. There is a string value configured in this xml document.
We have been using this transaction for several years. No after upgrading, we are getting an error message as the AddRow action block is populated, that a conversion exception has taken place.
The exact contents of the error are as follows:
- [ERROR] Tried to set value for 'AddRowReturnError.Message', but couldn't. Exception: [Conversion Exception]
- [ERROR] Error found trying to initialize action 'AddRowReturnError' Exception: [Conversion Exception]
- [ERROR] [AddRowReturnError] Action: Runtime threw an exception. Exception: [com.sap.lhcommon.exceptions.DataConversionException: Conversion Exception]
- [ERROR] Uncaught exception from AddRowReturnError, com.sap.lhcommon.exceptions.DataConversionException: Conversion Exception
My question is did something get deleted or overwrittin during our upgrade ?
I have not been able to find anything relating to this in any MII or Netweaver documentation.
Any input would be greatly appreciated.
Bob