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

Similar Messages

  • How does the content repository differ from the ECM plugin capability

    How does the content repository differ from the ECM plugin capability suh as Documentum. What are the different use cases. Which is the best to use for managing document uploads by user for association with user's personal products/services ?

    Content Repository is a standards-based, fully featured repository, included in all the editions of the Adobe Digital Enterprise Platform and Solutions. You can use it to store and access content, execute rich set of content services like search, authorization, etc. As such, it's ideally suited for all the content/document/asset-related needs of your applications. It offers the JCR API, plus access through RESTful interface and WebDAV network drive (among others). Additionally, managing content in the Content Repository makes it immediately availble for all the solutions that run of the platform.
    In essence, Content Repository is your go-to place to store and manage content in the Digital Enterprise Platform/Solutions. It is well suited to cater to your use case.
    The ECM Plugins (Connectors) are used if you have existing LiveCycle document services, and you have one of the ECM systems in your infrastructure used as archive. It allows you then to connect to such a 3rd-party system, and retrieve document for processing, as well as store them back for archiving.

  • Archive link - How use a content repository ?

    Hello expert,
    I have to use Archivelink to create a connection between sap and external system to store some
    forms created by smartforms.
    I created a new content repository on the archivelink customizing. My question is:
    When I print the form, how can I make a link with external system using archivelink ?
    tks a lot,
    Roberto.

    no reply

  • Archive Link - Content Repository - Test Connection error

    Hi all,
    We are trying to create a content reposiotry in SAP 4.7, it gets created and is displayed in SAP content reposiotry list.
    But when I click on "Test Connection" I get the error "Connection Repository does not exist".
    Please help as its very critical to solve the problem at the earliest.
    Regards
    Neha

    We are using OACO as follows:
    Choose Tools ® Business documents, Environment ® Knowledge Provider® KPro® Content Repositories
    Enter the following fields in the u201CChange Content Repositories : Detailu201D  :-
    1)   Content Rep.  :-  ZO  (Content Repository Name)
    2)    Description  :-   Content Repository
    3)    Storage type :-   HTTP content server.
    4)    Version no   :-    0045
    5)     HTTP svr:p  :-  IP or machine name of application server on which DMS has been deployed : Web port of the application server on which DMS has been deployed.
    1)       Program :-   sap/sapDocView.jsp
    Save the created Content Repository by clicking on u201CSaveu201D. We are working on SAP 4.7 versionon  a SAP development server and the content repository has not been transported after creation. Will not transporting be causing this error ?
    Edited by: Neha Bhambu on May 27, 2008 11:09 AM

  • How i link FICO to DMS

    hi, how i would link DMS to FICO, Ex, Invoice.
    points

    HI Rajes
    You can select the object links from dc10 tcode. But if you want to add any other object as object link then the following info as posted in some other thread might be useul to you.
    Through Abapers,
    You can create New objects using the T.code: SE80.
    You can make an object link to SAP objects that are not shown in the possible entries list. To do this, proceed as follows:
    1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.
    You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.
    2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists .
    Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.
    Thanks
    Prasad

  • How to change content repository database

    I'm migrating a test environment from a single-server to use a separate machine for the contentdb data. I can't find how to point the contentdb middle-tier application at the new database and install the contentdb schema.
    Can anyone give me some guidance?
    Stuart

    Thanks for the help.<br><br>
    The database I'm trying to run up against is v.10.2.0.1 (MS Windows). When I try to select it from the list on OID, I get the following message from OUI. "The database you have selected is not supported for the Content DB install. Please the database which is 10.1 or higher version."<br><br>
    I note in installation guide that "Oracle Content DB requires an Oracle Database version 10.2.0.2 or 10.1.0.5", but neither of these seems to be available for a windows platform. Our previous single-server implementation used a database v 10.1.0.2 which worked OK.<br><br>
    I note also in Re: How To Guide: for installing Content DB 10.2 on 3 hosts a comment that "Content DB will install against any 10.2.x database."<br><br>
    Right now I can't move ahead with installation of the new middle-tier instance. Any suggestions?<br><br>
    kind regards<br>
    Stuart

  • How to write content of the file under folder

    Hi Experts,
    I have following scenario, I have list of files under folder in local desktop(for eg D:\mani)
    I have only filename, using this filename i want to search and get content of the particular file and write in some other location? how to do that? give your suggestions?
    Regards,
    P.Manivannan

    You could go two ways here:
    The first possibility requires that (a) you know what operating system you are working with, and (b) you only need to copy the file, and not do anything else with the contents of it. In this case, probably the easiest way to do this is to use a Runtime exec command for the file you want to copy:
    java.lang.Runtime.getRuntime().exec( "cp D:\mani D:\mani2" );Otherwise, if you need your code to be portable, you can't assume anything about the operating system. Since java.io.File doesn't provide a copy method, you will need to read the entire contents of the file into the vm, and then write them out to a new file. Also, if you need to use the contents of your file in some other way, as well, then you also need to read the entire contents into the vm. In this second case, how you read the file may depend on what kind of data the file contains.
    In general, the following code should work for you:
    final FileInputSteam  fis = new FileInputStream ( new File( "D:\mani"  ) );
    final FileOutputStream fos = new FileOutputStream( new File( "D:\mani2" ) );
    final byte [] buf = new byte[ 1024 ];
    int bytesRead;
    while ( ( bytesRead = fis.read( buf ) ) != 0 )
        fos.write( buf, 0, bytesRead );Don't forget to catch or throw IOException.
    Hope this helps.
    - Adam

  • Content Repository cannot be addressed from the frontend

    I have created a Archive Link content repository using transaction OAC0 and when I test it using RCMST, then I get the error "Repository cannot be addressed from the frontend" in logs accessed through SLGI.
    There's also an error like :
    Component: odsapconnector/sap/sapDocView.jsp/RCMST_Z1. The system cannot find the path specified.
    Kindlyn help.

    Hi,
    Kindly let us know hw you solved this issue.
    we are getting similar error like "Repository Z_AB_SB cannot be addressed from the frontend"
    Thank You,
    Manoj

  • Linking DMS to a Content Repository for Recipe Management

    How do I link a document type to a content repository?
    This is for Recipe Management. When I look in DC10 I can see that there is a document type of RMS for Recipe Management.
    I assume this means Recipe Management is connected toDMS
    I have created a content repository ZRM using OAC0.
    How do I make the link between the document type RMS in DMS and the content repository ZRM?

    Thanks for the reply but it isn't really what I was after.
    I am only the basis guy so I am not sure of the application but my expectation is that users will save a document with a document type of RMS. This document should be saved to a Content Repository
    What you have described is how to save a type of document such as MS Word to a particular repository. I was hoping that Recipe Management documents (possibly MS Word, possibly not) would go to a Recipe Management Repository.
    There still might be the possibility that documents (possibly MS Word) for other projects e.g. packaging could be written to a different repository.
    What I am hoping for is a link from the document type RMS in DC10 to the Content Repository defined in OAC0.
    I have a suspicion this is via the category defined by OACT.
    The link from SAP DMS to Content Repository seems fundamental to me. I am surprised no one has the answer
    ...or perhaps I have completely missed the point?
    Tony

  • DMS Link Table for External Content Repository

    Can someone advise in what table is the link to the External Content Repository stored, in SAP's DMS? We are able to save a document using CV01n in documentum, but are unable to determine the table in which the link to the external document id is stored.
    It is NOT in TAO01, which would be the obvious choice. Perhaps TAO01 is only used by ArchiveLink and not by DMS.
    We know that the link is stored in one of the tables in SAP, because we are able to retreive the document.
    Regards,
    Ajay

    Dear Ajay,
    please check if tables DMS_DOC2LOIO, DMS_PHIO2FILE and DMS_PH_CD1 could provide you the necessary data.
    Maybe also FM SDOK_PHIOS_PROPERTIES_GET could be usefull.
    Best regards,
    Christoph

  • 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

  • Problem reading content link from repository

    Hi
    I stored some html link & images in the content repository.I am able to show them
    in my jsp page(one by one).After that if i click the any of the displayed links,
    i am getting following error messages.Can u help me this one ?
    Here i enclosed code & error message..
    1) www.google.com
    2) www.yahoo.com
    3) www.groups.vandana.com
    thanks
    vandana
    <%
    String query = "html_nodename='dynamic'";
    %>
    <cm:search id="nodes" query="<%=query%>" />
    <ol>
    <utility:forEachInArray array="<%=nodes%>" id="node" type="com.bea.content.Node">
    <li>
    <a href="<%=request.getContextPath()%>/ShowProperty/<cm:getProperty  name=html_path"
    id="node" conversionType="url"/>">
    Link: <cm:getProperty id="node" name="html_path" conversionType="html"/>
    </a></li>
    </utility:forEachInArray>
    </ol>
    <Jul 1, 2004 3:20:52 PM PDT> <Error> <ContentManager> <BEA-415474> <Error gettin
    g Node. Repository: www.google.com ID: /www.google.com
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1474)
    at java.lang.String.substring(String.java:1447)
    at com.bea.content.PathHelper.removeFirst(PathHelper.java:168)
    at com.bea.content.manager.internal.NodeOpsImpl.getNode(NodeOpsImpl.java
    :413)
    at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPr
    opertyServlet.java:185)
    at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPrope
    rtyServlet.java:80)
    at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowProper
    tyServlet.java:72)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:402)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilte
    r.java:313)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6356)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    <Jul 1, 2004 3:20:52 PM PDT> <Error> <HTTP> <BEA-101020> <[ServletContext(id=127
    94003,name=cwasWeb,context-path=/cwasWeb)] Servlet failed with Exception
    com.bea.content.RepositoryRuntimeException: Error getting node. Repository: www.
    google.com Node id: /www.google.com
    at com.bea.content.manager.internal.NodeOpsImpl.getNode(NodeOpsImpl.java
    :434)
    at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPr
    opertyServlet.java:185)
    at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPrope

    Thank you Julian.
    So how do i get rid of it.
    Warm Regards
    ganga

  • How to retrieve data from content repository

    Hi experts,
    I use the report RSIRPIRL to relocate data (by date) from SOFFCONT1 table into my EE content repository. For testing purpose I would like to retrieve those data from the content repository. I tried with the Business document navigator (OAOR) without explicit result.
    Any inputs how to access those relocated data?
    Regards.

    Hi all,
    I was able to move on but I still need some help.
    I review the tables DMS_PH_CD1, DMS_PHIO2FILE or DMS_DOC2LOIO, SOOD, SOFM, SOC3.
    From the content repository I can see documents with fields business object type (ZIXIILLDGR, BUS2081..), sap object ID, document type.
    I  was able to find the link between physical and logical document ID and class, still I not able to see in which tables the fields business object type (ZIXIILLDGR, BUS2081..), sap object ID, document type are saved and how they link together.
    If I re-phrase, when you execute transaction OAOR, in the identification of application object you have the field class name (Business object field with transaction OAAD). In which table is that field located in sap and how that field is link to the sap object ID as well as document type?
    Could someone please give me an input on that?
    Regards,

  • How get link value of content selector

    Hi everybody
    I have a content selector and I display the content like this:
    <pz:contentSelector rule="selecContenido" id="nodes"/>
    <utility:notNull item="${nodes}">
    <ul>
    <utility:forEachInArray array="${nodes}" id="node" type="com.bea.content.Node">
    <li><cm:getProperty id="node" name="title"/></li>
    <li><cm:getProperty id="node" name="cellphone"/></li>
    </utility:forEachInArray>
    </ul>
    </utility:notNull>
    the "cellphone" property is a link to another content, then when I see the result of JSP, I get something like that:
    *this is the title
    */BEA Repository/6005
    How can I get the values of "cellphone" content?
    THANKS

    Sorry Ryan, I'm not very sure if I understand well, but I don't know how can I get the id and use it to get link content values.
    <utility:forEachInArray array="${nodes}" id="node" type="com.bea.content.Node">
    <cm:getProperty id="node" name="title"/>
    HERE IS THE PROBLEM ( I need use <cm:getProperty id="node" name="cellphone"/>)
    <utility:forEachInArray array="${nodes}" id="node" type="com.bea.content.Node">
    <cm:getProperty id="node" name="cellphone_name"/>
    </utility:forEachInArray>
    </utility:forEachInArray>
    thanks

  • How to use Remote key for linking two repository

    Hi,
    I have a challenge like not to repeate common tables like Company_code,Currency,Vendor name,customer name across all repositories.
    Is there any way I can use 'Remote key' to link different repository.
    I can create a Main table with all common attributes required across the repository but want to know how I can connect it to different repository.
    For example to get company-code in Vendor table , how can I link Company-code main table(customized) in another repository may be thru 'Remote key'.
    Going thru java api route is not prefffered for the sake of simple solution.
    Appreciate your help in providing any idea and detail steps for the process.
    -regards, Reo

    could you confirm the name and the existence of this file "IOMM_20121213_060736.csv" ?
    same error like:
    http://www.oracle-base.com/articles/9i/external-tables-9i.php
    if the load files have not been saved in the appropriate directory the following result will be displayed.
    SQL> SELECT *
      2  FROM   countries_ext
      3  ORDER BY country_name;
    SELECT *
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Countries1.txt in EXT_TABLES not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1Edited by: Fran on 10-ene-2013 23:32

Maybe you are looking for