Backgroung scheduling at Operating System level

Hi ,
How can we schedule the background jobs at operating system level on windows, as we can do on the unix operating system.
Regards
Kumar

Hi,
As far as my knowledge we have to use third party tools to schedule background jobs in windows.
There are many schedulers available in the market.
Even i think you can schedule external programs using SM36 in SAP.
Rgds
Radhakrishna D  S

Similar Messages

  • Database version and patchset applied from the operating system level in so

    How to find out the database version and patchset applied from the operating system level in solaris?

    [oracle@rac1 udump]$ cd $ORACLE_HOME/OPatch/
    [oracle@rac1 OPatch]$ pwd
    /u01/app/oracle/product/10.2.0/db_1/OPatch
    [oracle@rac1 OPatch]$ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    [oracle@rac1 OPatch]$ ./opatch lsinventory
    Invoking OPatch 10.2.0.1.0
    Oracle interim Patch Installer version 10.2.0.1.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /u01/app/oracle/product/10.2.0/db_1
    Central Inventory : /u01/app/oracle/oraInventory
    from : /u01/app/oracle/product/10.2.0/db_1/oraInst.loc
    OPatch version : 10.2.0.1.0
    OUI version : 10.2.0.1.0
    OUI location : /u01/app/oracle/product/10.2
    Edited by: rajeysh on Jul 31, 2010 1:19 AM

  • Solaris 5.10 All operating system level parameters

    HI Experts,
    Pl let me know .Solaris 5.10 All operating system level parameters on ECC6.0
    .i really appreciate your feed back on this request
    Thanks
    Hari

    You cannot upgrade Solaris (any version) by simply applying patches. You also cannot upgrade Solaris 10 via any sort of downloaded "upgrade" package.
    You will need to download the current DVD/CD set, then boot from it. At that point, you will be offered the choice of upgrading your system.

  • How to release a Transport Request at operating system level

    HI,
    How to release a Transport Request at operating system level. Please specify the complete commands along with the pf parameters for TP Export only.......

    <b>tp export <request></b>
    This exports the complete request from the source system. This command starts the export of a request from the operating system level. Only use this command in exceptional cases. The SAP System uses the command expwbo to release requests from CTS transactions
    <b>tp cleanbuffer <sapsid></b>
    This deletes successfully imported change requests from the list of requests that are marked for import into the SAP System <SAPSID>. This function is contained in the commands tp import all <sapsid> and tp put <sapsid> .
    <b>tp delfrombuffer <request> <sapsid></b>
    If the specified request is marked for import into the specified SAP System, this flag is deleted from the import list.
    Reward points if you find this helpful to you.

  • HT1338 How can I tell how old my imac is and what operating system level I can run?

    I am trying to figure out what is the highest level of operating system I can install on my imac. I do not know who old it is either.
    thanks

    This should help in identifying what iMac you have.  When you have done so, enter in the support entry field the name of the OS you are interested in for technical requirements and match that with your iMac specifications.
    http://support.apple.com/kb/HT1758
    The odds are that Snow Leopard will be most recent you can install.
    Ciao.

  • How to view Work process status from Operating System level???

    Hi,
    How can I check work process status from Operating System in Unix. For example : In Windows, I can see the work process status from SAP MMC in WP Table.
    How can I view from Unix?
    Appreciate your feedback. Thanks.

    Hi,
    You can terminate. Please look into the menu given by DPMON carefully. You can kill the process using the k option.
    Otherwise you can also kill the process kill -9 <PID of the process>.
    Please do not terminate update and ENQ work process. This may lead to data loss. If the condition can not be control by killing some processes and again all the WPs are occupied. I recommend SAP system restart.
    Restart will ensure that all necessary roll backs happen and no data loss.
    With Regards,
    Saurabh

  • Operating system level authentication

    Access to my application's functions and data is based upon the privelages granted to the role(s) in which my user performs. Users go in and out of my application all day long and it is not acceptable to have them login to my application every time they enter. Nor is it acceptable to leave the application open on the desktop all day. Therefore, I need to base security on their login ID to the Operating System.
    How, in Java, do I access a user's login ID to Unix or Windows? Is there and object.method somewhere that does this?
    Thanks.
    Jim

    it's platform specific, so you are not going to find it in plain java. You'll need some native interface solution to handle this problem.

  • Need Operating System level requirement details to install SAP BW client

    Hi,
    I need components to be tested to verify the compatibility of a VISTA machine with SAP BW front end.
    If any one has performaed such analysis, please share results & the list of components to be tested.
    Thanks & Regards,
    Rashmi.

    Hello Please refer these links,
    installation guide:
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    configuration guide:
    http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf

  • Execute external operating system command

    Hi Friends,
    I have a requirement to run a script file with extention '.PL' on the application server using ABAP.
    i have sample how to run it in XI.
    XI3.0 provides a very simple way of handling this using the "Operating System Command" in the File Adapter.
    I post my output file in the following folder,
    /usr/sap/sapout/test/
    The shell script is available in the following path,
    /usr/sap/bin/convert.pl
    The figure below explains as to how we call the shell script using "Operating System Command".
    File Acess parameters
          Target Directory      = /usr/sap/sapout/test/
          File Name Scheme = TestOutput.txt
    Processing Parameters
         File Construction Mode          = Add Time Stamp
         File Type                              = Binary
         Operating System Command = /usr/sap/bin/convert.pl %F
    I have to do the same thing in ABAP as it has been done for XI as mentioned in the above example.
    My operating system is UNIX.
    If any one can give me a sample it would be really helpful to me.
    Thanks in advance,
    Arundhathi.

    Hi Arundhati,
    You can run operating system commands from ABAP.
    e.g. If you want to change UNIX right for any file, you can use following code.
    lv_ucomm  = 'chmod a+rwx 123.txt'.
    CALL 'SYSTEM' ID 'COMMAND' FIELD lv_ucomm.
    whatever command you provide in Field parameter ( lv_ucomm in the above case ), ABAP run that command at operating system level.
    In your case, you can provide command in lv_ucomm to run script at operating system level.
    Hope it will help you.
    Regards,
    Naren

  • How to get Operating System Space Info from Oracle database using SQL

    Our oracle databases are installed on Unix operating system. Currently our DBA wrote a view to get space info of table spaces and He is requesting me to add Operating system level(file system) drive space info to the same report.
    Can you please let me know the easiest way to get this information to sql table so that it can be used for reporting purposes?

    You should be able to create a shell script with the OS commands to generate the information for the mount points that you want to access in Oracle, then read it in as an external table using the preprocessor feature of external tables:
    http://download.oracle.com/otndocs/products/database/enterprise_edition/utilities/pdf/xtables_preproc11g_1009.pdf

  • Is JDE World version 7.3.19  compliant with V7R1 Operating System?

    We are working on an analysis project to upgrade our iSeries operating system level to V7R1.  Right now, we are reviewing all of the applications running in our iSeries environment to determine if they are compatible with V7R1 or what upgrade/changes need to occur.  Can anyone tell me if JDE World version 7.3.19 is compatible with V7R1?  if not, what version of JDE World is compatible with V7R1?
    Thank you in advance for your assistance.
    Sue

    This is not actually a certification question. I would suggest that you go back to all places and find the correct technical forum for this question and move it there.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Supress Printer Dialog box (Operating System) in Payslip Printing

    Hi All,
    I have design the smartform to print the payslip. In the main window i have created the loop and then  desing the templates to display the details of employee and the wage types.I have only one page in it. I have develop the print program to call the smartfform. But when i try to print the payslip for number of employees the printer dialog box (Operating system Level) is appearing for the number of times the employees i have selected.I am able to suppress the Print Preview dialog box from SAP it is not showing and i have given the parameters to print immediately.But the Problem i am facing is if i select 3 employees the printer dialog box is coming 3 times. i have to click 3 times to print the payslips .
    Mustafa

    Hi,
    Please find the code below. I have made the changes but agian it is asking for the printer dialog box for the number of times the employees i have selected.
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
       formname                 = 'ZHR_F_MMG_PAYSLIP'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
    IMPORTING
       FM_NAME                  = V_FM_NAME
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    loop at i_payslip_details.
      gv_control-no_dialog = 'X'.
      gv_control-no_open   = 'X'.
      gv_control-no_close  = 'X'.
      I_SSFCOMPOP-TDDEST = 'ZMMG_Print'.
    I_SSFCOMPOP-TDNEWID = ''.
    I_SSFCOMPOP-TDNOPREV = 'X'.
      AT FIRST.
        gv_control-no_open = ''.
        endat.
        AT LAST.
          gv_control-no_close = ''.
          ENDAT.
    CALL FUNCTION V_FM_NAME
    EXPORTING
       CONTROL_PARAMETERS         = gv_control
       OUTPUT_OPTIONS             = I_SSFCOMPOP
      TABLES
        I_PAYSLIP_DETAILS          = I_PAYSLIP_DETAILS
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.

  • System log shows operating system call recv failed(error no.73)

    hi all,
      here i have some doubt in system log please clarify me,
    here in my (sm21)system log files i find more no  of logs for dispatcher and it indicates operating system call recv failed(error no.73)
    system log  Short Text shows:
    Operating system call &5&5&4 failed (error no. &>E5)
    The specified operating system call was returned with an error.
    For communication calls (receive, send, etc) often the cause of errors are network problems.
    It could also be a configuration problem at operating system level. (file cannot be opened, no space in the file system etc.).
    what is means

    Hello,
    Yes, you are right, these kind of problems (OS Error 73) are usually caused by network issues. Error 73 means 'connection reset by peer'. In most cases, this is because the connection was interupted by the communication partner or an active network component between.
    I provide you some recommendations:
    - Check your Network environment. You can use NIPING tool to diagnose it (note 500235), check your MTU stability.
    - Check note 27320 - keep alive and gui_auto_logout profile param
    - Also you can implement note 1002075 for a possible solution
    I hope this helps you.
    Regards,
    Blanca

  • Operating System Error

    Hi,
      We are encountering the following error in SM21 of our central instance frequently:
    [Thr  1] ***LOG Q0I=> NiPWrite: writev (32: Broken pipe) [niuxi_mt.c 1140]
    [Thr  1] *** ERROR => MsHttpClient: H17 MsHttpSendMsg failed (NIECONN_BROKEN) [m
    sxxhttp_mt. 717]
    The system log detail shows the following:
    The specified operating system call was returned with an error.
    For communication calls (receive, send, etc) often the cause of errors
    are network problems.
    It could also be a configuration problem at operating system level.
    (file cannot be opened, no space in the file system etc.).
    dditional specifications for error number 32
    ame for errno numbe EPIPE
    hort text           Broken pipe
    o documentation available for error EPIPE
    When we checked there is no problem explicitly showing in OS level. Is there any way to trace what is going on ? and any idea for anyone who has faced this message earlier .....
    Thanks

    Hello,
    From the log you attached this could be a result of a problem on your Network, you might want to check it using the NIPING Utility.
    The other thing you should take a look at is note #1037605. Without a complete log its hard to tell, but it could be this problem.
    Regards,
    David
    Please reward with points if helpful.

  • I have Garageband version 4.1.2 (248.7) installed on my early 2008 IMAC Version 10.5.8. I have never upgraded but have a LOT of projects. If I upgrade my operating system to the next level (10.6?), will my GB version still work? Do I need to upgrade GB?

    I have Garageband version 4.1.2 (248.7) installed on my early 2008 IMAC 10.5.8. I have never upgraded. If I upgrade my operating system to the next level (10.6?) will my GB version still work? I have a LOT of projects involved and hope they will transfer. Can I (and should I) upgrade GB at the same time and how far should I go with that without causing a problem with my projects? What would I gain if I upgrade GB? Thanks!

    Nancyfromeasttexas wrote:
    I have Garageband version 4.1.2 (248.7) [...] If I upgrade my operating system to the next level (10.6?) will my GB version still work?
    my copy of 4.1.2 appears to work under 10.6.8, though i have not done extensive tests
    Nancyfromeasttexas wrote:
    I have a LOT of projects involved and hope they will transfer.
    they should
    Nancyfromeasttexas wrote:
    Can I (and should I) upgrade GB at the same time
    sure
    Nancyfromeasttexas wrote:
    (and should I) upgrade GB at the same time
    v4 is pretty lonh in the tooth now, and GB only costs $15, so I'd think it's a good idea
    Nancyfromeasttexas wrote:
    how far should I go with that without causing a problem with my projects?
    the only version you can buy new is v6,a nd it should open older projects without issue ... however you could keep 4 around:
    http://www.bulletsandbones.com/GB/GBFAQ.html#installnewkeepold
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    Nancyfromeasttexas wrote:
    What would I gain if I upgrade GB?
    v5:
    http://www.bulletsandbones.com/GB/GBFAQ.html#whatsnew09
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    v6:
    http://www.bulletsandbones.com/GB/GBFAQ.html#whatsnew11
    (Let the page FULLY load. The link to your answer is at the top of your screen)

