Managing more than one logical component in SMSY Current System Assignments

Hi,
I have a problem with managing logical components in TA SMSY in my Solution Manager System, in the section "System Groups and logical Components". I want to maintain more than one logical System e. g. from Type Application Server ABAP --> SAP NETWEAVER APPLICATION SERV.
That means e. g. i want to maintain 2 or more Demo Systems from different Servers or Instances of the same Product Version in the same logical Component .
What I want to know is, is there a way to display these logical components in tne  "Current System Assignments" - View in that form
Logical Component is e.g. : SAP NETWEAVER APPLICATION SERV
product/main instance is   : SAP NETWEAVER [Application Server ABAP]
Product Version | Development System | Demo System | Training System | Production System | ...
|--|||--
|
SAP NW 7.0        |                                         | ZB1: 100           |                               |                                     |
|--|||--
|
SAP NW 7.0        |                                         | ZB2: 800           |                               |                                     | ...
Thanks beforehand for your help.
Greets C. Peifer
Edited by: Carsten Peifer on Dec 15, 2008 4:03 PM

Thanks for your quick answer,
but i have to say, that this is not exactly what i've been lookin for.
What I need in my System Landscape is to have each demosystem as a logical Component from the same type (e.g. SAP NETWEAVER APPLICATION SERVER ABAP).
So that in Change Management in a Maintenance Optimizer Transaction i can choose between each demo system in my System Landscape (from the type SAP Netweaver Application Server ABAP) that i will maintain in Maintenance Optimizer, e.g. download a new SP Stack.
My Intention is to create new logical components from type  SAP NETWEAVER APPLICATION SERVER ABAP in my Namespace e.g. ZSAPNW01, ZSAPNW02, ... and to maintain the types of systems (Demo, Development, Training etc ...) for each logical component.
Is this the only Possibility?
Or do i can also display my logical components the way i descriped beyond?
>
Product Version | Development System | Demo System | Training System | Production System | ...
|--|||--
|
SAP NW 7.0 | | ZB1: 100 | | |
|--|||--
|
SAP NW 7.0 | | ZB2: 800 | | | ...  

