Oracle UCM 11g Config with DB

Hi,
I have configured Oracle UCM 11g in oracle sql developer, but am not able to see the tables related to Oracle UCM..(ex: Revisions, Docmeta).
Any documentation on this or any one faced this kind of issue.
Thanks...

I'd suggest you to follow the Installation guide - see Oracle® Fusion Middleware Installing and Configuring Oracle WebCenter Content 11g Release 1 (11.1.1) - Contents
In a nutshell, tables (and everything else in the data model) are created by a utility called RCU. This is one pre-req to run the installation. Another issue could be that you have done installation, but you don't use the correct db user (scheme owner) to connect. The correct user for an installed instance can be obtain from the Weblogic admin console.

Similar Messages

  • Oracle UCM 11g Vs Oracle UCM10g

    Hi,
    I want to know the difference between Oracle UCM11g and Oracle UCM10g.
    1. Whats the primary benefit for the client for chosing Oracle UCM 11g than Oracle UCM 10g.
    2. Whats are all the changes added in UCM11g from customization perspective.
    - Is Component Architecture is followed in UCM 11g
    - Is IdocScript/Resource ,Template,Service,Service Handler,Filter are still exist and customization is possible through them?
    Thanks & Regards,
    Karai
    +971 55 841 6091
    Edited by: user3491234 on Jan 4, 2011 10:56 PM

    biggest differences
    1. You need WebLogic for 11g. 11g UCM runs as a java application inside of WLS.
    2. WLS handles all security. UCM no longer controls security. There are NO local users (except for running the stand alone apps) anymore. All users are outside in a AD or LDAP store of some kind.
    Ramifications:
    1. For large enterprise systems the clustering and management available for WLS make a system extremely scalable.
    2. Any beneficial properties of WLS now apply to UCM (there are many but I am not a WLS expert)
    3. if UCM is all you need and you are not planning a clustered system and your hardware is not the most current.... then maybe 10 g is a better choice. Maybe.
    4. Customization for the CS is unchanged, but things like security being different will break some customizations. As with any upgrade some includes and some resources change and thus break an existing component. Test custom components fully.

  • Autonomy Oracle UCM connector to access Oracle UCM 11g

    Hi,
    How do I setup Oracle UCM 11g instance so that we can test the Autonomy Oracle UCM connector? Are there any specific configurations or do we need to install anything to make Autonomy Oracle UCM connector to access Oracle UCM 11g. Any help is appreciated.
    Thanks

    Autonomy sells a connector that will index items in Oracle UCM into the IDOL Server. You'll have to check with Autonomy on the versions supported and the cost. With this, you could get UCM information into IDOL just the same as you are doing with HTTPFetch and FileSystemFetch.
    As for connecting UCM into the WLP Virtual Content Repository, there is not yet anything provided out of the box. However, you can implement your own CM SPI to provide this or you can wait for the product to provide it. It is my understanding that there will be a VCR integration via the CM SPI coming soon.
    Finally, BEACMRepoFetch is basically a pre-configured and privately used instance of FileSystemFetch. This is used by the BEA Content Repository to populate the IDOL Server index for full text searches coming through the VCR full text search API.

  • Oracle UCM 11G missing Web Form Editor

    Hello All,
    Oracle 10G UCM provided a WebForm Editor. After installation of newer version Oracle UCM 11G we found the feature is missing.
    Is there a substitute provided by Oracle in 11G version for the same?
    We need to provide functionality to end users where they could go and create some forms on their own. We were thinking to use Web-Form Editor for the same, but to our surprise we found the feature is missing.
    Can anyone suggest if we are missing something. Any help is appreciated.
    Thanks.

    Kent,
    You're correct that the general UCM docs don't include that detail, but the FormEditor component readme.txt does include that info. I didn't open the readme.doc, but the readme says that there's more info in there.
    From the component readme:
    <snip>
    Updated 2010-02-16
    The HTML editor UI is now only enabled if the configuration parameter HasWebFormEditorUI is set
    to true. See BUG 9218712
    </snip>
    Thanks,
    -ryan
    Ryan Sullivan | ECMconsultant
    http://www.ecmconsultant.net/
    Edited by: Ryan Sullivan on May 5, 2011 12:25 PM

  • How Indexing function in Oracle UCM 11g

    Hello All,
    I am using Oracle UCM 11g on Windows platform.
    I wanted to know as how the indexing in Oracle UCM Funtions? Here are few more questions related to this.
    1. If multiple language characters are added in document and if document is indexed, then
    how the data (tokens) will be stored in Database?
    2. How the search will function

    Hi
    1. If multiple language characters are added in document and if document is indexed, then
    a. how the data (tokens) will be stored in Database?
    This is stored in the DB tables IdcColl1 or IdcColl2 ( if DB FullText is search indexer engine) and table would be IdcText1 or IdcText2(if OracleTextSearch indexer is used) . It is these tables that store the entire data from the contents and they are referred to / queried when a FT search is invoked from UCM .
    b. how indexing will be done?
    Indexer would extract all the data from the contents in case of FT indexer mechanism and would store them in the DB tables mentioned above . It is stored in BLOB columns where in the extraction process would do an insert for every content item that is being processed when Collection Rebuild Cycle / Automatic Update cycle is started .
    2. What is settings to be done in Oracle and search engine for this?
    For DB the relevant UCM scripts need to be executed so that the correct role are created and the packages are created.
    3. What will be extra settings need to be done in case if the OS changes for example Linux.
    The relevant libraries need to be checked to make sure that indexer can access them since there are lots of dependent libraries for the indexer process which is invoked by the TextExport process and these libraries vary for different OS . As part of the indexer process to be running fine all that needs to be done is to install/enable the OS specific versions of ContentAccess component on UCM .
    Hope this gives an understanding on the Indexing part of UCM .
    Thanks
    Srinath

  • What file types are included PDFExportConverter for Oracle UCM 11g (PS3)

    For UCM 11g PS3 or later, (WebCenter Content if you prefer), I am trying to find out the list of file types supported for conversion to PDF, and which are out of the box, and which need a 3rd party download.
    Is there any documentation that lists supported file types, and how to get any 3rd party converters?
    This is very urgent as the customer needs to put in their budget and include any costs associated with 3rd party converters.
    Thanks

    Hi
    I believe this should be good enough to have the details :
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10800/e96_conversion_formats.htm#sthref480
    Thanks
    Srinath

  • Question about Oracle Database 11g: Program with PL/SQL

    Hello,
    I've read that:
    This course is a combination of Oracle Database 11g: PL/SQL Fundamentals and Oracle Database 11g: Develop PL/SQL Program Units courses.
    In order to preparing for this exam, i should read the student guide, so there are 4 pdf files. One is Oracle Database 11g: PL/SQL Fundamentals, and the other 3 are regarding to Oracle Database 11g: Develop PL/SQL Program Units (volume I, II and III). My question is, regarding to this last one (Oracle Database 11g: Develop PL/SQL Program Units), which volume should i read? I saw that volume I has 400+ pages, and the IIIrd ~80.
    Which document should i read? What's the difference between them?
    Thanks!

    Passing the exam and becoming certified are not a matter of simply reading a book or taking a training class. While books and classroom materials as well as in-class training are all important steps in preparing for an exam, experience and research are just as important. I cannot tell you that there are 53 questions on the exam and every single question maps directly back to page 13, paragraph 3 in XX book. However, If you have the classroom material, and you have the list of exam topics, you should be able to find most of the information you need. In some cases, if you are not completely familiar with a specific topic, or you don't feel like the information in the book gives you all the information you need, you may need to do a little additional research. This is all part of preparing for an exam. This process is what makes you successful as a certified professional.
    Your focus seems to be solely on the course materials that you have and what volumes and chapters you should read. I'm trying to give you a different perspective - preparing for an exam is not necessarily about taking one course or reading one book and being ready. You need to review the exam topics and be sure that you are familiar with each topic.
    Regards,
    Brandye Barrington

  • Oracle Database 11g-R2 with Windows Server 2008

    Hi to All Respected Gurus!
    Recently I have downloaded Oracle Database 11g-R2.
    Will it work with Windows Server 2008-R2?
    Please guid eme.
    Thanks in Advance.
    Muhammad Uzair
    Oracle Application Developer
    Oracle APEX Developer
    Pakistan
    +92 (333) 7058754

    uzairmalik wrote:
    Hi to All Respected Gurus!
    Recently I have downloaded Oracle Database 11g-R2.
    Will it work with Windows Server 2008-R2?
    Please guid eme.
    Did you look in the installation guide for the software requirement for 11.2? You could had easily found the answer from there by yourself.
    http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDHGGFE
    From the above link,
    >
    Requirement     Value
    Operating System
    Oracle Database for 32-bit Windows is supported on the following operating systems:
    Windows Server 2003 - all editions
    Windows Server 2003 R2 - all editions
    Windows XP Professional
    Windows Vista - Business, Enterprise, and Ultimate editions
    Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Windows Multilingual User Interface Pack is supported.
    >
    Aman....

  • Oracle forms10g rel1 config with SSL

    Is anybody using oracle forms10g config with ssl?
    I installed OAS 10g and followed instruction in documentation http://www.oracle.com/technology/products/forms/pdf/10g/frm10gssl.pdf.
    Now I can see "welcome page" using https://localhost:4445,
    but the I'm running oracle forms, ever test form Jinitiator give me error:
    java.io.IOException: javax.net.ssl.SSLException: Failed set trust point in ssl context
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache https://34.64.0.102:4445/forms90/java/f90all_jinit.jar
    load: class oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: java.io.IOException: javax.net.ssl.SSLException: Failed set trust point in ssl context
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: javax.net.ssl.SSLException: Failed set trust point in ssl context
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I ever was trying to use higher version of Jinitiator. I'm using 1.3.1.23 still not working.
    Please help it is emergency

    Hi,
    did you configure the certdb.txt on teh Forms client with your certificate? I sugget you call customer support on metalink.oracle.com
    Frank

  • Workflow ByPass Approve - Oracle UCM 11g

    I need to enable the option *"ByPass Approve Link"* for steps action in a Criteria Workflow.
    In Oracle UCM Documentation (__http://docs.oracle.com/cd/E21764_01/doc.1111/e10978/c05_workflows.htm#CIHFBGEJ__) said the link appears in Workflow Actions as default for users who has Read permission, but doesnt it.
    Please, if someone knows how to enable this link. Its urgent.
    Thanks

    Hi,
    Look the
    *<@dynamichtml setup_workflow_action_popups@>* and ifClause
    Martin

  • Configuring Oracle IAM 11g R2 with WAS8.0/Portal 8.0

    Hello
    We are trying to configure Oracle IAM R1/R2 with Websphere Application Server8.0.0.3/Portal 8.0 but could not find any such configuration docs available.
    Would anyone suggest any link where we can get help for this configuration pls? Also info id these two products are really supported to each other or not.
    Thanks
    Sagar

    Hello
    We are trying to configure Oracle IAM R1/R2 with Websphere Application Server8.0.0.3/Portal 8.0 but could not find any such configuration docs available.
    Would anyone suggest any link where we can get help for this configuration pls? Also info id these two products are really supported to each other or not.
    Thanks
    Sagar

  • Oracle Forms 11g SSO with OID and IAM

    What versions of OID and Access Manager are required to get an Oracle Forms and Reports 11.1.1.2 application
    on Weblogic 10.3.2 configured for Oracle SSO using OID authentication?
    We want the OID to store and authenticate Users for username and password logins to the database, then
    ultimately by user Certificate authentication in OID. I have OID 11.1.1.2 installed and SSO enabled for Forms
    in Enterprise Manager.
    Is Access Manager required for Forms SSO with OID authentication to work or just to allow user interaction
    for registration and Password reset?
    Things mention OAM 10.4.3 and others talk about IAM 11g for Forms 11.1.1.2 SSO to work with OID.
    We did this back in Oracle Forms and OID 10g with JSP and LDAP to setup users but I understand 11g is
    different and IAM can help or is required for this type of SSO to work.
    Any help?
    Edited by: Kirch on Apr 30, 2013 7:39 AM

    Hi,
    According to Oracle's certification matrix found at http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls, Oracle Forms 11.1.1.2 is not supported to use any Oracle Access Manager (OAM) version. OAM is a component of IAM. It is only supported with Oracle SSO 10.1.4.x. The best solution would be to upgrade the Forms and Reports environment to either 11gR2 (11.1.2.1) or to the latest 11gR1 patchset 11.1.1.7. Both versions are compatible with OAM 11.1.1.7.0 and OID 11.1.1.7.0 where only Forms 11gR2 (11.1.2.1) is compatible with OAM 11.1.2.0 and OID 11.1.1.7.0. That would be the best solution as we have ran into configuration problems in the past with using Oracle SSO 10.1.4.x.
    Since OID 11.1.1.2.0 is already installed, you should be able to patch it up to 11.1.1.7.0.
    For user authentication in OID, it is required to have OAM or Oracle SSO as both products use WebGate or mod_osso agents for authentication and authorization. For purposes of allowing end users to register accounts and password reset, you will either need to also install another IAM component called Oracle Identity Manager (OIM) or create a customized SSO login page that can be coded to perform these actions. I believe there are some examples available on the Internet.
    Thanks,
    Scott
    http://pitss.com/us

  • Need Help | Oracle UCM 11g | Creation of new layout

    Hi All,
    This is regarding the problem we are facing to create a new layout and skin. We followed all the steps that were needed to create a new layout/skin but still we are getting errors after deploying the component. Since there were major changes in 11g, we are not able to proceed with debugging as well. (part of the reason being code clean-up is not done properly and we are going to wrong files while debugging.)
    Having said, I need your help/advice in solving my problem. Below are the problems I am facing once I deploy the component.
    1) Even though I am mentioning that skin.css and layout.js should be published from “publish/resources…” folder, different skin.css and layout.css files were getting deployed. Not sure from where the content server is picking those files from. I am placing the skin.css and layout.css from TopMenus/Trays to continue my testing.
    <tr>
    <td>publish/resources/layouts/NBNTrays/layout.js</td>
    <td>resources/layouts/NBNTrays/layout.js</td>
    <td>TRAYS_LAYOUT_JS</td>
    <td>javascript:layout:NBNTrays</td>
    <td>60</td>
    <td><$if isLayoutEnabled("NBNTrays") and (not DisableNBNTraysPublishing)$><$doPublish = 1$><$endif$></td>
    </tr>
    2) After the component gets deployed and we publish all static files, I am able to change the layout/skin to my custom layout/skin. Top menus is working fine, but in Trays layout I am not able to see the left navigation.
    3) Though I am saying to copy all the images from resources/trays folder, component is copying only some subset of images from the corresponding folders.
    <tr>
    <td>resources/layouts/Top Menus/Oracle</td>
    <td>resources/layouts/NBNTopMenus/NBNSkin</td>
    <td>resources:layout:NBNTopMenus</td>
    <td>70</td>
    <td><$if isLayoutEnabled("NBNTopMenus") and (not DisableNBNSkinSkinPublishing) and (not DisableNBNTopMenusPublishing)$><$doPublish = 1$><$endif$></td>
    <td>1</td>
    </tr>
    Can you please tell me how can we associate new layout.js and skin.css to the new layout/skin.
    Please note that all the above problems were coming in 11g.
    Thanks in advance,
    Regards:
    Veera

    Hi All,
    This is regarding the problem we are facing to create a new layout and skin. We followed all the steps that were needed to create a new layout/skin but still we are getting errors after deploying the component. Since there were major changes in 11g, we are not able to proceed with debugging as well. (part of the reason being code clean-up is not done properly and we are going to wrong files while debugging.)
    Having said, I need your help/advice in solving my problem. Below are the problems I am facing once I deploy the component.
    1) Even though I am mentioning that skin.css and layout.js should be published from “publish/resources…” folder, different skin.css and layout.css files were getting deployed. Not sure from where the content server is picking those files from. I am placing the skin.css and layout.css from TopMenus/Trays to continue my testing.
    <tr>
    <td>publish/resources/layouts/NBNTrays/layout.js</td>
    <td>resources/layouts/NBNTrays/layout.js</td>
    <td>TRAYS_LAYOUT_JS</td>
    <td>javascript:layout:NBNTrays</td>
    <td>60</td>
    <td><$if isLayoutEnabled("NBNTrays") and (not DisableNBNTraysPublishing)$><$doPublish = 1$><$endif$></td>
    </tr>
    2) After the component gets deployed and we publish all static files, I am able to change the layout/skin to my custom layout/skin. Top menus is working fine, but in Trays layout I am not able to see the left navigation.
    3) Though I am saying to copy all the images from resources/trays folder, component is copying only some subset of images from the corresponding folders.
    <tr>
    <td>resources/layouts/Top Menus/Oracle</td>
    <td>resources/layouts/NBNTopMenus/NBNSkin</td>
    <td>resources:layout:NBNTopMenus</td>
    <td>70</td>
    <td><$if isLayoutEnabled("NBNTopMenus") and (not DisableNBNSkinSkinPublishing) and (not DisableNBNTopMenusPublishing)$><$doPublish = 1$><$endif$></td>
    <td>1</td>
    </tr>
    Can you please tell me how can we associate new layout.js and skin.css to the new layout/skin.
    Please note that all the above problems were coming in 11g.
    Thanks in advance,
    Regards:
    Veera

  • Searching a revision using CMIS query in Oracle UCM 11g

    Hi,
    I have 4 revisions of a content ,4th revision being the latest one ,Is there a way where in I can search the earlier revision of a content i.e. 2,3 or 1st revisions based on a combination of metadata using CMIS query...

    Take a look at this thread: Search across all revisions of a content

  • Oracle UCM - Unable to get dynamic conversion.

    Hi all,
    I'm new with Oracle UCM 11g and I encountered problems trying to check in a word document into UCM for this dynamic converter feature.
    I have tried creating a Classic HTML Conversion Template and HTML Conversion Template, but when I tried clicking on the HTML link, I got this error:
    Unable to get dynamic conversion. The html export was not successful.
    10:54 PM     Event generated by user 'weblogic' at host '192.168.163.37:16200'. Referred to by http://192.168.163.37:16200/cs/idcplg?IdcService=DOC_INFO&dID=13606&dDocName=ECM010404.
    User agent is Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C) and request method is GET.
    The html export was not successful. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,192.168.163.37:16200!csFileServiceReferredToBy,http://192.168.163.37:16200/cs/idcplg?IdcService=DOC_INFO&dID=13606&dDocName=ECM010404!csFileServiceUserAgent,Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C),GET!csHtmlExportNotSuccessful
    intradoc.common.ServiceException: !csHtmlExportNotSuccessful
    *ScriptStack GET_DYNAMIC_CONVERSION_SUB
    3:doSubService,dID=13606,dDocName=ECM010404GET_DYNAMIC_CONVERSION_SUB,dID=13606,dDocName=ECM0104043:runHtmlConversion,dID=13606,dDocName=ECM010404
    at dynamicconverter.DynConverterHandler.doConversion(DynConverterHandler.java:1437)
    at dynamicconverter.DynConverterHandler.runHtmlConversion(DynConverterHandler.java:1125)
    at sun.reflect.GeneratedMethodAccessor12928.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1322)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3866)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
    at intradoc.server.Service.executeServiceEx(Service.java:3861)
    at intradoc.server.Service.executeService(Service.java:3845)
    at intradoc.server.Service.doSubService(Service.java:3760)
    at sun.reflect.GeneratedMethodAccessor12923.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:550)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1343)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1715)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1600)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:352)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Any help is much appreciated. Thank you.
    Edited by: 885352 on Sep 15, 2011 2:40 AM

    Hi,
    I guess, during installation, you have provided as 127.0.0.1. Do you have entry in host file like (127.0.0.1 localhost).
    Try by giving host name or IP address for HttpServerAddress in configuration file.
    Gowtham J

