Support Forums > OD/WEK & JAVA API

ODWek REST API 10.5.0.4 - response ask me to logoff and log on

(1/1)

Andreas Baaserud Hauge:
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

--- Code: ---{
    "query": "where DateField between 230301 and 240301",
    "folder": "MYFOLDER"
}
--- End code ---

Response

--- Code: ---Information has been modified on the server.  Please logoff, logon, and retry the operation.
--- End code ---

Bit surprised I get this response as I thought the ODWek REST API would take care of logoff, log on to CMOD right?

rjrussel:
no - It's a connection pool. Connections are established when the REST services start.

Andreas Baaserud Hauge:
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?

rjrussel:
Yes

Navigation

[0] Message Index

Go to full version