Hi,
We had an issue of having a Java Application HTTPServlet within SAP PO that is being used to download files. We are experiencing intermittent behavior wherein sometimes files are downloaded successfully, some are not (download only a few hundred bytes).
We check on the HTTP settings (Java System Properties ->Services -> HTTP) and increased the FCAThreadCount to 100. that seems to help (though we still encounter some download error but less frequent now) but we worry that it might cause a negative impact to the system as SAP recommends to have it at 50 (default 15).
Anyone has tried increasing this FCAThreadCount?
Any inputs is appreciated. Thanks!