Clarification regarding 'Simple Repository Manager' by Thilo Brandt

Hi KM Gurus,
Please Help!!! If I am not clear, please clarify with me and help me.
I tried importing <b>simple repository manager</b> example authored by <b>Thilo</b> into NWDS and deployed it in the portal.
I was able to see this repository manager getting displayed under the repository managers link. I think the code provided is creating both the repository manager and a repository based on that repository manager. Am I right?
I also created another new repository based on this simple repository manager.
I created a <i>KM windows system</i> and created user mapping too for that system and assigned that system to the <i>Windows Landscape System</i> while defining my new repository. I selected the <i>Security Manager</i> as <i>W2KSecurityManager</i> and <i>ACL Manager Cache</i> as <i>ca_rsrc_acl</i>. <i>OSRoot</i> is <i>'C:/'</i>.
But I am not able to see this repository under the root folder.
I am not able to figure out where I went wrong.
Can anybody please help me in figuring it out?
best regds,
Alagammai.
Message was edited by: Alagammai Arunachalam

Alagammai, you wrote:
> I selected the Security Manager as W2KSecurityManager
> and ACL Manager Cache as ca_rsrc_acl. OSRoot is 'C:/'
I'm afraid you can't activate the <b>Security Manager</b>. Are you sure that the startup of com.sap.bc.rf.manager.SimpleRepositoryManager ends succesfully? Have you checked <i>Component Monitor -> Repository Managers</i>? If I activate the Security Manager for this SimpleRepositoryManager, the Component RunTime complains that it can't instantiate the W2kSecurityManager submanager:
Failed to init sub-manager:
Exception loading and instanciating sub-manager:
com.sapportals.wcm.repository.manager.generic.security.w2k.W2kSecurityManager
(java.lang.NoSuchMethodException:
com.sapportals.wcm.repository.manager.generic.security.w2k.W2kSecurityManager.<init>
(com.sap.netweaver.bc.rf.mi.IManager))
Davide

