We are using AF utility extensions specifically to connect to Sharepoint to fetch the files, download them and upload the new ones.
Initial Node to get the access token(Get SP AccessToken) is working fine both on server and locally, but the downstream nodes such as (ListSPfiles, MoveSPFiles, Upload File to SP, Download File from SP) are all failing with 411 error on KNIME Server, which apparently has something to do with the absence of the content-length header in the request.
Do we have any clue about the error and how to fix it? We are using KNIME 4.7.* version of KNIME Executor.
Hi @nagarjun36,
will have a look, most likely i missed an issue when migrating the xml parsing to gson.
In the testing I tought i fixed the content length issue. Will have a look and come back to you
But is it only an issue with the KNIME server or appear locally as well?
Also could you check which version of AF utilities / Knime Server / Executor is used?
Thanks for the reply, Customer is currently using KNIME 4.7.1 version(AP and Executor). Please find the below screenshot showing the AF utilities version.
for all content length issues i implemented a workaround.
At least with the local 4.7 instance that should work again (inkl. Checkout/Checkin file and remove folder)
Please also check and confirm from your side
For the server issue please also update the extension and test again - but here I have to say cannot test as I currently do not have access to any knime server
However the executor-MS-authentication.log does sound like the standard KNIME sharepoint nodes instead of my AF Utilities