Hi Team,
We are trying to configure SAP ILM scenario using ELM. We have installed Archive Server, Admin Client, Directory Services, Content server (All 10.5) using the master setup.
When we try to test the ILM installation folder gets created but when trying to add files using below it gives the error's as below.
tester -h <server ip> -p 8080 -v ILMapp -u ILMWebDAVUser -pwd ****-mode commands
tester -h <server ip> -p 8080 -v ILMapp -u otadmin@otds.admin -pwd **** -mode commands
PUT /tstFolder/tstFile.txt
\ tst_doc.txt
Trying to create document '/tstFolder/tstFile.txt' from local file 'D:\tst_doc.txt'
ERROR: PUT: 400 Bad Request
and the
Error details in “ot-elib.log”…
Caused by: com.opentext.ecm.services.entlib.ELServiceException: Illegal content length value!<Wed Jul 29 12:40:40 IST 2015> [{error_namespace=ELService, Value=-1, BlobName=tstFile.txt, error_code=IllegalContentLength, error_category=Data}]
at com.opentext.ecm.services.entlib.impl.ELService.writeComponents(ELService.java:15613)
at com.opentext.ecm.services.entlib.impl.ELService.createItemImpl(ELService.java:3227)
at com.opentext.ecm.services.entlib.impl.ELService.createItem(ELService.java:2999)
at com.opentext.ecm.services.ilm.viewengine.elib.Elib.createItem(Elib.java:924)
... 37 more
The size of file we are trying to upload is just 1 MB so do will still need to modify the chunk file size content length settings.
Kindly suggest.
Thanks,
Ankur