OnDemand User Group

Support Forums => Other => Topic started by: RanjithMRK on April 17, 2014, 03:32:32 AM

Title: Batch archival to CMOD 9.0.0
Post by: RanjithMRK on April 17, 2014, 03:32:32 AM
1) Can we do batch archival of pdf reports to CMOD 9.0.0 using ODWEK API?
if so how?
I saw something like ODFolder.storeDocument(String path, String applicationGroup, String application, String[] values) in CMOD 8.4.1.
(I didn't get any API document for CMOD 9.0.0 for reference).

2) Mostly people are using 'arsload' command in UNIX for batch archival.
If i need to do batch archival through ODWEK, then i need to do java Programming over ODWEK API to send large number of files.
Is batch archival possible through ODWEK first of all?

3) Which approach is better for batch archival, through ODWEK or arsLoad?
Title: Re: Batch archival to CMOD 9.0.0
Post by: Ed_Arnold on December 10, 2014, 10:02:06 AM
9.5 adds the ability to do "batch loading" via ODWEK.

http://www-01.ibm.com/support/docview.wss?uid=swg27021523 (http://www-01.ibm.com/support/docview.wss?uid=swg27021523)

Quote
Content Manager OnDemand Web Enablement Kit (ODWEK)

    Enhancements were made to the ODServer object that allow document loading into the Content Manager OnDemand archive.

Ed
Title: Re: Batch archival to CMOD 9.0.0
Post by: Alessandro Perucchi on March 19, 2015, 08:19:14 AM
1) Can we do batch archival of pdf reports to CMOD 9.0.0 using ODWEK API?
if so how?
I saw something like ODFolder.storeDocument(String path, String applicationGroup, String application, String[] values) in CMOD 8.4.1.
(I didn't get any API document for CMOD 9.0.0 for reference).

2) Mostly people are using 'arsload' command in UNIX for batch archival.
If i need to do batch archival through ODWEK, then i need to do java Programming over ODWEK API to send large number of files.
Is batch archival possible through ODWEK first of all?

3) Which approach is better for batch archival, through ODWEK or arsLoad?

As Ed said, with CMOD 9.5 you can do "batch archiving/Loading" with ODWEK.
Prior to V9.5, then the advice was always "arsload", and for small specific things, then ODWEK.