We have upgraded our TS servers from TS 6.5 to TS 6.7.1 SP1. We have a customized application written in .NET/C# which makes web service calls to manipulate files in a workflow and get and set extended attributes on the files using CSSDK. The application worked correctly in TS 6.5, but after the upgrade we have been experiencing random exceptions while the application is running. For example, we use 'filesys.setExtendedAttributes' to set the extended attibute, and we got this exception:
<2008-03-13 10:16:00,040> - com.systinet.wasp.services.com.interwoven.cssdk.sci.soap.filesys.FileServiceSOAPImpl - SOAP fault: code: {
http://content-services.org/types/services2.0.wsdl}23, reason(faultstring): No branch found - EXCEPTION: SOAP fault: code: {
http://content-services.org/types/services2.0.wsdl}23, reason(faultstring): No branch found
When I refresh the page after the exception, the code works as expected. The exception errors are not always the same, and I can not make them happen, but whenever I refresh the page, the code continues and returns the correct result.
I was wondering if anyone else experienced any similar strange behavior after the upgrade?
Mary