Hi All,
I am trying to move CS documents to OT Archive system.Can any one help me with sample code on how to do it using CS rest api's.
Thanks in Advance
move documents to Archive system Posted byJ, BharaniLathaOn 05/17/2016 11:40 AM Hi All,I am trying to move CS documents to OT Archive system.Can any one help me with sample code on how to do it using CS rest api's. Thanks in Advance[To post a comment, use the normal reply function]Forum:Content Web Services ForumContent Server:Knowledge Center
You could also consider using Content Move on the Content Server instance itself.
This would relocate the storage of documents meeting your defined criteria to Archive Server.
I believe that Content Move is a part of standard CS product in CS 10.5 SP1+.
we have multiple versions of document in our CS10,so our aim is to move all older versions with metadata and hard copy of document to Archive Server 10.5 and delete the file from CS10 and live CS with only the latest version.
So we need to fetch the CS document with its dataid and unique id(which we use) and check if this is present in Archive if present the add versions to it and move.
eLink : Re move documents to Archive systemRe move documents to Archive system Posted byJ, BharaniLathaOn 05/18/2016 12:33 AM we have multiple versions of document in our CS10,so our aim is to move all older versions with metadata and hard copy of document to Archive Server 10.5 and delete the file from CS10 and live CS with only the latest version.So we need to fetch the CS document with its dataid and unique id(which we use) and check if this is present in Archive if present the add versions to it and move.[To post a comment, use the normal reply function]Topic:move documents to Archive systemForum:Content Web Services ForumContent Server:Knowledge Center
Re Re move documents to Archive system Posted byeLinkOn 05/18/2016 06:53 AM Metadata is database space and archive server cannot hold it the other one maybe possible with content move I am not sureCiao, AppuOn May 17, 2016, at 11:33 PM, eLink Entry: Content Web Services Forum <otdncontentwebservices971forum@elinkkc.opentext.com> wrote:Re move documents to Archive system Posted byJ, BharaniLathaOn 05/18/2016 12:33 AM we have multiple versions of document in our CS10,so our aim is to move all older versions with metadata and hard copy of document to Archive Server 10.5 and delete the file from CS10 and live CS with only the latest version.So we need to fetch the CS document with its dataid and unique id(which we use) and check if this is present in Archive if present the add versions to it and move.[To post a comment, use the normal reply function]Topic:move documents to Archive systemForum:Content Web Services ForumContent Server:Knowledge Center[To post a comment, use the normal reply function]Topic:move documents to Archive systemForum:Content Web Services ForumContent Server:Knowledge Center
Re move documents to Archive system Posted byJ, BharaniLathaOn 05/18/2016 12:33 AM we have multiple versions of document in our CS10,so our aim is to move all older versions with metadata and hard copy of document to Archive Server 10.5 and delete the file from CS10 and live CS with only the latest version.So we need to fetch the CS document with its dataid and unique id(which we use) and check if this is present in Archive if present the add versions to it and move.[To post a comment, use the normal reply function]Topic:move documents to Archive systemForum:Content Web Services ForumContent Server:Knowledge Center
Thanks Sir.
Yes we have done a feasibilty study on content move already and it does not server our purpose.
The old version which we want to move to AS may /may not be retirved that frequently as we have latest version in CS still.So what I am thinking is will write a Oscript code to fetch all existing version except the last available version and move to AS leaving CS with latest version copy and hard delete the older versions copy from CS from EFS as well after moving to AS.
So need your inputs on we know fetch all version can be handled in oscript itself but uploading the document to AS should we use java and call CWS or is there any way to handle this completely from oscript using content server api's from oscript with out involving java or .net.
Thanks
Re Re Re move documents to Archive system Posted byJ, BharaniLathaOn 05/18/2016 12:16 PM Thanks Sir.Yes we have done a feasibilty study on content move already and it does not server our purpose.The old version which we want to move to AS may /may not be retirved that frequently as we have latest version in CS still.So what I am thinking is will write a Oscript code to fetch all existing version except the last available version and move to AS leaving CS with latest version copy and hard delete the older versions copy from CS from EFS as well after moving to AS.So need your inputs on we know fetch all version can be handled in oscript itself but uploading the document to AS should we use java and call CWS or is there any way to handle this completely from oscript using content server api's from oscript with out involving java or .net.Thanks[To post a comment, use the normal reply function]Topic:move documents to Archive systemForum:Content Web Services ForumContent Server:Knowledge Center