I had created a CWS app that allowed users to create a folder structure with specific categories and permissions, a sort of "template" for an often used area of Content Server.
I am in process of doing my first test upgrade to CS16. After upgrading to CS16, I am receiving an error when running the application that I am not quite sure how to debug as the error simply says "an unknown error occurred".
I have not changed my code, I simply connected out to the newest version of CWS for each service used in my app. It seems like it can connect as the first step I do is authenticate as the "Admin" user and then check that the user has permissions to the folder they are trying to add this template to. That step works just fine.
The next step, when I call the "GetCategoryDefinition" of the Document Management service is where this "unknown error" occurs. Does anyone know of any thing that may have changed when upgrading from CS10.5 to CS16 in regards to CWS that I should look into as a potential cause of this error?
At first I thought maybe authentication, but we had already previously switched to OTDS well before the CS16 upgrade and the authentication part seems to be working just fine even in CS16.