Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm using tFileFetch to upload documents to Alfresco (DMS) and it does the job. But I get
There isContinue_tFileFetch_1 an exception on: https://someurl/
java.lang.Exception: Method failed: HTTP/1.1 201 Created
at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileFetch_1Process(RacsFacturen2Alfresco.java:4936)
at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileExist_1Process(RacsFacturen2Alfresco.java:4568)
at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileList_1Process(RacsFacturen2Alfresco.java:4327)
at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.runJobInTOS(RacsFacturen2Alfresco.java:5700)
at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.main(RacsFacturen2Alfresco.java:5412)
any way to suppress this? It runs but It's not nice to see an error.
TIA,
Jonathan
Hello,
Could you please clarify in which Talend version/edition you are?
The 201 (created) status code indicates that the request has been fulfilled and has resulted in one or more resources being created.
Best regards
Sabrina