I'm working on a service which calls the LiveLink webservices (EWS) and until yesterday, the getCategoryTemplate method of the DocMan service worked. When my code calls that method with a valid ID for a category, i receive a message which says "An unknown error occurred."
The Log from the EWS is the following:
2010-10-12 13:46:08,9415 WARN [13] Livelink error occurred
2010-10-12 13:46:08,9415 WARN [13] Status: 903101
2010-10-12 13:46:08,9415 WARN [13] Error Code: DocMan.ErrorGettingAttributeGroupTemplate
2010-10-12 13:46:08,9415 WARN [13] Error Message: An unknown error occurred.
2010-10-12 13:46:08,9415 WARN [13] ApiError:
Could there be anything that has changed in the database which can be the source of this error? It doesn't seem like there's anyone who have changed anything.
Thanks
André