UCM images

Hi,
I have checked in abc.jpg image in UCM as
http://localhost:7001/idc/groups/abccompany/documents/adacct/abc.gif
I tired with this
<img src="../ShowBinary/PortalWeb/ShowDoc/UCMRepository/abc.gif" > I am not able to see the images in the portlet?
I have given contentservlet mapping as below in web.xml
<!-- PortalServices: The ShowProperty Servlet for content management -->
<servlet>
<servlet-name>ShowPropertyServlet</servlet-name>
<servlet-class>com.bea.content.manager.servlets.ShowPropertyServlet</servlet-class>
</servlet>
<!-- PortalServices: The DownloadBinary Servlet for My Content Portlet -->
<servlet>
<servlet-name>DownloadBinaryServlet</servlet-name>
<servlet-class>com.bea.content.manager.servlets.DownloadBinaryServlet</servlet-class>
</servlet>
<!-- The DownloadServlet for the Content Management Portlet -->
<servlet>
<servlet-name>ContentDownloadServlet</servlet-name>
<servlet-class>com.bea.jsptools.content.DownloadServlet</servlet-class>
</servlet>
     <!-- CM Servlet Mapping -->
<servlet-mapping>
<servlet-name>ShowPropertyServlet</servlet-name>
<url-pattern>/ShowBinary/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ShowPropertyServlet</servlet-name>
<url-pattern>/ShowDoc/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ShowPropertyServlet</servlet-name>
<url-pattern>/ShowProperty/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>DownloadBinaryServlet</servlet-name>
<url-pattern>/DownloadBinary/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ContentDownloadServlet</servlet-name>
<url-pattern>contentDownload</url-pattern>
</servlet-mapping>
How can i access this image in HTML page with relative path?
any clues
thanks in advance
Venu--

Hi,
I got the answer.
I found that no need of configuring the servlets in web.xml
<servlet-class>com.bea.content.manager.servlets.ShowPropertyServlet</servlet-class>
<servlet-class>com.bea.content.manager.servlets.DownloadBinaryServlet</servlet-class>
<servlet-class>com.bea.jsptools.content.DownloadServlet</servlet-class>
in the img tag we have to give like this
<img src="/PortalWebAppName/ShowDoc/UCMRepository/abc.gif"/>
thanks & regards,
Venu--