Similar Messages

  • Can I manage more than one iTouch from one PC?

    A family member has an iTouch managed with iTunes on PC. Another family member would like an iTouch but does not have a computer.
    Can one manage more than one iTouch from one PC? How? Does one install separate instances of iTunes somehow on the PC for each device?
    There is also the desire to have separate Apple Store accounts for each device. We don't what synced devices.

    *How to use multiple iPods with one computer*
    The Apple support document How to use multiple iPods with one computer suggests a number of ways. I use method two (Sync with selected playlists) with a slight twist. Rather than regular playlists I set the grouping field to indicate which users should receive which tracks and create smart playlists based on the content of this field.
    e.g.
    "Alice's Tracks" is "Grouping contains Alice" + "Kind contains audio"
    "Bob's Videos" is "Grouping contains Bob" + "Kind does not contain audio"
    Tracks that both Alice & Bob want on their iPods have the grouping set to "Alice/Bob"
    etc.
    I currently manage our family's five iPods using this system, each getting a different selection to suit their tastes and the capacity of their iPod. An advantage of using the grouping field is that it is stored in file tags (for non-wav audio files anyway) so that it is relatively easy to recreate the playlists should the iTunes library get trashed. Also useful if you move files about manually as playlist membership is preserved when you delete & re-import the tracks.
    tt2

  • RegionRenderer encodeAll The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance.

    Hi,
    I am using JDEV 11.1.2.1.0
    I am getting the following error :-
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    Piece of code is for region is:-
       <f:facet name="second">
                                                <af:panelStretchLayout id="pa1"
                                                                       binding="#{backingBeanScope.Assign.pa1}">
                                                    <f:facet name="center">
                                                        <af:region value="#{bindings.tfdAssignGraph1.regionModel}" id="r1"
                                                                   binding="#{backingBeanScope.Assign.r1}"/>
                                                    </f:facet>
                                                </af:panelStretchLayout>
                                            </f:facet>
    How do I resolve it ?
    Thanks,

    Hi,
    I see at least 3 errors
    1. <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components.
    the page fragment should only have a single component under the jsp:root tag. If you see more than one, wrap them in e.g. an af:panelGroupLayout or af:group component
    2. SAPFunction.jspx/.xml" has an invalid character ".".
    check the document (you can open it in JDeveloper if the customization was a seeded one. Seems that editing this file smething has gone bad
    3. The expression "#{bindings..regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "pePanel") evaluated to null.
    "pageeditorpanel" does seem to be missing in the PageDef file of the page holding the region
    Frank

  • Logical table having more than one Logical table sources

    Hi ,
    Is it possible a logical table has 2 logical table sources and there is no join between the underlying table of logical table sources?
    What will happen if we create the request which contains one attribute from each source?
    Will BI server return records with Cartesian join?
    Is it mandatory if logical table is having more than one logical table sources(exp. Logical table sources are X,Y and underlying table is A,B respectively),
    The underlying tables (A&B) must be joined ?
    Can someone explain the logic behind the logical table sources? How does it work?
    Any reference of document will be appreciable.
    Thanks,Ashish

    Hi Stijn,
    Thanks for response.
    You are saying that Oracle BI server will run a query against both tables and combine the results. But if there is no possibilty of any type of join, how BI server will combine the results from both tables.
    I have a scenario like below -
    Suppose i have 2 tables A and B at physical layer. Both table contains the information of any common subject area.
    But there is no attribute is common between A and B so not any kind of join possible between two.
    Now if i create a logical table with 2 logical table source A and B and create any request having one column from A and one from B ,
    What will happen? How BI server will combine the result? Will BI server not result records after Cartesian join.
    How can i model this scenario?

  • More than one business component (views) in the same JSP page

    Hi, I am trying to have more than one business component (views) in the same JSP page as Input Form.
    For example:
    There are two BC4J:
    Person:
    Code.
    Name.
    Address:
         Person_code
         Street.
         City.
    There is a master detail relationship between them and there is a link between both views in the application module.
    I want to create a JSP page with an Input form for both views. When the user decides to create a Person, I need to insert in both tables.
    Insert code and name into Person table.
    Insert Person_code, Street and City into Address table.
    It is possible to do in Forms but I am not sure if I can be able to do this in JDeveloper 10G.
    Thanks

    Sorry I lost the tabs
    Person has two attributes Code and Name.
    Address has three attributes Person_coden Street, City.

  • Manage more than one news module in the same website

    Hi, I am wondering if it is possible to manage more than one News module in the same website and have them all display different content.
    Like a news module in the News section displaying announcements and a press section module displaying press related news f. e.

    Hello
    Possible: yes
    Recommended: no
    This can certainly be done and Discoverer will not prevent you from having reports that use different business areas as you describe.
    However, for management and security purposes it does not make for ease of use. As you know a user has the ability to share a workbook with another user. If they do this then ALL reports within that workbook are shared. If the receiving user does not have access to one or more of the business areas then some reports will run and some will not. This can be very confusing to an end user and a possible nightmare to administer.
    My recommendation would be to have a workbook per business area and not mix.
    If there is more than one business area per functional area, for example sales and returns, then so long as the users have access to both business areas then you could use a common workbook.
    Personally I would not even do this, so my strongest advice would be to have all reports in a workbook written against the same business area.
    Hope this helps
    Michael

  • How to manage more than one manager

    Hi!
    I would like to manage more than one manager for every user (organization).
    Can I write more value to manager attribute?
    I use Oracle IDM 11gR2.
    Thanks in advance,
    Attila

    In this case, you might need to create a manager structure based on Roles and create a role for each identified manager and put in it those users whom they manage. OIM only allows for a single manager per user on the user form. There is no default functioanlity to allow for this type of manager structure though, so if you see any checkboxes that limit based on manager, it will not work for this. Also any email notifications that are configured to go to the manager will also not work. You would have to use the APIs to see what role the current user is a member of, and then maybe you can add a custom field to your roles to limit what is returned like "Is Manager Role" and if true, return only those.
    Just a few ideas to get you headed in the right direction.
    -Kevin

  • Can there be more than one transport targets for a business system in sld

    Hi All,
    I have a question about transport targets in sld for sap xi 3.0 sp19.
    We have a requirement where a business system needs to have two transport targets.In SLD i see that only one transport target can be assigned. Is there any way to assign more than one transport target to a business system?
    I know that there can be more than one source for a business system where more than one  different business systems have the same business system as the target.
    I am not sure if a business system can have more than one transport target .If yes , what is the way to add more than one ?
    Please help .
    Thanks,
    Padmaja

    Hello,
    I know that there can be more than one source for a business system where more than one different business systems have the same business system as the target.
    As far as I know, you would have to change the target everytime you will transport it to a different target e.g 3 target systems = 3 times you change the transport target in SLD.
    Regards,
    Mark

  • The same Java service in more than one Flex component

    Hello, I'm using Java to do the services for one application, and I want to use the same service in more than one component. I know how can I use in one component but I don't know if I have to declarate again in the other or how can I do. Here a part of the code to show clearly.
    var info:IServiceInfo;
                    //Ask service ref
                    info = Environment.getInstance().
                        serviceLocator.getterService("com.ent.prueba.Conexion");//the package and the class name
                    info.addEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.addEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    info.lookup();
                //The service exist
                private function onInfoResult(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    var ser:Service = info.getService();
                    ser.addEventListener(ResultEvent.RESULT, onCtxInfo);
                    ser.addEventListener(FaultEvent.FAULT, onInfoFault);
                    ser.getStore(1);
                //The service doesn't exist
                private function onInfoFault(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    Environment.getInstance().showInfoUser("Error with the service");
                private function onCtxInfo(event:ResultEvent):void{
                    lbl.text = event.result as String;
                private function onCtxInfoError(event:FaultEvent):void{
                    lbl.text = "Fallo : " + event.message;
    This code works, but I want to use ser.xxxx in other component.
    private function treeLoaded():void
               ser.getFolder(id);                                       
            private function treeLoadedResult(event:ResultEvent):void
                xmlTree = XML(ser.getFolder.lastResult.toString());
               var lista:XMLList= xmlTree.Cuenta;
               for(var i:Number=0;i<lista.length(); i++)
                       var tmpTree:XMLList = xmlTree.Cuenta[i].node;
                      newTree.dataProvider = tmpTree;
                     newTree.labelField = "@label";
                       treePanel.addChild(newTree);
    I hope that someone knows how can I do that. how can I can to 'ser' in the second component.
    Thanks!
    PD: all the methods that i want to use in ser.xxxx are in the same class 'Conexion'

    Nobody can guide me

  • Nokia messagging: manage more than one account hel...

    I'm testing Nokia messaging for a few days
    I wonder this:
    for now I've set 2 email addresses .. one Alice and one gmail
    To read the mail It's enough for me to check only one of the two accounts (everything is forworded to Alice)
    But when I respond wuold like  to be able to choose from different account
    Is there  the possibilityto have more than one account  (till 10 I know)  but make nokia messaging controls only one?
    I mean: download only the mail from the email account that I choose ... leave the other account active but with no sync in download
    In this way I can download only from one account (faster and no waste of time and space) and be able to answer from different accounts set up in nokia mail site
    thanks

    Yes you can.  If those multiple accounts are for different people, it is usually best for each person to have their own iTunes library in a separate Windows user account.

  • How is it possible to connect more than one SAP R/3 4.6c System to TREX 6.1

    Hi,
    I'm using SAP TREX 6.1 together with an 4.6c System. Now I want to connect the TREX to more than one R/3 System, so that every R/3 System has got its own Index-Category on the TREX Host.
    Does somebody know what I have to enter in the ini files -->TREXRfcServer.ini and in the TREXDaemon.ini? Perhaps there are some other important things that have to be considered at the usage of TREX 6.1 with 2 or more connected SAP R/3 Systems?!
    I would be happy about every helpful answer!
    greetings,
    Chris
    Message was edited by:
            Christian Blatt

    Hi Edmond Wong,
    Follow the steps below and you should be able to connect via SAP Logon Ticket.
    1. Set your system definition in portal to read SAPLOGONTICKETS.
    2. Go to your R3 server and execute transaction SM30, maintain table view TWPSSO2ACL
    3. Create a new entry with your portal ID and client info. Subject name and Issuer name is extracted from your portal Key Administration under DN of Owner and DN or Issuer. Remember to enter your serial number (normally oo if you only have one portal instance on your server)save this entry.
    4. Next download your portal certificate in der format from your Key Administration page. Unzip the file and you should have a verify.der certificate.
    5. Execute STRUSTSSO2 in R3, import your verify.der certificate into R3, then click on add to certificate list, also click on add to ACL list. Save entry.
    6 As for ITS, all you need is to add the parameter ~myssocookies2 = 1, restart your ITS.
    7. remember to remove your user mapping befor testing the connectivity.
    Drop me an email should you have problems. [email protected]
    Ta!
    Fred

  • How to manage more than one iTunes library?

    I want to transfer some media from my lap to an ext drive to create more space. I want one iTunes library on the ext drive for some media and keep the main library on my laptop. I created a new iTunes library on my external drive and added one artist's folder from the Music Folder to it. Now when I eject the external drive I am unable to open the iTunes on my laptop because the "folder containing the iTunes library cannot be found". What do I do to open my home iTunes back on my laptop? Is managing two iTunes libraries the best way to keep your media on the external drive? If so, what do I do?

    In this case, you might need to create a manager structure based on Roles and create a role for each identified manager and put in it those users whom they manage. OIM only allows for a single manager per user on the user form. There is no default functioanlity to allow for this type of manager structure though, so if you see any checkboxes that limit based on manager, it will not work for this. Also any email notifications that are configured to go to the manager will also not work. You would have to use the APIs to see what role the current user is a member of, and then maybe you can add a custom field to your roles to limit what is returned like "Is Manager Role" and if true, return only those.
    Just a few ideas to get you headed in the right direction.
    -Kevin

  • How to manage more than one iPOD on just one PC.

    How do I manage my fifth gen. iVideo and my Nano files conveniently on one PC? It is easy to lose songs and get disoriented with how to keep from losing songs going from one to another?

    See if this helps;
    Using Multiple iPods with One Computer
    Cheers!
    -Bryan

  • Managing more than one Nano on single computer

    I own a nano and am thinking about getting my son one. I just want to make sure both Nano's can be managed on one computer without confusion about which songs go on what Nano, etc. Can someone help me out? Thanks!!

    Click here for information.
    (26882)

  • HT1351 How do I manage more than one ipod on one PC?

    Everybody in the family has their own ipod and their own content. How do we manage them all on one PC?

    Click here for options.
    (71809)

Maybe you are looking for

  • How do I converting a PDF to a grayscale document ???

    Is there anyway to convert a color PDF document into a grayscale document (reducing the overall file size?) I know in the initial creation stage you can scan images as grayscale with a low resolution, but I'm talking, after a high resolution color PD

  • IPhoto 9.6 - slideshow to movie - text slides show only text and no image

    Made slideshow in iPhoto 9.6. Runs fine in slideshow mode on my iMac. However, when I export it to my desktop as a movie, slides that I inserted text via the text slide feature (bottom right of iPhoto) - black with the text only - lost the image. Thi

  • R/3-XI-File - ErrorHandling Approach

    hi XI experts, my scenario is R/3XIFILE.  what should be the error handling approach for this and how to achieve it.  say for example, i am using abap proxy betwee R/3 and XI.  if the r/3 system fails, how do i handle the exception. at the same time

  • Error: Timeout for content (ias1.0.2.2 on W2000)

    I have recently installed iAS 1.0.2.2 (standard edition) Database is 8.1.7.1.1 OS is Windows 2000 Machine is Compaq Armada M700 with 512Mb memory The install seemed to go fine, but some of the Portal administrative portlets are displaying the message

  • MSS error in PCR

    hey, I got an error for every PCR I wan't to do the error is <i>Error in try-catch block - Template could not be retrieved.  </i> Does anybody has any idea on how to solve this? thanks Lien