Programatically personalize iViews

Hi,
I am tring to change the name of an iView through program. I am working on APC. The code I am using is
Hashtable env = new Hashtable();
env.put( Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY );
env.put( Context.SECURITY_PRINCIPAL, request.getUser() );
env.put( Constants.REQUESTED_ASPECT,PcmConstants.ASPECT_ADMINISTRATION );
env.put( IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, request.getUser());
.......some code.........
The iview I am working is on Read/write mode.
Constants.REQUESTED_ASPECT....this cannot be resolved.
Which jar file i need to add to solve this and where can I find it?
Thanx in advance
George Jacob
Message was edited by: George Jacob

Hi,
Its a jar called "prtjndisupport.jar". On my server it was at
C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/lib/prtjndisupport.jar
Hope this helps,
dermot

Similar Messages

  • How to Change TimeZones from Personalize iView

    Hi All,
    In my Masthead, i need to Display the Country name and the Time, user is going to chnage the time zone and Country from Personalize iview User Profile, according to that the respective time is going to display it on Masthead part.
    Now my Question, If user is Change the Timezone & Country in the User profile, how it is going to reflect on  Masthead area.
    Thanks In Advance
    Krishna Ganesh

    Hi Michael,
    In the Masthead JSP it self, we are adding jsp scriptlets and html Div Elements to display the time on the Masthead. Currently i am able to display the server time with normal Java API.
    Now i am going to display 5 timezones in a Iview, that iview is going to add to user's HomePage(User Choice).
    Thanks
    Ganesh

  • JAVA API Personalization iview / User Mapping

    I am using the following code snippet to get the
    User Mapping from the "Personalization" iview
    IUserMappingData iumd = iums.getMappingData (systemalias, iuser);
    Is there a similiar SET method?
    TIA -hs

    hI
    When you use umdata.enrich(map), soon after that, use SET property in the Hash Map and finally call umdata.storeLogonData(Map). This map should contain updated credentials.
    Hope this works.
    Pls reward points if useful
    Murali.

  • Disable or Remove some field from User Profile in Personalize iView

    Hi All,
    I have a requirement  to Disable one field and Remove one field  from User Profile in Personalize iView.
    i want to disable Activate Accessibility Feature field and Remove Language field.
    How to archive this.
    Thanks and Regards
    Trilochan

    Hi,
    You can use [Personalization|http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm] to do this :
    1. logon as an admin and navigate to Portal Content > Portal Users > Standard Portal Users and open Every User Core Role
    2. right click on User Profile and select edit
    3. click on the Preview button then right click + CTRL on the iView and personalize the User Profile iView
    That's it.
    Regards,
    Pierre

  • UWL Personalize iView

    Hi guys,
    THe Personalize feature of UWL is useful for end-users and I would like to extend this to end-users. however, there are certain features in it which I would like to remove. E.g.
    - Under "Attributes and their order", remove "System ID" from dropdown list of attributes for user to display
    - Under "Sorting properties", remove certain fields from dropdown list.
    Can anyone advise if this can be done by configuration of xml files? Or does this require customization?

    Hi,
    you can hide the "personalize view" in the UWL iview property "List of UWL actions to exclude" and type personalize.  save and preview the iview. 
    Regards,
    VV.

  • Portal - User mapping - umlaut - personalize - error

    Hello all,
    did anyone hear of the following in the portal user mapping to a backend SAP system ?
    A user has an account in a 4.7 SAP system and his password contains a german umlaut.
    In the portal "User mapping" instead of SSO is active. The user clicks the "Personalize" iview to map his SAP User, he enters his SAP UID and his (umlaut-containing) password.
    When he then calls an iview that is connected to the backend system (e.g. bwsp via ITS), he gets the message "No user mapping defined for system ...". He then can enter his UID/password for this single request, and when he does so, it works. Same procedure comes up, when he again tries to call the iview.
    It seems, as if the password is written to the database in the wrong way ?
    Any experiences on this ?
    Thank you + regards
    Andreas

    Hi Andreas,
    Go to User Admin - User Mapping. Search for the user and click on "Edit".
    Now select the "System" defined for connecting to the SAP 4. 7 system. Give the user id and password for the system and click on "save".
    Now try accessing the iview. You would be taken to the sap system directly without any request for login.
    You can do the same, if the user has "Personalize" link available in the top right corner of the portal which comes by adding the "EU Role" to the user.
    Hope this solves your problem.. If not pls get back.
    Regards,
    venkat.
    [Reward points for useful answers]

  • Blank page in iview - need help

    Hi All,
    I really need your expertise..Actually, I've issue with my users, where few of them encountered missing page in their iView. I tried to to find 'user setting option'  but unfortunately, it gave nothing..only windows option,i.e, print, view source code, properties and so on.and amazingly there was no error message,it just give them an empty screen,no header,no subview, etc.
    Wondering is there any place,where i can restore their missing page or iview..It only happened to some people, and i believe they accidentally clicked on 'Remove Page' Option
    FYI, Am using NETWEAVER 7.0
    Thanks in advance guys
    Regards
    RJ

    Hi,
    Check:
    system admin -> support -> Portal Content directory there is a Personalization cleanup
    Refer:
    Cleaning Up Personalization
    iView works when previewed but is blanked when assigned to a role/page.
    Regards,
    Anagha

  • AppIntegrator iView - Application Parms Question

    Do the <i>values</i> for the Application parameters have to be hardcoded(or typed manually by the user in personalization iview "menu").
    Or...can the values be grabbed from a session object (or even the databag)? Is there any function name that can <u>filled in the properties</u> to do this?
    Sorry, if I am not making any sense.
    I am just trying to avoid having to write an iview with the PDK if I don't have to do so.

    What I mean is...
    you can pass parameters and values after the "?" in a url, right? Or you can put your parms and their values in the app parms property, I believe.
    Instead of hardcoding the values, for example CompanyId="09876", is there a way to "get" the values - which change dynamically - from the databag or a session object or something like that?
    The document "HowToUseAppIntegrator.pdf" tries to explain a method in Chapter 6, but I don't really get it.
    I think I might benefit if someone could better explain to me Chapter 6 of the PDF document "HowToUseAppIntegrator.pdf".

  • Personalize Link and Standard User / End User Core Role

    Hi Expert,
    Need your help in customizing service that appear when
    Personalize hyperlink click on Portal Right hand side.
    I understand the Personalize hyperlink
    appearing from Standard User Role or End User Core Role.
    I have copied End User Core Role and changed the ID,
    after that have removed all workset apart from User profile
    and assigned the new edited role to my user ID and it working fine.
    My Query is can any one please let me know,
    1. How is the new End User Core Role working? Where are the details property /or any other settings
    with respect to use the End User Core Role done,
    as the Personalize hyperlink appears when End User Core Role assigned to user?
    3. What are the configurations or any other changes that I have
    to do, if I need some other XYZ role to appear as a hyperlink like Personalize hyperlink appearing when End User Core Role is assigned?
    4. What are the steps / Process, if I have to remove all the tabs except General Information tab under User profile iView { Without using (CTRL + Right mouse click)}.
    5. If the pages at {portal_content/com.sap.pct/every_user/general/pages}
    are been used how are they used?
    Similarly
    If the iViews  at
    are been used how are they used? and If not whatu2019s its purpose?
    Currently I am on Portal Version 7.0 SP 13.
    Thanks in advance for all your time and comments.
    Cheers,
    SJ

    Hi Eric,
    you can add the Personalize iView to the page or end user role you created.
    to add the personalize iView to your role navigate to
    Content Provided by SAP - Admin Interfaces - Admin iView Templates - you can find different iViews related to Personalize.
    add the iView you want the end users to change.
    This is the simpler way.
    Hope this helps.
    Cheers-
    Pramod
    reward points if helpful.

  • Enabling Personalize option in the Masthead.

    Hi All,
              I want to assign personalize option in masthead to the users so that they can manage their passwords, and also i want to hide other options available in the Personalize like Changing themes etc. I want to restrict the user only to password management. I am getting the the personalize link in the masthead only if i assign eu_role to the user. My queries in this regard are listed below:
    1. Is it mandatory to assign eu_role to the user to get the personalize link in masthead.If not then how to achieve this.
    2. How can i modify the Default Standard Portal user role(eu_rule) to restrict the user from changing themes and only restricting them to manage passwords only in the Personalize link in the masthead.
    I hope somebody must have explored these areas. Awaiting a suitable reply.
    Thanks and Regards,
    Sarabjeet Singh.

    Hi Sarabjeet,
    Just want to make sure everything is clear.
    The navigation service gets the navigation hierarchy for the current user. The iViews/pages underneath any top level nodes that has a merge ID of PORTAL_PERSONALIZATION are placed in the personalization window, and the top level node is not displayed in the navigation iViews.
    To add personalization iViews for a new roles, you can create your own workset of personalization iViews and add it as an entry point in your role.
    To delete default personalization iViews, simply delete them from the standard user role (don't worry, these are just delta links which you can restore).
    In SP14 and above, there is a navigation cache, so you may need to clear the cache if you change the structure within a role.
    Hope this help.
    Daniel

  • Dynamic Replacement of IView

    Hi all,
    A portal page to integrate several kinds of contents is in general the best way.
    But how can you handle dynamic replacement of an iView of a page (the page contains more than one iView) by another one by using the Portal navigation service of the WebDynpro Runtime? If I navigate to the target application with mode WDPortalNavigationMode.SHOW_INPLACE, the content of the page at all is replaced by the target iView. Is there a possibility to access/replace only the desired iView of the page?

    Hi Purav,
    You can refer to this [link|http://help.sap.com/saphelp_nw70/helpdata/en/5f/cf9d4207e1c86ae10000000a155106/frameset.htm] for dynamic assignment of an iview to a page.
    Do you want to assign a particular iview on the basis of user access?
    If yes you need to personalize iview properties for individual users.
    Hope it helps.
    Thanks,
    Ami
    Points are always welcomed.

  • EP7, UWL, change Personalize View options

    Universal Worklist IView -> Personalize View
    We would like to remove all options from the Personalize View (e.g. attributes and their work order, sorting properties etc) except for "Items to be displayed per page" under the Data Properties heading. Does anyone know how to do this. For anyone answering, please note that I am not a portal administrator
    Many thanks
    Jon

    Hi Jon,
    there is no possibillity to configure the UWL personalization iView itself (pcd:portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.ui.uwlPersonalization).
    You only can remove the "personalize" menu item completely.
    So if you want to implement your requirement you need to modify the UWL personalization iView or develop your own.
    Regards,
    Sascha

  • No Authorization To Upload Text file for a Variable

    Hi Experts,
    I am trying to upload a text file from Multiple Selection screen of a Query in Business Explorer and it gives the error message of 'No Upload Authorization'
    An additional Information: I could able to Upload the text file when we were in SP17. Its recently upgraded to SP 21. Does this Upgradation of service pack has any Impact on this??
    An idea about this error, PLEASE ?
    Many Thanks in Advance.
    Cheers,
    Krishna

    Hi Panagiotis,
    Have a look into the Portal Desktop link below.
    http://help.sap.com/saphelp_nw70/helpdata/EN/ac/dc4f3eeb684212e10000000a11405a/frameset.htm
    Somewhere mid section, you will find Portal Favourites (http://help.sap.com/saphelp_nw70/helpdata/EN/3a/d609e5803111d5992f00508b6b8b11/frameset.htm).
    Make sure that Knowledge Management is installed on your system and that you have activated the Add to Portal Favorites property (this entry is displayed in the options menu of your page title bar).
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/84/a30a48887d4cb690b4f1754f651ba1/frameset.htm
    If all above if set, then checkout the needed activities within the Portal Favourite iview setting.
    http://help.sap.com/saphelp_nw70/helpdata/EN/1e/62eae2357c4596bda2476d0a6503e3/frameset.htm
    Checkout on both the page title bar Options menu and the context menu of the Detailed Navigation iView display an Add to Portal Favorites item, allowing users to store links to favorites (thats where I believe your missing permission).
    The Portal Favorites iView is part of the Knowledge Management installation and is integrated into the portal. Thus if the above steps are done and the settings activated, then your standard user should not see error in the Portal Favourites with the role that you have already assigned to the user.
    Also look into Standard User (eu_role), which basic functionality (portal personalization iViews) for the core portal platform and default content for the Knowledge Management and Collaboration capabilities of SAP NetWeaver. By default, the Everyone group in the portal is assigned to this role.
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/f0f7415e639c39e10000000a155106/frameset.htm
    Hope that helps.
    Ray

  • No system assigned for partner in transaction DPCOMMON_MAP_P_S ( Dealer Portal)

    Hello all,
    Sorry to post a very basic question, but I am quite new to Dealer Portal and SD functional module. Request to help.
    I have deployed spare part business package on portal. BP documentaion link. http://help.sap.com/erp2005_ehp_04/helpdata/EN/c3/f71b9a69574d6c84ac33b68d2d03c3/frameset.htm
    I have configured as per the steps mentioned in the link below,but still facing issues..
    http://help.sap.com/erp2005_ehp_05/helpdata/en/e6/e58079420c4b7e87df4f9c3db04719/content.htm?frameset=/en/e6/e58079420c4b7e87df4f9c3db04719/frameset.htm
    As per the above link,below are the steps done.
    I have created logical system and assigned to RFC destination using transaction DPCOMMON_MAP_S_R.
    Then assigned the logical system created at the above step to partner, through transaction DPCOMMON_MAP_P_S
    And lastly also assigned users to partners through transaction DPCOMMON_MAP_U_P.
    However I am getting below errors when initial overview screen is accessed,I think there are some configurations missing.. Any help is appreciated.
    Personalization data not found.
    No system assigned for partner in transaction DPCOMMON_MAP_P_S
    Thanks
    San

    Issue is resolved.
    For the RFC destination , log on security tab. Ensure current user is ticked and no hard coded user id being passed here.
    Also ensure the personalization data is saved properly by navigating to personalization iview.

  • 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!

Maybe you are looking for