Accessing content repository with WL Portal 10

Hi, I'm new to BEA Portal and I would like to access the content repository we are seeing in the admin console, but in a portlet available to the users.
I've tried a jsp portlet with:
<cm:getNode path="/BEA Repository" id="repo" />
But I go an error.
Do you have any idea or document to point me on to help me. I would like to display the repository like a windows explorer.
I think I will have to create a new content repository on the server and turn on the options for search etc. But how can I link it in a portlet in my own application.
Thx for you help

Ok, this example can be very useful, but I was looking for something "all done" with bea workshop 10 or at least a tutorial to help me to understand what I should do.
In the link you provide, the guy code the way to find folders and files. I was hopping to get a WYSISYG to help me.
Any suggestions ?
EDIT
I've tried your suggestion. The code seem to be correct, but I can't deploy it under WLS 10.0. If there is no other solution, I will check to modify the code, but if some can point me on a tutorial for 10 it will be really appreciated.
Edited by fredth at 03/18/2008 11:15 AM

Similar Messages

  • How to Upload a file to KM Content repository from a Portal Application

    Hello All
    I have a urgent requirement where i have to upload a file to a KM Content Repository from my Portal Application which is a JSP DynPage Component..
    I am new to the area of Knowledge Management...Can anyone guide me of how to achieve this functionality from my component..
    I will be highly obliged..
    Thanks
    Sundeep

    Hello Sundeep,
    Check this:
    https://www.sdn.sap.com/irj/sdn/thread?threadID=241883
    One more important doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f7ced90-0201-0010-589f-8eff15a14072
    Sample coding for content creating and retrieval
    String out = new String(“my content”);
    ByteArrayInputStream data = new
    ByteArrayInputStream(out.getBytes());
    IContent newContent =
    new Content(data, “text/plain”,
    data.available());
    resource.updateContent(newContent);
    IContent oldContent = resource.getContent();
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers
    Message was edited by:
            Praveen Gudapati

  • How to configure SAP ECC DMS content repository with CRM Services Object

    hi,
    we have SAP Document management system which is currently integrated with SAP R/3 Ecc system .
    with ref. to sap standard functionality i am able to upload the document in DMS content repository through SAP R/3 Ecc System as below.
    step-1 ,T.code:CV01n
    a.     create - DMS Documents
    b.     Oupload Scanned documents in DMS system
    c.     select content repository
    d.     Save Document
    now, in same manner i want to store business documents in SAP ECC R/3 DMS content repository using CRM services trnsaction"CRMD_ORDER". kindly guide me suitably.
    regards,
    sunil

    i am explaining your proble
    a.    create - DMS Documents
    b.     Oupload Scanned documents in DMS system
    c.     select content repository
    d.     Save Document
    after saving open to document in cv02n and track status of doc i.e. AR CR & RE
    if RE status is there the it will repositor at server
    Regards,
    Sanjeev

  • How to configure Content server with Oracle Portal

    I am working on oracle portal using JDeveloper 11.1.1.5.0. I need to configure Content server to work with UCM. Which content server version should i use and what basic steps required to configure it.
    OS environment is Windows XP SP3.
    Database server is Oracle 10gR2

    Hi
    "I need to configure Content server to work with UCM." - I am not clear on this .
    UCM is content server .
    Now if you are looking to have UCM contents rendered on Oracle Portal then you will need to use Content Portlet Suite .
    Hope this helps .
    Thanks
    Srinath

  • Integrating R/3 Content Repository with Portal KM Repository

    Hi All,
    I have a scenario where I need to integrate Content Server of R/3 system along with corresponding KM of Portal.
    I have created a Web Dynpro for ABAP application which picks up a file from user machine and archives it on ABAP Content Server. It returns Document Archive ID, using which we can access this archived file.
    Now I want to access this data from KM of Portal too. Can I create a link on KM pointing  to this Content Server?
    What I mean by this is that I should be access same document from KM too.
    I hope I have posted this question in correct forum.
    Please share your valuable ideas on this.
    Thanks and regards,
    Amey Mogare

    Check  Business package of DMS Connector, you can download it from SAP Service Market Place and you'll have to install it on to Portal Server. Once successfully installed you will find DMSRM in Repository Managers. There you need to create repository and also maintain System to Access R/3 from Portal.
    Finally as per the variant created in SAP R/3 DMS CV04N you'll able to see the folders and DMS Documents.
    http://help.sap.com/saphelp_erp2005/helpdata/en/da/e40d3dbd82fe2fe10000000a114084/frameset.htm
    Regards,
    Tushar Dave

  • Out of the box porlets for Content Management with BEA Portal

    I am looking at BEA Portal for a simple Intranet site with some basic content management system capabilities. I would like to implement this without the use of a third party tool and wanted to know if there are any open source or out of the box BEA portlets/web-apps with basic CMS capabilities beyond what has been shown in the Portal tutorials around CMS. From doing the tutorials, I have learned how to manage content, and how to build a site from scratch to access the content using the <cm:> tags. However, without additional third party products such as Documentum or Interwoven, is there any free BEA/open source portlets to:
    - Configure exposure of this content in a runtime framework? (ie content manager can expose new content from the repository by a configurable admin GUI, place where this content is on the page)
    - Allow for a simple approval workflow where content that gets added to the repository by user A has to be approved by user B before automatically exposing?
    Interested to know if custom portal type development is the only way to do these kind of simple functions, or third party product.

    Hi,
    Did you have a chance to look into WebLogic Portal 8.1 SP3? Check out the new Library Services features, which includes versioning and simple approval:
    http://e-docs.bea.com/wlp/docs81/adminportal/help/CM_MAN_LifecycleOV.html
    We also provide a few ootb portlets that allow users to interact with the CM system. Let us know if you have additional questions.
    Best Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Urgent help requested: Access Manager integration with BEA Portal

    We're using Access Manager 7.1 and Policy Agent 2.2 to authenticate users for our BEA WL Portal 10 which contains all of our content and applications. The portal contains both anonymous pages and protected pages (for registered users).
    Problem: When an anonymous user who is going through a multi-step application flow decides to sign-in to their account (or sign-up) Policy Agent wipes out the current content of the user session, and creates a brand new user session after the user is authenticated. Therefore we cannot send the user back to the same spot in the portal where they were before signing-in.
    Is there anyway to make Policy Agent preserve the content and state of http session when authenticating a user?
    We have a business requirement to allow users to continue their application process after successfully signing in.
    Thanks in advance.

    Hi,
    I think this problem is not just related to weblogic 10 agent, it is a general problem for any agents.
    Can you please clarify what you mean by "anonymous user "? Do you mean that this user has never logged in to Access Manager, and is just browsing the site as an anonymous user, or do you have a role specified as "anonymous user " that they are currently logged into when browsing the site?
    thx,
    Sean

  • Link the document in content repository with gos

    Hello,
    We need to display the document created by cv01n in gos --> attachment list.
    The document gets created in cv01 and there is an attachment to it which gets stored in table DMS_CONT1_CD1. We need to display this attachment in attachment list of gos in transaction migo.
    Is it possible through configuration or we need to develop something?
    thanks in adavance,
    Beena.

    Hello Andrew,
    You can right-click in open space to the right of the bottom row of icons to change the icons. Next select MORE TOOLS. In the File Toolbar, check the box for Email and this should solve the problem. Why SAP did not default this checkbox I will never know.
    Thanks,
    Tim

  • How to link content repository (DMS) to dmsrm folder (KM)

    Hi.
    I have installed Business Package to connect DMS with KM.
    The folder dmsrm was created, now I need to create a Content Repository in ECC 6.0 but, How to link the content repository with dmsrm folder ???.
    Can I see all documents into dmsrm folder from content repository ? Or need extra configuration??
    Thanks in advance.
    Regards

    Finally i have created a Repository for DMS with OAC0 and create a variant wich is updated into KM configuration.
    Thanks

  • Employee Photo upload vs Content Repository

    Hi Guys,
    Can anyone explain me
    1. What are the different circumstances we use different Document Area and Storage Type for Uploading Photos in SAP?
    2. Is ther any space constraint and performance issues in storing Photos in R/3 database?
    3. What is the recommended document Area and Storage Type if I need to upload more than 50,000 photos?
    Thanks in Advance,
    Regards,
    Nithya.

    Hi Dude,
    1. Create a number range for SAP Archive Link : 
    IMG->Basis Components->Basis Services->SAP Archive Link->Basic Settings->Maintain number ranges. 
    Tcode OANR. Create range 01 from 0000000001 to 9999999999 without the external number flag. 
    2. Document type HRICOLFOTO must exist with document class JPG. 
    IMG->Basis Components->Basis Services->SAP Archive Link->System Settings->Maintain document types. 
    Table TOAVE, Tcode OAC2. 
    3. Document type HRICOLFOTO must be linked to object type PREL and IT0002. 
    IMG->Personnel Management->Personnel Administration->Tools->Optical Archiving->Set up Optical Archiving in HR. 
    View V_T585O, no Tcode. In all three columns there ara minuses, donu2019t put a flag in the check box. 
    4. Check which content repository (Archive) is linked to document type HRICOLFOTO and object type PREL. 
    IMG->Basis Components->Basis Services->SAP Archive Link->Basic Settings->Maintain Links. 
    Table TOAOM_C, Tcode OAC3 
    5. Create this content repository with storage type FILE archive. 
    IMG->Basis Components->Basis Services->SAP Archive Link->Basic Settings->Maintain content repositories. 
    Tcode OAC0 
    Storage type FILE archive can be attained by clicking on the field Storage type and clicking somewhere else in the screen with the right mouse button. Choose Possible entries and only then you get a list of all values. FILE Archive is entry number 08. Choose Version no. 0031 and Archive path something (e.g. C:\). 
    6. Link photo to personnel number. 
    Menu->Tools->Business Documents->Miscellaneous->Stored Documents. Tcode OAAD. 
    Click on the Create button. Business object PREL and Docyment type HRICOLFOTO. Click on create (fill in the right personnel number in the pop up and click Continue). Choose the photo (as a JPG file) from the place where it is saved (e.g. hard disk). SAP will notify that the Stored Document was created succesfully. Photo is visible via PA10, PA20, PA30, PA40. Double-click to magnify photo. 
    To delete archived document : 
    Tcode OAAD, click Find. In docyment type field select HRICOLFOTO and after execute you get a list of all documents. Select appropriate document and click on delete icon. 
    Don't forget to adjust IT0002 header!!!!
    Please also see SAP Note 488281.   Here's some of what it says: 
    1. The pictures (.jpg or .bmp) must be available on your PC. 
    2. Start transaction OAAD. 
    3. Choose function 'documents -> create' 
    4. Choose as business object 'PREL' and as document type 'HRICOLFOTO' 
    5. Push the create button 
    6. Fill in the appropriate personnel number 
    This solution requires SAP Archivelink to be installed.
    Use SICF tcode that displays lot of services. Under sap --> bc there is a service called content server interface. Activate this service. 
    Now Create the A2 repository with TCode OAC0. 
    While creating the repository, keep the Document Area blank, Storage type as R/3 database, Rep. Sub-type will appear as Normal by default, Version No. as 0046 and in Contents table put 'SDOKCONT1' as the table name. 
    This will set the config part. Now upload the picture using tcode OAAD.

  • Copying Content Repository to new domain

    Hi,
    Does anyone know how to transfer the content repository from one portal domain to another.
    Chris

    Propagation
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/propToolAdvanced.html
    http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/prodOps/propTool.html
    Can be run from workshop or from ANT.
    Edited by: deepshet on Sep 15, 2010 9:49 AM

  • Can I integrate BPM with WebLogic Portal virtual content repository?

    For example, when there is a new added node in WebLogic Portal virtual content repository, the workflow triggerd, and start a workflow instance on that node.
    May be the node is a document, I'd like the document have a complex approval process.
    My question is, there are many nodes so many workflow instance after I added many documents, so how can I know which node is combined with which workflow instance? May be in workflow process ,I'd like to get and set the node metadata or something else with the WebLogic Portal virtual content repository, how can I process data between BPM and WebLogic Portal VCR?

    With regard to inline editing with Content Presenter in WLP 10.2, you should know that this "feature" is simply an example of how you might author advanced display templates.. The sample application for Content Presenter has a display template which is used to allow this inline editing. The template is just a sample and source code is provided. For your purposes, you can author your own display template which can provide inline edit even if Library Services are enabled. You'll probably want to enable version preview and approval to the template as well. It's a little more work, but certainly possible.

  • Accessing Documentum Content thru KM in portal

    Hi,
        I am trying to connect to Documentum content thru KM in portal. I am looking for a better approach to do the same.
    http://www.emc.com/products/detail/software/content-services-sap-portal-iviews.htm.
    http://www.emc.com/products/detail/software/file-share-services.htm
    As per the above two  links i understand that documentum content can be accessed by Portal iViews. But not sure from where i can find those iViews? and also not sure whether it can be accessed with Windows file share service?
    Could anybody suggest me which approcah is better ? Either thru portal iViews or thru KM repositories?
    1.    Could anybody guide me what SAP Portal iViews can be used to access Documentum Content?
    2. With either the File system repository manager or WEBDAV Repository manager can we access the the documents directly from the Document file share of Documentum?
    for example.. The Documents are in this path
    Document file share\Repositories\.
    Please guide me on this...
    Point will be rewarded for the rightful answers.
    Regards
    Sireesha.

    Hi,
    I agree that it is worth to try a file system repository on this Documentum File Share.
    However I have some concerns about the performance of this kind of integration.
    I would expect that the Documentum File Share is allready a software tier wrapping the
    core documentum api.
    In addition a file system repository has some disadvantages if you are planning to change the repository content both in KM and in the origin (documentum) system.
    If you do that, the KM file system repository has to synchronize itself again and again.
    The repository (and sometimes the whole portal) may slow down dramatically.
    So give it a try but consider to either buy the documentum repository manager or write your own.
    See the following link to a nice code sample:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/fcc4b3c7-0701-0010-55ab-86e3ec0ce275
    Cheers
    Frank

  • Anonymous access to the WPC pages of the Web Content repository

    During setting up access of anonymous user to Web Page Composer pages we need to use Web Content repository that is not in the Documents repository.
    As is in the note 837898 there are no prefixes for WPC pages in the URL Generator Service.
    So the an anonymous user get login screen then attempt to access any WPC pages of the Web Content repository.
    How to achieve that content in the Web Content repository get as Content Link property the value '/irj/go/km/docs/wpccontent/u2026', rather than '/irj/servlet/prt/prtroot/...'?

    Hi Vladimir
    Did you try the following from the note:
    2. Open the PCD Editor as Content Administrator: Content Administration > Portal Content > Portal Content > Portal Users > Standard Portal Users > Standard User Role > Open > Object
    a) Navigate to Home (note the tooltip "com.sap.km. home_ws") > Hidden > URL Access.
               b) Open contained iView: Document (km-doc-iview) for editing
               c) Select the property category "Advanced"
               d) Change the property "Authentication Scheme" to "anonymous"
               e) Save the changes.
    I think that ought to fix your problems.
    Else go see this note 1237530 as it describes that there has been some mis-coding internally in WPC with relation to using /irj/go/km/docs instead of standard servlet.
    Best regards,
    Martin Søgaard

  • An error occurred while accessing the content repository from JDeveloper

    Hello,
    I'm using Jdeveloper Studio Edition Version 11.1.1.5.0
    I created Content Repository conection, following:
    RIDC Socket Type: socket
    Server hostname: localhost
    Content Server Listener Port: 4444
    Executing "Teste Connection" result "Success!"
    But, trying connect, I receive:
    oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    An error occurred while accessing the content repository.
    and when I login to my portal and go to administration page, then I am getting this error
    "Messages for this page are listed below.
    Could not retrieve members from policy store.
    and when I go to services tab then i am getting this error "The Documents service is unavailable.
    Error contacting the content repository."
    Please help me to resolve this problem.
    Thank You,
    Muhammad Nasir

    can anybody help me to resolve this issue please.

Maybe you are looking for