Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to prepare archive using RIDC in Oracle UCM

Raja KummathiJul 4 2015 — edited Aug 8 2015

Hi All,

I am calling ADD_ARCHIVE service  using RIDC, Able to create archive but export query is not added to archive.hda file.

See below code and help me

DataBinder dataBinderReq = idcClient.createBinder();

           dataBinderReq.putLocal("IdcService", "ADD_ARCHIVE");

           dataBinderReq.putLocal("IDC_Name", "RajPCmshomenet16200");

           dataBinderReq.putLocal("aArchiveName", "archive_test_4");

           dataBinderReq.putLocal("aArchiveDescription", "From RIDC");

           dataBinderReq.putLocal("aExportQuery", "dDocType :sqlEq:A CustomQuery Revisions.dDocType%=%'A'");

archive.hda:-

<?hda version="11.1.1.8.0-2013-07-11 17:07:21Z-r106802" jcharset="UTF8" encoding="utf-8"?>

@Properties LocalData

IDC_Name=RajPCmshomenet16200

aCopyWebDocuments=1

blDateFormat=M/d{/yy}{ h:mm[:ss]{ a}}!mAM,PM!tAsia/Calcutta

blFieldTypes=aTotalTransferedOut message,aTotalTransferedIn message

@end

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2015
Added on Jul 4 2015
13 comments
1,732 views