Modifying existing Coll. Room Template

Dear KM friends,
I have created a Collaboration Room Template.
But i need to changes in Pages layout, iView settings, even i need to add new pages and delete.
can anybody tell me, How to modify the existing Collaboration Room Template??
Please reply me
thanx in advance
Kantha

Hi,
As per the doc...
Each template contains technical attributes and settings for the rooms or room parts that are created based on the template. In the portal, the templates are stored as Collaboration content.
You maintain templates in room template administration or in room part template administration.
In the template, you define the room or room part structure by assigning a workset to the template (see Maintaining Worksets for Templates). The following special points apply to this assignment:
·        You can use one workset as the basis for more than one template, which are differentiated by their external parameters, for example.
When you create a template, the system copies the workset assigned and assigns this copy exclusively to the template. Changes to a workset that is already assigned to a template are made only to this template.
http://help.sap.com/saphelp_erp2004/helpdata/en/44/f99140c2eab118e10000000a1550b0/frameset.htm
You can simply delete or add or modify the pages to the workset in the templete.
Regards
gEorgE

Similar Messages

  • Update Existing Coll Rooms when Template Changed

    Please refer to this thread.
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=70659">https://forums.sdn.sap.com/thread.jspa?threadID=70659</a>
    How do I get the existing Collaboration rooms to be updated when we change the template they are based on?

    Hi Brian,
    with SPS17 it is now possible to update the worksets for room templates or room part templates and transfer changed values for the iView properties to existing rooms.
    Here are the steps described in detailed: http://help.sap.com/saphelp_nw04/helpdata/en/44/168eb1c3641a75e10000000a1553f6/frameset.htm
    Hope this helps,
    Robert
    PS: Unfortunately, you can only update iView property values but not add new iViews existing collaboration rooms.

  • Changes on room template in Coll - Content inconsistent !

    Hi Collaboration experts,
    I have a question on Collaboration Rooms again.
    I have created a Java WebDynpro Wizard to create a new room, which works perfectly fine. I offer the possibilty to choose one of several room templates I have created for certain purposes ( <i>BI context</i> ). Then I use the ITemplate to get the related parameters I have defined when creating the template ( <i>Portal -> Content-Admin -> Collaboration-Content</i> ). The user can now enter values for those parameters. I have, for example, an iView in my template that displays an url and it works perfectly well that the user can choose any url to be displayed during my room creation wizard.
    But when I change anything on the parameters, e.g. the description, in the template designer in <i>Portal -> Content-Admin -> Collaboration-Content</i>, the chnages are not consistent. When I run my wizard and get the parameters of the related template via ITemplate, I still get the former description, although it has been changed in the portal.
    Can anyone tell if this is an error? Or am I missing something?
    Thanks for your answers!!! ( Reward points are waiting for you )
    Regards,
    Sabine

    Hi Thierry,
    for each room you create also a group is created. The group name contains cryptical characters but also ROOM. Search in "User Administration" for room and you will find the group.
    Check if the user is in this group.
    The user normally will be added to this group if you add a room member in the room administration part.
    The user needs also rights for the KM Content parts of the room. I don't know now where exactly but this is pretty fine described in the How to's.
    Regards,
    Stefan

  • Mappings In Room Template Administration

    I have created a new Collaboration room template based on duplicating the existing Meeting_Room_Extended template via Room template administration.  I have added the additional page of Documents (via the PCD).  When I run the VALIDATE function on my new meeting room template I get informational messages saying that I don't have mappings. 
    Here are a sample of the warnings:
    No mappings provided for iView com.sap.netweaver.coll.documents_2_level on page com.sap.netweaver.coll.RoomDocuments
      Define the mappings required for the iView in the template
          No mappings provided for iView com.sap.netweaver.coll.RoomInformationExtended on page com.sap.netweaver.coll.RoomDocuments
      Define the mappings required for the iView in the template
    I know where I need to enter the mappings on the template administration, however, I don't understand the underlying purpose behind the mappings.  Can someone please give me an explanation of what the purpose of the mappings is?
    Thanks
    Angie.
    PS:  I am running NW2004s (EP7) with SP9.

    Hi Angie,
    have a look at this presentation from SAP NetWeaver Product Management:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0bf27c0-1c2e-2a10-80a2-bd78bf6c89c7
    I believe that it explains pretty well the concept behind the Room Extension Mappings.
    Let me know if you have further questions,
    Robert

  • Null Pointer Exception in "Documents" page after creating a Coll. room

    Hi,
      I am new to KMC. we are on EP7 SP5.
      I have created a collaboration room template.. and created a ROOM (say CommunityRoom) via this Room template...
      I have referred the following document:
    <a href="http://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/Collaboration%20with%20SAP%20NetWeaver%20Learn%20How%20to%20Create%20New%20Collaboration%20Room%20Templates%20Exercise">How to create a collaboration room template</a>
    (Probably as this document was on EP6.. i didn't have all the properties and their parameters ..exactly as said in this document)
      I have added the following pages in the Room template:
    [code]  --> com.sap.netweaver.coll.RoomDiscussionsPage
      --> com.sap.netweaver.coll.RoomDocumentsPage
      --> RoomMaintenance
      --> Test page (my custom page.. )[/code]
      After i enter into the room..i am able to see the discussions, room maintenance & test page .. pages...but, I am getting the following error in the 'Documents' page:
    [code]     java.lang.NullPointerException
         at com.sap.ip.collaboration.core.impl.properties.resolver.ConfigFWKPropertyResolver.wrapConfigurable(ConfigFWKPropertyResolver.java:313)
         at com.sap.ip.collaboration.core.impl.properties.resolver.ConfigFWKPropertyResolver.wrapValue(ConfigFWKPropertyResolver.java:331)
         at com.sap.ip.collaboration.core.impl.properties.resolver.ConfigFWKPropertyResolver.wrapConfigurable(ConfigFWKPropertyResolver.java:320)
         at com.sap.ip.collaboration.core.impl.properties.resolver.ConfigFWKPropertyResolver.getWrappedConfigurable(ConfigFWKPropertyResolver.java:287)
         at com.sap.ip.collaboration.core.impl.properties.resolver.ConfigFWKPropertyResolver.resolveProperty(ConfigFWKPropertyResolver.java:86)
         at com.sap.ip.collaboration.core.impl.properties.PropertyRegistry.getPropertyFromConfigFWK(PropertyRegistry.java:115)
         at com.sap.ip.collaboration.core.impl.properties.PropertyRegistry.getProperty(PropertyRegistry.java:89)
         at com.sap.ip.collaboration.core.impl.properties.portal.PropertyRegistryService.getProperty(PropertyRegistryService.java:50)
         at com.sap.netweaver.coll.coreui.api.registry.PropertyRegistryReader.getContextMenus(PropertyRegistryReader.java:83)
         at com.sap.netweaver.coll.coreui.api.generic.GenericUIBOGroupCommand.getResourceCommands(GenericUIBOGroupCommand.java:125)
         at com.sapportals.wcm.rendering.uicommand.UIGroupCommand.getResourceGroupCommands(UIGroupCommand.java:131)
         at com.sapportals.wcm.rendering.uicommand.UIGroupCommand.getResourceCommands(UIGroupCommand.java:101)
         at com.sapportals.wcm.rendering.uicommand.UIGroupCommand.getListWithReplaceCommands(UIGroupCommand.java:191)
         at com.sapportals.wcm.rendering.uicommand.UIMenuFactory.getRenderMenu(UIMenuFactory.java:217)
         at com.sapportals.wcm.rendering.readymades.UICommandComponent.buildContentWithFactory(UICommandComponent.java:156)
         at com.sapportals.wcm.rendering.readymades.UICommandComponent.buildContent(UICommandComponent.java:140)
         at com.sapportals.wcm.control.util.components.base.BaseCompositeComponent.buildComposition(BaseCompositeComponent.java:190)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.Container.preRender(Container.java:118)
         at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:944)
         at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:104)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:332)
         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:646)
         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.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)[/code]
       I guess, i have made some mistake in the mappings section of the 'Documents' page. I have given the following mappings:
    <b>com.sap.netweaver.coll.RoomDocumentsPage</b> PAGE:
    [code]  1) <i>com.sap.netweaver.coll.RoomInformation</i> iView
         --> com_sap_netweaver_coll_information_roomid = roomid
      2) <i>com.sap.netweaver.coll.RoomDocuments</i> iView
         --> roomId = roomid
         i couldnot map the properties <b>path</b> and <b>startUri</b> = <i>'private_store_cmStore'</i> (as I didn't have the option <i>'private_store_cmStore'</i> in the dropdown on the right hand side)
      3) <i>com.sap.netweaver.coll.RoomMemberList</i> iView
         --> path = room_allusersgroup_rid
         --> roomRid = room_rid
         --> startUri = room_allusersgroup_rid[/code]
    What could be the issue?
    Please help me...
    Regards,
    SK.

    Hi Devendra,
    Did you get a chance to see the OA Framework FileUploadBean section in Dev guide. When you create a messageFileUpload bean, you might not require to write custom logic. Please see the dev guide section for details
    Regards
    Sumit

  • Room Template Changes not reflecting

    Hi,
    I have a Collaboration room template called Community. In that I have the Quick Poll Maintenance iview. I was getting the following error while creating a quick poll. When I try to add an image to a response in the quick poll, it gave me portal error. This was happening only inside the Collaboration room and not outside. Then I changed the mapping of the property PathToImages for the iview in the template to private_docs_path and saved the template.
    Now the error does not come in the new rooms that I create with this template. But the old rooms are still having the problem. Any idea why?
    Alos, for my old room the template is being displayed as Community_&VER&22 and for new rooms is Community_&VER&28. Is there any way to synchronize the the template versions?
    Regards
    Ranjith

    Hi,
    which version of the portal are you using?
    Starting with NW04 SPS 17 / NW04s SPS8, you can transfer changes from the template to existing rooms. Before these releases, this is not possible. Please have a look at http://help.sap.com/saphelp_nw2004s/helpdata/en/44/168eb1c3641a75e10000000a1553f6/frameset.htm
    Kind regards
    karin

  • Error in Room Template Creation

    hi,
    In portal we developed our own room template.Due to some reasons we have deleted that room template also.After deletion the room template name is not appearing in the dropdown when I try to create a room.
    But when we tried to create another room template with the same room template name which I have deleted earlier, it is giving an error 'No valid name for room template'. what is the reason.........
    Is the deleted room template existing anywhere?
    Thanks and regards.
    shami.

    Hello Shami,
    Deleted room is not existing but its record is maintained in Room Template Version Folder.( I am referring NW2004s, EP7.0, SP11)
    So it might not allow the deleted name to use.
    Sorry I can't attach the screen shot to prove my point .
    Thanks and regards,
    Pradnya

  • Collaboration Room Template problem with Roominformation iView

    Hello all,
    I'm trying to make a custom collab room template, but I'm having troubles with the Roominformation iView. It always gives me an error 
    <i>Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 11:28_30/10/07_0005_2777350
    See the details for the exception ID in the log file.</i>
    What I've done is copied the Room information extended iView , paste it in a page, assigned that page to a the collabroom workset.
    Is there perhaps some configuration I have forgotten ? If so, where do I have to do the configuration ?
    Thank you in advance !
    Abjuh

    Okay, found the problem. It was indeed some configuration that I've forgot.
    com.sap.netweaver.coll.RoomInformationExtended
    iView property com_sap_netweaver_coll_information_roomid = room_id (=parameter)

  • Differents Email Notifications for each Collaboration Room Template

    Dear all,
    I have two collaboration room templates. I want to know if I can have one Email (Notification) template for Room Template 1 and a second Email (Notification) template for Room Template 2.
    Example:
    For Room Template 1 --- > Invitation Email 1.
    For Room Template 2 --- > Invitation Email 2.
    Cheers,
    Andres.

    Without knowing more about your customizations it's not possible to give you an exact answer. However, the way that I do this is by modifying the underlying workflow.
    I usually do something like this:
    <Action id='0' process='TaskDefinition-Notification-Process'>
        <Argument name='template' value="mytemplate"/>
        <Argument name='to' value='$(toAddr)'/>
        <Argument name='cc' value='$(ccAddr)'/>
        <Argument name='from' value='%%FROM_ADDRESS%%'/>
        <Return from="notificationException" to="notificationException"/>
    </Action>Note the toAddr variable, the ccAddr variable and the single template. You can either build it as one big list of email address and send it out once or use the standard workflow looping techniques and loop over the sub process over and over.
    As with anything Sun IDM, there's a thousand ways to do to this, including hooking into a the viewOptions.process variable to define your own workflow where this can be done.
    Anyway, that's how I solved it.

  • Public Area in Room Template

    Hello,
    I created a room template which doesn't contain a public area. This works fine. Now I want to create a room template with public area. Therefore I copied the template without public area and tried to modify it. I changed the parameter <b>Access</b> from <i>private</i> to <i>public</i> in the <b>cmRoomExtensionSP2FP</b> extension for the documents. But I can't see any changes. The room does still not have a public access. Does anybody know,  what the problem is and what further steps I have to do?
    Regards,
    Dominik

    Hi Dominik,
    you should also assign one or several pages to the public-Role
    Hope this helps
    Karin

  • Problem with room template

    Hi All,
         I have created a new Room template and have added other iViews besides the Room calendar.
    Everything is working fine in the room except the Room calendar. I get the following error
    <i><b>"Invalid RID: 20b1bad6-5c27-2810-d199-d91203b5c46f",</b></i> which i guess is the Room Id.
    I even tried copying the "Calendar and Sessions" page from SAP Team room template into my template, but that also doesn’t work. If I create a room using SAP Team Room template the calendar works fine, but not in a room created with my template.
    The following mapping have been done
    In the page com.sap.netweaver.coll.CalendarAndSessions_0
    the property com_sap_netweaver_coll_gwui_roomid is set as room_id for component com.sap.netweaver.coll.RoomCalendar
    The stack trace shows the following error
    <i>#1.5#0002A5EF3C19004700000084000012A4000403FC3CBC5A48#1130281792354#com.sapportals.wcm.rendering.base.StatusFactory#sap.com/irj#com.sapportals.wcm.rendering.base.StatusFactory#amahto#8276####72cc642045ac11daaab50002a5ef3c19#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Plain###No status mapped to the given list type <http://sap.com/xmlns/collaboration/rooms/room> using hard coded default#</i>
    Am I missing something somehwere?
    Thanks, Akhilesh

    Okay, found the problem. It was indeed some configuration that I've forgot.
    com.sap.netweaver.coll.RoomInformationExtended
    iView property com_sap_netweaver_coll_information_roomid = room_id (=parameter)

  • Want to use Apple TV to serve existing 4 room wired speaker installation

    I purchased a home with existing 4 room speaker system.  All wires terminate in basement where previous owner had some type of media control center.  Each speaker zone has control for volume in the various rooms.
    My goal is to reconnect the speakers and use my Apple TV (previous generation) as my music source.  I want to keep this as simple and cheap as possible.
    I am assuming I will need an Amp/receiver and a multi-speaker splitter to plug all the speaker wires into.  I know I can use the Apple Remote app on my IPhone to control it remotely.
    What I would like to hear about from the community is
    1. opinions on this set up.  Is there an easier or simpler way to drive and control the speaker?
    2. if this arrangment makes sense, has anyone done this and what equipment works best?
    Thanks

    If you have zoned volume control (ie control for each room) your simplest set up would be to join all four sets of speaker cables into a single output from an amp/receiver, you would need to turn the volume to zero in rooms where you didn't want audio but you will need to judge for yourself whether that is convenient for you or not.
    Your other option is to use an amp with at least 4 separately controlled outputs or a multiplexer, this would be controlled from one central point and so would allow you to turn rooms off without actually visiting them.

  • How can I use KM document  iView in a room TEMPLATE?

    I want to use a KM document iView in a room template.  The target document for this iView will contain some standard html content for every room built from this room template. This file's content and the folder structure for the room template will come from a room extension. The iView should be able to display the HTML in the target document, which will always have the same name (roomHome.html).  How can I configure my room template so that each instance of rooms built from this template will be able to navigate to its own unique instance of roomHome.html?

    It's not possible to tag text with multiple languages in Pages 5.  Go back to Pages 4, which should still be in you iWork folder.
    For the whole doc in Pages 5, use Edit > Spellling and Grammar > Show Spelling and Grammar.

  • Room Template's icons are not displaying

    In Collaboration->collaboration content->Administration of Room part Templates,
    The Room Template's icons are not displaying.
    All icons are avilable in the folder
    \usr\sap\J2E\SYS\global\config\cm\etc\public\mimes\images
    i checked in both IE 6.0 and Netscape.
    Please give some Hints about this.

    i solved the problem.The root directory was changed.So i corrected.The path is as follows
    systemAdministration<>SystemConfiguration<>KnowledgeManagement<>ContentManagement<>FileSystemRepository

  • Error with new Room Template (containing KM Navigation iView)

    Hello,
    I created a new room template based on a newly created workset which just contains the KM Navigation iView. As I went through the template wizard step by step (Content Administration > Collaboration Content > Room Template Administration) I didn't add any External Parameters (Step 3) and didn't add any extensions (Step 4). In the Mapping (Step 5) I mapped all internal parameter to "room_id" since I didn't know it any better. Then I created a room based on this template. When I entered the room I got the following error message. Is it possible that the following error has to do with the fact that I mapped all internal parameters to "room_id" and that I did not add any external parameters or any extensions?
    com.sap.portal.pcm.Title   
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.ip.collaboration/Rooms/20dcad45-aaaf-2910-3289-d797c9b4a1ae/workset/km_documents/kmnavigationiview
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Thanks a ton for our help!
    Katharina

    Hi,
    Maybe you can post this issue in the portal platform forum. This may get you more results.
    Rgds,
    Soujanya

