Please refer to the post in the IRM SDK eRoom:
https://eperoom04.emc.com/nsepn/webapps/ykaycijm84423dgnqk322538/eRoom/CSP/IRMSDK46BetaProgram/0_3bcc0
Currently we assign the OpenParms.relatedContent to the protected document's account context as parameter of irmOpenContent function call, when we want to save the modified content. So every time the user save the content, will create a new protected document(new record in IRM Server).
We face some problems when implement this:
1. User other than document owner is not able to save the modified content, even he is given 'Edit' permission. The irmOpenContent call return IRM_S_UNKNOWNERR.
i) Is it correct that users other than document owner cannot save the modified content if using OpenParms.relatedContent?
ii) Assume that other users (with Edit permission) can modify and save the document, does the document become a new protected document with a new document id and new document owner?
2. If UserA protected a document and sent to UserB, then UserA modified and saved the document again, now UserA cannot trace the document events/activities made from UserB anymore, since the original document and the modified document are not 'related' by versioning.
i) How can we fix this problem?
Responses ( Tonra, Jim, 18 Jun 09 0:48) 1. This is something we will try to address in the upcoming 4.6 release.
2. This is the way this currently works and we have no immediate plans to change it. As Mayank noted on 23 Apr, we will revisit this issue when we start our planning for our 5.0 release.
Please use the EMC Developer Network forums for any additional questions or comments from this point on. There is a link on the home page of this eRoom.
Refer to the response on question 1:
We are now using the "IRM SDK 4.6 early release" but the problem is still there. Will it be solved in the 4.6 SDK GA release?
Refer to the response on question 2:
Can the problem be solved in the upcoming SDK 4.6 GA release?
Actually it is not make sense that:
i) users have Edit right cannot modify and save a protected document
ii) owner cannot track document activities after he/she modified the document content (In fact, if the docid is changed, then it is not an Edit already)
Please consider it as a serious bug and fix it asap. Many thx.