Backgroung job problem

Hi,
In my production server user is scheduled a background job but the background job is cancled  due to ABAP dump
"GETWA NOT ASSIGNED"but when same job run on foreground then it's completed succesfully.I can't understand what the problem ??

Hi Vikram,
If you provide the error log (abap dump) then we can find out the solution. So many reasion for dump.
Regards,
Anil

Similar Messages

  • Help needed in backgroung job problem ?

    Hi All,
    I scheduled VF31 txn in a background to email the invoices. Now the problem is, when suppose,
    if i have 10 invoices and the third invoice doesnt have an mail address....job gets failed..
    what i need is even if the third invoice fails i want the job to continued with the fourth invoice.
    can anyone help me in this regard.
    Thanks.

    > I scheduled VF31 txn in a background to email the invoices. Now the problem is, when suppose,
    > if i have 10 invoices and the third invoice doesnt have an mail address....job gets failed..
    > what i need is even if the third invoice fails i want the job to continued with the fourth invoice.
    > can anyone help me in this regard.
    This means you are may be standard SAP is issuing the error messag when there is no email id on the invoice. Please have a look at the print program for the output type and make sure dont issue any error message if there is no email id.

  • I have backgroung job problem.

    Hi all,
         i run the program in background mode.
      i write code like this
      IF sy-batch = 'X'.
    ***---> Move filename to file_name
        file_name = d_name.
    ***---> Check if path can be reached
        OPEN DATASET file_name FOR INPUT IN TEXT MODE.
        IF sy-subrc NE 0.
          MESSAGE e082(zsomerfield).
        ENDIF.
      ENDIF.
    i have two parameters1.input path name 2.output path anme.
    here i select path in tcode AL11.MY path name /SAP_FTP/DV1/list.txt(this is input file path)
    my output file path /sap_ftp/dv1/hhhh.txt.
    i run the program file not open .
    i see T-CODE :AL11./SAP_FTP/DV1/ this path is there and list also there.
    but file not open ,i tried but i didn't find problem plz can anybody help me.
    Regards,
    Krish.
    and

    Hi
    Tryout in a seperate prg if you can access the file and read the content into an internal table.
    Most probably its an authorization issue. Similarly for the output file.
    Regards
    Raj

  • Low Performance in Compliance Calibrator, running backgroung jobs

    Hello there
    We are running backgroung jobs to analyse users against our rules and it is taking forever. At this moment, we are running a job with three risks and it's taking more than one minute per user (we've got 9.000 users in total) and I think that after that, it will start with roles.
    Our feeling is that the problem lies in the R/3 backend, however we were wondering whether you could let us know what should we check / what setting do we need to verify / how to improve performance.
    Any idea/suggestion will be very appreciated.

    Thanks very much for your comments,
    We have applied some notes and we changed some CC parameters and seen some improvements. (We have changed the size of the batch for user sincronization from 1000 to 10000 and after that, we´ve checked a good improvement in user phase).
    However, when the job is analysing roles, the performance is going down. And due to we have a extremely high number of roles, we would like to know if there would be a way to improve the analisys for roles. any parameter modification in GRC / J2EE/ backend related to roles?
    Details of our roles:
    - we have more than 50000 roles in our system
    - 70 % of the roles are not assigned to any user (is there a way to avoid these roles? these roles are not put in order so too tedious to choose roles individually or by range.
    Thanks very much in advance.

  • Is it possible to process eCATT in scheduled backgroung job?

    Hi,
    Can you give me a hint, if you know.
    Is it possible to process eCATT in scheduled backgroung job?
    I read a thread: eCATT: Scheduling SAPGUI in BackGround.
    https://forums.sdn.sap.com/click.jspa?searchID=19274150&messageID=654134
    But the problem wasn't solved then.
    regards,
    Katsumi

    Hi,
    If you use SECATT or the transactions of the SAP Test Workbench to
    execute the test configuration, the file is found and the test    
    configuration is executed without problems.                       
    is defined in symptom of the Note 1237232.
    It is very clear from note that testing in background cannot be automated or scheduled .
    But background here means execution in background .
    Solution                                                                  
    1.) Start the relevant tests in the background.                                                                               
    2.) If you have to start tests in the background, use transaction SECATT  
    to load the data from the external variants file to internal variants of  
    the test configuration before the test execution. You must carry out      
    this procedure manually in SECATT, and this cannot be automated as part   
    of the test.                                                              
    If you want to schedule a particulat eCATT ( regardless of TCD or SAPGUI etc)
    we can do it in NW 710  release.
    we have a new scheduler for anytype of eCATT , from which we can schedule SAPGUI , TCD,FM...etc..etc.
    regards
    vinay

  • ALV background job problem

    Hello gurus,
    Kindly help me in resolving this back ground job problem.
    We have  a program which gives a tabstrip alv output. they are calling subscreens for this and using containers for alv.
    its running good in foreground but going dump in back ground execution.
    i have used the code written in forums,
    data: or_doc  type ref to cl_gui_docking_container .
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = c_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif .
    now the error is ''set screen not allowed in subscreens.''
    Could you tell me wats the problem
    regards
    rajesh

    Hi Sandeep,
    Change the 1st statement of your program
    REPORT ZALV LINE-SIZE 300.
    Specify output device as LOCL or LP01 with format as X_65_255 for 255 character width of output.
    If width of ALV output is more than 255 say 325, then create a format in SPAD as X_65_325 & assign the same to ALV.
    Best regards,
    Prashant

  • Oracle report generation jobs problem

    Hiii,
    We have installed the Oracle Clinical 4.6 version forms and report server is installed in same server. After installation we tried to submit the job . The job is successfully submitted but the problem is the status of the job is always set o Submitted_RS. We need to resolve this. if any body know the solution plse provide
    Thanks in Advance

    Hi,
    When i used to get only one page the options like facing, continuous facing are disabled. And displays only single page.
    These options are enabled only when there are multiple pages in pdf.
    One more thing i found that it happens when I first view the report as pdf it displays
    all the pages, then i change the display format to csv and again when i change
    the format to pdf the problem starts.
    And when I will restart the report server service, it works fine again until i wont view it in CSV format.
    Message was edited by:
    Yogesh

  • Background job Problem

    Hi,
    I scheduled a Program for background job running for every 10 minutes.
    When i go to SM37  I am seeing all the background jobs, it is creating a newline for every 10 min in the list.
    my problem is , Is there any settings to change for showing only one job that means over writing the old job and show the latest job.
    Thanks in advance,
    fractal

    Assuming that intention is to monitor jobs that are either failed or active, you can deselect rest of the radio buttons at the selection screen so as to see failed / active jobs.
    Other than this, I dont think there is any solution / way to do this.

  • Error: Sheduled Backup Job Problem

    Dear all.
    I've been getting a problem with a scheduled backup job through OEM since yesterday which I'm not able to find out why as it was working fine. When I access OEM I can see that I have a problem execution and when I investigate why it says "Unable to perform the backup because the database is closed". But my db is open for sure and I'm able to execute the backup from RMAN command line normally. I shut my db down and started it up again but didn't work. Does anybody know why this is happening?
    OS: Oracle Enterprise Linux 5
    DB: Oracle Database 10g
    Thanks a lot.

    **** Job Definition ****
    Status: Scheduled
    Scheduled: 09-Jun-2009 20:00:00 o'clock GMT-03:00
    Repeating: Daily beginning 09-Jun-2009 20:00:00 (because I changed to do tests)
    Type: Database Backup
    Owner: SYS
    Description: Whole Database Backup
    Database Connect String: (DESCRIPTION=(ADDRESS_LIST=(ADDR...
    Version 10g or higher: YES
    Backup Strategy: advanced
    Offline Backup: NO
    Blackout: NO
    Database Name: ORCL
    **** Script ****
    $rman_script="backup incremental level 0 cumulative device type disk filesperset = 3 tag '%TAG' database;
    backup device type disk filesperset = 3 tag '%TAG' archivelog all not backed up;
    allocate channel for maintenance type disk;
    delete noprompt obsolete device type disk;
    release channel;
    &br_save_agent_env();
    &br_prebackup($l_db_connect_string, $l_is_cold_backup, $l_use_rcvcat, $l_db_10_or_higher, $l_backup_strategy, "TRUE");
    my $result = &br_backup();
    exit($result);

  • Job problem

    Oracle 10.2 on Windows 2003
    auto job cannot get data from remote database via dblink. The error message is invalid username / password. The steps is as follows:
    1. login as user xxx
    2. create a private dblink to remote database.
    3. create a job to run every 5 min
    this job will have simple select statement: select count(*) from table name@dblinkname
    Note: this job belong to the user xxx.
    the user xxx has dba privilege to do things.
    4.when the job auto-runs, it failed, the log shows invalid login/password.
    Apparently, private dblink won't let auto job run.
    Any ideas?
    S

    HI,
    Actually, I found a problem ad fixed. The dblink has to be created with username/password.
    Thanks for the help.could you please close the thread as answered, else it will still as unanswered. THanks for understanding.

  • Back ground job problem

    hi every  one,
      pls help me out in this.
      i have written a program to create a wbs element.as it takes  20 to 30 min to create one element in production.in my program, there is part of code which creates wbs elements.
    so i want to run tht part of code in background.
    only part of code.
    even i did the coding for it. i wrote  a new program and i pasted that part of code in new program.
    and this new program i m submitting in old one by creating a back ground job.
    i m exporting few required internal tables for new report.i hav imported all internal tables in new report also..
    but still this importing exporting is not happening..pls
    tell me wat can be the problem..
    thanks..

    Your code is not optimized according to performance,can you sed me your code ...
    see my business card  for my  id.
    Thanks

  • Back ground job problem for CJI3

    Hi
    Iam converting the standard CJI3   TCODE   into zcji3 when I execute manually iam getting all the data. but I schedule(in the background job)   that program i am not getting  all the fields data .what could be the problem this is immd please repsond.
    SK

    Your code is not optimized according to performance,can you sed me your code ...
    see my business card  for my  id.
    Thanks

  • FTP Job Problem

    I'm struggling with an issue with an SFTP job that fails no matter what with the following;
    In the Audit Log tab, it reports that "There is a problem with spool file for job"
    In the Output tab it reports "FTP JOB Failed : Attempted to read or write protected memory. This is often an indication that other memory is corrupt"
    I've tried everything I can think of short of rebooting the master server. Uninstalling/restinalling/restarting agents, deleteing and recreating the job, restarting the master service. Nothing seems to correct the problem. I have other SFTP jobs on other machines working just fine.
    Has anyone seen this issue before or have some info on how to resolve it? Thanks!

    I would normally start by running the process outside ot TIDAL using WinSCP. If it works in that product, then I would point to TIDAL. In Tidal there are many things to look at.
    1) User ID corrrect?
    2) Password correct for logon user to FTP site?
    3) Site your going to, is it only FTP and not SFTP?
    4) The FTP Host, are you specifing a port? blah.blah.com:22
    5) Do you have to use an IP address instead of the DNS? I had that issue recently.
    6) Local User, I never have one in that option, I always leave blank.
    7) File system full. I ran into the /logs filling up the hard drive and nothing would FTP.
    8) Try it from another box. It could be hardware.

  • Create Job problem

    Hi,
    I like to create job using Scheduler Jobs > Create Job with Command Type Stored Procedure! But the problem is that I can't see (user sys) procedures on schema i wish to create job on! So i can't pick procedure from Search and Select: Procedure values!?
    Is someone know what is the problem?
    Thanks, Kristjan

    OK. It is a "Package" and not a Procedure like you mentioned above.
    So, you have to do a different thing from a normal stored procedure. What you need is to use a Command Type of PLSQL Block
    Assuming the Package TEST_PACLAGE with PACKAGE BODY containing procedure TEST_PROC and is owned by user SYS.
    Select SYS as the owner under General
    Inside the PL/SQL box enter.
    BEGIN
    test_package.test_proc;
    END;
    This should work

  • Business Objects Management Console - Shedule Jobs Problem

    Hi,
    I am novice in Business Objects technology and i am facing a problem that i describe next:
    The Jobs Scheduled are not running but if we execute the Job manually the Job runs normally.
    Do you have any idea about what can be wrong? Is there any logs that can be checked?
    Thank for your efforts.
                Best Regards
                       João Fernandes

    Hi Rim and Sebastian,
    Thank you for your interest in my problem.
    I am running Data Integrator Management Console and the version is Business Objects Data Integrator 11.7.2.1
    I check the starting date and there is none because we want to run the job in a daily basis.
    I hope this information could help you to help me.
    Best Regards
                  João Fernandes

Maybe you are looking for