Flex Resources list

Flex sites/blogs:
http://www.macromedia.com/software/flex/productinfo/faq/
http://www.cflex.net/
http://www.flexauthority.com/
http://weblogs.macromedia.com/mxna/
http://www.flexdaddy.info/
http://www.clinttredway.com/blog/
http://www.richinternet.de/blog/
http://www.everythingflex.com
http://labs.adobe.com/ (2.0 Beta
specific)
Flex style Explorer:
http://www.markme.com/mc/archives/FlexStyleExplorer.html
Documentation:
http://livedocs.macromedia.com/flex/15/asdocs_en/index.html
http://www.macromedia.com/go/flex15_java_livedocs
http://www.macromedia.com/cfusion/knowledgebase/index.cfm
Lists:
http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?catid=346
http://groups.yahoo.com/group/flexcoders/
Bugs/enhancement requests:
http://www.macromedia.com/support/email/wishform/

"Create a Login System with Flex and PHP"
http://www.vipercreations.com/tutorials/Adobe%20Flex/tutorials/Adobe%20Flex/28.html
"Flex MP3 Player"
http://www.vipercreations.com/tutorials/Adobe%20Flex/tutorials/Adobe%20Flex/29.html

Similar Messages

  • Flex Mobile List Item Renderer problems

    i have flex mobile list created with item renderer,i remove individual item in flex mobile list,it is worked very well,but some times i double click action or another scroll event using in list, last item doesn't delete in flex mobile list.it is repeated again and again.so anyone this problem faced,give me a solution.
    i expect your feedback.Thanking You

    Hi Alex,
    I've searched a lot for that post (on this forum and on google). Not sure if this is the post you were talking about: http://tech.groups.yahoo.com/group/flexcoders/message/161146
    I have fixed the setter of the data not to also manage the state (I figured it was inappropriate there)... overrode the getCurrentRendererState, I'm managing the state staight from the data. When I run the following... All sold items show as sold... and normal states show as normal. When I try to hover over the normal state, it dosen't play the hovered state, and when I click to the selected state. These built in states don't work.
    override public function set data(value:Object):void {
         super.data = value;
         ticketNumber_ti.text = value.slots_id;
    override protected function getCurrentRendererState():String {
         var state:String;
         if (data.date_purchased != null) {
              state = 'sold';
              mouseChildren = false;
              mouseEnabled = false;
         }  else {
              state = 'normal';
              mouseChildren = true;
              mouseEnabled = true;
         return state;
    On another note, the states only update, once I start scrolling, everything updates... I tried to validateDisplayList() to the List after setting the dataProvider with no luck.
    Once I find a solution I will certainly add it to my Blog as I have not found a lot of solutions for this problem.
    Any help is grteatly appreciated.

  • The specified Resource List is invalid while adding memeber to resource lst

    HI team,
    I am trying add a item to a already exist resource list in Oracle Projects by Using an API with below code but i ma getting an error Single Planning Resource failed!.
    Error: The specified Resource List is invalid.
    Please help me in resolving in this issue.
    CODE:
    DECLARE
    l_return_status VARCHAR2(2000);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    l_resource_list_member_id NUMBER;
    p_chr_temp_str VARCHAR2(512);
    l_chr_error_message VARCHAR2(2000);
    l_list VARCHAR2 (240 Byte) :='AS DEFAULT PRL UKH'; -- Taken from select name from pa_resource_lists
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(120345,51072,275,0,114);
    PA_RESOURCE_PUB.ADD_RESOURCE_LIST_MEMBER(
    p_commit => FND_API.G_FALSE,
    p_init_msg_list => FND_API.G_FALSE,
    p_api_version_number => 1.0,
    p_resource_list_name =>l_list,
    p_resource_list_id =>1061, -- Taken from select reource_list_id from pa_resource_lists
    p_resource_group_alias =>null,
    p_resource_group_name =>null, --
    p_resource_type_code =>NULL,--'ORGANIZATION',
    p_resource_attr_value =>'ORGANIZATION',
    p_resource_alias =>'TEST12345', -- Alias Name
    p_sort_order => PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM,
    p_enabled_flag => PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR,
    p_resource_list_member_id => l_resource_list_member_id,
    p_msg_count => l_msg_count,
    p_msg_data => l_msg_data,
    p_return_status => l_return_status );
    dbms_output.put_line(SubStr('p_return_status = '||l_return_status,1,255));
    dbms_output.put_line('p_msg_count = '||TO_CHAR(l_msg_count));
    dbms_output.put_line(SubStr('p_msg_data = '||l_msg_data,1,255));
    dbms_output.put_line(SubStr('l_resource_list_member_id = '||l_resource_list_member_id,1,255));
    IF (l_return_status != Fnd_Api.G_RET_STS_SUCCESS) THEN
    dbms_output.put_line('Single Planning Resource failed!.');
    IF (l_msg_count > 0) THEN
    p_chr_temp_str := SUBSTR(Fnd_Msg_Pub.get(Fnd_Msg_Pub.G_FIRST, Fnd_Api.G_FALSE),1,512);
    FOR I IN 1..(l_msg_count -1) LOOP
    p_chr_temp_str := SUBSTR(Fnd_Msg_Pub.get(Fnd_Msg_Pub.G_NEXT, Fnd_Api.G_FALSE),1,512);
    END LOOP;
    dbms_output.put_line('Error: '||p_chr_temp_str);
    END IF;
    END IF;
    END;
    Thanksin Advance,
    Regards,

    You can do it one of two ways:
    1. Change the rule of the top level to deny everything.
    or
    2. Add a rule below your "map C to Z" to deny everything.
    The way it works is that when SGD finds a local drive, it'll try find a matching rule. If it doesn't find it, it'll go up the datastore structure and check for rules. And the first rule that applies, it'll use that rule. So, in your case, when SGD sees drive A (for example), it looks at the rule of the person (or profile) object and it does not find a matching rule since you only have one rule (map C to Z), so it goes up the datastore structure, and try finding a matching rule. Since you have no other rules in between, it goes all the way to the top and try to map drive A to "U" (default first drive letter).
    Hope this helps.

  • Implementing resource list filter

    hi,
    i'm implementing a resource list filter. i added the filter as a jar file in the lib directory of my portal application, and created a portal service which registers the classloader to CRT. In the log file i can see that the registering is done succesfully. But when i create the filter in the portal i get ClassNotFoundException.
    Do i need to implement a manager too??? or is this probably just a naming problem?
    thx,
    Kristof

    Hi Detlev,
    yeah well, i was right about the naming problem, so i got the filter running now.
    But another problem occured. I need to extend the DCTMResourceListFilter, so i inherited this class. The only thing i did was calling super methods in constructor and FilterResourceList, and then i got this exception. Kinda strange because there is a filter configured using this DCTM class. Any idea's??? thx
    Exception ID:10:19_13/10/06_0001_4133550
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : E122830
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    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:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.wdf.WdfError
    at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)
    at com.sapportals.htmlb.AbstractCompositeComponent.render(AbstractCompositeComponent.java:41)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultFlowLayoutRenderer.render(DefaultFlowLayoutRenderer.java:29)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultFormRenderer.render(DefaultFormRenderer.java:39)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultDocumentRenderer.render(DefaultDocumentRenderer.java:69)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:686)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:355)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:286)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.render(GridLayoutRenderer.java:39)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:127)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
    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)
    ... 29 more

  • IPod Unit in Computer Resources list disappears when iTunes Starts

    When iTunes Starts and detects the iPod device the iPod disk resource, in computer resource list (e.g. iPod (G:)) disappears. In this way any action I made to iPod fails.
    I tried all but it doesn't working.
    help me....

    I tried two different USB ports each a failure. Other USB items are as follows: wireless mouse + keyboard bundle, wireless network adapter, digital camera (sits there all the time), and 500 GB Western Digital external hard drive. I am on a network but nothing from the iPod or iTunes accompanying folders are shared. Originally I had G: but it is now I:.
    At the moment it works again (for now). I don't know why it worked for me but I tried a non-official iPod song loader and when that didn't work I just deleted everything on the iPod (hidden files too) and the next time iTunes tried syncing it asked to set up new iPod controls. After that it stayed on the My Computer folder and I could reload songs through iTunes. I haven't tried it more than this once because I don't want to jinx it. I don't suggest my way because it was probably dumb luck.

  • Update Resources in CCX resources list

    how do I edit the resource list in CCX resource?
    I need to change one of the team members in the resources list
    when I go to user configuration, it says "Agent capability cannot be modified in Cisco Unified CCX.

    That sounds correct.  Under User Management is where you assign roles such as: Admin, Supervisor, and Reporting.  Agents are created in CUCM by assigning the IPCC Extension field to the End User.
    Depending on the change you are looking to make, it might be in the screenshot you have provided (RmCm > Resources) or in CUCM End Users.

  • Resources List empty

    Hi all,
    Our UCCX is a 8.0.2 version .After a power failure our ups didnt react as expected and our uccx had a cold shutdown. Turning it back on some agents couldnt login getting an error message "Agent login is invalid". Checking the resource list we found nothing no resources in at all, all agent can  be seen in the inactive agents window. On the add resources menu i can find all agents except of those that can login. If i try to add them i get a message that the user id allready exists.
    The only service that is it stopped is the archive manager which i am investigating .....
    Any ideas

    Hi,
    Done both. Validation is fine and i ve restarted cme a couple of times.
    I found a reported bug which is similar
    https://supportforums.cisco.com/thread/2031228
    This seems interesting
    In between our correspondence, I had a Cisco TAC person connect and use CET to delete the entries in
    com.cisco.crs.cluster.config.ArchiveAdminConfig
    com.cisco.crs.cluster.config.ArchiveIdConfig
    com.cisco.crs.cluster.config.ArchiveLeaseConfig
    but i am not sure how to do it
    No good.
    Thanks

  • Planning resource list- material items and financial elements

    Hi all,
    I want to add material items to the planning resource list defined, HOW??
    I tried that but I cannot add items from inventory,,,
    Another issue, is to define financial elements,,, HOW??
    Thank you,,
    Tasneem

    Any help!!!!!!!!!!!!!!!!!!!!

  • Calling a custom resource list filter within another resource list filter

    Hi,
    We integrated an external repository (Documentum) in KM using a connector provided by them. And we would like to filter the search results given by Trex on a property of those documents.
    We thought about implementing a Resource List Filter for the StandardSearchResultRenderer (Search Result Renderer Settings) but it already uses a custom filter A provided by Documentum.
    Is it possible to create a new Resource List Filter B that would uses the custom filter A + perform a filter on a property?
    Thanks in advance,
    Eric

    Hi Eric,
    Do you know if TREX indexes the properties of the documentum repository? (Sorry to ask this, but I have no access to a documentum repository here) Are the properties part of the index? Easiest way to find out is to go to Display Index Details in TREX monitor, the indexed properties are listed there.
    If the properties are indexed you can probably proceed as described in the attached How To Guide from 3.2 onwards. The guide describes in the first part how to configure TREX so that it indexes DC properties from office attributes checked in into KMC- not interesting to you.
    The second part (from 3.2)  describes how these properties are made searchable, although they are not KM properties and not maintainable in KMC. This might meet your problem. The idea is to create a property in KMC using the property name that it has in TREX index.
    Please have a look and let me know if it is a solution for you,
    cheers,
    Bettina
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f2b51c01-0c01-0010-ddba-88b44076317f
    Message was edited by: Bettina Knauss

  • Resource List Filter NoClassDefFoundException

    Hi all!
    I have implemented a Resource List Filter to filter out un-approved resources. However, when i run it on the Navigation iView, there is this Exception:
    NoClassDefFoundError: com/sapportals/wcm/repository/ResourceFactory;
    Can you help me out? The code follows:
         public void filterResourceList(IResourceList list, IParameters params)
              throws WcmException {
              IResource resource = null;
                    // This seems to be the line raising the error
              IResourceFactory resFactory = ResourceFactory.getInstance();
              IRepositoryServiceFactory repServiceFactory = resFactory.getServiceFactory();
              for (int i = list.size() - 1; i >= 0 ; i--) {
                   resource = list.get(i);
                   IStatemanagementManager stateMgr =
                    (IStatemanagementManager) repServiceFactory.getRepositoryService(resource, IWcmConst.STATEMANAGEMENT_SERVICE);
                   IStatemanagementResource statRsrc = stateMgr.getStatemangementResource(resource);
                   IStatemanagementUtilsResource statRsrcUtils = statRsrc.getUtils();
                   IState state = statRsrcUtils.readState();
                   if (!"released".equals(state.getID())) list.remove(resource);
    Thanks in advance
    Thiago

    Hi Kumar,
    this is not really correct. A NoClassFoundException is not part of Java core. There only <i>ClassNotFoundException</i> and <i>NoClassDefFound<u>Error</u></i> do exist.
    ClassNotFoundException is thrown when a class is explicitely tried to get loaded. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassNotFoundException.html
    NoClassDefFoundError is thrown when a referenced class definition within a loaded class cannot be resolved. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoClassDefFoundError.html
    Also see for an overview http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_classload_viewer.html and/or http://dev2dev.bea.com/pub/a/2004/01/Webflow.html
    Hope it helps
    Detlev

  • Resource list filter for filtering on timestamp

    Hi,
    We need to implement scenario where only XML form messages active in the timestamp are displayed to end users.
    For this we have done the following changes :
    1) The KM folder permissions are Everyone has read only role and Admin users has Full control
    2) IN XML form we have a property which has unique name.
    3) There is layout set created , collection rendered and resource rendered, CM repository for having the KM folder under /root
    4) the collection rendered has configuration of resource list filter
    5) the filters par file is deployed refering the blog : Resource list filter for Flexible UI navigation
    In this ,the code references the Folder path and checks for the filter property.
    6) the resouce list filter has the java class as the one from par file.
    still this is not working. Please let me know if I am missing something.

    Hi Kumar,
    this is not really correct. A NoClassFoundException is not part of Java core. There only <i>ClassNotFoundException</i> and <i>NoClassDefFound<u>Error</u></i> do exist.
    ClassNotFoundException is thrown when a class is explicitely tried to get loaded. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassNotFoundException.html
    NoClassDefFoundError is thrown when a referenced class definition within a loaded class cannot be resolved. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoClassDefFoundError.html
    Also see for an overview http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_classload_viewer.html and/or http://dev2dev.bea.com/pub/a/2004/01/Webflow.html
    Hope it helps
    Detlev

  • Resource List Filter versus Portal Drive

    Hi all,
    i have created own resource list filter and i found out that the class receives wrong input data. The input list of resources doesn't contain resources created via Portal Drive. Has somebody same problem? Thanks in advance for whichever advice!
    Regards
    Zbynek

    Hi Zbynek,
    That sounds a bit strange. The resources are listed within the portal anyhow, but they are not passed to the filter implementation? I've never experienced that and I also have difficulties to imagine such a scenario.
    Anyhow, if it is true, you definitely should open an OSS message about it. But first, double-check your situation!
    Hope it helps
    Detlev

  • I cant find my GPIB device in the VISA resources list

    Hi,
    I am using Labview 8.5.1. I am trying to program my Agilent multimeter with Labview. I have downloaded the drivers for the model. HOwever, I dont see the device on the VISA resources list. All I see is COM, LPT1 and refresh. Is there a solution for this?
    Regards,
    Wiki

    Hi r31415smith,
    There maybe a little of confusion here but, I believe when communicating with a GPIB device you would want to use VISA commands and when you are looking to communicate over the serial port you use the VISA-Serial commands.  The Basic Serial Write and Read.vi is looking specifically for a serial port.  
    If you downloaded the keithley drivers from here and installed them using the directions from here.  Then there should be Keithley examples installed on your computer.  If you open Labview 2010 and navigate to Help > Find Instrument Drivers.  A dialog will open up and show you the installed instruments.  Then, if you click on Keithley 24xx it will show you example files for communicating with your instrument.
    I think that if the Basic Serial Read Write had worked in the 8.5 the example file may have been change to only work with a visa serial instead of general VISA.  
    Hopefully this has helped you out and shed some light on what is going on. 
    Regards,
    Mike Altmann
    LabVIEW Platform PSE
    National Instruments

  • Cluster Vols not appearing properly in Storage Resource List

    Still getting started with NSM4.0......
    When running GSR, seeing lots of errors for " Error#28 (File system path could not be found.)" when I can actually find the path in the browsers, looked in the Storage Resource List and instead of seeing clusterresource\volumename (which is the path in the string that is erroring above) I'm seeing clusternode\volumename. This is what is causing the issue in the previous thread. Tried to do a rebuild and got the same results. Users see the volumes as clusterresource\volumename, and that is how they are mapped in the login script,
    How/where do I look to correct this?
    thanks in advance

    On 12/5/2014 9:44 AM, NFMS Support Team wrote:
    > On 12/5/2014 6:16 AM, dbgallo wrote:
    >>
    >> Still getting started with NSM4.0......
    >>
    >> When running GSR, seeing lots of errors for " Error#28 (File system path
    >> could not be found.)" when I can actually find the path in the browsers,
    >> looked in the Storage Resource List and instead of seeing
    >> clusterresource\volumename (which is the path in the string that is
    >> erroring above) I'm seeing clusternode\volumename. This is what is
    >> causing the issue in the previous thread. Tried to do a rebuild and got
    >> the same results. Users see the volumes as clusterresource\volumename,
    >> and that is how they are mapped in the login script,
    >>
    >> How/where do I look to correct this?
    >>
    >> thanks in advance
    >>
    >>
    > Make sure that the nsmproxy object has Supervisor rights on the virtual
    > server and its resources. We've very rarely seen cases where inheritance
    > of Supervisor rights from the root of the tree stops at that level on
    > cluster volumes.
    >
    > -- NFMS Support Team
    After that, rebuild the Storage Resources cache.
    -- NFMS Support Team

  • More then one resource list filter in render

    Hello KM Experts,
    Is it possible to add more then one resource list filter in collection list render.
    I've tried to add two different collection list renders with different filters to layout. But it seems that works only one of the filters.
    Any suggestion?

    Hi,
    Wt way you created filter (Coding or through portal). In portal means
    Goto System Admin>System Config>KM>Content management>Global Service>Resource List Filter>Resource List Filter-->Check ur filter settings.
    Refer this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31fa0d2d-0401-0010-efa3-af7a8647c3bc
    Regards,
    Senthil K.

Maybe you are looking for