Monitor Secondary DB connection in SOLMAN

Hi
We have a requirement for monitoring the secondary DB connection to HANA system .
Is it possible to monitor the DB connection in solution manager ? If so , please let me know the steps and procedure .
Regards
Bala

Dear Bala,
You can monitor DBA Cockpit connection.
With best regards,
Alexander

Similar Messages

  • Dual 2.5, Video Out to NTSC, JVC Monitor using BNC connection?

    I have a JVC NTSC Monitor that has only BNC Video In. I am running FCP5 and want to priview my videos in this monitor. Is there a connection cable or adapter I can purchase to make this singnal handling work?
    I have a ATI Radeo 9600 card and a 23" Cinema Display.
    Any help will be highly appreciated.
    Thank you,
    Roman

    What video format are you working with? For SD DV/DVCam, the proper way to monitor the video output is to connect a Firewire capable DV device (camcorder, VTR or converter) to you Mac via Firewire. Then connect the DV device's analog output to your TV monitor. The connection set up is explained fairly well in the FCP user's manual.
    Most consumer DV devices will have RCA jacks but you can purchase a BNC/RCA adapter or cable at just about any electronics store, including your local Radio Shack. NOTE: make sure the DV device you choose is compatible with FCP 5.
    If you're working with other formats (BetaSP, DigiBeta, VariCam HD, etc), you may need a specialized capture card for your Mac. If you're working with HDV in FCP, I may be wrong, but I don't think there's an option available yet for viewing on an external TV monitor in RT.
    -DH

  • How do you switch output sounds   set to my external monitor that is connected via HDMI.

    How do you switch output sounds   set to my external monitor that is connected via HDMI. 

    Hello gail from Ajijic,
    If you'd like to change the audio output of your Mac, you can do so by accessing the Sound preferences in your System Preferences.
    Before you start, open the Output pane of Sound preferences (choose Apple menu > System Preferences, click Sound, then click Output).
    Choose a sound output device
    From the list of sound output devices, select the one you want to use. All sound output devices available to your Mac are listed, including the computer’s internal speakers, devices plugged into your computer’s sound port (), USB speakers, and AirPlay devices.
    For any device plugged into the computer’s sound port, choose Headphones.
    OS X Yosemite: Adjust your computer’s sound output settings
    Thanks for using the Apple Support Communities!
    Cheers,
    Alex H.

  • My MBP recently started logging itself out.  I narrowed the problem to the external monitor which is connected with a Thunderbolt adapter. When I disconnected it, the problem went away.

    My early 2011 MBP laptop (OS Yosemite 10.2.2) recently started logging itself out.  I narrowed the problem to the external monitor which is connected with a Thunderbolt adapter. I installed Thunderbolt firmware update 1.2, that did not correct the problem. When I disconnect the external monitor, the problem went away. Is there something I can do to be able to use the external monitor again?

    Try Function F1

  • Re: [REQ] Memory flag or way to monitor DB(dis)connections

    Presumably on Mon, 20 Jul 1998 17:29:29 +0200 Jean-Paul wrote:
    [snip]
    We're currently running an application with some DBSession Service Objects.
    As in both code and partition workshop the parameter 'password' is hidden
    (replaced with ***), we can't be really sure of what they contain.
    Is there any flag or simple way to have every DB connection logged ?
    [snip]
    Jean-Paul
    Be aware that the password is exported as PLAIN TEXT in the workspace export!
    Since there is no code management system in Forte to keep track of versions/changes we have three different environments exporting the entire workspace form dev to test and then from test to live.
    As part of the move we change the password string in the export file before moving from test to live - or so the theory goes.
    If you want to monitor access to the database why not do so at the database level? BTW, what DB do you use?
    Or if you need to keep track of DB access from the application write a little logger routine that writes a line to a central log file reporting whenever the DB access method(s) are accessed. Potential for significant overhead here. Of cause you have to ensure that only the say your designated EntityManager projects are allowed to access your database in the first place.
    Dirk
    Hobart TAS, part of sunny OZ (trust me they said)
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hmm.
    Thanks for this answer.
    I should have clarified that I wanted to know what they contained at runtime,
    because we don't use hardcoded values (that any pex or wex would show as you spotted),
    but environment variable names which values set at runtime depend on the launcher used.
    (Actually, that's the only way to be portable in both development, test and live environments).
    Therefore, as described below, I'm just looking for any sqlnet call or oracle instance connection
    traceability.
    I " use " oracle 7.X
    To clarify, Fort&eacute; as a set of 'DB*' flags, one of them (we have) being able to trace any SQL call.
    The idea was to 'add' the connection string used (i.e. to try to understand the 'too many processes'
    oracle errors found, whether instance is accessed ; or to monitor the 'please use SQLNET V2' errors).
    Any idea on " ultimate Memory Flags idiot's guide " welcomed.
    Here's our situation :
    All is plain text as you spotted. We use environment variable names in those fields,
    substituted at 'launch' time with memory contents.
    The idea would be to actually see at runtimethe database connection stringn something like :.
    DATABASE CONNECTION
    Caller : Ultimate_XZone_Tetris_Server_Cl34_part32 Partition
    Object : DBSession UnexpectedUserStatsDBSO attached to instance Orcl
    with connection string TetrisGURU/MyNameIsBond@Orcl)
    Knowing that the code relies on those 'service object properties' :
    External Manager : TetrisDBMgr
    Database Name : ${TetrisDBNameString}
    User Name : ${TetrisUserNameString}
    User Password : ${TetrisUserPasswordString}
    and the node manager running XXX_Ultimate_Application_Tetris_Server_Cl34_part32 has
    the three environment variables set as public (i.e. exported to child processes).
    Note : Of course we use uppercase variable names (unix :) ) and don't program tetris.
    Thanks for any idea,
    J-Paul
    De: Dirk Haben[SMTP:[email protected]]
    Date d'envoi: mercredi 22 juillet 1998 04:22
    A: [email protected]
    Cc: Forte-Users Soapbox
    Objet: Re: [REQ] Memory flag or way to monitor DB (dis)connections
    Presumably on Mon, 20 Jul 1998 17:29:29 +0200 Jean-Paul wrote:
    [snip]
    We're currently running an application with some DBSession Service Objects.
    As in both code and partition workshop the parameter 'password' is hidden
    (replaced with ***), we can't be really sure of what they contain.
    Is there any flag or simple way to have every DB connection logged ?
    [snip]
    Jean-Paul
    Be aware that the password is exported as PLAIN TEXT in the workspace export!
    Since there is no code management system in Forte to keep track of versions/changes we have three different environments exporting the entire workspace form dev to test and then from test to live.
    As part of the move we change the password string in the export file before moving from test to live - or so the theory goes.
    If you want to monitor access to the database why not do so at the database level? BTW, what DB do you use?
    Or if you need to keep track of DB access from the application write a little logger routine that writes a line to a central log file reporting whenever the DB access method(s) are accessed. Potential for significant overhead here. Of cause you have to ensure that only the say your designated EntityManager projects are allowed to access your database in the first place.
    Dirk
    Hobart TAS, part of sunny OZ (trust me they said)
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Satellite system connection to Solman

    Hello, SolMan experts!
    I have a difficulty with satellite system connection to Solman 7.1. SP08.
    The RFC works well, I made an entry in BCOS_CUST table and therefore the tickets from satellite ERP go to our Solman Service Desk.
    The only problem is all the system data in such a message is missing because of lack of/incorrect system configuration in solman_setup --> managed systems and installed base (via ib_gen). I can not find a guide that I could easily follow (I have no BASIS knowledge, but I am requested to configure this connection and I have no BASIS expert in a Team).
    I guess the configuration might not be that difficult. If you can think of any steps necessary, please share. I will be very grateful.
    With best regards,
    Katarzyna Klys

    Hi Katarzyna,
    Please check the following notes:
    1623126 - Help -> Create Support Message: System data
    1623297 - "Help" -> "Create Support Message": Incorrect system data
    1145514 - Creating support message, message type
    1133242 - Support message created with incorrect SAP status
    Also check:
    Application Incident Management:New features in SAP Solution Manager 7.1
    http://scn.sap.com/docs/DOC-27645
    And
    http://wiki.sdn.sap.com/wiki/display/SAPITSM/Configuration+and+Administration+of+ITSM
    Thanks
    Vikram

  • Monitoring a TCP connection

    Hello folks,
    I have a VI that monitors a TCP connection using the function "Not a
    Number/Path/Refnum". When the peer (the other side which this VI is
    connected is a win program in Visual Basic) closes the connection, my
    VI seems unable to detect the closed connection, it is "thinking" that
    the TCP refnum is still valid.
    How I can handle it?
    Thanks!

    Monitor the error cluster instead of the refnum. th refnum is a local handle that has nothing to do with the actual link. It's just a pointer to the link object. The error cluster holds the information you want to monitor.
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Secondary database connections

    I am looking for information on Secondary database connections, especially with Oracle. Is there any other information than note 323151 (I am using the MiniSAP system for testing, therefor I do not have an official SAP customer status).
    I found something about this on help.sap.com, but this is more like an overview. I am looking for some examples on what to configure and how to use it.
    Any help would be appreciated.
    Thanks

    Hi Klaus,
    You need to prepare entries in the TNSNAME.ORA file (on the Oracle database server). The systemguys will know where to find it.
    Oracle File TNSNAMES.ORA (contains also the lines below)
    texd.world = (DESCRIPTION = (ADDRESS = (COMMUNITY = tcp.world)
                 (PROTOCOL = TCP) (Host = <servername>) (Port = 1521))
                 (CONNECT_DATA = (SID = <SID>) (GLOBAL_NAME = texd.world)
                 (SERVER = DEDICATED)))
    Replace <servername> with the actual servername of the oracle database.
    Replace <SID> with the SAP system ID (Like DEV for development or PRD for production).
    In SAP use transactiom SM30 to maintain table DBCON.
    Give the connection a name (this is used in your code). Example = MYCONNECTION.
    Set DBMS to ORA.
    Set the username to a user with sufficient rights
    Supply (2x) the password for this user
    Set the Verb.info to textd.world
    Do NOT check (leave unchecked) the Permanent checkbox.
    Save your work.
    In ABAP code you can connect to and use this connection like this:
    Declaration
    DATA: WA TYPE T000.
    Init connection
    EXEC sql.
    connect to 'MYCONNECTION' as 'MYDB'
    ENDEXEC.
    Open connection
    EXEC sql.
    SET CONNECTION 'MYDB'
    ENDEXEC.
    Do your trick
    EXEC sql PERFORMING your_form.
    SELECT * INTO :WA FROM T000.
    ENDEXEC.
    Stop connection
    EXEC sql.
    disconnect 'MYDB'
    ENDEXEC.
    FORM your_form.
      WRITE: / wa-mandt, wa-mtext.
    ENDFORM.
    Further information on using this (beside note 323151) can be found on notes 339092, 323151 and 178949.
    See also http://www.akadia.com/services/ora_dblinks.html
    Hope this helps you on your way.
    Regards,
    Rob.

  • How many monitors can be connected?

    1. How many monitors can be connected to a SIngle (1) Thunderbolt? Any Specific size of monitors?
    2. How many monitors can be connected to a Double (2) Thunderbolt? Any Specific size of montiros?
    3. I've came through a post mentioning that, a maximum of 6 CHAIN DEVICES can be connected to the 2 thunderbolt. Could you please give me an example??

    I want to connect 6 vga or dvi monitors.
    I'm sorry, translation via google translate
    Mac pro ordered, paid money. Now I worry that I won't be able to connect 6 vga monitors. I already have 6 vga of monitors, don't want to buy 6 thunderbolt monitors
    thanks!!!
    PS VGA adopters are all active. It means mac pro supports six vga monitors?

  • Checking system connected to SOLMAN or Not from Satellite system

    Hi ,
              How to check system connected to SOLMAN or Not from Satellite system.
    thanks in advance..
    Rgds,
    BBR.

    All connections via SM and satellite system are view RFCs.
    In SM, you will have 3-4 RFCs trusted/read/ etc pointing to satellite sm.
    in satellite, you will have one RFC to SM called back RFC generally with name - Solution Manager created during SMSY configuration in SM.
    Do a test for Connection/Authorization etc for all the RFC's which if fine then the connection is good..
    Regards,
    SS.

  • I don't know much about computers, so please be patient. I started using Airport and I recently noticed a "network" option right below "Macintosh HD". When I click on "network" it shows "b67446000000" with a computer monitor icon and "connection fail

    I don't know much about computers, so please be patient. I started using Airport and I recently noticed a "network" option right below "Macintosh HD". When I click on "network" it shows "b67446000000" with a computer monitor icon and "connection failed". When I right click on this and select "Get more info" it displays nothing, just the spinning wheel. When I select "Connect As" it asked for my password to connect to "Server b67446000000". This may have been on my computer since I got it, I never paid much attention. Is this part of the operating system or has someone hijacked my computer? Why would I need a server...it's just me and my one computer? Maybe someone has hacked in through Airport? Any help will be greatly appreciated. Thanks!

    Is your airport a Time Capsule.. if so it is able to serve files on the network.
    The number is the MAC address of the network in the router.
    Please reset the apple router whatever is and redo the setup.. this time give it a simple name.. eg TCgenX where X is the actual gen of the unit and give it a simple wireless name.. TCwifi and a simple password with 8-20 characters mix of upper and lower case and numbers.
    Perhaps even better give me a screenshot from the computer of the airport utility showing me the Airport with its MAC address.

  • How many 3440 x 1440 monitors can you connect to the latest MacPro?

    How many 3440 x 1440 monitors can you connect to the latest MacPro?

    Apple is not clean in:
    Mac Pro (Late 2013): Using multiple displays - Apple Support
    It includes
    Can I connect more than 2 DVI or HDMI displays?
    Mac Pro supports a total of two DVI or HDMI displays when connected via the built-in HDMI port or using the Apple Mini DisplayPort to DVI adapter. To connect additional DVI displays, use an active DVI adaptersuch as the Apple Mini DisplayPort to Dual-Link DVI adapter. You can connect up to six active adapter DVI displays. This requires a powered USB hub since Mac Pro offers four USB ports and you will need six to connect them all.
    However, that article says:
    Six Apple Thunderbolt Displays (27-inch), Apple LED Cinema Displays (27-inch), or third-party Mini DisplayPort displays.
    So it appears you can with active dual-link DVI adopter or monitors with a display/min displayport connection.

  • JBOSS: Monitoring of Database connections

    Hi,
    I am new to JBoss, priorly I used to work on weblogic.
    In weblogic we have a feature of how many database connections we are using and are there any open connections... like that...
    Do we have this feature in JBoss ..
    Pls Help
    Thanks in advance
    Vikas

    hi
    in solman system monitoring workcenter has the feature to check the connections between the managed systems, check the left panel there should be options for view
    chk the below from here
    [http://help.sap.com/saphelp_srm70/helpdata/en/86/ee3e0a5bc644af852182e03d1a8042/content.htm|http://help.sap.com/saphelp_srm70/helpdata/en/86/ee3e0a5bc644af852182e03d1a8042/content.htm]
    Connectivity
    You can check the status of the RFC connections in the following views:
    From Solution Manager to managed systems
    ABAP destinations
    HTTP destinations in ABAP systems
    TC/IP destinations
    Between managed systems
    ABAP destinations
    TC/IP destinations
    To check connections manually, choose Check Now, and specify whether to check selected or all connections.
    You can check connections in a background job, and make other connection monitoring settings, in the Set-Up view of this work center, or via the hyperlink To Configuration.
    You go to the overview of configuration settings for the RFC destination (transaction SM59), via a hyperlink in the RFC destination name.
    check and update
    jansi

  • HDTV as external monitor using ethernet connection

    Hello,
    I want to connect my HDTV to my iMac and use it as an external monitor.
    My HDTV is about 25 ft away from my iMac.
    A HDMI cable of that length cost over 200 $.
    So, its not an option to me.
    I just bought a smart rooter but my HDTV Panasonic Viera P50GT30 is not a smart TV.
    It needs a DLNA server and I can't find one.
    Question : Is there a way to use my HDTV as an external monitor using the Ethernet or Wifi connection?
    Thank's,
    Pierre.

    This look's good.
    http://www.startech.com/AV/Extenders/HDMI/HDMI-over-IP-Extender-with-Audio~IPUSB 2HD2
    But its not.
    OS Compatibility                                                                                                                                                                  Windows® XP(32bit)/ Vista(32/64bit)/ 7(32/64bit) Aero themes supported

  • Connecting to NTSC monitor via component connection

    I'm getting ready to add an NTSC monitor to my home editing system and I want to connect via the RGB for the best color correcting results. I don't want to go through a deck - mostly because I don't own one and none of my cameras do a component signal out. Anyone have any thoughts on the best means of getting an RGB signal out of FCP to an NTSC monitor?
    G4 mirror door dual 1 ghz   Mac OS X (10.3.9)   fcp 4.5

    New Discussions ResponsesThe new system for discussions asks that you take the time to mark any posts that have aided you with the tag and the post that provided your answer with the tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts. When you mark a post with the tag, it will also mark the thread as Answered. If you receive the solution or answer to your question outside of the thread, then, and only then, at the top of the thread, mark the thread as Answered. This will mark the thread as Answered without marking an individual post as .
    If we use the forums properly they will work well...

Maybe you are looking for