a month ago - last edited 4 weeks ago
Hello SAP Experts,
I am trying to trigger the following SQL in an I-Flow via the JDBC Adapter
UPDATE
TelHdr
SET
STATUS=31
WHERE
SND = xyz AND
TELEID = 1
Unfortunately, I always get the following error:
This error means that the written value is too large for the written field.
The same update query was also executed with the same user directly in MS SQL Studio where it worked without problems, which means that the update query with these values and the user with the assigned roles was also checked and should work.
Procedure:
Step 1. JDBC Data Source Creation:
JDBC Data Source in the Integration Suite is set up and it is also possible to read values via a select.
The JDBC driver for Microsoft SQL Server was also changed from version 8.2.2 to 8.4.1 for test purposes, which unfortunately did not change the update behaviour.
Step 2. I-Flow Creation
- Set SQL Statement in the Content Modifier Body
Info: Reading this View via a regular select also works without problems with the same procedure, only the update runs on error
JDBC Adapter with the JDBC Data Source Alias
Error Appears:
Has anyone already had this problem or has an idea of what to check?
Many thanks in advance.
Best regards
Chris P.
Request clarification before answering.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.