on 2025 Jun 23 10:27 AM
We are using SAP BODS on an Oracle database. From time to time the same dataflow aborts with the error Cannot convert data <.> into type <DECIMAL>. Context: Column <> . Without specification which data or column is affected.
All mappings on decimal fields in this dataflow are from decimal to decimal or from decimal to integer. All decimals are of the form decimal(n,0) . The underlying Oracle columns are number(38,0). The same dataflow is successful when executed a bit later but on presumably the same data -no transformations are run on this data between abortion and new run. The error message provides the name of the transform which fails and references some Join48 which is probably some execution step of the transform. But we are not able to exactly localize the causing issue. Is there a way to find the information, what object the Join48 is referring to?
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.