Maybe you are looking for

  • 2011 Mac Mini and Acer x222w monitor incompatible? HDMI to DVI adapter issue

    I am totally bummed because I just bought a new Mac Mini thinking I'd be able to use the display from my old system, an Acer x222w, which has both DVI-D and VGA connections. I hooked the monitor up using the HDMI to DVI adapter included in the box wi

  • How do i add memory to my imac?

    I plan on buying 1gb of Ram to add to my iMAC, however i don't see any spot on the system where the RAM card would fit in. The last thing I want to do is buy the memory and have no idea how to apply it so can anyone tell me like a step by step proced

  • Splitting an Event in iPhoto 2011?

    Until just today, I had been using iPhoto 2009 since it first came out. I regularly used the "Split" and "Merge" feature to organize batches of photos as Events. I was shocked to find the "Split" and "Merge" icons had vanished in iPhoto 2011. What ha

  • BDCP Change Pointer Activation Time

    When a Change Pointer is written (BDCP) it appears that the Activation Time (ACTTIME) and the Creation Time (CRETIME) are the same.  Is there any way to change the Activation Time when the Change Pointer is written? We have the need to fire Idocs MAT

  • Sales commission handling

    I would like to know in general, how to handling the sales commission. For example, the salesman will get 5% commission for sales order A. In financial side, how to capture those commission expense. Is it add this commission in the invoice condition