Content categorizer engine, UCM 11g: ClassCastException.

Hi!
I try to register a categorizer engine in Content Categorizer in UCM 11g, on Linux.
My Extractor Class — SccMyTaxonomyExtractor extends SccTaxonomyExtractor.
When i try to build query tree, and click Content Categorizer Administration -> Query Trees -> Build Query Tree -> Overwrite contents of Taxonomy Cache, i get ClassCastException: SccAMyTaxonomyExtractor cannot be cast to contentcategorizer.SccTaxonomyExtractor.
Why?
I build my classes using contentcategorizer.SccTaxonomyExtractor from sccserver.jar (this .jar i get from UCM), with jdk 1.5, and jdk 1.6. Each time i get this exception.
Can anyone comment this?
Thanks for your thoughts of my question :)

According to the documentation ( http://docs.oracle.com/cd/E21043_01/doc.1111/e10797/c04_finding_files.htm#g1300865 and particularly http://docs.oracle.com/cd/E21043_01/doc.1111/e10797/c04_finding_files.htm#CJAEAHED ) only asterisks and question marks are used as wildcards for metadata search fields. No information about underscores - (according to this: http://docs.oracle.com/cd/F49540_01/DOC/inter.815/a67843/cqspcl.htm they are wildcards for Text queries in Oracle DB)
However, Kyle in his article https://blogs.oracle.com/kyle/entry/site_studio_naming_best_practi recommends not to use underscores for Site_ID as it "causes numerous issues", so you'll be on a safe side to get rid of them.

Similar Messages

  • Unable to create content properly in UCM 11G using validateStandard filter

    Hi All,
        We have used validateStandard filter to assign content id with 16 digits in UCM 10G and it worked well, we deployed this component in UCM 11G but it is not working properly. When we click on Check In button content is getting created and displaying  Check_In Confirmation with 16 digit Content ID, upon clicking on Content Info it is displaying the complete info page. When we try to search the content it is not displaying in search results, also when tried to export it using Archiver it is not creating batch file. When we see logs in View Server out put it is displaying
    Unable to lock content with dDocName: 6322932684534064
    File to be removed: D:/oracle/ucm/cs/oracle/ucm/cs/vault/~temp/6322932684534064_meta.htm
    Below is the code and its corresponding log after check In is performed
    trace("=====Set 16 digit random number as ContentId=====");
                 String contId = databinder.getLocal("dDocName");
                 trace("=====value of contId====="+ contId);
            if("".equals(contId))
            //trace("=====Inside ContentId generetion=====");
            int maxdigits = 16;
            StringBuilder result = new StringBuilder();
            Random r = new Random();
            for (int i = 0; i<maxdigits; i++)
            result.append(r.nextInt(10));
            databinder.putLocal("dDocName", result.toString());
            trace("=====Generated ContentId is====="+ result.toString());
    View Server O/P:
    =====Set 16 digit random number as ContentId=====
    =====value of contId=====001885
    =====Generated ContentId is=====6322932684534064
    >(internal)/6 07.08 15:09:28.273 IdcServer-968 Unable to lock content with dDocName: 6322932684534064
    >(internal)/6 07.08 15:09:29.476 IdcServer-968 File to be removed: D:/oracle/ucm/cs/oracle/ucm/cs/vault/~temp/6322932684534064_meta.htm
    Thanks,
    Ashok

    Its a bug. References BUG:16231709 - OBIA7964:ERROR WHILE CREATING DATA WAREHOUSE TABLES USING DAC 11G
    So far the workaround is to use one Container Name at a time when creating the Warehouse.
    If helps mark and update back

  • Howto install Related Content component on UCM 11g

    Hi,
    I did install URM 11g to test the Related Content component.
    Does the component also work with UCM 11g. Are there any special metafields required?
    Another problem is that I can't build the Related Content component, cause it is not listed in the URM ComponentWizard.
    Greetings
    Bodhy

    Hi Bodhy,
    Yes it does work with UCM 11g
    It is a little hidden but can be installed as follows
    Admin Server > Component Manager
    In the first paragraph click on the link to advanced component manager
    THen on the this page find the text
    "If you really wish to modify URM components from this page, please click _here_. " and click the link
    You should now find that the RelatedContent component can be enabled just for UCM.
    Please mark this one as answered (if it works of course) as it may well be useful to other people looking for this hidden feature!
    Tim

  • Unable to create content properly in UCM 11G

    Hi All,
       We are generating content ID's using Profile Rule activation condition -> Side Effects, below is the sample script we used in rule
    <$dDocName="LIT_DOC_"&strGenerateRandom(8)&".PDF"$>
    In 10G we are able to create contents properly using this as well as through component making use of validateStandard filter, but in 11G this is not behaving properly. When content is created is it showing content got created but it is nowhere available for search.
    Please help us to get this worked in 11G. Let us know if we need to make any configuration changes for this to work. Appreciate your help on this. Thank you
    Thanks,
    Ashok

    Hi All,
       We are generating content ID's using Profile Rule activation condition -> Side Effects, below is the sample script we used in rule
    <$dDocName="LIT_DOC_"&strGenerateRandom(8)&".PDF"$>
    In 10G we are able to create contents properly using this as well as through component making use of validateStandard filter, but in 11G this is not behaving properly. When content is created is it showing content got created but it is nowhere available for search.
    Please help us to get this worked in 11G. Let us know if we need to make any configuration changes for this to work. Appreciate your help on this. Thank you
    Thanks,
    Ashok

  • Workflow: content = 1meg? UCM 11g

    I want to create a workflow to notify approvers if an image being checked in is bigger than 1 meg. What is the best way to accomplish this?
    -I know there is a variable called dFileSize that stores the size of the file in kb, but this field is not an option in my criteria definition field selection.

    you can further define the entry criteria in the workflow step so something like
    <$if dFileSize > 100000 $>
    jump to notify user step (see the idoc Wf functions in the idocscript guide and the workflow admin guide for details)
    <$else$>
    go to approval step or exit
    <$endif$>
    you workflow steps may look like this
    entrystep (everthing goes in in that needs evaluation)
    notify users of size (with 0 approvers required, therefore users get the email but it exits by itself
    approval
    Alternatively you can modify the workflow email template to provide the dFileSize information in the field.

  • Content migration Stellent 7.5 to UCM 11g | Facing trouble

    Hi All,
    We are upgrading from Stellent 7.5 to UCM 11g. Stellent 7.5 is on windows 2003 with SQL 2005 database, and UCM 11g is on Linux RHEL 5.6 with Oracle 11g database.
    We are using archiver to migrate contents from Stellent to UCM. The import batch program is successfully executing. Below is the process we follow to migrate the contents which are in workflow.
    1- Moved folders for migrating user workflow history and states of workflows
         <stellent idc root>\data\workflow to <ucm root>\data\workflow
         <stellent idc root>\data\user\profiles to <ucm root>\data\user\profiles
    2- Migrated table data
         - truncating table data, the tables are : Revisions, DocMeta, Documents, DocumentHistory and RevClasses etc
         - Migrating data of these tables from MSSQL to Oracle so that workflow state, document checkout states are also preserved
         - wf_in_queue stores did of content therefore old did (of 7.5) needs to be preserved to show documents lying in user's queue
         - As well as there are some custom tables which are dependent on did.
    Now the problem is, the native url of the link is pointing to new did.extention which was generated while content import through archiver. And if we migrate the table data as mentioned above the native url shows the old did.xls but this file doesnot exists in the file system.
    Is there any who also faced the same situation?
    Or is there a better way of migrating contents from 7.5 to 11g.
    Thanks,
    Rajiv

    There is no supported direct migration path from 7.5 to 11g. The supported migration path is to upgrade the 7.5 instance to 10g, then upgrade the 10g instance to 11g.
    I think Tim says it best here.
    Changing the UCM Database

  • Related Content UCM 11g limitation?

    Hello,
    I'm trying to create lots of relations to a content, using the "Related Content" UCM 11g component. But it seems we have a "sad" limitation: it populated a memo field at metadata table with 2000 size!
    How To Link More Than 200 Content Items when Using Related Content Component. [ID 1070481.1] - is this wrong?
    MaxResults=10000 (config.cfg)
    Event generated by user 'admin' at host 'CIS'. Unable to execute service ADD_RELATED_CONTENT and function addRelatedContent.
    Unable to execute query 'UrelatedContentDocMeta(Update/*+ INDEX (DocMeta PK_DocMeta)*/ DocMeta set xRelatedContentList='CS:7:1:DAMQ293073:1,.....DAMQ294642:1,CS:7:1:DAMQ294643:1,CS:7:1:DAMQ294644:1,CS:7:1:DAMQ294645:1' where dID=294344)'. ORA-12899: value too large for column "QUA_OCS"."DOCMETA"."XRELATEDCONTENTLIST" (actual: 2019, maximum: 2000)
    java.sql.SQLException: ORA-12899: value too large for column "QUA_OCS"."DOCMETA"."XRELATEDCONTENTLIST" (actual: 2019, maximum: 2000). [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,admin,CIS!$!csServiceDataException,ADD_RELATED_CONTENT,addRelatedContent!$!csDbUnableToExecuteQuery,UrelatedContentDocMeta(Update/*+ INDEX (DocMeta PK_DocMeta)*/ DocMeta set xRelatedContentList='CS:7:1:DAMQ293073:1\,CS:7:1:DAMQ294111:1\,.....CS:7:1:DAMQ294641:1\,CS:7:1:DAMQ294642:1\,CS:7:1:DAMQ294643:1\,CS:7:1:DAMQ294644:1\,CS:7:1:DAMQ294645:1' where dID=294344)!$ORA-12899: value too large for column "QUA_OCS"."DOCMETA"."XRELATEDCONTENTLIST" (actual: 2019\, maximum: 2000)<br>!syJavaExceptionWrapper,java.sql.SQLException: ORA-12899: value too large for column "QUA_OCS"."DOCMETA"."XRELATEDCONTENTLIST" (actual: 2019\, maximum: 2000)<br>
    intradoc.common.ServiceException: !csServiceDataException,ADD_RELATED_CONTENT,addRelatedContent!$
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1736)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1691)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1305)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3813)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1185)
    at intradoc.server.Service.executeServiceEx(Service.java:3808)
    at intradoc.server.Service.executeService(Service.java:3792)
    at intradoc.server.Service.doSubService(Service.java:3707)
    at sun.reflect.GeneratedMethodAccessor410.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:549)
    at intradoc.server.Service.doCode(Service.java:504)
    Any work-arround?
    Thanks in advance.
    Regards,
    Pedro Senos

    You can pretty much do anything with metadata, but depending on how many "N" relations are can reach limits in HTML or query strings, or Javascript for Dropdown lists or DB tables.
    So planning for maximum use is needed.
    If you create a metadata field xRelationToSite and put a drop down list with the list of web sites or sections you want to relate content to, then each content can be set to relate to one or many sites.
    Then a new field could be created like xRelationToFolder and you can link content to different folders so that one file is outside of folders but you can make a Virtual relation to 10 or whatever folders instead of copying the same file into 10 folders.
    Or you can relate content to each other by setting a metadata field xRelate to one value for all related files. xRelate is a free text field and you can put any value in there. Then you can check in any number of files and specify any text string in xRelate and bing bang boom they are all related.
    That is the 1 to many relation with one value being related to multiple files via that one metadata field value. You display the list by doing something like a Library folder query to simulate a folder. (Weblayout Editor)
    Then you could create a new page and or a new query in the Library page with a query that uses an AND or an OR operator (or create your own customizations if you don't like the library pages) to take the relationship to a N to N or many to many relation.
    Since this is all metadata it is not so hard code limited like other options that are maybe "easier" like the Related Content Component but it is more robust since it is conceptually simpler.

  • Custom Content Categorizer

    Hi,
    Has anyone managed to develop a custom adaptor module for Content Categorizer? If so, how was this done?
    Thanks

    Interesting proposition.
    What exactly are you trying to do? Do you want metadata to be automatically derived / populated on checkin?
    Are you interested in something more like tagging and rating and categorization?
    Or do you want text analytics and entity extraction?
    Fortunately there are answers for all of these. Unfortunately they're all different!
    I've seen/done some POC integrations using the categorizer architecture that leverage 3rd party taxonomy engines to populate metadata fields with taxonomy specific values.
    I've written POC components for end user tagging and rating as well as tag cloud displays for navigation and content browsing by tag/category (See my book, " [Reshaping Your Business With Web 2.0|http://www.amazon.com/Reshaping-Your-Business-Web-Transformation/dp/0071600787] " for the details).
    I've written ratings and categorization and content promotion components to produce "featured content and featured user" predictive outputs (based on things like your search history and the history of folks like you)
    The 11g Database has a "semantic indexing for documents" engine built into the Spatial add on that will consume a document in UCM, run it through one or more policies which invoke extraction and analysis engines (like OpenCalais or GATE or even Oracle Text indesing) to produce RDF triples which can then be consumed in ontology - assisted querying.
    Even the 10g Oracle database will do search results clustering which, while not content categorization on the check in side, has the effect of categorizing it on the consumption side (see the [Oracle Text Guide|http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/integrator/admin_oracletextsearch_10.pdf] Section 1.3.6, page 1-6: Search Results Data Clustering - allows users to further filter results. Screenshot available on page 4-2. )
    All of these have the effect of categorizing content in UCM and providing the user a richer and more relevant experience.
    Hopefull this get you point in the right direction.
    Let me know if we can help you out any more on this.
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • 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

  • Integrate UCM 11g with SES 10g

    Hi all,
    Does anyone know if it is possible to connect SES 10g with UCM 11g? In the certification matrix of ECM 11g it says:
    Installation Type               Version Supported     Category                    Product                    Version                    Additional Comments / Exceptions                    
    "Oracle UCM Oracle URM"     11gR1 (11.1.1.3+)     Search Crawler Integration     Secure Enterprise Search     10g (10.1.8.4) 11g (11.1.2)     Crawler integration.                    
    "Oracle UCM Oracle URM"     11gR1 (11.1.1.3+)     Search (Full-text)               Secure Enterprise Search     11g (11.1.2)               For use as full-text search engine for UCM.                    
    Does this mean that SES 10g cannot be used as full text search engine with UCM 11g?
    Another related question: I seem to recall that starting from UCM 11g documents are stored in the database instead of on the file system by default. Is this true, and does this also require an 11g database version? I cannot find anything about this in the installation guide.
    Regards,
    Stijn

    Hi Bill,
    Unfortunately we're dealing with a Windows stack, and SES 11g isn't out yet for Windows.
    Regarding your second point: you guys at Fishbowl really have a solution for everything ;-).
    Have you also been able to solve the question I posted here: Region templates from Site Studio used  in Webcenter applicaton
    @Stijn wrote:
    Basically we're developing a portal application in WebCenter and we want to store pages as content in UCM. We also want to make use of the Site Studio
    contribution editor as this is the only way I see to be able to have a rich text editor with inline images.
    Btw: what I'm still looking for is a way for a user to easily upload and use an image from within the rich text editor. The basic feature is that when you want to
    insert an image, a search result of images is shown. This isn't really useful, as the number images might also increase to a 1000 or more.

  • UCM 11g File missing from search result although file is accessable

    When I do search without any criteria in UCM 11g, some files missing from search result although I know the files were checked into UCM already since I'm able to see these files using url similar to:
    http://ucm/cs/idcplg?idcService=GET_FILE&dID=12345
    or use following url to get document information:
    http://ucm/cs/idcplg?idcService=DOC_INFO&dID=12345
    the file is not in the search resule even search by ID.
    also, the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    Is this a known problem? the same search was working in UCM 10 perfectly.
    Thanks

    The query seems able to retrieve the missing document. for example, I search by content ID, in the audit log (eanbled as you mentioned) give th efollowing information:
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     --- @ResultSet SearchResults ---
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     numFields=66,*numRows=1*,currentRow=0
    also, the infomation following above give the deteail field information which match with the missing document.
    I looks like UCM just did not bring it to UI as part of search result.
    This seems match with my another finding as I mentioned earlier: the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    it seems query did find the documents but UI did not show it.
    Not sure if this is a known bug.

  • Probelm checkin in a folder with content categorizer

    Hello all
    After i started to work with content categorizer i can no longer check in a folder (log will be attached in the next message)
    This happen when i add the component that allow the content categorizer to check in automatically, when i remove the component i can check in folders.
    The check in is done either by dragging a folder using the webdav, or by using a java service call to check in a folder, the folder is created empty and also generates an error. ( in webdav i receive a popop window that asks me to abort or try to resume which doesnt succeed)
    I tried to customize the content categorize admin console, i defined rules for all the types of files i am working with, and i defined $$NONE$$ which regards (according to the documentation) to all the files that dont have a type in the system.
    This is a development environment, but i need to install it within 2 days in a production system, so it is extremlly urgent
    Thanks for you help
    Moran.

    The error log received when doing this action :
    Event generated by user 'weblogic' at host 'ucm-dev:16200'. Content item '(null)' was not successfully checked in. Missing Primary File path parameter in Service call [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,ucm-dev:16200!$!csUnableToCheckIn,(null)!$Missing Primary File path parameter in Service call
    intradoc.common.ServiceException: !csUnableToCheckIn,(null)!$Missing Primary File path parameter in Service call
    *ScriptStack CHECKIN_UNIVERSAL
    3:sccComputeMetadataCheckin,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at contentcategorizer.SccHandler.sccComputeMetadataCheckin(SccHandler.java:321)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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.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.GeneratedMethodAccessor165.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)
    I managed to reproduce this on 2 different systems, one who is installed on windows and the other on linux.

  • 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&amp;reg; 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.

  • Information Architecure for UCM 11g/WebCenter PS4

    Hi
    Can anyone share their info architecture findings for UCM/11g and WebCenter PS4 e.g. security model, metadata model, taxonomy approach for managing group spaces. I'm keen to hear if you've put a info governance structure around the content for example - and if so - how did you form it? Where did your security model stope e.g. at Group Space level, or did you have to consider the confidential nature of documents within folders in the group space. Have you add additional metadata fields to help with search?
    Regards
    Michelle

    Wll, it's quiet easy. Webcenter is designed to handle services. UCM is also complettly service oriented so you could create a webapplication with webcenter where you define services from UCM and create your own user interface.
    It's nothing more than the fact that webcenter can handle services (WSDL, SOAP).
    You could create a site without siteStudio, using webcenter. Nothing wrong with that but don't forget that siteStudio has lots of tools that are great for UCM like the contributor mode. Also, the fragments that are allready build in in siteStudio give a big advantage. If you want to create these things in zebcenter, you'll have to start from scratch.
    I do believe Oracle is working on an portal like interface to create portlets and stuff, perhaps they will create some tools special for the use of UCM and webcenter. This offcourse would be very nice

  • UCM 11g with IBR 10g

    Anyone try to connect UCM 11g to IBR 10g?
    I've tried it but unfortunately got the following error
    "No server defined for FUILD_CURRENT_JOB_STATUS. Exception type is 'java.lang.Throwable'.

    Hi,
    Even though i am not tried with your configuration settings but looking at your error message it say "No server defined for FUILD_CURRENT_JOB_STATUS".
    Have you done setup for IBR using Providers at Content server(Here you will mention you IBR server details)....?
    Thanks,
    Ravinder B

