Oracle UCM SME Opportunity (formerly Stellent)

I am posting in an effort to locate a strong Oracle UCM (formerly Stellent) resource that may be interested in considering a fulltime position in Dallas, TX. Provided below is a job brief outlining the position and scope of responsibility to perform the role. Please review the information and let me know what your thoughts are; my complete contact information is below.
Thanks for the time and consideration.
ML
Job Description
Our client in Irving, Texas has an immediate need for a Stellent Developer.
Oracle Universal Content Management (UCM) (formally Stellent) Developer/Consultant
Experience in customizing Stellent/UCM for website portal. Experience in Stellent custom services and custom components.
POSITION SUMMARY:
This position is responsible for maintaining on-going development using the installed Stellent Application, and application support for new Stellent functionality and related projects. Additionally, this position works closely with business users of the system to ensure business processes are optimized through configuration of the appropriate Stellent and related technologies / bolt-ons.
ESSENTIAL RESPONSIBILITIES and TASKS
Proactively identifies opportunities to improve business processes and the use of business application tools and technologies
Provides level 2 functional/business support, in various areas of expertise, for users of Stellent and related systems
Provides documentation and training updates and maintenance
Provides analysis, development, testing and implementation of interfaces, system changes and data conversion
Responsible for version updates, testing and validation
Provides supplemental training material development and classroom delivery
Develops and maintains system use guidelines and procedural documentation
Serves as senior subject matter expert for Stellent
Analyzes end-user functional requirements, maps business processes, develops workflows, develops functional and technical specifications, and develops effective business solutions according to defined schedules and budgets
Main things:
§ Strong experience with enterprise content management Stellent Application with portal, workflow experience
Do not post++++
Knowledge of cement, ready-mix, aggregates, and concrete products operations and the corresponding front office business processes strongly preferred.
End of do not post +++++++++++++++
Knowledge of process and systems analysis methods.
Proficient in development of system and user documentation.
Possess keen interest in new technologies and have the vision to identify opportunities for improving business processes.
Strong customer service focus
Proficient use MS Office
MUST have:
**Experience in Stellent products : Enterprise Content Server, Content Integration Suite, Content Tracker, Digital Asset Management, Content Publisher, Content Portlet Suite, Record Management.
**Experience with portal capabilities
(KEY: Enterprise content management, and document management skills)
* Strong communication skills with ability to interact with all levels of colleagues within company.
* Excellent analytical and problem solving skills with demonstrated detail orientation.
* Prior experience as a team member on projects with proven ability to prioritize multiple deliverables in a fast-paced environment.
* Experience with MS Office Suite (Word, Excel, PowerPoint, Outlook) required.
* MS Project and Visio plus
* Oracle eBusiness Suite a significant plus
Qualifications
•Demonstrated proficiency with the Stellent content management system
•Knowledge in developing and managing CMS applications with extensive Stellent experience
•Full understanding of Content Server security models, both role-based and account-based
•Full understanding of Content Server metadata, including content types, custom information fields and user metadata
•Knowledge of document and content management and workflow processes in Stellent
•Knowledge on complete customization procedures under the Stellent Content Server
•Stellent expertise for workflow design, development and customization
Mark Lozano
Recruiter/IT Consultant
Paladin Consulting, Inc.
214.254.3943 wk
214.532.6905 cell
[email protected]
www.paladin-inc.com

Hi
#ucm10g instance
LoadModule IdcApacheAuth <Path to>/IdcApache22Auth.dll
IdcUserDB idc3 "<UCM Home>/data/users/userdb.txt"
Alias /idc3 "<UCM Home>/weblayout"
<Location /idc3>
Order allow,deny
Allow from all
DirectoryIndex portal.htm
IdcSecurity idc3
</Location>
This is how the apache entries should be .
Make the changes as mentioned above and then restart Apache , ucm .
Then test to see if the issue still persists .
Thanks
Srinath

