Hi Guys,
We are trying to use the REST API on Content Server 16 to create documents.
When running the Postman app on the server directly we can sucessfully authenticate, create folders and create documents.
When running the Postman app on the client we can successfully authenticate and create folders. When we try to create documents we just get an "500 - Internal server error".
I turned on logging on Content Server but not logs seem to be created when the issue occurs.
Note: I disabled the Upload directory in the Content Server configuration as before it would only upload documents that are located in the upload directory.
The client connects directly to the Content Server and not through a SEA servlet altough the issue seems to be similar as in this article,https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=62202520&objAction=ArticleView
Only port 443 is open between client and server and all connection is via https. Does the document creation process try to use any other ports?
Any ideas?
Cheers,
Markus