Maybe you are looking for

  • OS X 10.10.1 installer says the requirement for the update does not meet

    Greetings. I noticed the auto update setting of my MacBook Air had been not working for a month or so today. So I tried to manually update OS X 10.10.1 (released Nov 17, 2014) and got this message from the installer: "OS X Update can't be installed o

  • How do you confirm the validity of a Env or SvcCtx Handle

    I have a fairly large legecy system using mostly ProC. However, we have found some use for OCI in some specific instances. So we have used the SQLEnvGet and SqlSvcCtxGet to get an Environment and Service Context handle of an existing ProC Session to

  • JNDI lookup problem in WAS 5.1

    Hello all, I have generated an EAR using XDoclet and MyEclipse. When I deploy this EAR on WAS 5.1, I get the following exception: javax.naming.NameNotFoundException: Context: WarHog/nodes/WarHog/servers/server1, name: ejb/TEDIObjectManagerLocal: Firs

  • FM to get actual line items, budget and actual amounts for a given IO num.

    Hello Experts, I am currently doing a report to show the actual and budget amounts for a given internal order number. Now, my processing takes a long time so I need to know if there are any available FM's for this. I am checking transactions: S_ALR_8

  • Problems about How to Merge the Masthead and the Tool Area?

    I have been struggling for many weeks  about how to add  the ToolArea into the Masthead. Can someone please help me? I followed with the tutorial :[How to Merge the Masthead and the Tool Area|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/libr