We have a DS 4.0 installation using the SAP DataDirect ODBC PostgreSQL Wire Protocol Driver 6.0 to connect to an EDB installation of Postgres, and I'm having a weird problem that I'm hoping someone can help me with.
I have multiple Dataflows that read flat files as the source and import the data to a postgres table. All of them work but one. This one returns the following error:
[SAP BusinessObjects][ODBC PostgreSQL Wire Protocol driver]Numeric value out of range. Error in parameter 24.>
Anyone have a clue as to what this is telling me? Or how I can troubleshoot it?
I tried changing the target table to a temp table, to rule out any data type conversion errors. It returns the same error.
I can't tell whether this is a problem with the data, the target table structure, or something entirely in the driver.
Any help, or any suggestion as to where to seek help, will be appreciated.