Maybe you are looking for

  • ITunes new version doesn't open at all. Gives error message

    I downloaded 7.4.3 version of iTunes and it doesn't open at all. Gives error message. "iTunes has encountered a problem and needs to close." I have previous version of iTunes in my spare HD, in the same computer, and it works perfectly fine. I have u

  • IPad 2 "stuck" on mute and how I fixed it.

    Did not see a discussion related to this, so forgive me if I'm addressing something that's already been addressed. Sometimes I notice that I'm not getting sound from my apps, even with the sound turned up. I discovered that this happens when the side

  • How to reverse GR, GI, delivery, STO ?

    Dear Experts, I have created STO for stock transfer from plant 2 to plant 1. Delivery, PGI, Excise Invoice has been confirmed at plant 2. Subsequently GR has been made with ref. to delivery doc. at plant 1. Being the transfered material is subject to

  • UPGRADE STEPS FROM ECC 5.0 TO ECC 6.00

    Hi, Can anyone of you help me in the upgrade steps (Process) from ECC 5.0 to ECC 6.0. Thanks in Advance. Ram

  • Empty playlists in Walkman version 8.5.A.0.6!

    Hi I recieved the walkaman update about a month or more from now..but i have been facing some serious problems like the 'most played' playlist, 'recently played' playlist, the 'walkman favorites' are always empty no matr how many songs i add or play!