Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Semi-Karaf
Contributor
Contributor

tSAPBAPI - SAPException:Encountered unknown parameter or field for node only at Talend Runtime

Dear community,

I have the following issue. Our developer on SAP side added an attribute to the tSAPBAPI input and output, I updated the metadata within studio and the corresponding job. In Talend Studio (7.2.1) everything works fine and I can call the BAPI. After deployment on Talend Runtime (7.2.1) I get the following error:

org.talend.sap.exception.SAPException:Encountered unknown parameter or field for node: AUTHORIZATION_GROUP

AUTHORIZATION_GROUP is the new attribute we've added to the SAP BAPI and within the Studio. Before someone is asking - on SAP side everything is finely deployed and works. I can call BAPI from SAP Side and Talend Studio without any issues. Does someone know how to solve the issue?

  • I already deleted the metadata in the studio and reimported it from SAP.

  • Re-SetUp the tSAPBAPI components within the Job
  • deleted whole artifact from runtime and republished it under a new name

Actually this error occurs everytime we got new attributes for the API. The last times i was ablo to solve the problems with the steps above but it does not work this time.

Additional hint, it is an OSGI job but this shouldn't matter. I am pretty sure this is a Talend Bug.

Thanks in advance and best regards,

Robin

Labels (3)
1 Reply
Semi-Karaf
Contributor
Contributor
Author

@Shicong Hong​; @Xiaodi Shi​  Can you help?