Folders G Receiving a "Cannot Read Folder" for just a Couple of Users
(Doc ID 2012037.1)
Last updated on APRIL 11, 2024
Applies to:
Oracle WebCenter Content - Version 11.1.1.8.0 and laterInformation in this document applies to any platform.
Goal
Our WebCenter Content server has three IBR Providers configured: ibr_11g, IBR_Prod1 and IBR_Prod2.
Depending on metadata, we like to send content to one specific IBR, using the SelectivelyRefineandIndex component.
For testing, we have an entry in that component:
<$elseif strEquals(dDocAuthor, "pvsluis")$>
<$ConnectionName="IBR_Prod2"$>
However, when checking in content, is looks like content is submitted to _all_ three IBRs, as we see in the server output the following entries:
>ibrsupport/6 05.13 16:37:58.126 Refinery MonitorIBRProvider Transfering binder to IBR: IBR_Prod1; on service: BUILD_CURRENT_JOB_STATUS; without attachments:
>ibrsupport/6 05.13 16:37:58.143 Refinery MonitorIBRProvider Transfering binder to IBR: IBR_Prod2; on service: BUILD_CURRENT_JOB_STATUS; without attachments:
>ibrsupport/6 05.13 16:37:58.159 Refinery MonitorIBRProvider Transfering binder to IBR: ibr_11g; on service: BUILD_CURRENT_JOB_STATUS; without attachments:
Please see the attached file “IBR_audit_log.txt” for a complete log of the checking events. We turned on audit logging for all “ibrsupport” events.
Questions:
- Main question: How to select one specific IBR based on metadata values? We need to target one IBR using WinNativeConverter for certain content, and target another IBR using PDFExportConverter for other content.
- By default, it looks like checked-in content is submitted to _all_ IBR providers. Is that true? If that is the case, there is a lot of unnecessary processing going on.
- If submitted to all three IBRs, which converted file will be accepted/used?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |