Hi,
I am working with the ODWek REST API on IBM Content Manager OnDemand version 10.5.0.4
When performing the follow HTTP POST request
URL = http://localhost/cmod-rest/v1/hits/
HTTP Method = POST
Body
{
"query": "where DateField between 230301 and 240301",
"folder": "MYFOLDER"
}
Response
Information has been modified on the server. Please logoff, logon, and retry the operation.
Bit surprised I get this response as I thought the ODWek REST API would take care of logoff, log on to CMOD right?
no - It's a connection pool. Connections are established when the REST services start.
Thanks for reply rjrussel.
So because it is a connection pool - we need to restart the odwek-rest when we make these admin changes in OnDemand?
Yes