Repository Filter

Hi all,
Is it possible to assign  repository filters  to a particular folder using APIs.
Regards,
Ajay.

Hi Praveen,
I have a CM repository created. I want to assign different property filters to different folders in this repository dynamically using APIs as there are  a huge number of folders. are you saying that this is not possible?
Thanks and regards,
Ajay.

Similar Messages

  • XSLT Repository Filter: Multilanguage?

    I use a XSLT Repository filter to render XML Content in a userfriendly way. (As shown in the tutorial: https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/rf/global_service_api/how_to_pipeline.html)
    In the XSLT there are lables etc. that I currently provide in English. Is there a way to present this static strings in the user's language? In most other parts of the KM I can make use of resource bundle translations.
    e.g.: Accessing different XSLTs according to the current user's locale?
    Or accessing resource bundles in the XSLT?
    Or something else?
    Any suggestions?
    Best regards
    Ingo Biermann

    Hi,
    Not sure, why you are unable to retrieve created property.
    The property should be cm_created and namespace , so check if you are using correct property id.
    Always post codes so that we can help you.
    Regards,
    Praveen Gudapati

  • Invoking an rfc from a repository filter

    Hi,
    I have to invoke an ABAP rfc from a repository filter.
    To invoke an rfc using JCo or Connector Framework, we need the "request (of type IPortalComponentRequest)" object.
    Is this object available with in the filter?
    Or is there any other way to invoke an rfc from a Repository Filter?
    Kindly help me.
    Thanks and regards
    RB

    The notion of "IPortalComponentRequest" makes no sense withing a repository filter.
    Imagine a repository manager which is queried by some automatically running tasks on the server (e.g. nightly created reports). You don't have something like a request there!
    I don't know rfc, so there might be other options which don't need the request.
    Regards,
    Dieter

  • Usage of  "userhome" repository filter?

    Hi,
    Anyone knows how to create a specific folder structure  in /userhome repository using this Km repository filter?
    Thanx.

    Hi Detlev,
    nice to have the chance to correct you on your last day
    Normally, you are right, Repository Filter are used for other purposes, but this Userhome Repository Filter like i.e. "userhome" actually checks if an application trys to access the path /userhome/<user.id>/favorites (i.e.), and if this path does not exist it creates the required subfolders.
    So, Jon, actually what you need to do is the following:
    1. Create a folder where you want to have this subfolders created (i.e. /documents/UserDocs).
    2. In Content Management Configuration go to Repository Filters -> Show Advanced Options -> Userhome Filter and create a new filter. The prefix indicates the repository where the content will be stored, Startpath the subfolder where the user folders will be created. URL indicates the name of the subfolder that needs to created bellow the user-id folder. For example use:
    Active=YES
    URLs (csv)=docs
    Prefix=/documents
    Startpath=/UserDocs
    3. Create a KM Navigation iView and the following entry for "Path to Initially Displayed Folder"
    /~alias~/documents/UserDocs/<user.id>/docs
    4. Open the KM Navigation iView and observe how the subfolders are created.
    Best regards,
    Robert

  • Repository Filter or Repository Service?

    When I upload a file, how am I able to "force" a filename.
    If someone sends a file "myfile.txt", i want that the filename be "Date_report.txt" . Date is a new Property metadata that i defined and that is inserted in the upload screen.
    To do this, i need to implement a repository service or a repository filter - in this case a property filter. I'm making confusion.
    Other question: How do I remove a repository filter or repository service uploaded by me?

    Hi André,
    need to implement a repository service or a repository
    filter - in this case a property filter. I'm making
    confusion
    A Repository Service. A RepService react on events thrown within the repositories life, such as file creation (in your case) etc.  And that's what you want if you really want to change the file's name on upload.
    On the other hand, the standard upload command offers an input field for the name which would become useless now. So in this combination maybe you also should alter the standard implementation to make the field hidden. Be aware of this being a modification of the standard (you can deploy it under your own namespace, but this command's implementation changes regulary...)
    How do I remove a repository filter
    or repository service uploaded by me?
    The concrete filter / service you can just remove via the KM config. The config class definition you can remove if you're deploying your par with an empty (but existing!) configArchive.
    Hope it helps
    Detlev

  • Repository Filter (Namespace) INamespaceFilter no livecycle

    Hallo,
    I generated a Namespace Filter and connect it to a repository. But the filter has no effect.
    From the exteded AbstractNamespaceFilterManager I get logger infos only from constructor and startUpImpl(). But i get no infos from getFilterForRead(). But i used the repository.
    Please help me,
    Norbert

    Hi Norbert,
    first, did you follow one / both tutorials:
    - How to create namespace filter for KM
    - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/70ee3a57-0701-0010-3e9a-ddae7e4e0521
    Second, I have deployed your PAR. After some deactivating / removing / creating / activating of the instance of the filter, I could start to debug the filter method itself. Anyhow, it throws some StackOverflowException, but that should be examined by yours (don't have the time at the moment).
    Alternatively, try to restart the server where you have deployed your stuff. But anyhow, try to debug the code instead of (only) printing log messages.
    Oh. I have to add that I have tested this on NW04 and you are working on SP2, I expect. Anyhow, the example from Thilo is developed on SP2, so maybe you should start with that PAR example.
    Hope it helps
    Detlev

  • Repository filter - Details iView

    Dear all,
    I prepared a repository property filter to manipulate special properties (as the name suggests ). In the "KM Content iView" the filter works fine, but if I open the "Details iView" the filter doesn't take action. What I have to do, to enable the filter for every iView accessing the document and showing some properties?
    Thanks in advance
    Walter

    Hi,
    Not sure, why you are unable to retrieve created property.
    The property should be cm_created and namespace , so check if you are using correct property id.
    Always post codes so that we can help you.
    Regards,
    Praveen Gudapati

  • Repository filter (namespace) project structure

    Hi:
    We are developing a repository namespace filter to enable
    manage the visibility and other aspects of news items
    created using xmlforms builder iview.
    We use EP60SP2P3HF7 with NWDS 2.0.5.
    The wizard to create the namespace filter project created
    the portal project like...
    -Project folder
    --src.api(with packages containing filter classes)
    --src.core
    --dist(containing PORTAL-INF,css,etc..folders)
    --src.config
    In this folder there is install,local folders;
    In these foders configuration XML files are located.
    After overriding filter() and other methods, when tried
    to deploy, nothing happened.
    But after mimicking the example in one of ThiloBrandt's  
    documentation, it did get deployed, but NWDS par deploy
    screen doesn't close. I need to shutdown the studio.
    I did even upgrade to NWDS 2.0.8 too, but invain.
    Does any body have a good documentation regarding
    developing these filters ?
    Thank you much inadvance, for the help,
    Prasad Nutalapati

    Hi,
    the most irritating in your posting at least for me was this combination: <i>EP60SP2P3HF7 with NWDS 2.0.5</i>.
    I'm really not that deep in the NWDS infrastructure, but I have been teached only to use the NWDS version for the corresponding WAS version - that means at least 6.40, not 6.20 etc.
    So why don't you use Eclipse with the provided KM-plugins?! This should more or less work (at least for the repository services the wizard works except for one error it produces, but at least this one is irrelevant for a repository filer).
    Hope it helps
    Detlev

  • Error in XSLT filter.

    Hi All,
    I have created some XSLT filters to display the XML file as the HTML. It was working fine before. but suddenly there's an error.
    After applying the XSLT filter to the content. When i clicked on the content to see the output it is throwing    " 500 INTERNAL SERVER ERROR -- Contact System Administrator ".
    I tried to find the error in the log :   Below is the log for the same::
    Error##Plain###Cannot instantiate user <anonymous>#
    #1.5#0011254E4B6500460000001F00001C0800044066D387C4F6#1196710286640#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(118)#IntranetApprover#35##idbportst_TST_3777850#IntranetApprover#01477b00a1d511dc8c660011254e4b65#SAPEngine_Application_Thread[impl:3]_11##0#0#Error##Plain###Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context com.sapportals.wcm.util.urlcontentaccess.URLContentAccessException: Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context
         at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:263)
         at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:281)
         at com.sapportals.wcm.service.pipeline.producer.ProducerFromUrl.getData(ProducerFromUrl.java:54)
         at com.sapportals.wcm.service.pipeline.processor.XSLTProcessor.process(XSLTProcessor.java:141)
         at com.sapportals.wcm.service.pipeline.Pipeline.handle(Pipeline.java:269)
         at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:118)
         at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:134)
         at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getContent(XsltFilter.java:150)
         at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getInputStream(XsltFilter.java:90)
         at com.sapportals.wcm.repository.runtime.CmFilterHandler$VaryingContentWrapper1.getInputStream(CmFilterHandler.java:1050)
         at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:113)
         at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:132)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:364)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:253)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:777)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:458)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    can anyone please help me in this regard, it is very urgent.
    Thanks in advance,
    Kavitha.

    unaswered

  • Problem in working with xslt filter

    Hi All,
    I have created some XSLT filters to display the XML file as the HTML. It was working fine before. but suddenly there's an error.
    After applying the XSLT filter to the content. When i clicked on the content to see the output it is throwing " 500 INTERNAL SERVER ERROR -- Contact System Administrator ".
    I tried to find the error in the log : Below is the log for the same::
    Error##Plain###Cannot instantiate user <anonymous>#
    #1.5#0011254E4B6500460000001F00001C0800044066D387C4F6#1196710286640#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(118)#IntranetApprover#35##idbportst_TST_3777850#IntranetApprover#01477b00a1d511dc8c660011254e4b65#SAPEngine_Application_Threadimpl:3_11##0#0#Error##Plain###Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context com.sapportals.wcm.util.urlcontentaccess.URLContentAccessException: Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:263)
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:281)
    at com.sapportals.wcm.service.pipeline.producer.ProducerFromUrl.getData(ProducerFromUrl.java:54)
    at com.sapportals.wcm.service.pipeline.processor.XSLTProcessor.process(XSLTProcessor.java:141)
    at com.sapportals.wcm.service.pipeline.Pipeline.handle(Pipeline.java:269)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:118)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:134)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getContent(XsltFilter.java:150)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getInputStream(XsltFilter.java:90)
    at com.sapportals.wcm.repository.runtime.CmFilterHandler$VaryingContentWrapper1.getInputStream(CmFilterHandler.java:1050)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:113)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:132)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:364)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:253)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:777)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:458)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    can anyone please help me in this regard, it is very urgent.
    Thanks in advance,
    Kavitha.

    unaswered

  • Problem inworking of the  XSLT filter

    Hi All,
    I have created some XSLT filters to display the XML file as the HTML. It was working fine before. but suddenly there's an error.
    After applying the XSLT filter to the content. When i clicked on the content to see the output it is throwing " 500 INTERNAL SERVER ERROR -- Contact System Administrator ".
    I tried to find the error in the log : Below is the log for the same::
    Error##Plain###Cannot instantiate user <anonymous>#
    #1.5#0011254E4B6500460000001F00001C0800044066D387C4F6#1196710286640#com.sapportals.wcm.WcmException#sap.com/irj#com.sapportals.wcm.WcmException.WcmException(118)#IntranetApprover#35##idbportst_TST_3777850#IntranetApprover#01477b00a1d511dc8c660011254e4b65#SAPEngine_Application_Threadimpl:3_11##0#0#Error##Plain###Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context com.sapportals.wcm.util.urlcontentaccess.URLContentAccessException: Error downloading from URL: wcm://etc/filter/idbfilters/author.xsl, No user in context
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:263)
    at com.sapportals.wcm.util.urlcontentaccess.URLContentAccess.readContent(URLContentAccess.java:281)
    at com.sapportals.wcm.service.pipeline.producer.ProducerFromUrl.getData(ProducerFromUrl.java:54)
    at com.sapportals.wcm.service.pipeline.processor.XSLTProcessor.process(XSLTProcessor.java:141)
    at com.sapportals.wcm.service.pipeline.Pipeline.handle(Pipeline.java:269)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:118)
    at com.sapportals.wcm.service.pipeline.XSLTPipeline.handle(XSLTPipeline.java:134)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getContent(XsltFilter.java:150)
    at com.sapportals.wcm.repository.filter.xslt.XsltFilter.getInputStream(XsltFilter.java:90)
    at com.sapportals.wcm.repository.runtime.CmFilterHandler$VaryingContentWrapper1.getInputStream(CmFilterHandler.java:1050)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:113)
    at com.sapportals.wcm.repository.ContentImpl.getInputStream(ContentImpl.java:132)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:364)
    at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:253)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:777)
    at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:458)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    can anyone please help me in this regard, it is very urgent.
    Thanks in advance,
    Kavitha.

    unanswered

  • Ghosts in RF - can't remove Repository Managers or Filters

    Hello,
    I have problem with undeploy/remove/delete a Repository Manager or Repository Filter. To deploy them I'm using PARs (via NWDS or PAR deployer in portal), but when I use Portal Archive Deploer/Remover function for removing them, it's not working correctly.
    After remove, PAR disappears from list, but in Repository Managers list I can still found my Repository Manager (works the same way for filter). Of course, I have restarted the whole server after remove. In log I can found errors complaining for missing class of my Repository Manager (when server starts).
    I have tried SimpleRepositoryManager example as well and the behaviour is the same. It points to something wrong in configuration, classes are maybe hooked in some additional configuration files, which PAR remover remains intact. Or maybe - I'm doing something wrong.
    Using SAP EP 6.0 SP14.
    Thank you for some ideas.
    Martin

    Hello Martin,
    I have the same problem with removing a Global Service and a  repository service. The configuration is not removed  when the par file is undeployed.
    A possible solution is described here:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=57900">https://www.sdn.sap.com/irj/sdn/thread?threadID=57900</a>
    Maybe it works for you.
    Unfortunately the trick with deploying an empty config file did not work for me.
    Maybe there are some name inconsistencies. I am not sure which names have to be equal or consistent (prjconfig, KEY in IRFServiceWrapper, xml file names, ...).
    Does anybody knows about this?
    Daniel (on SP15)

  • No connection from SAP EP to Raytion SAP Connector

    Hello,
    The Raytion SAP connector 1.5.1 has been deployed without any problems on the customer SAP EP (Production). We see that no connection can be made from the SAP EP to this SAP Connector.
    Extract from the log file: (10.54.17.63 is the IP address from the Raytion SAP Connector server.)
    2008-04-03 13:30:40,082 DEBUG resource allowed by watched repository filter: true
    2008-04-03 13:30:40,097 DEBUG resource allowed by hidden filter: true
    2008-04-03 13:30:40,097 DEBUG resource allowed by size filter: true
    2008-04-03 13:30:40,097 DEBUG resource allowed by Exclude RegEx filter: true
    2008-04-03 13:30:40,097 DEBUG resource released by timebased service: true
    2008-04-03 13:30:40,097 DEBUG resource released by statemanagement service: true
    2008-04-03 13:30:40,191 INFO about to post /Intranet/Departement%20Facility%20Management/Dienst%20Schoonmaak/Nieuws/7061c4fe-fc43-2a10-05bc-bcb3aa83965c.xml
    2008-04-03 13:30:42,082 WARN could not connect to connector server at http://10.54.17.63:16050/DataSource. http://portaal:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/Intranet/Departement%20Facility%20Management/Dienst%20Schoonmaak/Nieuws/7061c4fe-fc43-2a10-05bc-bcb3aa83965c.xml not sent! com.caucho.hessian.io.HessianProtocolException:
    2008-04-03 14:47:32,552 INFO Start security update initiated by Connector Server
    2008-04-03 14:47:34,240 WARN could not connect to security cache at http://10.54.17.63:16050/Security. Start update notification not sent! com.caucho.hessian.io.HessianProtocolException:
    2008-04-03 14:47:34,240 ERROR Could not send security synchronisation start notification. No server available.
    The contractor that installed this, thinks the next area to look to is to see if the SAP EP has been configured somehow to stop outgoing http traffic from applications running within it... Maybe the EP is blocking outgoing HTTP access, although other components from the EP are working OK.
    How can we check this?
    Please advise.
    Kind regards.

    Check the following Links:
    I want an explanation for this connection between R/3, CRM and IPC ??????
    Document flow from R/3 to CRM
    BP Changes From CRM to R/3
    BP Changes From CRM to R/3
    Reward Points if useful.

  • Error after apply Patch 41 in my EP 6.0 SP2

    Hi! 
    I am migrating my E.P 6.0 SP2 to E.P. 7.0.  
    As you know, the first phase of the process it is migrate source E.P at least to patch 28. I have installed the Patch 41. 
    After that, when I obtain the following error in the start log file ("2007_9_2_at_3_4_29_error.log"): 
    Loading services:
      Loading service: com.sap.km.application|default
      Loading service: com.sap.km.cm.command|default
      Loading service: com.sap.km.cm.main|default
      Loading service: com.sap.km.cm.protocols.ice|default
      Loading service: com.sap.km.cm.protocols.webdav|default
      Loading service: com.sap.km.cm.repository.filter|default
      Loading service: com.sap.km.cm.repository.manager|default
      Loading service: com.sap.km.cm.repository.service|default
      Loading service: com.sap.km.cm.repository.service.base|default
      Loading service: com.sap.km.cm.security|default
      Loading service: com.sap.km.cm.service|default
      Loading service: com.sap.km.cm.service.base|default
      Loading service: com.sap.km.cm.ui|default
      Loading service: com.sap.km.cm.ui.flex|default
      Loading service: com.sap.km.cm.xmlforms|default
      Loading service: com.sap.km.common.resourcebundle|default
      Loading service: com.sap.km.trex.client|default
      Loading service: com.sap.km.trex.ui|default
      Loading service: com.sap.netweaver.bc.crt|default
      Loading service: com.sap.netweaver.bc.protocol|default
      Loading service: com.sap.netweaver.bc.rf|default
      Loading service: com.sap.netweaver.bc.rf.manager|default
      Loading service: com.sap.netweaver.bc.rf.service|default
      Loading service: com.sap.netweaver.bc.sf|default
      Loading service: com.sap.netweaver.bc.sf.service|default
      Loading service: com.sap.netweaver.bc.util|default
      Loading service: com.sap.netweaver.bc.uwl|default
      Loading service: com.sap.netweaver.bc.uwl|UniversalWorklistDeploymentHook
      Loading service: com.sap.netweaver.bc.uwl.aibconnector|default
      Loading service: com.sap.netweaver.bc.wdf.demo|Bootstrap
      Loading service: com.sap.netweaver.bc.wdf.ext|PortalFactory
      Loading service: com.sap.netweaver.bc.wdf.ext|Bootstrap
      Loading service: com.sap.netweaver.coll.appl.async|default
      Loading service: com.sap.netweaver.coll.appl.base|status_engine
      Loading service: com.sap.netweaver.coll.appl.base|ExtensionService
      Loading service: com.sap.netweaver.coll.appl.gw|fwk
      Loading service: com.sap.netweaver.coll.appl.gw|mgr_calendar
      Loading service: com.sap.netweaver.coll.appl.gw|srvc_mail
      Loading service: com.sap.netweaver.coll.appl.room|RoomsService
      Loading service: com.sap.netweaver.coll.appl.room|Concat
      Loading service: com.sap.netweaver.coll.appl.room|ConfigReader
      Loading service: com.sap.netweaver.coll.appl.room|RoomPropertyReader
      Loading service: com.sap.netweaver.coll.appl.room|RoompartPropertyReader
      Loading service: com.sap.netweaver.coll.appl.room|RoomStatusExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartListPropertyProvider
      Loading service: com.sap.netweaver.coll.appl.room|CmRoomExtensionSP2FP
      Loading service: com.sap.netweaver.coll.appl.room|CmDiscussionExtension
      Loading service: com.sap.netweaver.coll.appl.room|CmValueSetProvider
      Loading service: com.sap.netweaver.coll.appl.room|RoomsTestExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomsTestValueSetProvider
      Loading service: com.sap.netweaver.coll.appl.room|RSL_SERVICE
      Loading service: com.sap.netweaver.coll.appl.room|RSL_NAVIGATION
      Loading service: com.sap.netweaver.coll.appl.room|FilterService
      Loading service: com.sap.netweaver.coll.appl.room|public_area
      Loading service: com.sap.netweaver.coll.appl.room|rpso
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartsService
      Loading service: com.sap.netweaver.coll.appl.room|template_mechanism
      Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateMechanism
      Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateData
      Loading service: com.sap.netweaver.coll.appl.room|CollApplReport
      Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_messaging
      Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_service
      Loading service: com.sap.netweaver.coll.appl.rtc|RTMFServerBridge
      Loading service: com.sap.netweaver.coll.appl.rtc|collaboration_connector_awareness
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCScriptConstants
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCHotDeploymentManagerService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientManagerService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientPollingService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientAwareness
    Sep 2, 2007 3:06:43 AM # System_Thread_12     Fatal           [PortalServiceItem.startServices] service initialisation failed:com.sap.netweaver.coll.appl.rtc|RTCClientAwareness
    com.sapportals.portal.prt.core.broker.PortalServiceInstantiationException: Could not instantiate implementation class com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness of Portal Service com.sap.netweaver.coll.appl.rtc|RTCClientAwareness because: could not load the service
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:689)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1491)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1447)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1404)
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
         at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:54)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(ServletsAndJspImpl.java:201)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspServerFrame.start(ServletsAndJspServerFrame.java:125)
         at com.inqmy.core.service.application.ApplicationServiceRunner.startFrame(ApplicationServiceRunner.java:55)
         at com.inqmy.core.service.container.ServiceRunner.run(ServiceRunner.java:129)
         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:148)
    Caused by: java.lang.IllegalThreadStateException
         at java.lang.Thread.start(Native Method)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness$ClientAwarnessChecker.start(RTCClientAwareness.java:650)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness.initService(RTCClientAwareness.java:176)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCBaseService.init(RTCBaseService.java:127)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1491)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1447)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1404)
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
         at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:54)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(ServletsAndJspImpl.java:201)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspServerFrame.start(ServletsAndJspServerFrame.java:125)
         at com.inqmy.core.service.application.ApplicationServiceRunner.startFrame(ApplicationServiceRunner.java:55)
         at com.inqmy.core.service.container.ServiceRunner.run(ServiceRunner.java:129)
         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:148)
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCSessionManagerService
      Loading service: com.sap.netweaver.coll.appl.sync|scf
      Loading service: com.sap.netweaver.coll.appl.sync|sessiondata
      Loading service: com.sap.netweaver.coll.appl.sync|WebExConfig
      Loading service: com.sap.netweaver.coll.appl.sync|RTCConfig
      Loading service: com.sap.netweaver.coll.appl.sync|SCFConnectorSessionsMapService
      Loading service: com.sap.netweaver.coll.appl.ui.async|default
      Loading service: com.sap.netweaver.coll.appl.ui.async.meetingroom|meetingroom
      Loading service: com.sap.netweaver.coll.appl.ui.base|cs_rtc
      Loading service: com.sap.netweaver.coll.appl.ui.base|cs_scf
      Loading service: com.sap.netweaver.coll.appl.ui.base.pcwizard|PostCfgGenericService
      Loading service: com.sap.netweaver.coll.appl.ui.gw|gwuiservice
      Loading service: com.sap.netweaver.coll.appl.ui.room|roomuiservice
      Loading service: com.sap.netweaver.coll.appl.ui.sync|sessiondata
      Loading service: com.sap.netweaver.coll.pc.homer|homer
      Loading service: com.sap.netweaver.coll.shared|default2
      Loading service: com.sap.netweaver.coll.shared|collaboration_base
      Loading service: com.sap.netweaver.coll.shared.ui|people
      Loading service: com.sap.netweaver.kmc.attachment.shared|attachment
      Loading service: com.sap.netweaver.kmc.people|umeservice
      Loading service: com.sap.netweaver.kmc.people|trustedattributechecker
      Loading service: com.sap.netweaver.kmc.util|default
      Loading service: com.sap.netweaver.kmc.util|logginginitializer
      Loading service: com.sap.portal.admin.propertyeditor|property_editor
      Loading service: com.sap.portal.admin.propertyeditor|PEService
      Loading service: com.sap.portal.appdesigner.contentcatalog|contentcatalog
      Loading service: com.sap.portal.appdesigner.framework|menu
      Loading service: com.sap.portal.appintegrator|template_processor
      Loading service: com.sap.portal.appintegrator|application_integrator
      Loading service: com.sap.portal.appintegrator|psid
      Loading service: com.sap.portal.appintegrator|Common_Configuration
      Loading service: com.sap.portal.appintegrator.sap|Transaction_Configuration
      Loading service: com.sap.portal.appintegrator.sap.bwc|urlgenerator_bwc
      Loading service: com.sap.portal.appintegrator.sap.bwc|psid
      Loading service: com.sap.portal.compatibility50.cache|cache
      Loading service: com.sap.portal.compatibility50.systemlandscape|landscape
      Loading service: com.sap.portal.contentfetching|contentFetchingService
      Loading service: com.sap.portal.contentmigration.contentmigrationservice|contentmigration
      Loading service: com.sap.portal.contentmigration.contentmigrationservice|mapping
      Loading service: com.sap.portal.contentmigration.pagemigrationhandlerservice|default
      Loading service: com.sap.portal.contentmigration.parmigrationhandlerservice|parhandler
      Loading service: com.sap.portal.contentmigration.pcdmigrationhandlerservice|pcdhandler
      Loading service: com.sap.portal.contentmigration.pcdobjectservice|pcdobjects
      Loading service: com.sap.portal.desktop.desktopservice|desktopservice
      Loading service: com.sap.portal.dsm|dsmservice
      Loading service: com.sap.portal.epcf.loader|epcfloader
      Loading service: com.sap.portal.epcf.toolbox|epcftoolbox
      Loading service: com.sap.portal.heartbeats|ClusterTest
      Loading service: com.sap.portal.htmlb|htmlb
      Loading service: com.sap.portal.ivs.connectorservice|connector
      Loading service: com.sap.portal.ivs.global|producer
      Loading service: com.sap.portal.ivs.httpservice|http
      Loading service: com.sap.portal.ivs.httpservice|proxy
      Loading service: com.sap.portal.ivs.init|genericcreator
      Loading service: com.sap.portal.ivs.iviewservice|iviews_dt
      Loading service: com.sap.portal.ivs.iviewservice|iviews
      Loading service: com.sap.portal.ivs.iviewservice|SLUtilsSrv
      Loading service: com.sap.portal.ivs.iviewservice|SLObjectsManagerSrv
      Loading service: com.sap.portal.ivs.iviewservice|iViewsSrv
      Loading service: com.sap.portal.ivs.iviewservice|pagesSrv
      Loading service: com.sap.portal.ivs.iviewservice|layoutsSrv
      Loading service: com.sap.portal.ivs.iviewservice|templates_cache
      Loading service: com.sap.portal.ivs.iviewservice|PersonalizationSyncService
      Loading service: com.sap.portal.ivs.personalizationsync|ContentMarshallerService
      Loading service: com.sap.portal.ivs.systemlandscapeservice|systemlandscape
      Loading service: com.sap.portal.ivs.systemlandscapeservice|producerSrv
      Loading service: com.sap.portal.ivs.systemlandscapeservice|oldPcmMockup
      Loading service: com.sap.portal.navigation.helperservice|navigation_events_helper
      Loading service: com.sap.portal.navigation.service|navigation
      Loading service: com.sap.portal.objectlocator.objectlocatorservice|ObjectLocatorService
      Loading service: com.sap.portal.pagebuilder|pageUtilHook
      Loading service: com.sap.portal.pcd.admintoolsservice|admintools
      Loading service: com.sap.portal.pcd.pcm.roles.rolecontainer|rolecontainerservice
      Loading service: com.sap.portal.pcd.plainfolderservice|plainfolders
      Loading service: com.sap.portal.pcd.rolenavigationservice|rolenavigation
      Loading service: com.sap.portal.pcd.roleservice|roles
      Loading service: com.sap.portal.pcd.samplesemanticservice|sample
      Loading service: com.sap.portal.pcd.transportapplication|transportapplication
      Loading service: com.sap.portal.pcm.admin.plainfolder_converter|default
      Loading service: com.sap.portal.processlogger.processloggerservice|processlogger
      Loading service: com.sap.portal.productivity.desktop|DesktopManager
      Loading service: com.sap.portal.productivity.desktop|RuntimeDesktopManager
      Loading service: com.sap.portal.productivity.dom|dom
      Loading service: com.sap.portal.productivity.resolverservice|ruleManager
      Loading service: com.sap.portal.productivity.resolverservice|resolver
      Loading service: com.sap.portal.productivity.util.dyntree|DynamicTreeService
      Loading service: com.sap.portal.productivity.utils|sap_utilities
      Loading service: com.sap.portal.prt.cache|dbcacheservice
      Loading service: com.sap.portal.runtime.admin.logadmin|adminlogger
      Loading service: com.sap.portal.runtime.application.contentconversion|contentconversion
      Loading service: com.sap.portal.runtime.application.contentconverter|contentconverter
      Loading service: com.sap.portal.runtime.application.document|document
      Loading service: com.sap.portal.runtime.application.document|documentnew
      Loading service: com.sap.portal.runtime.application.monitor|Monitoring
      Loading service: com.sap.portal.runtime.application.monitor|SATController
      Loading service: com.sap.portal.runtime.application.monitor|MonitorAdministration
      Loading service: com.sap.portal.runtime.application.monitor|PortalMonitor
      Loading service: com.sap.portal.runtime.application.monitor|StateMonitor
      Loading service: com.sap.portal.runtime.application.soap|soap
      Loading service: com.sap.portal.runtime.system.console|portalanywhere
      Loading service: com.sap.portal.runtime.system.hooks|modehook
      Loading service: com.sap.portal.runtime.system.prtconnection|default
      Loading service: com.sap.portal.runtime.system.prtconnection|prtrwconnection
      Loading service: com.sap.portal.strucfilterservice|structure_filter
      Loading service: com.sap.portal.supportability.reporting|Reporter
      Loading service: com.sap.portal.themes.designservice|design
      Loading service: com.sap.portal.themes.integrity|ServerTestService
      Loading service: com.sap.portal.ui.uiservice|ui
      Loading service: com.sap.portal.um_webservice|um_web
      Loading service: com.sap.portal.unification.dragandrelate|DragAndRelateService
      Loading service: com.sap.portal.unification.dragandrelate|DragAndRelateComponentHook
      Loading service: com.sap.portal.unification.parsers|default_hrnp_link_parser
      Loading service: com.sap.portal.unification.parsers|default_sap_link_parser
      Loading service: com.sap.portal.unification.parsers|link_parser_strategy
      Loading service: com.sap.portal.unification.uslservice|uslservice
      Loading service: com.sap.portal.unification.utils|utils
      Loading service: com.sap.portal.unification.utils|HRNPNodeFactoryService
      Loading service: com.sap.portal.unification.utils|HRNPParser
      Loading service: com.sap.portal.unification50.sync|component_sync
      Loading service: com.sap.portal.upgrader.channels|ChannelsUpgraderService
      Loading service: com.sap.portal.upgrader.iviews|IViewsUpgraderService
      Loading service: com.sap.portal.upgrader.landscapeupgrader|landscapeupgrader
      Loading service: com.sap.portal.upgrader.pages|PagesUpgraderService
      Loading service: com.sap.portal.upgrader.parupgraderservice|ParUpgraderService
      Loading service: com.sap.portal.upgrader.pcdaccess|PcdAccessService
      Loading service: com.sap.portal.upgrader.pcdpersupgrader|PcdPersUpgraderService
      Loading service: com.sap.portal.upgrader.pcdupgrader|PcdUpgraderService
      Loading service: com.sap.portal.upgrader.personalization.iviews|PersonalizedIViewsUpgraderService
      Loading service: com.sap.portal.upgrader.rolestochannels|RolesToChannelsUpgraderService
      Loading service: com.sap.portal.upgrader.style|service
      Loading service: com.sap.portal.upgrader.um|default
      Loading service: com.sap.portal.upgrader.upgraderservice|UpgraderService
      Loading service: com.sap.portal.useragent|useragent
      Loading service: com.sap.portal.util.threadreporting|reportingservice
      Loading service: com.sap.portal.yahoo|yahoo
      Loading service: com.sap.workflow.apps|WFPortalService
      Loading service: com.sap.workflow.service|KMNotification
      Loading service: com.sap.workflow.service|WFAttachmentService
      Loading service: com.sap.workflow.service.uwl|WFEWorkitemProvider
    Portal initialization done.
    How can I solve the error? 
    Thanks a lot in advance.

    Hi Ramon,
    There is some problem with the RealTimeCollaboration, which should not harm the system integrity at all, so that from that point of view there should be no problem going on with the migration.
    Anyhow, you can still try to fix this on SP2 P41 level, maybe the hint given in /message/3603152#3603152 [original link is broken] also works for you.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Xml files in search results

    Hi Experts,
    When i search for string in EP 7.0 it shows all the links related to the search string. In the result i also found some xml files (which are related new items). when i click on this xml file it is showing xml code.
    Is it possible to open xml file with actual cotnent in the IE. I do not want to see the xml code in the browser.
    Thanks,
    Satyadev

    Hello Satyadev,
    I suppose by "XML-File", you mean "Files generated using the XML Forms Editor"? Otherwise you cannot expect magic rendering of contents ...
    If it is XML Forms, a Repository Filter renders the output that go/km/docs delivers, so if your Filter is configured correctly, all should work.
    Since that is not the case, go check if the repository containing you xml files is listed in the "xmlforms_filter" under SysAdm->SysConf->KM->CM->RepositoryFilter->XML Forms Repository Filter
    Jan

Maybe you are looking for

  • How can I get all the values of a String array profile property using javascript?

    I am trying to build functionality into our site that records all products added to the basket against a user's profile. I have so far been able to store the product codes against the profile as a property using Ajax:        var dataString = ":formid

  • F4IF_INT_TABLE_VALUE_REQUEST + ALV Grid

    Hi All, I have a ALV grid with 2 fields. I implemented F4 for field1 using the FM below. I get a list of values as expected when i use 'F4', however the selected value is not written back to the ALV grid field! What am i missing here?     call functi

  • Mouse click adding character to password

    I am working on my parents IMAC G5 with OS X 10.4.11. The problem is when I click Apply to save the PPPoE settings, it adds an extra character to the password. This under the network setup under System Preferences. I can't use the key board to tab th

  • Hi All - Cannot See Adobe Edge/Animate in Adobe Application Manager?

    Edit: Have just figured out that this is down to this machine's OS being Windows XP. Hi All, I am to get to use the release version of Adobe Edge, having had a couple of the pre-releases. I have signed up for Creative Cloud, downloaded and ran the ap

  • Find - tables with largest number of records?

    Hi, I need to find tables with largest number of records. Any transaction show this details? aRs