Database component is not displayed in system monitoring

hi all
I configured system monitoring but I can`t see Database conponent (ex.SID_database) .
I can see another components that are servers and systems (ex.host_SID_SNO)
I checked database in SMSY and rfc commuication is trustconnection between SOLMAN and ERP
Another Servers (ex. BW, XI, EP) are displayed Database component.
how can I solve this problem
thanks

hi, Andreas
thanks for your reply
I tried but same.
any help plz

Similar Messages

  • 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

  • Early 2011 15inch MacBook Pro not displaying on external monitor

    I have an early 2011 15 inch MacBook Pro and I tried to connect it to a Samsung U28D590D 4k display.  My computer is recognizing it as a monitor and saying that the output resolution is 2560x1440, which is what I expected considering my graphics card is an Intel HD Graphics 3000 512 MB and my chipset is an AMD Radeon HD 6490M with 256VRAM.  I just don't know why its not displaying on the monitor.  Any help will be very appreciated.

    i did manage to get a little step further and get my mac to ask about resolutions but it still won't appear on the monitor

  • Host Information is not updated in System Monitoring tab

    Hello Team Mates,
    I have installed SOLMAN 7.1 SP06, also we have completed the Managed  system configuration.
    Now while doing the configuration of system monitoring, I am not  getting the any update related to HOST,
    apart from its database. Instance monitoring is working properly.
    solman_workcenter -->technical  monitoring --> system monitoring --> monitor system,
    Also in the solman_workcenter-> root cause analysis ->host analysis ;  data is not getting updated.
    Please guide us on the same, ASAP. Kindly check the attachment.
    Thanking you in advance,
    with best regards,
    Deepak
    Points will be rewarded to the right answers.

    hi,
    outside recovery follow the steps here Outside Discovery on Solution Manager 7.1
    And also Please check whether your host agents are working, you can done this in managed system configuration -> connect diag agents -> check host agent,
    Please update.
    Thanks
    Jansi

  • MBP not displaying to external monitor at startup, but does after login

    After I installed Yosemite my MBP will not automatically display to my external monitor (HDMI) when I start it up. I have to first login to my MBP and then my external monitor is immediately recognized and my mirroring desktops works as intended...as it did before I upgraded to Yosemite. I have no idea why the signal to my external monitor doesn't/will not work upon system start up. Anyone out there know??

    Did you find  a solution? I have the exact same problem. I just install Yosemite and did not have the problem before.

  • Custom Component UI not displaying in 11G

    Hi All,
       We have a custom component in 10G where we have added new link in the UCM Home Page, it will be displayed beside Administration tab with name Edit Tables, under this we have sub links Alldistr_RVS, Distprod, Distuser, Prdstate, Products_RVS, State_RVS, Stateusr. When we deployed this code in 11G it is not working. Could any one please provide me code to make it work in 11G instace. Appreciate your help on this.
    Below is the code used in 10G in resource file
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    ampfRVSEditTables htmlIncludeOrString
    </title>
    </head>
    <body>
    <@dynamichtml custom_finish_layout_init@>
    <$include super.custom_finish_layout_init$>
      <$include how_to_components_menu$>
      <$include vbis_edit_tables_link$>
    <@end@>
      <@dynamichtml how_to_components_menu@>
      <$if not how_to_components_menu_included$>
      //add a drop-down menu, or a tray to the UI
      navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==EDIT_Tables', 'label==Edit Tables');
      if (navBuilder.menuB)
      navBuilder.menuB.addTopLevelNode("EDIT_Tables");
      else if (navBuilder.trayA)
      navBuilder.trayA.addTopLevelNode("EDIT_Tables");
      <$EDIT_Tables_menu_included=1$>
      <$endif$>
      <@end@>
    <@dynamichtml vbis_edit_tables_link@>
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==ALLDISTR_RVS',
    'label==Alldistr_RVS', 'url==<$HttpCgiPath$>?IdcService=GET_ALLDISTR_RVS_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==DISTPROD',
    'label==Distprod', 'url==<$HttpCgiPath$>?IdcService=GET_DISTPROD_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==DISTUSER',
    'label==Distuser', 'url==<$HttpCgiPath$>?IdcService=GET_DISTUSER_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==PRDSTATE',
    'label==Prdstate', 'url==<$HttpCgiPath$>?IdcService=GET_PRDSTATE_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==PRODUCTS_RVS',
    'label==Products_RVS', 'url==<$HttpCgiPath$>?IdcService=GET_PRODUCTS_RVS_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==STATE_RVS',
    'label==State_RVS', 'url==<$HttpCgiPath$>?IdcService=GET_STATE_RVS_PAGE');
    navBuilder.addChildNodeTo('EDIT_Tables', 'item', 'id==STATEUSR',
    'label==Stateusr', 'url==<$HttpCgiPath$>?IdcService=GET_STATEUSR_PAGE');
    <@end@>
    </body>
      </html>
    Thanks.
    Ashok

    Hi Jiri,
       I from the sample example I tried to develop component to display HOW_TO_COMPONENTS as Menu item under which there is sub item Annuity_Dispname_Mapping, but it is not displaying. I am afraid where it went wrong. Below is the code i used, please help me to fix this. Thank you
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>
    MenuExample htmlIncludeOrString
    </title>
    </head>
    <body>
    <@dynamicdata CoreMenuItems@>
    id,           label,       linkType, linkData
    HOW_TO_COMPONENTS, How To Components, YuiDev,
    ANNUITY_DISPNAME_MAPPING, Annuity_Dispname_Mapping, YuiDev, <$HttpCgiPath$>?IdcService=GET_DATA_ACCESS_PAGE
    <@end@>
    <@dynamicdata CoreMenuItemRelationships@>
    <?commatable mergeKey="primaryKey"?>
    parentId,    id,           loadOrder
    MENU_A,      HOW_TO_COMPONENTS,  1000
    HOW_TO_COMPONENTS, ANNUITY_DISPNAME_MAPPING, 10
    <@end@>
    <@dynamicdata CoreMenuItemsFlags@>
    id,           flags
    HOW_TO_COMPONENTS, isLoggedIn
    ANNUITY_DISPNAME_MAPPING, isLoggedIn
    <@end@>
    <@dynamicdata CoreMenuItemsImages@>
    id,           image,                imageOpen
    HOW_TO_COMPONENTS,     ScsPageItem.gif,
    ANNUITY_DISPNAME_MAPPING,     ScsPageItem.gif,
    <@end@>
    <@dynamicdata ampcustom_menu_items_template_data@>
    <?commatable indexedColumns="id"?>
    id,                  parentId,    linkType,        flags
    HOW_TO_COMPONENTS_LINK_TEMPLATE, HOW_TO_COMPONENTS, external,
    <@end@>
    <@dynamichtml custom_navigation_menu_items@>
    <$include super.custom_navigation_menu_items$>
      <$urlCount = 0$>
      <$if utLoadResultSet("pne_portal", "PersonalURLS")$>
      <$if rsFirst("PersonalURLS")$>
      <$loop PersonalURLS$>
      <$ddAppendIndexedColumnResultSet("ampcustom_menu_items_template_data", "NavigationMenuItems", "id", "HOW_TO_COMPONENTS_LINK_TEMPLATE")$>
      <$rsLast("NavigationMenuItems")$>
      <$NavigationMenuItems.id = "HOW_TO_COMPONENTS_" & urlCount$>
      <$NavigationMenuItems.label = js(title)$>
      <$NavigationMenuItems.linkData = js(website)$>
      <$NavigationMenuItems.loadOrder = urlCount$>
      <$urlCount = urlCount + 1$>
      <$endloop$>
      <$endif$>
    <$endif$>
    <@end@>
    </body>
    </html>
    Thanks

  • MacBook will not display on external monitor in clamshell mode

    System information:
    13 in. MacBook (2.4Ghz Intel 2-Core)
    10.6.7
    External Display connected with Apple DisplayPort VGA adapter
    Apple Wireless Keyboard
    Generic wireless mouse that connects to a USB stick plugged into the MacBook
    This is dirving me nuts because it was working perfectly until about 2 weeks ago. I was following the pocess outlined here. http://support.apple.com/kb/HT3131
    Here is what happens now:
    MacBook display and external monitor are in mirroring mode. All devices are powered on and plugged in.
    Close MacBook lid. MacBook goes to sleep. Blinking LED.
    Hit spacebar on the Apple Bluetooth keyboard. The LED changes to steady on. However, the external display never shows the desktop. I've tried Command-F1... nothing.
    If I open the lid again... the MacBook goes back to sleep.
    I then have to pull out the DisplayPort VGA adapter to wake the MacBook up again.

    You could try resetting the SMC and see if that helps.

  • My Databases Panel will not display my Databases?

    The issue "This server behavior requires a Cold Fusion Data
    Source" happens to me periodically when DW crashes after a week or
    two of non-stop use and all of my Databases "disappear" under the
    Database Panel? DW thinks that I have no Databases setup under
    Administrator? This is driving me crazy.
    I can open another Site and it's database's appear in the DW
    panel fine, but the Site I was under when DW crashed will not
    display in the Database Panel even though all of the webpages that
    access those databases work fine so I know it's not a CF server
    issue?
    I have tried the Site/Advanced/Remove Connection Scripts but
    that does not work.
    Sometimes if I rebuild the Site under Manage Sites, they will
    show back up? Other times I have reinstalled but that is not an
    option this time.
    This issue seems to be related to a DW & CF connection
    only? Any ideas or solutions?
    ps: Ben Forta, I remember your comment in the CFWACK chapter
    about DW's refusal to display the Databases unless a proper page is
    open in DW. While all of my pages are definitely .CFM with Datasets
    & querys, this looks like it's related to DW.
    Thanks,
    jlig

    Once again, I opened up DW, created & saved a new .CFM
    page, clicked on Insert/Data Objects/Recordset and DW pops up a box
    saying:
    Before inserting this object, please do the following:
    1. Create a site for this file. (checked)
    2) Choose a document type. (checked)
    3) Ste up the site's testing server. (checked)
    4) Specify the RDS login info on CF server. (checked)
    5) Create a CF data source.
    6) Create a Recordset.
    Obviously, I have already set up a CF data source, and can
    verify them in the CF Admin page.
    What causes DW to "lose access" to my Data sources?
    I would appreciate any suggestions and help.
    Thanks,
    cw

  • Pdf Not displaying Every System

    Hi All
    I am facing one problem With Adobe interactive Form. I have developed one Application in PDF. It is running very good at my system. But at the same time when iam trying to open at user's system . It is not displaying. There also in some of the system it is displaying.
    Can you just tell me that
    Do we required any certificate for that.
    Any Explorer setting has to be done.
       Please help me with you valuable suggestion . Because this the critical time for user.
    Thanx In Advance
    Prashant krishen

    Hi Prashant,
    Can you please mention the error that you are facing while trying to open the pdf in other machines where it's having problem?
    Please try the following in those machines:
    Go to start->All Programs->Adobe->in the top menu go to->edit->preferences->internet->and check the option Display PDF in Browser.
    This should help you to open the PDF in other machines as well.
    Please let me know if this helps. Also, kindly revert back in case of any clarifications/issues. Thanks!
    Regards,
    Gaurav

  • Approver specfication section not displayed after system upgraded to EHP6

    Hello,
    We have just upgraded our eRecruiting development environment to EHP6 from EHP3. However, as a manager who creates the requisition and subsequently the job posting, there should be a place that allows the manager to specify the approver for this requisitiion. This is not displayed in the upgraded version. I have checked our authorization setup to ensure the manager does not have too wide an access that will bypass this approval specification process, and everything is in order.
    I am wondering if anyone else has run into the same problem.
    Thank you.

    Hello Alex,
    you are probably aware the huge changes in the eRec application when moving from EhP3 to EhP 4 or any higher enhancement package. The whole user interface for non-candidate roles is completely replaced. This includes the manager as well as the recruiter and the recruiting administrator.
    In principle it should be possible to run the old BSP applications as long as you do not activate any business functions for the enhancement packages (aka "pure technical upgrade").  But when I did such a pure technical upgrade from EhP 3 to EhP 4 for a customer about 4 years ago we already faced several serious issues with running the old ui and functions. So what you experience are very likely such issues as well.
    Kind Regards
    Roman

  • T530 - Dual boot not displayed on external monitor when docked

    Hi,
    I just got my new T530, loaded all my applications and data from my T61. The T530 is connected to the 4338 docking station.
    I have Win 7 on the internal disk, and Win 8 on the ultrabay disk.
    Dual boot works fine when undocked, but when docked and the lid is closed I don't see the dual boot selection on the external monitor and the PC boots into Win 7 (which is my default OS).
    When cold or warm booting I also don't see the Thinkpad splash screen.
    I did not have this problem with my T61 when docked. There the splash screen and dual boot selection was displayed and I was able to select which OS I want to boot into.
    Any ideas whet I can do here?
    Thanks

    As I came across this it's a matter of the two graphic cards and how they are shared.
    The Intel always drives the Laptop-Display and the analogue port, the digitalports at the docking are all driven by the Nvidia Card.
    The splashscreen will always be displayed with the intel card and therefore not be visible with the digital ports at the docking.
    W530 2438 CTO - i7-3720 QM - K2000M - FHD - 16 GB - SSD Samsung 830 Series 128 GB - Windows 7, 64 bit

  • Printer does not display in System Preferences

    I've got a simple setup, which is still in testing (no production clients yet).
    Server: Mac OS 10.9.1 with Server 3.0.2 . Self signed trust certificate and enrollment certificates. 3rd party SSL cert for web. I've tried this with 10.8.5/2.2.1 as well with no success there either.
    Client: Mac OS 10.9.1
    I configured a printer on my server through System Preferences with these settings:
    Printer Type : IP
    address: servername.mydomain.edu
    Queue: MyPrinter2000
    Name: MyPrinter2000
    First of all, Profile Manager 2 was horrendous. I would not recommend using it at all. I could not get consistent profile deployments at all. Moving on...
    I add a profile in Profile Manager that is associated to my client. I add some settings to try out including energy savings, login items, login window and some others. For the printer setting, I add the printer that is installed on my server. I allow users to manage the printer list, allow local printers, and save the setting.
    The profile deploys right away, and on my test machine, I can see that the printer should be installed when reading the profile in System Preferences. In the Print & Scan menu, however, no printers are displayed whatsoever. I navigate to http://localhost:631 on this same client, and can see the printer there with the correct servername, queue, and driver. I am able to print a test page via that interface successfully.
    I have tried installing the printer on the server as shared and not shared. I've removed all profiles and started from scratch with just one profile with just one printer added. Still nothing. I can't figure out why the printer seems to get deployed when I look at the web CUPS interface on the test machine, but System Preferences doesn't show anything.

    Are you deploying the profile at user or machine level? I know you may know this but others may not but Apple began the deprecation of WorkGroup Manager with 10.7. FWIW those of us who've been using these technologies since 10.2 and earlier learnt to adapt and used a combination of many applications (some 3rd-party) as well as other techniques which over time worked consistently well. I suppose what I'm trying to say is don't pin all your hopes on PM because it's still not 'enterprise-ready' for OS X yet IMO. I think other veterans and professionals in my field may agree? Having said that I did make it work at some installations/deployments since its first release. Yet at other installations I saw exactly the same behaviour as you do. No logical reason as to why as the network contractor was the same for all those sites. For me this effectively ruled out the network topology and infrastructure as a potential source of the problem. Interestingly I noticed it occasionally worked if the printers were in the same subnet as the macs but even this was not conclusive.

  • Timeline edits not displaying in Program Monitor

    My issue is when trimming a clip in my sequence timeline, I'm no longer seeing the clip displayed in the Program Monitor as I attempt to edit either by keyboard shortcut or with the move Tool. (it remains black throughout)
    Is there a simple setting I changed that disabled this? I've tried resetting the workspace to default, but I'm unable to view clips I'm trimming in any monitor in realtime, only after making changes.
    Also - When I scrub through the clips will play, just not when trimming.
    Does anyone know the solution to this please?

    There's no user adjustment for this, it normally just happens.
    Let's start here:
      FAQ: What information should I provide when asking a question on this forum?

  • Will not display on most monitors.. very frustrating..

    I purchased my MBA a couple weeks ago and have successfully been able to connect 1 monitor (over VGA).
    I have tried two projectors (neither will work, although it will detect both of them) and it will not connect to my Viewsonic at home (both my other macbook and macbook pro work fine on it).
    It's extremely frustrating.. I'm finding this MBA to be the most flakey laptop I've ever owned.. Anyone have and advice?

    Have you found the solution to your problem? I tried to connect it to my Viewsonic VG2030wm and so far it cannot detect the display

  • Fragments with more than one root component may not display correctly ...

    Using JDev 11.1.1.3; have a page fragment that contains a layout component for the content, but also an af:popup definition as child to the root tag of the fragment. I get the above design-time warning; wondering whether this is customarily ignored when the secondary components are popups, or whether there is a better way of defining the popup which needs to package with a fragment ?
    Thanks,

    I get it in the structure pane along with the other Warnings (eg: Reference selectedRow not found).
    <jsp:root ...>
    <c:set ...>
    <af:panelStretchLayout ...>
    <af:popup ...>
    </jsp:root>
    ... would put 1 warning in the Structure pane alerting developer to the fact that the popup isn't expected.
    Thanks for the assistance.

Maybe you are looking for

  • Advance Receive from Customer against Sales Order

    HI FI Expert customer pays advance how do we track the payment against sales order. Sales Order Filed Mandatory  done for Posting key 19 in T code FBKP, after this at the time of transaction error message coming Rules for posting key 19 and acct 2260

  • Concept of Fault Message .

    Hi , I need to implement fault in scenarios. and about which i have no idea .. How to capture application as well as system fault . and on anytype of fault i have to raise mail though alert monitoring .... So kindly help me in the same .. Regards PS

  • My Server App is now down because of installing Mavericks

    Need some help. No where did I see any Warning about installing Mavericks effecting the Server App from functioning. BAD DAYS when I can't access my server settings. Any assistance on whats going on?

  • How to update for OS X 10.5.6

    I have had to revert to OS X 10.5.6 from 10.5.7 because of locking up - see long discussion in OS forum. Now I would like to update safari but every version says it requires 10.5.7 - do I have any options?

  • Gen 5 airport extreme

    Bought this in Nov 2012. great until yesterday. I have two windows pcs (one win 7 and one win 8) i-pad, 2006 macbook,and laptop using Ubuntu. All on wireless.  Both windows pcs speedtested at .08Mbs while the macbook and Ubuntu speedtested at 24Mbs.