Maybe you are looking for

  • Mailbox database size limit

    Hello, is there any limit for size of mailbox database file (.edb)? I found in some articles, that limit is 2TB. What happen, if this limit is reached?  Thanks Br, Jan

  • Adobe Pro 8.1 Problems updating, and more

    I originally installed a new Arobat Pro 8.0, subsequently updated to 8.1. 1. Recently, when i get notices of an update, i run the update.  It proeeds, finishes then, with no explanation announces that the pdate failed. 2.  For no reason I can spot, a

  • Running Tomcat using Eclipse

    Hello all, I think I have done the needful regarding putting Tomcat into the Eclipse IDE.At the End I would like to test a simple jsp.I press on the "tomcat" button , tomcat startup button, in the console window i dont get the usual startup things th

  • Field G/L Account

    Hi experts, Can anyone please tell me what is the table and the corresponding field which stores G/L accounts in R/3. And how can we check whether this field is coming into BI or not. Full points will be assigned. Thanks & Regards,   V N.

  • Why don't I have location-based reminder capability on my Verizon iPhone 4 w/iOS 5.0.1?

    I updated my Verizon iPhone 4 with iOS 5.0.1 and I do not have the location-based reminder feature. I have followed the process to create a location-based reminder but do not see the option when I get to the "Remind Me" screen. Is the problem related