Got this comment on my blog from Urs.
We are trying to run DFS 6.5 SP2 against Documentum Server 5.3 SP5, which is said to work.
Trying to run DotNetSamples included in DFS SDK for consuming DFS with the .NET Productivity Layer, it turns out that in our case some examples work fine (such as running queries on QueryService and create folder on ObjectServcies), whereas many others fail, including the ones creating files with content. Since the caught exception doesn’t tell me much, I checked what’s sent over the wire and have seen that apparently a specific attribute is the problem:
com.documentum.fc.common.DfException
You have specified an invalid attribute name (is_cache_acs)
DM_QUERY_E_NOT_ATTRIBUTE
Since the example doesn’t set that attribute explicitely on client side (nor it’s contained in the HTTP request to the server), I assume that DFS on server side is using that attribute on DFC but I have no clue why this causes trouble…
I haven't tried using DFS with 5.3, and don't have a 5.3 version to try it out. Anyone have some thoughts to help Urs?
-Pie