Similar Messages

  • Oracle UCM - Image Editing.

    Hi ,
    I want to Edit the image stored in UCM online and store it back to UCM once the editing is done. Is UCM supports this functionaly ?
    Whats the possiblity of integrating Imagebyte online editor with Oracle UCM.
    Thanks & Regards,
    Karai
    +971 55 841 6091

    Kozlowski,
    Thanks for the thread post..
    The documents are merged because we're talking about adding additional PAGES to an actual Document (a real document, not just a piece of content). Having multiple pieces of content that make up one document isn't the direction we'd want to take. Content Item A having pages 1 through 10 and Content Item B having 11 through 20, etc - not good for us. The contribution of pages (the business process) to these documents don't allow for us to simply wait until all the pages are ready to go before putting them into the system. Since the new pages come in paper format we need the ability to add additional pages from the scanners as seemlessly as possible. The long term plan is to move to PDF but that's down the road.

  • Looking for a clone solution for Oracle WebCenter Content, Imaging and related products

    Hi,
    We are looking for a manual or automated cloning solution for Oracle WebCenter Content (UCM), Imaging (ICM) and related products. Oracle FMW has T2P cloning option, but we are looking for more specific to just this product to clone and configure (if needed). Any help is appreciated.
    Best Regards

    Hi
    Assuming you have set up Purchasing with accrual method on receipt (and not on period end), you could enter the PO lines with receipt required. The receipt transactions you are uploading will generate the accounting to charge the expense accounts / or inventory valuation account.
    There is no need to interface those also to Payables. In AP enter one invoice with the real monthly amount and match it to the purchase order level or to the receipts level. Approve and pay that invoice.
    Dina

  • Render and Edit image from Oracle UCM into a Webcenter Portal application

    I am trying to render an image uploaded in Oracle UCM as well as give some editing features like crop, zoom, annotate, redact (an can save it as well) into my webcenter portal application. I tried Content presenter, Document viewer options but nothing is giving me the editing features as per my requirements.
    Can anyone help me on this. Providing some link also will serve my purpose.
    Thanks,
    Arpan
    Edited by: 982452 on Jan 17, 2013 3:19 AM

    you have to create custom taskflow, there is no OOTB taskflow to do that.
    -somesh

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

  • Image retrieved from UCM is displayed as a link rather than an image

    Hi Folks,
    Back again with another question which probably has a very simple answer but I cant see the solution, so firstly my apols!
    I am trying to get a single image from UCM and display it on a page. So far I have worked out how to query UCM for the image I want to and up to now have been able to get the page to render properly etc.
    However, the problem I have now is that the image is not displayed, rather a link to the image (I believe this is the default). The only way to get the image to display is to click the link. I have tried various things such as changing the render options, the template category and template view but without any success. Instead of creating an image tag in the browser, an '<a></a>' is created.
    Hopefully someone can tell me where I am going wrong and suggest a solution?
    Thanks
    Mo

    Hi,
    I think I am using the first method where I drag an image from UCM on to my page creating a task flow which is displayed as part of a content presenter.
    Here the code for the jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <b>testing - content just after the view</b>
    <af:document id="d1">
    <af:form id="f1" usesUpload="true">
    <af:pageTemplate viewId="/oracle/webcenter/portalapp/pagetemplates/pageTemplate_globe.jspx"
    id="pt1" value="#{bindings.pt1}">
    <f:facet name="content" >
    <af:region value="#{bindings.doclibcontentpresenter1.regionModel}"
    id="r1"/>
    </f:facet>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    And the taskflow lifted from the page definition:
    <taskFlow id="doclibcontentpresenter1"
    taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="taskFlowInstId"
    value="${'4acb66c1-28fa-48b2-aac5-8a8ad424f4d2'}"/>
    <parameter id="datasourceType" value="${'dsTypeQueryExpression'}"/>
    <parameter id="datasource"
    value="${'connectionName=CanonUCM#select * from ora:t:IDC:GlobalProfile where ora:p:dDocTitle=\'1210C\''}"/>
    <parameter id="templateCategory" value="${''}"/>
    <parameter id="regionTemplate" value="${false}"/>
    <parameter id="maxResults" value="${''}"/>
    </parameters>
    </taskFlow>
    Interestingly, when I configure my taskflow like this the image displayed correcly (this is taken from a separate test):
    <taskFlow id="doclibcontentpresenter2"
    taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="taskFlowInstId"
    value="${'c784a224-4d2d-4ff9-82e0-06e5959d880d'}"/>
    <parameter id="datasourceType" value="${'dsTypeSingleNode'}"/>
    <parameter id="datasource" value="${'CanonUCM#dDocName:OCC-001201'}"/>
    <parameter id="templateCategory" value="${''}"/>
    <parameter id="templateView" value="${'MLCT'}"/>
    <parameter id="maxResults" value="${''}"/>
    </parameters>
    </taskFlow>
    But when I use <parameter id="templateCategory" value="${'MLCT'}"/> nothing is displayed at all with example one.
    Cheers,
    Mo

  • UCM 8.x 7940/7960 image Compatibility

    I found this link on the Cisco Web page:
    http://tools.cisco.com/ITDIT/vtgsca/VTGServlet
    Unfortunately the link for UCM 8.x image doesn't have any data.  It does for the rest of the images listed.  I was able to find the following listed for the 7940 phone images under the 7.1 image link:
    Initial
    8.1(1)/SCCP; 8.12(0)/SIP
    8.1(1)/SCCP; 8.11(0)/SIP
    Earliest
    8.0(2)/SCCP; 8.8(0)/SIP
    8.0(2)/SCCP; 8.8(0)/SIP
    What is meant by 'earliest' and 'initial'?  My 7940 and 7960 phones currently have image 8.0(9) on them.  We're getting ready to do a direct UCM  upgrade from version 6.1.3-3000-1 to 8.0.2.  Will UCM (after upgrade) see that my phones have an image that is a later version than the one listed as the earliest and not automatically upgrade the phone?    Or will it want to upgrade the phones with whatever images that come with the 8.0 version of UCM?  Does anyone know of another reference that has which phone image versions are compatible with UCM 8.x?
    The latest release on the download software page for the 7940 using SCCP is 8.1(2).  The release notes for it published August 25, 2009 doesn't mention anything about UCM 8.x:
    This firmware release is compatible with Cisco Unified Communications Manager releases 7.1, 7.0, 6.1 and 6.0, Cisco Unified CallManager releases 5.1, 5.0, 4.3, 4.2, 4.1, 4.0, and Cisco CallManager release 3.3.
    I can't imaginge that they're not supported in UCM 8.x.   The main reason we're going to UCM 8.x is that UCCX cluster is supported. 802.1x is also is another reason.  The 7940/7960 will only support MAC authentication under 801.x so if we don't have to upgrade them would be good.  I have many 7940 and 7960 phones spread out over the WAN connecting back to the cluster. They don't support either PPID or the load server options.  I'm worried that they are all going to try and upgrade all at once congesting the WAN and overload the TFTP servers etc.  I'll have to scramble to get something set up locally to them if upgrading is inevitable.   

    Bill Bell supplied this link:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/compat/ccmcompmatr.html#wp43813
    SCCP 8.1(2) is the device default load for the 7940/7960 in CUCM 8.x.   If I loaded SCCP 8.0(9) on the server and changed the default device load setting for the 7940/7960 to point to the firmware I think I could get around the upgrades.  Still leaves me with the compatibility question though is SCCP 8.0(9) supported in CUCM 8.x?

  • How to modify/replace the content server(UCM) file/image?

    Hi All,
    I want to modify the content/file of the Oracle UCM server. Do we have any Oracle UCM/IPM's webservice for this?
    For example, content server has a document/file which named as "a.doc". I want to replace this file with "b.doc" without altering any of the meta data.
    Kindly let me know if anybody have a solution for this.
    Thanks in advance!!
    Edited by: 902526 on Mar 20, 2012 1:58 PM
    Edited by: 902526 on Mar 20, 2012 2:02 PM

    Hi All,
    I want to modify the content/file of the Oracle UCM server. Do we have any Oracle UCM/IPM's webservice for this?
    For example, content server has a document/file which named as "a.doc". I want to replace this file with "b.doc" without altering any of the meta data.
    Kindly let me know if anybody have a solution for this.
    Thanks in advance!!
    Edited by: 902526 on Mar 20, 2012 1:58 PM
    Edited by: 902526 on Mar 20, 2012 2:02 PM

  • Oracle UCM - Extract IPTC data from images

    Good Day,
    I'm hoping that someone might be able to point me in the right direction. I'm trying to extract IPTC data from images originating in lightroom and map that data into custom metadata fields on check in. I've installed content categorizer but it doesn't seem to grab the IPTC data. I sure hope someone out there will be able to lend me a hand.
    Many thanks in advance.
    Shawn

    Having '@' and '*' characters in the data will not make any difference if you are using a combined column separator of '|@|' - provided any process you use subsequently can handle it.
    However, the recsepchar parameter appears to be restricted to a single character which is repeated right across the page, so I don't think you could have a single iteration of '|*|' using this method:
    SQL> set  newpage 0 space 0 pagesize 0 feed off head off trimspool on
    SQL> set recsep EACH
    SQL> set recsepchar '*'
    SQL> set colsep '|@|'
    SQL> select * from testa;
    A         |@|1@        |@|22-JUN-2010
    B         |@|2*        |@|22-JUN-2010
    B         |@|2*        |@|22-JUN-2010
    ********************************************************************************Edited by: LindaA on 23-Jun-2010 08:33

  • New UCM Layout - publishing images

    Hi All,
    I created a new Layout. The Layout is derived from standard Top Menus.
    I have problem with a copy the standard menu images (arrows, etc.) to my new Layout/Skin. I have the image oracle_logo.png in my new skin folder, but I DON'T have the image "menuA_ArrowDown.gif".
    I used CreateLayoutAndSkin from the Kyle's blog. My component is "same" but I 'still don't know where is the problem.
    Thanks,
    Martin

    Bob,
    Can you show a screen shot of the LR Publishin Manager setup used for this published collection as this one (use Edit Settings on the Publish Service):
    Beat

  • Want to install Siebel CRM in my PC for integrating with UCM.

    I am very familiar with Oracle UCM and trying to integrate with Siebel CRM. I have UCM 11g installed in my PC with Oracle 11g DB and also I know the configuration process or steps from siebel end as well as UCM end. Now I want to install Siebel CRM for this integration.
    I searched in orcale and found that I need the below softawres and also I downloaded it from e-delivery:
    Oracle Base Application (V26510-01_1of2 and V26510-01_2of2)
    Oracle Siebel Image creator(V26511-01)
    Oracle DB11g: OracleXEUniv
    RCU
    What should I do now?
    1. Is the above softwares enough for installation of Siebel ? If yes then can anyone please tell me the installation guide docs.
    2. Should I require more softawre ?
    3. I have also V26699-01_1of6 to V26699-01_6of6 setup files for siebel but I do not know whether I should install from these because I do not have any idea regarding this setup files.
    Regards,
    Santanu

    I think you also need V14496-01 Part 1 of 2 and V14496-01 Part 2 of 2 (English Language Extension Packs).
    Installation is explained in the Bookshelf: V29095-01

  • Using text files to commit in UCM trough ODC

    Hello all.
    Again I'm here trying to do something not that common in ODC. So let me explain what I want, OK?
    EDIT: I forgot my specs:
    We're using a VM in Vmware Workstation, with Windows 7 64bits. 80gb HD and 2gb RAM.
    Using Oracle DB 11gR2 and ODC 10.3.5.
    1 - we already opened a ticket with Oracle Support, the number is:      SR 3-6108348211. It was closed but we reopened. Until now there is no answer.
    2 - we have many files and want to do a test: which is better for commiting files to UCM, ODC or Batch Loader? We know that Batch Loader is the usual one, but maybe there is some speed improvement in checkin using ODC.
    3 - we will get the images from a folder, send them to ODC, them the ODC will commit them to UCM, but (here's the catch) sending all the metadata of all those files and being pdf-searchable too.
    4 - so I'll put some screens here, showing what I did, OK?
    4.1- In this screen I show all the metadata we need ship to UCM. In the left column are the metadata fields and in the right, values.
    http://imgur.com/QkqxA
    4.2 - In a folder, we put all the images and a text file containing all the metadata referring to the images. As the Oracle Support says, the text file should have these lines.:
    C:\Users\oracle\Desktop\import_folder\import1.bmp|4545|Joaozinho|15/15/2015|Import1|11.11
    C:\Users\oracle\Desktop\import_folder\import2.bmp|7878|Augusta|16/16/2006|Import2|22.22
    C:\Users\oracle\Desktop\import_folder\import3.bmp|00001|Gump|07/07/1997|Import3|333.33
    C:\Users\oracle\Desktop\import_folder\import4.bmp|3232|Filipinho|08/08/2008|Import4|99.66
    C:\Users\oracle\Desktop\import_folder\import5.bmp|7968|Maria Antonia|15/12/1985|Import5|88.99
    C:\Users\oracle\Desktop\import_folder\import6.bmp|56563|Coloral|07/08/1999|Import6|22.33
    The first part is the image path, the second its name, the third the odc_Numero field value, the fourth the odc_Nome field value, the fifth the odc_Data field value, the sixth odc_Assunto field value and the last one is odc_Valor field value. All these values need to go to UCM, along with the images.
    4.3 - So I put all the images and text file in the folder.
    http://imgur.com/o8znD
    4.4 - I didn't checked OCR zones in the images, all the metadata values will come from the text field, because the images sometimes cannot be trusted on the values (bad scan, old text, etc).
    4.5 - I open the Import Server and did this config:
    http://imgur.com/t0xh1
    http://imgur.com/PPJGO
    http://imgur.com/RWKfU
    http://imgur.com/v5P5V
    4.6 - I open the commit server and let it in the background, but not doing any batch jobs, just paused.
    4.7 - And I got all these errors:
    http://imgur.com/lCtql
    EDIT: I get this error when opening the import server, just after the login:
    http://imgur.com/YB9qe
    So here are my questions:
    1 - what printer is the ODC needing?
    2 - the files will be already converted to PDF, I just want to convert them to pdf-searchable, using the text file containing all metadata and send them to UCM. Is it possible?
    3 - is there a guide teaching how to do this?
    4 - am I doing it right?
    Sorry for the long post, but this an urgent test.
    Thanks (seriously, a lot) for all the help and guidance.
    Fernando
    Edited by: fgomes on 03/09/2012 05:45
    Edited by: fgomes on 03/09/2012 06:05

    Hello Jiri.
    Thank you for your answer.
    Let me answer your questions (I'm using Windows XP this time, both we are working in 7, too):
    - while working with the ODC desktop application, you
    i. define a file cabinet (which also defines index fields, optionally batch statuses, and commit profiles)
    -- I did, these are the fields I've defined for this test
    http://imgur.com/7FyRW
    ii. define a scan profile
    -- Here are the configs for my scan profile
    http://imgur.com/Jyfvh
    http://imgur.com/tveQZ
    iii. define an indexing profile (which also defines index fields the profile will work with, incl. auto-populate)
    -- Here are the configs
    http://imgur.com/sMW7Q
    http://imgur.com/O6Bpl
    http://imgur.com/aqYmU
    http://imgur.com/lGrIn
    http://imgur.com/MeKAz
    http://imgur.com/t5r0i
    http://imgur.com/oco5S
    iv. scan an image (using the scan profile) AND v. index the scanned image (using the indexing profile)
    -- I did that. And works ok. I've used OCR zones sometimes and the scan worked. Sometimes I didn't and it worked OK, too. Commit to UCM in both cases worked. Here is an example:
    http://imgur.com/rp3jI
    http://imgur.com/ZS7FB
    http://imgur.com/cHhjC
    * Now we go to another part:
    ii'. define the import batch job
    -- I've defined in here.
    http://imgur.com/hfEdR
    http://imgur.com/eKsyJ
    http://imgur.com/Kbt5R
    http://imgur.com/1azWe
    http://imgur.com/JqbFI
    http://imgur.com/IkCww
    And after all these configs, when I click in "Activate", to make the batch job active the application closes (in Windows 7 it crashes). When I change to "Import from folder" rather than "Import from list file" I get these messages:
    http://imgur.com/1WAMn
    http://imgur.com/oz5ZL
    Still, the other way is to provide metadata in a List File. The List File is processed directly by Import - and if you define that you want to commit right away Import will try to do it for you, but it can succeed only if it has all the necessary index fields. The error you are getting indicates that something is wrong - it can be that some field is missing, or all the fields are missing (List File could not be parsed).
    -- Yes. It is that I want. I don't need to check barcodes at all. I just need to get all the field values from a list file. Here are the contents:
    C:\Documents and Settings\Administrador\Desktop\import_folderimport1.bmp|4545|Joaozinho|15/15/2015|Import1|11.11
    C:\Documents and Settings\Administrador\Desktop\import_folderimport2.bmp|7878|Augusta|16/16/2006|Import2|22.22
    C:\Documents and Settings\Administrador\Desktop\import_folderimport3.bmp|00001|Gump|07/07/1997|Import3|333.33
    C:\Documents and Settings\Administrador\Desktop\import_folderimport4.bmp|3232|Filipinho|08/08/2008|Import4|99.66
    C:\Documents and Settings\Administrador\Desktop\import_folderimport5.bmp|7968|Maria Antonia|15/12/1985|Import5|88.99
    C:\Documents and Settings\Administrador\Desktop\import_folderimport6.bmp|56563|Coloral|07/08/1999|Import6|22.33
    Thanks again.
    If you could try and say what I am doing wrong you'll help me a lot.
    Fernando

  • UCM with VCR in WLP error while fetching

    Hi,
    I am getting this error after 6 hours and unable to fetch the query in placeholder in WLP 10.3 for the first time i am able to see the content
    Placehoder:
    <?xml version="1.0" encoding="UTF-8"?>
    <placeholder is-complete="true" xsi:schemaLocation="http://www.bea.com/servers/p13n/xsd/placeholder/1.1.1 placeholder-1_1_1.xsd" xmlns="http://www.bea.com/servers/p13n/xsd/placeholder/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cq="http://www.bea.com/servers/p13n/xsd/content/query/1.1.1">
    <name>tet</name>
    <type>Ad</type>
    <mixGlobals>false</mixGlobals>
    <contentQueries>
    <queryDefinition>
    <queryName/>
    <cq:contentQuery logic="and">
    <cq:contentPropertyComparison logic="and" propertySet="UCMRepository/IDC:Folder" name="dDocAuthor" type="string">
    <cq:like-ignore-case>
    <cq:literal>sysadmin</cq:literal>
    </cq:like-ignore-case>
    </cq:contentPropertyComparison>
    </cq:contentQuery>
    <queryPriority>normal</queryPriority>
    </queryDefinition>
    </contentQueries>
    </placeholder>
    content-config.xml:
    <content-store>
    <name>UCMRepository</name>
    <description>UCM Repository Configuration</description>
    <class-name>com.oracle.content.spi.ucm.RepositoryImpl</class-name>
    <!-- <username>sysadmin</username> -->
    <username>venu</username>
    <repository-property>
    <description>Hostname on which the UCM Content Server is running </description>
    <name>ContentServerHostname</name>
    <!-- <value>sncbcolbertncoe.mcafee.int</value> -->
    <value>10.226.173.4</value>
    </repository-property>
    <repository-property>
    <description>Port on which the UCM Content Server is running (on host named above) </description>
    <name>ContentServerPort</name>
    <value>4444</value>
    </repository-property>
    <repository-property>
    <description>Content Server Username in Admin role, used for security checks</description>
    <name>ContentServerAdminUser</name>
    <!-- <value>sysadmin</value> -->
    <value>venu</value>
    </repository-property>
    <repository-property>
    <description>Protocol used to connect with the UCM Server. Valid options are INTRADOR or INTRADOC_SSL</description>
    <name>ContentServerServiceType</name>
    <value>INTRADOC</value>
    </repository-property>
    <repository-property>
    <description>List of folder ObjectClasses</description>
    <name>folder_badge_objectClasses</name>
    <value>IDC:Folder</value>
    </repository-property>
    <repository-property>
    <description>Polling interval in minutes for the UCM Adapter CacheInvalidatorInterval job (must be greater than 2 minutes). This cache automatically invalidates cached content in WLP as content is changed on the UCM server</description>
    <name>CacheInvalidationInterval</name>
    <value>2</value>
    </repository-property>
    <repository-property>
    <name>useNativeSecurity</name>
    <value>true</value>
    </repository-property>
    <repository-property>
    <description>Specifies a UCM user account that is used to retrieve all types (ObjectClasses) from UCM.</description>
    <name>TypeRetrievalShapeUser</name>
    <!-- <value>sysadmin</value>-->
    <value>venu</value>
    </repository-property>
    <read-only>true</read-only>
    <binary-cache-max-entry-size>102400</binary-cache-max-entry-size>
    <search-is-enabled>true</search-is-enabled>
    <fulltext-search-is-enabled>true</fulltext-search-is-enabled>
    <search-indexing-is-enabled>false</search-indexing-is-enabled>
    </content-store>
    p13n-cache-config.xml
    <cache>
    <name>nodeCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>60000</time-to-live>
    <max-entries>50</max-entries>
    </cache>
    <cache>
    <name>nodePathCache.UCMRepository</name>
    <description>Caches node path to node instance for UCMRepository</description>
    <time-to-live>60000</time-to-live>
    <max-entries>50</max-entries>
    </cache>
    <cache>
    <name>typeCache.UCMRepository</name>
    <description>Caches binary property values for UCMRepository</description>
    <time-to-live>300000</time-to-live>
    <max-entries>200</max-entries>
    </cache>
    <cache>
    <name>typenameCache.UCMRepository</name>
    <description>Caches type id to content type for UCMRepository</description>
    <time-to-live>300000</time-to-live>
    <max-entries>200</max-entries>
    </cache>
    <cache>
    <name>binaryCache.UCMRepository</name>
    <description>Caches type name to content type for UCMRepository</description>
    <time-to-live>60000</time-to-live>
    <max-entries>10</max-entries>
    </cache>
    <cache>
    <name>searchCache.UCMRepository</name>
    <description>Caches node id to node for UCMRepository</description>
    <time-to-live>300000</time-to-live>
    <max-entries>200</max-entries>
    </cache>
    <cache>
    <name>nativeAuthCacheUCMRepository</name>
    <description>Caches node path to node for UCMRepository</description>
    <time-to-live>5000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.typeNameCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.nodePathToUidCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.nodeUidCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.securityInfoCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.typeNamesCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    <cache>
    <name>repo.ucm.indexedFieldsCache.UCMRepository</name>
    <description>Caches node id to node instance for UCMRepository</description>
    <time-to-live>1800000</time-to-live>
    <max-entries>5000</max-entries>
    </cache>
    Error stacktrace:
    <Jan 13, 2010 6:08:14 PM IST> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "700" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@1b86f4b[
    POST /testprojectEARToolSupport/PlaceholderPreview?phtype=Ad HTTP/1.1
    Content-Type: application/x-www-form-urlencoded; charset=UTF-8
    Content-Length: 666
    Cache-Control: no-cache
    Pragma: no-cache
    User-Agent: Java/1.6.0_05
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    Authorization: Basic d2VibG9naWM6d2VibG9naWM=
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
         java.lang.StringBuilder.append(StringBuilder.java:119)
         com.bea.content.spi.flexspi.common.capability.MethodCapabilityDefinition.buildId(MethodCapabilityDefinition.java:112)
         com.bea.content.spi.flexspi.common.capability.MethodCapabilityDefinition.<init>(MethodCapabilityDefinition.java:40)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.getMethodCapabilities(RepositoryManagerDelegate.java:268)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.findTicketCapabilities(RepositoryManagerDelegate.java:413)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.getTicketInterfaceCapabilities(RepositoryManagerDelegate.java:655)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.connectToRepository(RepositoryManagerDelegate.java:987)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.ensureConnectedToRepository(RepositoryManagerDelegate.java:808)
         com.bea.content.federated.internal.delegate.RepositoryManagerDelegate.connect(RepositoryManagerDelegate.java:1100)
         com.bea.content.federated.internal.delegate.RepositoryHelper.getInterface(RepositoryHelper.java:642)
         com.bea.content.federated.internal.delegate.DelegateFactory.getLatestObjectClassOps(DelegateFactory.java:111)
         com.bea.content.federated.internal.delegate.DelegateFactory.getObjectClassOpsDelegate(DelegateFactory.java:47)
         com.bea.content.federated.internal.delegate.SPIObjectHelper.configurePropertyDefinition(SPIObjectHelper.java:463)
         com.bea.content.federated.internal.delegate.SPIObjectHelper.configureObjectClass(SPIObjectHelper.java:426)
         com.bea.content.federated.internal.delegate.LatestObjectClassOpsDelegate.getObjectClassWithId(LatestObjectClassOpsDelegate.java:157)
         com.bea.content.Node.getObjectClass(Node.java:600)
         com.bea.content.Node.getPrimaryProperty(Node.java:828)
         com.bea.p13n.content.internal.RenderableContentNodeWrapper.getPrimaryProperty(RenderableContentNodeWrapper.java:34)
         com.bea.p13n.ad.AdHelper.getPrimaryProperty(AdHelper.java:448)
         com.bea.p13n.ad.AdHelper.getPrimaryMimeType(AdHelper.java:581)
         com.bea.p13n.ad.internal.AdBucketServiceBean.previewContent(AdBucketServiceBean.java:594)
         com.bea.p13n.ad.internal.AdBucketService_2bd1ao_EOImpl.previewContent(AdBucketService_2bd1ao_EOImpl.java:504)
         com.bea.p13n.placeholder.internal.PlaceholderServiceImpl.previewContent(PlaceholderServiceImpl.java:314)
         com.bea.p13n.placeholder.internal.PlaceholderService_snavek_EOImpl.previewContent(PlaceholderService_snavek_EOImpl.java:433)
         com.bea.p13n.placeholder.servlets.PlaceholderPreviewServlet.showResults(PlaceholderPreviewServlet.java:355)
         com.bea.p13n.placeholder.servlets.PlaceholderPreviewServlet.doGet(PlaceholderPreviewServlet.java:156)
         com.bea.p13n.placeholder.servlets.PlaceholderPreviewServlet.doPost(PlaceholderPreviewServlet.java:169)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3502)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
         weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    Any Clues????????
    Thanks in Advance,
    user8867138

    Hi Venu,
    Normally if you can see the UCM content in the admin console, it means the adapter is configured correctly and the placeholder should work. There's a couple of things I can suggest:
    1. Did you include the oracle-ucm-spi-app-lib.ear file in your project as documented under the heading Add a Reference to the UCM VCR Adapter Shared Library in the UCM VCR adapter installation docs ( [http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/install.html|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/install.html] )?
    2. Browse to a document in the repository in the admin console. Pick one of the fields there (e.g. IDC:Folder.dDocId), grab the value and run a query using the placeholder. Do you get a single result?
    3. The original poster (user8867138) mentions a query along the lines of returning all folders that has dDocAuthor = sysadmin. If your UCM system had 10,000 folders all created by sysadmin, the adapter might be timing out? IIRC, you can adjust the timeout in UCM.
    4. Did you try a similar query using Content Selector instead?
    5. If the WLP server domain is running on a separate machine, is UCM configured to accept connections from the WLP server but not your machine?
    I would suggest getting the latest patches for WLP too as some of them are related to the UCM VCR adapter.
    Cheers,
    Cappa

  • Image gallery in webcenter using content presenter template

    Hi,
    I created a content presenter template for image gallery in webcenter.
    The images from UCM are not displayed without log in to the webcenter application.
    I am getting a error like
    " Error calling UCM server associated with repository UCM.  The service GET_FILE was called with user anonymous at time 3/18/15 11:12 AM, and returned statuscode -1.
    oracle.stellent.ridc.protocol.ServiceException: Unable to download 'HSCSRV154.ALLE006130'. Access denied by records manager "
    Once i log in the images are displayed.
    What is the problem here?please help.
    I am using the latest webcenter extension in jdev 11.1.1.7
    Thanks,
    chandrasekar M

    Hi Vinod,
    I tried using af:image like below and its the same issue.I have read in most of the blogs that since this is in the content presenter template, the image has to be displayed using output text with escape set to false.
    <af:image source="#{node.propertyMap['REGDEF:Image'].asTextHtml}" id="image5"/>
    I am not using <img> anywhere, its just that on the webpage when the image doesnt appear, I tried to see the source of the image using Firebug and it shows following:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Edited by: Swathi Patnam on Jul 13, 2012 6:00 PM

  • Monitoring WCI 10.3.0 & UCM 10.1.3.5 using OEM 11g R1

    As part of the Service Monitoring for our OFM-OUCM environment, we have implemented OEM 11g R1. Our Dev/Test/UAT/Prod environment is comprised of SOA 10.1.3.5, WCI 10.3, UCM 10.1.3.5, multiple DB instances 10.2.0.3/10.2.0.4, IDM 10.1.4.0.1. We are able to monitor SOA 10.1.3.5, IDM 10.1.4.0.1 & the databases. But the 11g Agent wasnt able to discover the targets for WCI 10.3.0 & UCM 10.1.3.5. Is there a way to monitor UCM 10gR3 & WCI 10.3 using OEM 11g R1 or do we need to downgrade the OEM version.
    We are able to see the WCI Products in the Hosts -> Configuration tab in OEM. But we are not able to monitor these as targets.
    WebCenter Interaction API Service 10.3.0.0.0
    WebCenter Interaction Automation Service 10.3.0.0.0
    WebCenter Interaction Content Upload Service 10.3.0.0.0
    WebCenter Interaction Directory 1.0.0.0.0
    WebCenter Interaction Document Repository Service 10.3.0.0.0
    WebCenter Interaction Identity Service for LDAP 10.3.0.0.0
    WebCenter Interaction Image Service 10.3.0.0.0
    WebCenter Interaction Notification Service 1.0.0.0.0
    WebCenter Interaction Portal 10.3.0.0.0
    WebCenter Interaction Remote Portlet Service 1.0.0.0.0
    Thanks

    Did you check http://www.oracle.com/us/products/enterprise-manager/039537.pdf ?
    and http://www.oracle.com/technetwork/oem/soa-mgmt/index.html
    MANAGEMENT PACK FOR WEBCENTER SUITE
    Regards
    Rob
    http://oemgc.wordpress.com

Maybe you are looking for

  • Edit in Photoshop CS6 Crashes Photoshop

    Hey! Using Lightroom 4.4 on a Macbook Pro with 10.8.2 installed. Every time I chose a photo (or photos) from Lightroom and select any of the "Edit in Photoshop CS6" options, it will open Photoshop, temporarily open the images, and then crash Photosho

  • Mass authorization for Property Manager (PN) module

    Hello, We are examining this module in a 12.1 environment and are wondering if there is a way to mass authorize Payment Schedule lines that will be exported to AP.  We are using a 3rd party system currently to manage 900+ leases and so far it looks l

  • Safari 6.0.4 Cannot Play Google Voice Voicemails

    I've been troubleshooting this problem for far too many hours, and I am at a loss. I've tried everything other than reinstalling the entire system. Instead of doing that, I'm switching to Chrome and posting here in the hopes of finding a better solut

  • CS4 spot healing brush

    When I use the spot healing brush or the healing brush, the actual output is a tiny spot in the center of the round brush cursor. It doesn't matter what size the brush is; it still outputs just a point in the center of the round cursor. It's driving

  • "Out of Disk Space" Error When there are 198GB available

    We are attempting to capture a two hour video from VHS through an ADVC-300 box. We can capture short videos easily. For some reason we keep getting an "out of disk space" error even though there are 198GB free on the scratch disk which is an external