How to start Testdrive automatically on Debian?

Hi all,
I installed the latest Testdrive on my Debian - Server.
Now I want the Testdrive to start each time the Server is rebooted (hopefully not too often ).
How is the best way to automatically log in as n4sadm and startsap n4shost in the environment of this user...?
Thx
Greets
Markus Völker

Hi Markus,
I'd create an init script called
/etc/init.d/saptestdrive
which contains
#!/bin/bash
case "$1" in
  start)
    su - n4sadm -c "startsap n4shost"
    sleep 30
  stop)
    su - n4sadm -c "stopsap"
    sleep 30
  restart)
    $0 stop
    $0 start
    echo "Usage: $0 {start|stop|restart}"
    exit 1
esac
exit 0
You then need two links to your preferred runlevel (either 3 or 5):
ln -s /etc/init.d/saptestdrive /etc/rc3.d/S99saptestdrive
ln -s /etc/init.d/saptestdrive /etc/rc3.d/K01saptestdrive
Alternatively, you could edit /etc/rc.local (adding su - n4sadm -c "...") and it should work,
Thanks,
  Hannes

Similar Messages

  • How to start LibreOffice automatically with a forced VCL UI?

    Hello,
    I use MATE with dual monitor here and since LibreOffice was updated from 3.4.6 to 3.5.1 it doesn't work anymore in one of the screens. It does work well in the smaller screen (presumably the one the system thinks is the main screen, as most things are primarily loaded there), but in the larger screen it crashes immediately after starting. It gives this error, when ran from shell:
    (soffice:3126): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `monitor_num < screen_x11->n_monitors' failed
    (soffice:3126): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `monitor_num < screen_x11->n_monitors' failed
    The program 'soffice' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'.
    (Details: serial 2718 error_code 8 request_code 62 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    Sometimes it repeats this sentence
    Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `monitor_num < screen_x11->n_monitors' failed
    hundreds of times (for several seconds) in shell before stopping.
    It only works in the larger screen if I force one of those UIs, according to the wiki:
    SAL_USE_VCLPLUGIN=gen lowriter
    SAL_USE_VCLPLUGIN=kde4 lowriter
    When forcing gen the menus and buttons look very small, so the only option is to force kde4
    So while the bug is not solved, how do I automatically force the kde4 UI for both screens, either when loading LibreOffice from command line ("libreoffice"), opening a file double clicking it or from a menu item?
    Thanks!

    It seems this bug can be fixed with little effort:
    http://cgit.freedesktop.org/libreoffice … 34ade62f03
    I hope this change will be integrated into the official repository ASAP.

  • Upgraded 9.2.0.6 on Windows - How to Start Database Automatically?

    I upgraded a 9.0.1.5FIPS database used as a metadata repository for OracleAS 10g (9.0.4) to 9.2.0.6 to meet a customer's security requirements.
    The Windows service for the database is set to automatic and the instance starts automatically but the database is no longer started. I must issue a STARTUP command to mount and start the database. Before this was done automatically when the Windows service started.
    Anyone know how I can configure the database to mount and start when the instance is started?
    TIA,
    Jim

    Hi Nicolas,
    Thanks very much for the instructions. I altered the system as you described and shutdown and restarted the database:
    SQL> alter system set compatible = '9.2.0.6.0' scope=spfile;
    System altered.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 185671468 bytes
    Fixed Size 454444 bytes
    Variable Size 134217728 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    SQL> show parameter compatible
    NAME TYPE VALUE
    compatible string 9.2.0.6.0
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    ERROR:
    ORA-12152: TNS:unable to send break message
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production (with complications)
    D:\orahome3\bin>sqlplus /nolog
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Nov 30 08:20:36 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 185671468 bytes
    Fixed Size 454444 bytes
    Variable Size 134217728 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    Now I get these error messages in oradim.log when I stop and start the Windows service:
    Wed Nov 30 08:25:14 2005
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Wed Nov 30 08:25:16 2005
    ORA-01078: failure in processing system parameters
    Any ideas on what else I could look at?
    Thanks!
    Jim

  • How to start a Workflow automatically

    Hello Friends,
    I'm new to SharePoint Designer and facing some challenges to do it. Please help me on this.
    My requirement is to send an automated email notification to an user when a specific document is created/modified in a particular folder. The document will come to SharePoint through emails (NOT by manual upload).
    Remember: This workflow works fine when we upload the document manually to the folder. But If I send the document to the SharePoint through an email (I've enabled "incoming email" setting for the folder. So that people can sent
    the document to the SharePoint) the workflow is NOT triggering.
    Below are the steps I followed
    1. I've created a list workflow and selected the folder name where the document will be saved. Let's say "File Received" is the folder name in my SharePoint and "Test File.docx" is the file that will
    saved in this folder.
    2. In the condition I wrote if current item Name contains "Test File" and in action I've created an email task
    3. and finally in start option I've checked start workflow automatically when an item is created/modified.
    This workflow is working perfectly when someone upload the document (i.e. Test File.docx). But when someone sent the same document though an email to this SharePoint, the document is saved in SP but the workflow is not triggering. 
    Any suggestion/help is really appreciable.
    version: SPD 2010
    Thanks! -Sandip

    Hi Sandeep,
    Please check this article for step by step implementation
    http://social.technet.microsoft.com/wiki/contents/articles/4607.sharepoint-2010-workflows-on-incoming-emails-in-sharepoint-documents-library.aspx
    http://sharepoint.stackexchange.com/questions/6713/how-can-i-make-a-workflow-automatically-start-when-an-email-is-received
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How to start a local HTML5-file automatically as a weblink?

    Hi, i started to learn DPS two weeks ago and had a lot of fun. But yesterday i had a problem how to start a weblink autmaticially. The checkbox in the Overlay Creator panel for activating auto-start doesn't react by clinking on it. And the default is inactive. The other checkboxes in the panel also don't react. Could this problem be a InDesign-bug? The background, what i tried to do ...i inserted a local HTML5-File as a weblinki t's shown on my iPad after synchronizing. But i have to tap on it for showing the HTML-content - but i want to start it automatically.
    Thanks for your feedback. I'll hope, someone could help me.
    Bye Bert

    You're the man, Bob! After deleting the InDesign preferences i was able to activate the different Checkboxes. *thumbs up*
    Hint: Starting InDesign with shortcut for deleting the preferences  -->  "shift + alt + cmd + ctrl"

  • HOW CAN I START DOWNLOADS AUTOMATICALLY? I DON'T NEED TOO SEE THE SAVE OR DISCARD BOX. THIS BUGS THE CRAP OUT OF ME. CAN I CHANGE THIS, OR ARE WE FORCED TO DO WHAT YOU THINK IS BEST? THANKS, KEITH D.

    HOW CAN I START DOWNLOADS AUTOMATICALLY? I DON'T NEED TOO SEE THE SAVE OR DISCARD BOX. THIS BUGS THE CRAP OUT OF ME. CAN I CHANGE THIS, OR ARE WE FORCED TO DO WHAT YOU THINK IS BEST? THANKS, KEITH D.

    Hey, Jeff...
    I don't know how I could have made my question any more clear -- so let me try approaching it the other way around, and refer back to your answer(s).
    You've been responding by saying that it's okay for me to remove the Creative Cloud versions of my software, but I don't have any Creative Cloud versions installed! I'm not talking about that at all, I'm talking about the software for Creative Cloud itself -- I don't use it, I don't need it, I don't want it, and all it does is nag me, telling me that there's updates for it (Creative Cloud). I have the full Adobe Creative Suite 6 Design Standard bought and paid for, I have no reason nor need to "rent" any later versions, I'm just talking about the Creative Cloud software itself that got installed on my system when I installed that suite of programs.
    Like I said, I don't use Creative Cloud at all -- all it does is "nag" me, and eat up space on my hard drive. When I go in my Windows Control Panel and look at my list of installed programs, there it is -- "Adobe Creative Suite" -- and it's listed separately from "Adobe Creative Suite 6 Design Standard" (of which I've only installed Photoshop, Acrobat and InDesign, basically, as those are the only programs I use at all at the moment). Can I just uninstall "Adobe Creative Suite" without it affecting "Adobe Creative Suite 6 Design Standard", i.e. my Photoshop, etc. will still work just fine, and I can still get updates and stuff? And by "updates" I don't mean get later versions of Photoshop, etc., I just mean any possible updates to the software that I do already have (that comes with Adobe Creative Suite 6 Design Standard).
    I hope that makes my question a little more clear?

  • How can i start Terminal automatically? Best Terminal f.p3?

    Hi!
    How can i start Terminal automatically?
    I want, that the or a terminal starts, after i am logged in in gnome? Which Terminal ist the best for a p3 700MHz? Xterm?
    Thank you
    benny

    To autostart applications, like ur terminal, u can go in the menu to "System" -> "Settings" -> "Sessions" and a windows opens in which u can achieve this and a bit more.
    "Best" terminal in gnome would gnome-terminal. First try that one and if its too slow for some reason for you u might try urxvt. xterm is of course pretty small and fast, but lacks some neat features imo
    cheers,
    detto

  • How to start a BPM process from ERP system

    Hi,
    I created a process in Netweaver Developer Studio with the Process Composer in SAP CE 7.1 BPM, now I want to automatically start the process by saving a SAP document like purchase requisition or purchase order. Therefore I think about implementing a UserExit / Badi or something else.
    The following systems are available in my Landascape:
    - PI 7.1
    - ERP 2005
    - CE 7.1 EHP1 with ESR
    Does someone have an idea how to start the BPM Process or how to trigger start event?
    Greetings,
    Christian

    the process by saving a SAP document like purchase requisition or purchase order.
    Based on your business process, you will have to decide what data should be sent to other system. It could be in the form of Idoc trigger or an RFC calls. If there are non-SAP systems involved, you should be using PI 7.1 too. In that case, you can communicate using Abap proxy call too. For this you may either call an RFC internally in a report and schedule it.
    Regards,
    Prateek

  • [SOLVED] How to start pulseaudio on boot without a DE or WM? (XBMC)

    Hi Guys,
    I run XBMC without a desktop environment or Window Manager, it launches via my .xinitrc as below:
    exec /usr/bin/ck-launch-session /usr/bin/dbus-launch --exit-with-session /usr/bin/xbmc --standalone -fs
    I can use pulseaudio with xbmc if I run from an ssh session "/usr/bin/start-pulseaudio-x11" after xbmc has loaded up.
    My question is, how do I start this automatically? If I add /usr/bin/start-pulseaudio-x11 directly above the exec line in my .xinitrc XBMC seems to take a good deal longer to start.
    Any tips much appreciated.
    Last edited by adr3nal1n (2011-08-30 19:11:01)

    Thanks very much Vendion, I have tried as you suggested and it does work and XBMC loads up faster as a result of pulseaudio starting in the background. However this method leaves a defunct pulseaudio process after XBMC has started (along with the running pulseaudio processes). Is this normal when starting a process in the background from .xinitrc?
    Out of curiosity, I have also tried another approach. I #'ed out the "/usr/bin/start-pulseaudio-x11 &"entry in the .xinitrc and added "/usr/bin/start-pulseaudio-x11" (without the &) at the start of the /usr/bin/xbmc shell script that the exec line of the .xinitrc uses to launch xbmc and it loads just as fast as the suggested approach but minus the defunct pulseaudio process after xbmc starts. Weird, because if I try removing the & from the /usr/bin/start-pulseaudio-x11" entry in .xintrc pulseaudio seems to hang on startup and /var/log/everything.log shows console kit timeout errors.
    I am happy I have a fix for this now, I am just confused as to the behaviour encountered when trying to do this in the .xinitrc rather than editiing the xbmc launch script directly. Have you seen anything like this before?
    Thanks again for all your help on this.

  • How to start GUI in SOLARIS

    I recently installed SOLARIS 10 and it logged me IN automatically as "root". I wanna know how to start the GUI shell. Ma sys is P-4 3.2 with 512 DDR 266 RAM
    The steps that show up are
    grub loading stage2...
    <options> (bootmenu)
    1)Solaris 10 1/06 s10x_u1wos_19a x86
    2)solaris fail (something like that-can't remmember)
    3)windows
    Pressed ENTER on1 and licence screen showed up.
    Hostname : satyam-9665 (I entered it earlier)
    checking ufs filesystem
    Satyam-9665 console login
    aug(date n time) Satyam-9665 sendmail[372]:My unqualified host name(local host) unknown; sleeping for retry
    Starting desktop login on display:0
    wait for the Desktop screen before logging in
    The X Server can not be started on display:0
    The screen flickered a bit here
    aug(date n time) Satyam-9665 sendmail[315]:My unqualified my own domain name(local host) --using short name
    After this I was in the terminal/console as "root"
    PS: I made the following choices during installation.
    * opted for NON-NETWORKED
    * selected ENTIRE GROUP
    * Hostname was given as Satyam-9665

    Are you taking about the Oracle DBCA utility?

  • How to start Oracle database in solaris Machine

    I installed Oracle database in my solaris machine. Everything went fine .. I was able to install it and test the database if it's working or not.
    Something happened that made me shut down and restart the solaris machine, the problem is that Oracle is not running, so I have to start it manually, and I'm not sure how to do that ... Is there a way to start Oracle automatically once the solaris machine is started ...
    I'm using the SSH Secure Shell Client to configure and install everything into the solaris machine ..

    Here is the work around for starting oracle instance automatically.
    1) logon the system as root user.
    2) under /etc/init.d/ directory, create a file name oraclestart(name the file to what you feel comfortable). eg: /etc/init.d/oraclestart.
    with the following content:
    #!/bin/sh
    # Created by Henry Nguyen
    # Date 10/11/2005
    # Script to automatic start and stop oracle instances on server
    ORACLE_HOME=/export/home/oracle/product/9.2.0.1.0 (diffrent on your system)
    if [ ! -f $ORACLE_HOME/bin/dbstart || ! -f $ORACLE_HOME/bin/dbshut ]; then
    echo missing oracle start/stop script
    exit 1
    fi
    case "$1" in
    'start')
    su - oracle -c '$ORACLE_HOME/bin/dbstart'
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl start'
    'stop')
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl stop'
    su - oracle -c '$ORACLE_HOME/bin/dbshut'
    esac
    3) create 2 soft link as following:
    ln -s /etc/init.d/oraclestart /etc/rc2.d/S99oraclestart
    ln -s /etc/init.d/oraclestart /etc/rc0.d/K10oraclestart
    Note the S99 and K10: that are Solaris priorities to when start and stop an oracle instance and those letter must be capitalized.
    Hope this will help you

  • How to start OC4J at Linux boot time

    Hello,
    I am using Linux AS 3.0 and i have installed OC4J ( 9.0.4) ok, and OC4J also work fine.But each time i want to start OC4J , i must execute command java -jar oc4j.jar at console.
    Now, I want to start OC4J automatic at System startup ( ie: Linux boot time ).How can i do?
    Thanks.

    Just put your OC4J start/stop commands in a rc script.
    Scripts in the directories
    /etc/rc.d/rc2.d
    /etc/rc.d/rc3.d
    /etc/rc.d/rc5.d
    will be called by the operating system with the command line option start.
    The number in the directory names represent the desired run level of the machine.
    Scripts in the directory
    /etc/rc.d/rc0.d
    will be called during shutdown with the command line option stop.

  • PSE how to have photo automatically resize the a 12 X 12 background document

    I was told that when you drag a photo onto a 12x12 document it will automatically resize to the 12 x 12. When I do it in PSE the photo is small...and asking me to transform it. Is this different within these two programs or is there a work around in PSE. I had a friend try it in her photoshop program and the image wasn't distorted at all...Didn't appear huge, like if I transform it.

    Both are set at 300....it's a very small picture... 4x3 my online friend uses CS5 and said it automatically changed it to the 12x12 blank document when she dragged it on...I did that but it gets very large and blurry...I studied about smart objects and used place to open photo and then tried to resize it....she clipped a mask watercolor underneath to give it emphasis... she then tilted the whole picture.she's out of town for the moment...I was trying to figure out what she did...for the life of me I can't get mine to resize to the 12 x 12....it expands larger than hers when I try.
    Date: Sun, 25 Mar 2012 11:18:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: PSE how to have photo automatically resize the a 12 X 12 background document
        Re: PSE how to have photo automatically resize the a 12 X 12 background document
        created by photodrawken in Photoshop Elements - View the full discussion
    When an image is added to a document, the incoming image is scaled to the resolution of the target document.  Make sure the resolution is the same for both, or simply use the Move tool on the pasted image to resize it to suit.  The incoming photo is never resized automatically to the target document's dimension. Ken
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4290232#4290232
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4290232#4290232. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to start more than one program automatica​lly? [RT]

    Normally you can build an application and let it start automatically on the PXI system. You have to put the file into c:\ni-rt\startup\
    But how to start more than one application in a pre-defined sequence? Depending on the situation there are several programs to be started that run simultaneously.
    I searched for help in the Development Library and the Forums but I didn't find an answer.
    Thank you very much for your helpin advance! Have a nice day!
    Christoph

    Hi Christoph,
    You can use VI Server on the real-time target to launch other VIs dynamically. Your startup executable could be a simple application that uses VI Server to start other VIs that run in parallel in a pre-defined sequence.
    Here's an example that does something similiar.
    Note that when you build the VI into an application, you must include all the VIs that are called by VI Server as dynamic VIs in the application builder.
    -Gerardo

  • How to start the Solution Manager Implementation

    Hi Gurus , I am in Solution manager implemnetation project , and i wanted built the exsisted landscape into Solman  so any one can help me out in this like where to and how to start.

    Hi Gurus, i wanted to implement these concepts
    Configuring Solution Manager
    Configuring Solution Manager
    1)      Solution Monitoring
    a       SAP EarlyWatch Alert
    a1      Setting-Up EarlyWatch Alerts    Y
    a2      Manually Executing Downloads    Y
    a3      Create Report and Display Session Details       Y
    a4      Save, Retrieve and Archive EarlyWatch Alert     Y
    b       Service Level Reporting
    b1      Service Level Reporting Change Mode     Y
    b2      Maintain General Settings       Y
    b3      Specify Systems and Contents for Service Level Report   Y
    b4      Select Business Processes for the Service Level Report  Y
    b5      Select Business Processes from the Business Process Monitoring  Y
    b6      Process Service Level Report Data Manually      Y
    b7      Create Service Level Report     Y
    b8      Create, Save and Archive Service Level Report Manually  Y
    b9      Process Service Level Report Session    Y
    b10     Send E-Mail Automatically       Y
    b11     KPI Calculation Y
    2       Configuring Alert Monitor
           Central System Administration (Part of ALERT Monitor)
    c2.1    MTE Classes and Attribute Groups        Y
    c2.2    Methods Y
    c2.3    Operating the Alert Monitor     Y
    c2.4    Actions in the Alert Monitoring Tree    Y
    c2.5    Selecting Nodes in the Alert Monitoring Tree    Y
    c2.6    Elements of the Alert Monitor   Y
    c2.7    General Properties of Monitoring Tree Elements  Y
    c2.8    Properties of Monitoring Objects and Attributes Y
    c2.9    Customizing the Alert Monitor   Y
    c2.10
    Changing Properties in the Alert Monitoring Tree
           Y
    c2.11
    Changing Properties in Customizing Transaction RZ21
           Y
    c2.12
    Triggering a Heartbeat Alert if No Values Are Reported
           Y
    c2.13
    Changing the Frequency of Method Execution
           Y
    c2.14   Defining, Releasing, and Transporting Methods
           Y
    c2.15
    Assigning Methods to MTE Classes or Individual MTEs
           Y
    c2.16   Assigning Methods to MTE Classes or Individual MTEs     Y
    c2.17
    Editing Monitors and Monitor Sets
           Y
    c2.18
    Creating and Editing Monitor Sets
           Y
    c2.19   Transporting Monitor Sets and Monitor Definitions       Y
    c2.20   Copying, Renaming, and Deleting Monitors        Y
    c2.21   Creating and Changing Monitors  Y
    c2.22   Rule Node: Rule Description and Use     Y
    c2.23   Defining Monitors with the DEFINE_R3_SYSTEMS/GET_MTE_BY_CLASS Ru        Y
    c2.24   Defining Monitors with the Rule GET_MTE_BY_CLASS_AND_OPTIONS    Y
    c2.25   Defining Monitors with the Rule GET_MTE_BY_CLASS_AS_VIRTUAL     Y
    c2.26   Copying a Monitoring Properties Variant Y
    c2.27   Create Monitoring Properties Variant    Y
    c2.28   Change Monitoring Properties Variant    Y
    c2.29   Activating a Monitoring Properties Variant      Y
    c2.30   SAP-DEFAULT     Y
    c2.31   Creating a New SAP-DEFAULT Variant      Y
    c2.32   Monitoring Multiple Systems     Y
    c2.33   Monitoring Multiple Systems: Defining RFC Connections   Y
    c2.34   Monitoring SAP R/3 3.x Systems  Y
    c2.35   Creating the CSMREG User        Y
    c2.36   Monitoring Multiple Systems with an Identical System ID Y
    c2.37   System Groups in the Alert Monitor      Y
    c2.38   Deactivating and Reactivating Monitoring Tree Elements  Y
    c2.39   Deleting and Restoring Nodes in the Alert Monitoring Tree       Y
    c2.40   Display Options of the Alert Monitor    Y
    c2.41   Saving and Resetting the Layout of a Monitor    Y
    c2.42   Extending the Shared Memory Area        Y
    c2.43   Setting Up a Central Data Cache         Y
    c2.44   Configuring the Caches of the Monitoring Architecture   Y
    c2.45   Working with All-Clears (Green Alerts)  Y
    c2.46   Displaying the History of the Threshold Values of Performance No        Y
    c2.47   Availability Monitoring with CCMSPING   Y
    c2.48   Installing Availability Agent CCMSPING  Y
    c2.49   Changing the Monitoring Frequency and Timeouts of CCMSPING      Y
    c2.50   Adding Systems to the Availability Monitoring Manually  Y
    c2.51   Finding and Correcting Errors with CCMSPING     Y
    c2.52   Configuring Availability Monitoring     Y
    c2.53   Creating and Changing Monitoring Rules  Y
    c2.54   Changing Monitoring Setting of Servers and Groups       Y
    c2.55   Using Multiple CCMSPING Agents  Y
    c2.56   Creating and Changing a Monitoring Pause        Y
    c2.57   Monitoring System Groups with CCMSPING  Y
    c2.58   Availability and Performance Overview Monitor   Y
    c2.59   Monitoring Log Files with CCMS Agents   Y
    c2.60   Structure of the Log File Template of the Log File Agent        Y
    c2.61   Example Log File Templates      Y
    c2.62   Logfile Monitoring Monitor      Y
    c2.63   Monitoring Selected Processes with SAPOSCOL     Y
    c2.64   Monitoring Response Times of Transactions or Clients    Y
    c2.65   Monitoring Database Tables with the Alert Monitor       Y
    c2.66   Self-Monitoring of the Alert Monitor    Y
    c2.67   Selected Alert Monitor Methods  Y
    c2.68   Forwarding Alerts to Alert Management (ALM)     Y
    c2.69   Interpreting a Text Attribute as File Name/URL and Display Content      Y
    c2.70   Displaying a Subtree as ALV Grid Control        Y
    c2.71   Defining an Automatic Alert Notification        Y
    c2.72   Auto-Reaction Method: Execute Operating System Command  Y
    c2.73   Setting Up Central Auto-Reaction Methods        Y
    c2.74   Installing CCM4X        Y
    c2.75   Activation in the background,if the Host restarts       Y
    c2.76   Creating RFC Connection Y
    c2.77   Copying File from Solution manager to agents    Y
    c2.78   Copying version for SAPCCM4X    Y
    c3      Central User Administartion(CUA)
    c3.01   Create manaintain landscape     Y
    c3.02   Creating RFC    Y
    c3.03   Create Logical clinets in SM1   Y
    c3.04   Field distribution parameters   Y
    c3.05   Transfering users from child system     Y
    2       Service Desk
    a       Set-Up Message Creation in Web Browser  Y
    b       Create support messages with NOTIF_CREATE       Y
    c       Process Messages in Service Desk        Y
    d       Search for Solutions to Support Messages        Y
    e       Copy Support Message into Solution Database     Y
    f       Forward Support Message to SAP  Y
    g       WebClient Interaction Center    Y
    h       Create Messages with Interaction Center WebClient       Y
    i       Process Messages in the Interaction Center WebClient    Y
    j       Service Desk for IT Service Providers   Y
    k       Using an External Service Desk  Y
    l       Connect an External Service Desk        Y
    m       Service Desk Customizing Error Analysis Y
    it's very high prioriety
    Cheers

Maybe you are looking for

  • Print Screen using new Microsoft Remote Desktop app on Mac

    I am trying to figure out how to do a screen capture of a window using the new Microsoft Remote Destkop app on my MacBook Pro.  I don't have a numeric keypad so the Ctrl+Alt+Minus on the keypad does not work.  On the older remote desktop client there

  • Comparison of Macbook to Mac mini

    Hello! I'm considering getting an Apple and have a question: My wife's laptop needs to be replaced and I'm considering a new MacBook 13" laptop for my wife. We would use iLife for our family photos and movies. When she is at home, she'd like to conne

  • Video clip info ipad 2

    how can i get information such as clip names of the videos I shoot on ipad 2?

  • Oracle Support ORA-4031 Troubleshooting Tool problem - FILE VALIDATION FAIL

    Hi, Having problem while trying to use ORA-4031 Troubleshooting Tool on the Oracle Support site. I believe I upload all files correctly: db alert log, 4031 trace file and AWR report (HTML), answered YES to the question. But, get this error: "FILE VAL

  • Open Source tool(Jar) for multiple file/folder upload

    Hi experts, I would be obliged if anyone could kindly let me know some open source file/folder upload tools which can be used free of cost and source files of which could be edited and used for customization. Need to integrate this tool with a php si