Similar Messages

  • Oracle UCM(Stellent) Certification

    Hi All,
    Where i can get the complete details about the Oracle UCM (Stellent) certification.
    Regards,
    mouli

    Checking here
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141
    ~ AND ~
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=224
    I don't see one now or in the near future.

  • How to send file as attachment in Email in Oracle UCM

    Hi All,
    I have created a simple html form which executes my custom service( internally calls java method) to send a email "forms data" to the user. I need to send file as attchment in email so how i can do it in oracle ucm.Currently i am using intradoc api.I am using a jquery plugin for sending forms data including uploaded file.
    function which i am using in java for sending emails:-
    InternetFunctions.sendMailTo(emailStr, "MyMail", subject, this.m_service);
    I have set method="post" and enctype="multipart/form-data" in the form
    So plz help to provide a solution to send a file as attchment in email
    Thanks,
    user9018217

    From what I remember, there isn't an "out of the box" solution since InternetFunctions only provides some basic email functions (try decompiling the class to see what's available).
    Here's the link for the original Stellent 10gR3 sample components: http://www.oracle.com/technetwork/middleware/content-management/index-092832.html. Take a look at the AcmeMail component within the HowTo Components sample. It shows how to create a custom idcservice that sends basic emails. You can use that as a baseline for creating your own email service and then use something like JavaMail to implement attachments. That's what I did.
    Good luck, and please award points as necessary.

  • Linking Knowledge Directory to Oracle UCM

    I have my Portal running in ALUI. I need to create a Knowledgebase – possibly external as this needs to be accessed by applications other than the portal as well – but I need to search/browse through this from the portal. The Search UI / inputs will be based on pre-determined properties of the documents / files in the Knowledgebase.
    If I use Oracle UCM to create and manage this repository, could I use the ALUI's Knowledge Directory to point to these documents/content? The properties of the files defined in UCM should be fetched by the KD and used to build the KD Search and Browse interfaces.
    If I already have the license for UCM, is this possible to do and a good way of doing it; or are there better options?

    Oracle says in their 11g version roadmap that UCM will be more integrated to WCI. Even now, there is a content portlet suite provided in UCM which can be consumed in WCI via WSRP and this is officially supported by Oracle. (There are many other ways possible too as UCM is designed to integrate with portals)
    Also I have read that there were several integration implemetations done between these two even years back when they were still in the Stellent and Plumtree avatars.
    <Please verify this...! :)> Definitely UCM is going to strenghten WCI but then I guess the commercially, this is going to be very expensive. Unlike WebLogic portal, WCI is not going to be offered stand-alone anymore and you need to get it along with the complete WebCenter suite. that Plus UCM cost.. hmmmm..
    Edited by: user3007 on 08-Apr-2009 12:19

  • API for interacting with the Content Server (formerly Stellent) repository.

    Is there any API out there that can be used to interact with the Content Server (formerly Stellent) repository? Where can I find the documentation?

    Hi Chris,
    I have downloaded CIS v8.0 to communicate with the UCM 10gR3 installed on a remote machine. I am able to search but whenever I try to checkin / checkout it throws a ClassCastException.
    I would like to know if you have any info on this. and I am working with Java.
    regards
    Ravi.

  • SOAPUI to Oracle UCM error

    Hi ,
    When i try to check in a file using soapui to oracle ucm the file is successfully checked in but am not able to view the file in ucm . I get the below error
    "Error in a subsystem. An error occurred when loading an image for translation.
    To download and view locally, use the Download menu item from the File menu of the Viewer"
    There must be a issue with file content value . Can some one help me with this

    Hi FahdMirza ,
    I have permission . I am able to check in the document . The issue is with the conversion . Oracle ucm is not able to convert the file . please find the soap message below .
    can you help me with the value i have to put here "<chec:fileContent>cid:38514290048</chec:fileContent>"
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chec="http://www.stellent.com/CheckIn/">
    <soapenv:Header/>
    <soapenv:Body>
    <chec:CheckInUniversal>
    <!--Optional:-->
    <chec:dDocName>wms1</chec:dDocName>
    <!--Optional:-->
    <chec:dDocTitle>wms</chec:dDocTitle>
    <!--Optional:-->
    <chec:dDocType>Application</chec:dDocType>
    <!--Optional:-->
    <chec:dDocAuthor>weblogic</chec:dDocAuthor>
    <!--Optional:-->
    <chec:dSecurityGroup>IPMSYS_APP_1</chec:dSecurityGroup>
    <!--Optional:-->
    <chec:dDocAccount></chec:dDocAccount>
    <!--Optional:-->
    <chec:CustomDocMetaData>
    <!--Zero or more repetitions:-->
    <chec:property>
    <!--Optional:-->
    <chec:name>?</chec:name>
    <!--Optional:-->
    <chec:value>?</chec:value>
    </chec:property>
    </chec:CustomDocMetaData>
    <!--Optional:-->
    <chec:primaryFile>
    <!--Optional:-->
    <chec:fileName>E:\test\Jellyfish.jpg</chec:fileName>
    <!--Optional:-->
    <chec:fileContent>cid:38514290048</chec:fileContent>
    </chec:primaryFile>
    <!--Optional:-->
    <chec:alternateFile>
    <!--Optional:-->
    <chec:fileName>?</chec:fileName>
    <!--Optional:-->
    <chec:fileContent>cid:424986047390</chec:fileContent>
    </chec:alternateFile>
    <!--Optional:-->
    <chec:extraProps>
    <!--Zero or more repetitions:-->
    <chec:property>
    <!--Optional:-->
    <chec:name>?</chec:name>
    <!--Optional:-->
    <chec:value>?</chec:value>
    </chec:property>
    </chec:extraProps>
    </chec:CheckInUniversal>
    </soapenv:Body>
    </soapenv:Envelope>

  • Identity Plugin for ORACLE UCM is not getting activated

    Hi Team,
    I am trying to activate Identity Plugin for UCM with Native user (Oracle UCM user).I am using UCM identity plugin.
    While creation of UCM source i have filled information for authorization and thats is given below
    HTTP endpoint for authorization http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs/idcplg
    Display URL prefix http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs
    Administrator user weblogic
    Administrator password *****
    Display crawled version false
    Authorization user ID format username
    And security Attributes are
    ACCOUNT Grant
    DOCSECURITYGROUP Grant
    COLLAB Grant
    When i am trying to active NATIVE identity Plugin for UCM i have filled below infomartion
    http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs/idcplg
    Admin User weblogic
    Password *****
    Error that i m getting in SERVER log is
    Loading class...
    classname = oracle.search.plugin.security.auth.stellent.StellentAuthManager
    classpath = file:///D:\oracle\product\10.1.8\ses1\search\lib\plugins\oracleapplications/StellentCrawler.jar
    12/02/24 17:06:57 Loading class...
    classname = oracle.search.plugin.security.auth.stellent.StellentAuthManager
    classpath = file:///D:\oracle\product\10.1.8\ses1\search\lib\plugins\oracleapplications/StellentCrawler.jar
    12/02/24 17:06:57 INFO     HTTPThreadGroup-21               getQueryFilterPlugin:username=tempxxx
    12/02/24 17:06:57 INFO     FlexSecThread-1               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/24 17:07:07 WARN     HTTPThreadGroup-21               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 17:06:57 263ms End time: 17:07:07 237ms
    12/02/24 17:07:09 INFO     FlexSecThread-1               Request to http://10.97.192.103:16200/cs/idcplg Succeded with status 200
    12/02/24 17:07:09 INFO     FlexSecThread-1               *** Stellent Message ***
    12/02/24 17:07:09 INFO     FlexSecThread-1               ServiceName = SES_GET_USER_ATTRIBUTES
    12/02/24 17:07:09 INFO     FlexSecThread-1               statusCode = 0
    12/02/24 17:07:09 INFO     FlexSecThread-1               ResultName = attributeValue
    12/02/24 17:07:09 INFO     FlexSecThread-1               ResultValue = #none
    12/02/24 17:07:09 INFO     FlexSecThread-1               statusMessage = null
    12/02/24 17:07:09 INFO     FlexSecThread-1               StellentQueryFilter.getSecurityValues: secAttributeName=DOCSECURITYGROUP
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/24 18:30:07 INFO     HTTPThreadGroup-27               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/24 18:34:21 INFO     HTTPThreadGroup-26               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/24 18:39:28 INFO     HTTPThreadGroup-28               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/25 16:15:08 INFO     HTTPThreadGroup-36               getQueryFilterPlugin:username=tempxxx
    12/02/25 16:15:08 INFO     HTTPThreadGroup-35               getQueryFilterPlugin:username=tempxxx
    12/02/25 16:15:08 INFO     FlexSecThread-4               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/25 16:15:08 INFO     FlexSecThread-2               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/25 16:15:19 WARN     HTTPThreadGroup-36               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 16:15:08 743ms End time: 16:15:18 677ms
    12/02/25 16:15:19 WARN     HTTPThreadGroup-35               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 16:15:08 758ms End time: 16:15:18 677ms
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 16:16:36 INFO     HTTPThreadGroup-37               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 17:19:34 INFO     HTTPThreadGroup-46               StellentIdentityPlugin.autheticate: username=weblogic
    ORACLE SES Version :10.1.8.2 windows
    UCM 11gR1-11.1.14.0
    Both server are running same machine .without identiy pluging i m able to crawl the source with option"ACLs Controlled by the Source".but for "No Access Control List" i am facing error
    EQG-31202: Security attribute not allowed in identity-based access control crawl
    12:59:31:730 ERROR     crawler_2          EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
    12:59:31:730 ERROR     crawler_2     EQG-31202: Security attribute not allowed in identity-based access control crawl oracle.search.sdk.crawler.ProcessingException     oracle.search.crawler.AclHelper:addSecurityAttribute:454     oracle.search.plugin.rss.ItemUtil:convertItem:129     oracle.search.plugin.rss.RSSCrawler:crawl:200     oracle.search.crawler.CrawlingThread:run:1490
    12:59:31:730 INFO     crawler_2          Releasing lock on idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased
    12:59:31:730 ERROR     crawler_2          EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
    Error Stack:
    java.lang.Exception: EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
         at oracle.search.plugin.rss.RSSCrawler.crawl(RSSCrawler.java:253)
         at oracle.search.crawler.CrawlingThread.run(CrawlingThread.java:1490)
    Caused by: oracle.search.sdk.crawler.ProcessingException: EQG-31202: Security attribute not allowed in identity-based access control crawl
         at oracle.search.crawler.AclHelper.addSecurityAttribute(AclHelper.java:454)
         at oracle.search.plugin.rss.ItemUtil.convertItem(ItemUtil.java:129)
         at oracle.search.plugin.rss.RSSCrawler.crawl(RSSCrawler.java:200)
         ... 1 more
    . Verify that the details of the item such as URL, ACL, etc. are correct.
    Please give me your inputs to resolve this issue.
    Thanks
    Ajay

    Hi ,
    Its a bit urgent can someone give inputs on this.
    Thanks
    -Ajay

  • Carrer with Oracle UCM...

    Hi all,
    I had been with E-Business suite as a techincal consultant for 2years now i had moved to oracle stellent.How the carrer growth will be there wIth oracle UCM.Kindly suggest me....
    Edited by: user605253 on Sep 25, 2008 11:45 PM

    Are you asking if there is a career in working with UCM?
    If so, I hope so, because that's what I do!
    We seem to have a lot of trouble keeping up with the workload, there always seems to be something new to work on. At the recent Oracle Open World one of our strategies was talking to other partners to make sure we had some possibilities for outsourcing because of the amount of available work. The product set is fairly large even with the ECM set so they things you can work on are varied. You have imaging work, content storage, records management, digital asset management, web content management and information rights management.
    So, best of luck!

  • How to download a file from Oracle UCM using OSB

    Hi,
    How can I download a file from Oracle UCM and save it on a filesystem using OSB 11.1.1.5.
    Thanks

    UCM supplies webservice interfaces which let you retrieve the filecontent by soap calls from UCM (http://ucmhost/_dav/cs/idcplg for example). (maybe you should enable some settings on ucm to have this webservice interface getting published).
    This services for example has 2 operations getFileByID and getFileByName.
    So you can just call these services from within OSB.
    After that you need to do some tests if you eitherway need to create a file-transport business-service and call this one from your proxy service or create a messageType proxyservice (binary)  which calls this file-transport business service to be able to write fo filesystem.
    I think for the OSB book i used a jca file adapter generated in Jdeveloper and used that one to write to filesystem.

  • Check the size of uploaded file in Oracle UCM

    I need to check the size of the uploaded primary file in Oracle UCM during checkin. I tried writing a filter on the event validateStandard and check the value of dFileSize. But the value is null. Any ideas what event should I use and which parameter should I check?

    hi,
    I am new to Oracle UCM. I need same functionailty of checking file size of uploaded content. Could you please elaborate how you achieved it..... thanx in advance.

  • Can execut a query in Oracle UCM to get View_Values instead of using GET_SC

    Dear All,
    i have a question that i had google it and didn't find anything helpful.
    i want to ask if i can execut a query in Oracle UCM to get View_Values instead of using GET_SCHEMA_VIEW_VLAUES service ?
    ie: asuume that we have a Table name called Employees (having empId, empName) and have a view named as Table name; Employees.
    instead of use the GET_SCHEMA_VIEW_VLAUES service to get the data of Employees, can i write a query, ex: select from Employees*_ to get the data.
    note: i have a connection parameter to connect to oracle UCM database
    any suggestions.
    Regards

    Yes, you can execute the query and store results into a result set (available also in iDocScript).
    There are two sample components that you could use as a starting point - see here http://www.oracle.com/technetwork/middleware/webcenter/content/howtocomponentsbundle-132171.zip or here for 11g http://bexhuff.com/2011/03/howto-component-samples-for-oracle-ucm-11g
    Take a look at DataAccess and DatabaseProvider from the sample stack.

  • Best practice guide for Batch Load utility in Oracle UCM.

    Hi,
    Is there any best practice guide for Oracle UCM Batch Loader utility.
    We are looking for information regarding batch size in terms of number and size of contents. Also is there any loading time standards considering the contents are uploaded in filesystem where filestore provider is configured?
    Thanks,
    Krishnendu

    Hi ,
    There are no specific set of steps / practices for batch loading contents to ucm . It would be very much dependent on how many contents does the user have to load to UCM and how well the server is configured in terms of performance .
    You can get more details from the following documentation link : http://docs.oracle.com/cd/E21043_01/doc.1111/e10792/c02_settings009.htm
    Thanks,
    Srinath

  • Oracle UCM 10gr3 and webcenter 11g, WCM Portlets

    Hi,
    I have installed Oracle UCM 10gR3, Site Studio 10gR4 and Webcenter 11g. Now my problem is how to get the WYSIWIG (WCM Portlet) created in UCM to be retrieved in webcenter spaces.
    My understanding after reading some articles is the only way i can communicate is through WSRP (CIS and CPS), if that is the case can u suggest what is the difference between them and which one is best one for a Intranet Application. Please also provide the example for the portlet and the steps to install them locally.
    i not asking to give all the answers at a time. Just share bit by bit even if u have some knowledge.
    Thanks,
    Pradeep.
    I am a Newbie!!!

    Hey Pradeep,
    You have lots of options for retrieving content from UCM in WebCenter besides CIS and by extension CPS. The best article on the subject can be found here (if you haven't already read it): http://blogs.oracle.com/fusionecm/2010/04/oracle_ucm_integration_with_we.html
    To more directly answer your questions the difference between CIS and CPS is that CIS is the lower level API that actually does the communication with UCM. It serializes your request across the socket and handles the response data that comes back packaging it up as easy to use objects. CPS leverages CIS as its backend to allow the portlets to communicate with UCM.
    For an intranet application you have lots of options. For document management I would recommend a combination of the Document Library taskflow along with a couple of the CPS portlets (my workflow assignments, etc). To retrieve content to display as part of an intranet "site" I would leverage the Content Presenter taskflow.
    If the content to be retrieved is Site Studio 10gr4 assets I would instead recommend that you roll your own simple content portlets. That is what we ended up doing at Fishbowl and have reused them to great affect implementing several intranet portals for different customers in a very short amount of time. More info here: http://www.fishbowlsolutions.com/StellentSolutions/OracleUCMStellentConsultingServices/Categories/OracleUCMStellentPortalTechnologies/index.htm
    Hope that helps,
    Andy Weaver - Senior Software Consultant
    Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw_OTN_WCF >

  • 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

  • Web form editor in Oracle UCM

    Hi,
    I am using oracle UCM repository for the content management and its inbuid web form editor for creating HTML content.
    but when i am trying to insert image, it gives some 'server didn't send back a proper XML response' error.
    can anybody please help me on the same.

    See if this helps:
    http://cksource.com/forums/viewtopic.php?t=6642&f=5

Maybe you are looking for