Similar Messages

  • Repository manager mass lookup calls

    Does anyone know of any documentation on what is expected from the repository manager mass lookup calls? These have to be implemented for searching with TREX to work.
    I think the first method is fairly simple:
    public List lookup(
         List ridList,
         boolean contentToBeFetched,
         List propertyNamesToBeFetched)
         throws ResourceException,      OperationNotCompletedException
    For the given list if RIDs, it should return a single ArrayList containing:
    1) a handle for each rid
    2) an InputStream for each rid if contentToBeFetched == true
    3) an IProperty for each RID and each IPropertyName specified in propertyNamesToBeFetched
    This means that the return list will contain objects of three types: IResource, InputStream and IProperty.
    Frankly, I have no idea of what to return for the second method:
    public List lookup(
         List ridList,
         Map content,
         Map properties,
         String[] permissionNames)
         throws ResourceException, OperationNotCompletedException
    Is there any documentation for these what these methods should return? What do the Maps content and properties contain? What do I do with permission names?
    Many thanks!
    -Alex

    Hi Alex,
    unfortunately the documentation of RM developemnt is not yet finished, but I'd like to clearify some of your issues:
    1) The java.util.List objects returned by teh lookup() methods should contain IResourceHandle objects from the RMs implementation
    2) The java.util.Map objects in the public List lookup( List ridList,Map content,Map properties,String[] permissionNames) method can optionally be pre-filled with content references and properties. The map has to be filled with IResourceHandle object as keys and a reference to its IContent object or IPropertyMap object as the value of the map.
    If the maps are not filled the RF will call the getContent() and getProperties() methods from the ContentManager and PropertyManager aspects.
    Regards,
    Thilo

  • Is there any Read/Write capable ArchiveLink Repository Manager?

    Hello Experts and Super-Experts Thilo and Detlev:
        Are any of you aware of a Read/Write ArchiveLink Repository Manager for the KMC platform?
        I know that there are a few SAP partners that have repository managers that allow for read access into ArchiveLink repositories. I have not as yet found a read and write capable ArchiveLink repository manager.
        I would appreciate any information.
    Regards,
    - Vik.

    Hello Experts and Super-Experts Thilo and Detlev:
        Are any of you aware of a Read/Write ArchiveLink Repository Manager for the KMC platform?
        I know that there are a few SAP partners that have repository managers that allow for read access into ArchiveLink repositories. I have not as yet found a read and write capable ArchiveLink repository manager.
        I would appreciate any information.
    Regards,
    - Vik.

  • Error when displaying thumbnails in new repository manager

    Hi KM Experts,
    I created a new Repository Manager as a copy of /documents.
    When I upload Images (jpegs, gifs) in this repository and try to display them using a ConsumterThumbnailExplorer I don't get the thumbnails displayed but the X-symbol that the browser displays when a image was not found. In the /documents repository the thumbnails are getting displayed.
    Here is the exception from the trace file:
    java.lang.NoClassDefFoundError: sun.awt.motif.MToolkit (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:119)
    at java.awt.Toolkit$2.run(Toolkit.java:796)
    at java.security.AccessController.doPrivileged(AccessController.java:197)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:787)
    at com.sapportals.wcm.repository.manager.thumbnail.ResourceImageThumbnailPlugIn.getThumbnail(ResourceImageThumbnailPlugIn.java:96)
    at com.sapportals.wcm.repository.manager.thumbnail.ResourceImageThumbnailPlugIn.getContentThumbnail(ResourceImageThumbnailPlugIn.java:45)
    at com.sapportals.wcm.repository.manager.thumbnail.ThumbnailNamespaceManager.getImage(ThumbnailNamespaceManager.java:539)
    at com.sapportals.wcm.repository.manager.thumbnail.ThumbnailNamespaceManager.getCreatedResource(ThumbnailNamespaceManager.java:459)
    at com.sapportals.wcm.repository.manager.thumbnail.ThumbnailNamespaceManager.getContent(ThumbnailNamespaceManager.java:335)
    at com.sapportals.wcm.repository.ContentImpl.internalGetContent(ContentImpl.java:328)
    at com.sapportals.wcm.repository.ContentImpl.<init>(ContentImpl.java:84)
    at com.sapportals.wcm.repository.ResourceImpl.internalGetContent(ResourceImpl.java:3203)
    at com.sapportals.wcm.repository.ResourceImpl.getContent(ResourceImpl.java:1183)
    at com.sapportals.wcm.repository.ResourceImpl.getContent(ResourceImpl.java:1147)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:319)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:282)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:791)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:483)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:333)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.wcm.portal.connection.KmConnection.handleRequest(KmConnection.java:52)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172).
    Any help is appreciated !
    Regards, Andreas
    Edited by: Andreas Wachendorfer on Oct 29, 2009 7:05 PM

    Problem solved: JVM Parameter -Djava.awt.headless=true had to be set....

  • Problem with CM repository manager

    Hi
    I am trying to access the documents of file server with CM Repository manger(FSDB).The Current portal version is EP6 SP15.I did configuration for production,Development system.i did exactly same.but it is not working in Development system.i created Network path,cache,CM Repository Manger.where should i see the log file to check the error?
    While Configure CM repository manager,there is no property to specify DB Connectionpool parameter?
    but it is working fine in production system,but not in Development System.
    i selected Auto Checkin/checkout parameter while creating CM repository manager.where should i need to check weather this is working or not?
    i am not able to see the /etc folder in case of development system ,but able to see in production system?
    can anybody helpme out in this regard?
    Prasad

    Hi Julian
    thanks for your quick response.i checked the commponent Monitor.it is giving an error called:"Startup Error:  parameter context is null ".do you have any idea?
    Please help
    Prasad

  • File Repository Manager

    Hi all,
    I have created a file repository manager.
    I have done the following settings for creating a file repository manager:
    Active   :checked
    Hide in Root Folder: not checked
    Send Events :checked
    Property Search Manager  : not set
    Repository Services   : not set
    ACL Manager Cache   : ca_rsrc_acl
    Security Manager   : W2kSecurityManager
    Description  
    Prefix (must start with /) : /demo
    Windows Landscape System   : Microsoft_Windows_KM
    Read-only   : not checked
    Lookup mode : caseless
    Read-only Content Expiry Delay:
    Root Directory:
    132.186.124.207\calender
    Even after restarting the server, a folder by name calender is not being created in the root in KM content.
    What could be the reason?
    thanx and regards,
    anuradha.

    Hi Anuradha,
    The root in KM Content will have a folder by the name <i>demo</i>(value of property <i>Prefix</i>), not <i>calendar</i>.
    BTW I recommend you don't change the prefix to <i>/calendar</i>... as the CalendarRM uses that prefix and so a clash could occur!
    Regards,
    Ashish.

  • WebDav Repository Manager Disappears???

    Hello,
    I am seeing some strange behavior with an IIS WebDAV based KM WebDAV repository manager I created. I used the following as a basis for my setup.
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/217fb6c33c6748a1715a161ac942cd/frameset.htm
    I created the memory cache, CM HTTP System, a portal system aliased with the same ID as the CM system, and finally the WebDAV Repository manager. If further setting detail is needed I can send that. The repository worked on Friday. It is not there today. This has happened twice. When I drill down into Content Administration > KM Content>root > runtime > Repository Managers... > IISWD > servers I am presented with "hostname". When I select Details>Properties>Miscellaneous tab I see failures.
    Example:
    last-failure-1:   2007-07-16T20:12:14Z: PROPFIND /ExternalPortal: com.sapportals.wcm.WcmException: sending request to: http://hostname/ request uri: /ExternalPortal unable to connect to hostname: unknown host: hostname (java.net.UnknownHostException: hostname)
    All of the required KM objects mentioned before are still present and configured as they were a few days ago. Is my repository loosing it's reference to the CM HTTP System.? Has anyone seen this before?
    Thanks,
    Doug

    Hi Doug
    I believe the problem is that your HTTP System in the portal cannot see the share you are trying to integrate into the potal. Is it a webdav-share set up using an IIS?
    I have tried to implement the WebDAV/SSO solution where we got the same error for no reason. But after installing some different hotfixes (http://support.microsoft.com/default.aspx?scid=kb;en-us;893246, eg) and changing server to a standalone IIS, the error didn't occur any more.
    Hope that can give you some ideas.
    Kind regards,
    Martin

  • A parameter of CM repository manager

    In CM repository manager,there is a parameter called "Compress content greater than".I don't know wether it will compress content when the all documents of it greater than the parameter or it will compress the document when the uploaded document greater than the parameter. And how larger should I set it?
    Can you tell me?
    Tks

    You mean when the size of contents in my CM repository manager is greater than that configured value,it will compress the new uploaded documents.But I don't know wether it will influence the performance of my repository manager and is there a standard formula to compute the best value?
    Best regards!

  • Searching problems when implementing my own repository manager

    Hi there,
    i've serious problems to get the search fuctionality for my own repository manager running. I'm using the 'new', Netweaver-based api.
    Always if I'm launching a search I receive a ClassNotFoundException in the follwing context:
    #1.5#172.16.17.102:7CF6B6:FF73BDDB07:-36E7#1097161124650#com.sapportals.wcm.WcmException#irj#com.sapportals.wcm.WcmException.WcmException(118)#System#0#####System_Thread_37##0#0#Error##Plain###invalid manager class: com.sapportals.wcm.repository.runtime.ManagerAdapter java.lang.ClassCastException: invalid manager class: com.sapportals.wcm.repository.runtime.ManagerAdapter
         at com.sapportals.wcm.repository.RMAdapter.<init>(RMAdapter.java:48)
         at com.sapportals.wcm.repository.runtime.CmSystem.getResourcesImpl(CmSystem.java:1134)
         at com.sapportals.wcm.repository.runtime.CmSystem.getResources(CmSystem.java:356)
         at com.sapportals.wcm.repository.runtime.CmAdapter.getResources(CmAdapter.java:153)
         at com.sapportals.wcm.service.indexmanagement.retrieval.trex.TrexSearchIndexCollection.getSearchResults(TrexSearchIndexCollection.java:1126)
         at com.sapportals.wcm.service.indexmanagement.retrieval.search.SearchSession.getSearchResults(SearchSession.java:293)
         at com.sapportals.wcm.service.indexmanagement.retrieval.search.FederatedSearchSession.getSearchResults(FederatedSearchSession.java:111)
         at com.sapportals.wcm.rendering.collection.SearchRendererStatus.refresh(SearchRendererStatus.java:180)
         at com.sapportals.wcm.rendering.collection.LightCollectionRenderer.createStatus(LightCollectionRenderer.java:718)
         at com.sapportals.wcm.rendering.collection.LightCollectionRenderer.renderAll(LightCollectionRenderer.java:498)
         at com.sapportals.wcm.rendering.control.cm.NeutralControl.render(NeutralControl.java:141)
         at com.sapportals.wcm.rendering.layout.cm.SimpleLayoutController.render(SimpleLayoutController.java:39)
         at com.sapportals.wcm.rendering.control.cm.WdfProxy.render(WdfProxy.java:1229)
         at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:41)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:153)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:64)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:156)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:64)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:156)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:64)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:156)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.ControllerDynPage.executeEvent(ControllerDynPage.java:338)
         at com.sapportals.wdf.BaseDynPage.onWdfEvent(BaseDynPage.java:132)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:64)
         at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:25)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:81)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:280)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:143)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:195)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:143)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:195)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:636)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:165)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1133)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    I'm using EP 6.0 SP2 directly installed from the CD
    #51 020 549 without explicit installation of any patch or hotfix; the portal itself shows the version number 6.0.2.0.0 (implementation version 6.2.0.0.200310100950).
    I switched on logging but I never reached the INamespaceManager's methods isQueryPropertyNameUnderstood() or getQueryBuilder().
    So I figure that this might a problem of my (too old?) unpatched version of EP6????
    What can I do to get the serach func running?
    Thanks for your support,
    Daniel

    Hi Karsten,
    thanks for your annotation.
    Does it mean that I <b>HAVE TO</b> apply at least Patch 4
    to get the search working or <b>SHOULD</b> I apply the patch to be up-to-date and look for an error in my code???
    Thanx a lot,
    best regards,
    Daniel

  • Unable to create File System Repository manager

    Hello,
    I would like to create File System Repository manager to this path: I have mapped a certain Network drive "
    main-uni-fs1\pictures$" to the Portal Machine and under this machine it appears as drive "N:\", inside it there is a picture folder which I would like to create the mapping to. I tried setting the "Root Directory" value to "N:\" and to "
    main-uni-fs1\pictures$" but I keep receiving an error message at the Repository Component Monitor (see below).
    10X,
    Roy

    Hello Roy,
    1> Create a new path that points to the pictures directory on the system. Enter the path lik
    mypc.myorg.com\pictures
    Under Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> Network path
    Under the user name and password, enter your username and password
    username whould be entered like domainname\username
    2>Then create a system in for the mypc.myorg.com server under
    Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> System landscape definitions -> System -> Windows Sytem.
    (Assuming u are acessing a windows sytem from a portal running on windows platform).
    You need to enter system id and description . Kindly remember the system id, since it would be useful in two places while usermapping and creating the file system repository.
    3>create a file system rep mgr under
    Sys admin -> Sys Config -> KM -> Content MGT -> Repository Managers > File System Repository
    Following properties are most important.
    Name , ACL manager cache, Security manager(which you would have to set to W2kSecurity manager)
    prefix(this is the folder name that you will identify your repository with) Widws landscape System (this is the sytem id of step 2) and root directory (network path of first step only in this case enter it like this //mypc.myorg.com/pictures)
    4>Then under user mapping section, you will find you system (the system id of second step) , enter your name as password.
    Initially when you configure your rep manager, you dont need to start ur servlet engine. If you modify any property then you need to re start ur servlet engine.
    These are the steps for creating repository
    If this still does not get resolved. Then kindly read the limitations of creating the file system repository manager in the link that I had posted in my earlier post.
    Thanks and Regards
    Pradeep Bhojak

  • BOE integration in SAP NW Portal via repository manager and km content

    Hi BO XI experts,
    we try to synchronize a BO folder of BO InfoView through the KM Content in SAP Portal. Following the instructions of the book "Integrating SAP Business Objects XI 3.1 Tools with SAP NetWeaver", we
    - installed the system under System Administration --> System Configuration --> System Landscape
    - checked settings in the web.xml file
    - integrated a Crystal Report through upload and apply of the par-file com.BusinessObjects.pct.masteriview.par
    --> the iView for a specific report contained in the InfoView works fine
    - integrated the par-file BusinessObjectsKM.par
    - created a new Business Object Repository Manager through System Configuration --> Content Management --> Repository Managers --> Business Objects Repository with a new prefix
    - went to Content Admin --> KM Content and tried to open the new repository with this prefix
    Before upgrading our systems with EP 1 for NW 7 (and EP 4 for SAP ERP 6) this repository worked fine.
    After this, we encounter the following error and cannot open InfoView content anymore:
    System Error
    An exception occurred during the program execution. 
    Exception Message:  Your operation cannot be fulfilled due to a network problem, please try again.
    Go back and try again
    The SSO connection seems to work fine as the a single Crystal Report can still be opened through the iView.
    Does anybody have an idea how to solve this problem?
    Thank you very much in advance.
    Best regards,
    Carolin

    Hello Ingo,
    thank you very much for responding so quickly. Yes, I tried it with a new BO repository but without any changes. I also repeated the upload of BusinessObjectsKM.par - file.
    I'm wondering about the result of my system connection test of the BOE system.
    There I get the message:
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    As the Crystal Report iView works correctly and therefore SSO is supposed to be installed properly, I do not understand why we receive this message. Could the problem, in spite of the crystal report working fine, lay in a uncorrect system configuration?
    Before, when the repository worked properly, I did not verify the connection test.
    The enhancement packages should not have had any impact on our BO installation.
    Thank you for your help.
    Carolin

  • Regarding a file manager

    Although the Lumia series has provided so many new features to smart phones but still there are some very small things that they forget to provide. Ii have so many concerns. My first concern is regarding a file manager app, there is no such app where we can get all the photos, videos, sounds, documents, app setups etc. at a single place.. We cannot even get the details of a photo in the album, apart from these no cut- paste option is provided, we cannot change the folders here which can be done very easily in android phones, so please provide a proper file managing app.
    my second problem is about Bluetooth, in my Lumia 520, there is no option where I can receive multiple files by permitting just once, for every single transfer I have to tap the accept button, what kind of smart phone is this? Even cheaper phones have this feature..
    Another problem is regarding the app setups in SD card, why do we need an internet connection to install an app if we already have the setup in SD card ? Why have you made such simple things so complicated?
    Another problem I regarding the videos, I am using this phone for more than a year and still don't know how to transfer videos from pc to this phone, its a very complicated procedure, please help.. I believe there is someone sitting on the other side who will read my feedback and give a good response to it..
    Thank you!!

    wiseguy27 wrote:
    Although the Lumia series has provided so many new features to smart phones but still there are some very small things that they forget to provide. Ii have so many concerns. My first concern is regarding a file manager app, there is no such app where we can get all the photos, videos, sounds, documents, app setups etc. at a single place.. We cannot even get the details of a photo in the album, apart from these no cut- paste option is provided, we cannot change the folders here which can be done very easily in android phones, so please provide a proper file managing app.
    did you try installing the Files App?
    wiseguy27 wrote:
    Another problem I regarding the videos, I am using this phone for more than a year and still don't know how to transfer videos from pc to this phone, its a very complicated procedure, please help.. 
    1. Attach the phone to the PC using USB
    2. copy the video file using CTRL+C,
    3. in windows explorer, find Videos folder on the phone
    4. paste the file there (CTRL+V)
    or you can use drag& drop

  • Help needed: Search function for custom Repository Manager

    Hi there,
    i'm writing my own Repository Manager for EP 6.0 SP2 PL4.
    I've serious problems getting the search function running. I'm using the 'new', Netweaver-based API.
    I think, there are some general questions to answer:
    - My Repository Manager exposes lots of custom 
       properties to the system. I create the properties
       for example using following code:
       IProperty newProp = new StringSingleValueProperty(
         PropertyName.getPropertyName(
                  "{}" + myAttName),
         myAttVal,                         PropertyFlags.constructFlags(
                  true, false, true, false)
        Is there any convention for the propertie's name?
        I think it has to be written in lowercase only?
        Can I use ANY namespace I want instead of the
        empty default namespace? (For example:
    - After indexing my resources (of course, containing my
       custom properties), the TREX-Monitoring screen for my
       index shows all my custom properties in the 'Document
       Properties' area, but all uppercase chars are escaped
       somewhat. Is this OK?
    - Trying to use the index above to search for particular
       resources in my repository by my custom properties
       fails all the time ('no docs found...'); searching for
       any system property works fine. What's the reason?
    - How can I force the (Property-) search uses my
       custom namespace-manager's methods
       isQueryPropertyNameUnderstood() and
       getQueryBuilder()
       to perform a 'pure' property search by the repository
       manager? It seems that the TREX always handles the
       queries by itself, because my methods are never called.
    Thanx for you help,
    Daniel

    I created a new manager and copied the classes exactly from the "simple" example and I see similar behavior. Actually, when I do this, folders are recursively copied, but not files. Again, browsing and viewing of files work fine. Again, I am not seeing any unexpected exceptions.
    The only thing that changed were the names and namespaces. Nothing else at all was changed.
    This makes me think I am missing some configuration somewhere or there is something special about the example project that the wizards are not creating. The only difference I see in the project file is an additional nature (com.tssap.selena.cmf.PatternNature), but I am not sure that is relevant.
    Wow, I am really stumped.
    -Alex

  • Lotus Notes Repository Manager

    Hi ALL
    is there someone, who knows where to download the "Lotus Domino Toolkit for JAVA/CORBA Release 5.0.8" mentioned on SAP Help to configure Lotus Notes Repository Manager.
    I am using NW04 EP60 SPS 12 and KMC SPS12 on Windows and MSSQL.
    I searched on www.lotus.com and found nothing
    OR
    is there an other possibility to integrate LN Domino Repository ? and where to find a instguide ?
    Thanks for your help
    Andreas

    Hi Prakash,
    Lotus Domino Toolkit for JAVA/CORBA Release 5.0.8  mentioned on SAP Help to configure Lotus Notes Repository Manager
    I am using NW04 EP60 SPS 13 and KMC SPS13 on Windows and ORACLE.
    well i want to use it for lotus domino 6.5.2 since the version of toolkit is 5.0.8 so it's working with 6.5 version
    if yes than plese send me toolkit on [email protected]
    if not than what is alternative way to integrated domino repository with sap enterprise portal
    regards,
    kaushal

  • How to setup Documentum as a repository manager in EP6.0 SP9

    Has anybody sucessfully setup Documentum as a repository manager. I have a requirement for indexing existing doucments stored in documentum but still can not find any related document on how can I do that
    Best regards
    Chaisaeng

    Hi Chaisaeng
    Check out the following link.
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://Documentum Business Package for EP6
    Regards
    Rajeev.
    Message was edited by: Rajeev Ullatil
    Message was edited by: Rajeev Ullatil

Maybe you are looking for

  • Problem with JavaFX 8 Self-contained Application !

    Hello everybody, I generate a JavaFX 8 Self-Contained Application for Windows (.msi). Eclipse 4.3.1 (Kepler) JDK 8 B116 (EA - i don't use the lasts beta versions (B117 and B118) because there is a bug during installation for Windows XP) Scene builder

  • CC desktop app crash on update

    Why does the CC desktop app crash every time I try to update it? This is the error message - We've encountered the following issues: Sorry, there seems to be a problem with the installation process (Error code A12E1) For troubleshooting tips, please

  • How can i use ADF code in Trinidad

    Hi, I'm having an small Application which is Implemented to some extent using oracle ADF faces components But now, as the Trinidad is an open source i would like to do it in trinidad. If i replace the libraries to trinidad does my implement code in A

  • HT1766 How to reverse a sync

    I have my phone linked to I Tunes and my husband's is linked to a work computer. I thought his was on my I Tunes. So he got a new phone and I did a full backup to my I Tunes here at home and now my old data is on his old phone. How do I undo it?

  • When in my email, my links open into internet explorer instead of firefox

    When I am in my email and a message has a link and I open the link, instead of going to firefox, it opens in internet explorer, I use firefox not internet explorer.