JOB is created but SPOOL is not created - using SUBMIT stmt in WD

Hi,
I am submitting report from WD. PFB the code i used. This is cuccessfully creating the JOB in SM37 and the status is 'Finished'. But when I click for the SPOOL, it is giving me an error 'No list available'.
I used the following code for submitting the program.
* call the FM 'JOB_OPEN' and create the job.
  SUBMIT ztest TO SAP-SPOOL
    WITH pnppernr-low EQ pernr
    WITH pnpbukrs-low EQ bukrs
    SPOOL PARAMETERS lv_print_parameters
    WITHOUT SPOOL DYNPRO
    VIA JOB lv_name NUMBER lv_number " job name and number created from JOB_OPEN
    AND RETURN.
* call the FM 'JOB_CLOSE' and close the job.
The submit stmt is working perfectly fine when executed directly..from R/3. The spool is also being created.
I tried debugging the same. This goes to the INITIALIZITION part of the program but no goin to START-OF-SELECTION.
Pls suggest if I am missing something in the code.
Thanks,
Teja.

>
teja wrote:
> Hi,
>
> I am submitting report from WD. PFB the code i used. This is cuccessfully creating the JOB in SM37 and the status is 'Finished'. But when I click for the SPOOL, it is giving me an error 'No list available'.
>
> I used the following code for submitting the program.
>
>
> * call the FM 'JOB_OPEN' and create the job.
>
>   SUBMIT ztest TO SAP-SPOOL
>     WITH pnppernr-low EQ pernr
>     WITH pnpbukrs-low EQ bukrs
>     SPOOL PARAMETERS lv_print_parameters
>     WITHOUT SPOOL DYNPRO
>     VIA JOB lv_name NUMBER lv_number " job name and number created from JOB_OPEN
>     AND RETURN.
>
> * call the FM 'JOB_CLOSE' and close the job.
>
>
> The submit stmt is working perfectly fine when executed directly..from R/3. The spool is also being created.
>
> I tried debugging the same. This goes to the INITIALIZITION part of the program but no goin to START-OF-SELECTION.
>
> Pls suggest if I am missing something in the code.
>
> Thanks,
> Teja.
Hi,
I guess this wont work. Didnt you get any dump ?
FM's with dialog screens,conversion exits would cause the webdynpro session to disconnect.

Similar Messages

  • Job finished successfully but Spool not generated(no spool icon)

    I am generating a report which . When the program in scheduled, the job completed successfully but spool icon is not available. Could any one suggest us the reason why spool has not generated. Thanks in advance!

    Hi,
    When executing report, Spool gets generated only when an Output is generated. Please check if output exits for the selection criteria.
    Also check any special mechanisms are used that diverse the ouput when executed in background.

  • I have an aol screen name I use to log in to itunes store, but it can not be used on my apple tv as it is not an apple id

    my oldest otunes store UN was my AOL screen name, and then when the newwer stuff came out requring an email address it never prompted me to just add that on to the one I already had, so thus another itunes un now known as my apple id was born.  My question is I recently bought an apple TV and I have movies and shows on the AOL screen name account that I can NOT access on my apple tv as I do not have an apple id for that account it will not let me sign in to it through the apple tv.  I was wondering if there is a way to convert my AOL account into a normal apple id?

    I have the same issue. Back in the day, when Apple and AOL had a relationship, AOL users had the ability to use their AOL account screen names and passwords in order to purchase content from the iTunes store. Unfortunately the disconnect resides in the fact chosing that way of signing in and purchasing content didn't actually create a true Apple ID. This results in the ability to still purchase content via iTunes on Mac or PC or on iPhone and iPad, but the inability to sign in with the same account with any other Apple services such as appleid.apple.com or even the Apple Store App.
    After the relationship between Apple and AOL dissolved there is no way of turning the AOL account associated with many many purchases into an Apple ID. I've tried every way possible and search long and hard for an answer. There was a way a while ago and the process was that you had to cancel any subscription services with AOL. Apple would realize this and notify you in iTunes saying your AOL account has been deactivated, would you like to make it an Apple ID (this may be the article to which you are referring, HACKINTOSH). Unfortunately this method doesn't work any longer.
    However I have found a way for old AOL users to change the account they use to purchase content with into an Apple ID. The answer is iTunes Match. I've tried many other methods and iTunes match seems to be the route to take. When subscribing to iTunes match, iTunes will recognize that the account you're trying to subscribe with is not a true Apple ID and will ask you to change the AOL screen name into an Apple ID.
    This is the only way that I have is even close to solving this issue. However I haven't been able to complete the process due to unrelated reasons. Considering iTunes Match is $24.99/year that may not be worth it to just convert an Apple ID. But if you can find a use for subscribing to iTunes Match (which personally I think is a brilliant service), I believe that this will convert the AOL account into an Apple ID.
    Let's see what iTunes says as well. I haven't contacted them but if any info is received please let us know!
    Hope this helps.

  • Have had firefox 3.6 now i trying 4 why does it not wor with profile pictures on facebook i can not see my profile picture or anyone else...it works fine on explorer but i do not wanna use it i have used firefox for the last 6-7 years....

    can not ad on a new profile picture...and i do not see anyone else pictures i can see all on explorer do i have to go back to explorer? i do not want to i used firefox for 6-7 years its the fastest browser...

    Create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Adobe Flash player (I ran scan & got "You have version 9,0,45,0 installed") works on internet explorer emails, BUT it does not work using firefox keeps giving me a pop up need Flash 9 or higher.

    I have Adobe Flash player 9 or higher (I ran your scan-You have version 9,0,45,0 installed) and it always works with Internet Explorer emails BUT every time I click to open incoming email I get a pop up "need to install flash 9 or higher". What can I do? Can I get rid of it? It only happens in internet mail.
    Pat

    Visit [http://get.adobe.com/flashplayer/ this Adobe page] with both browsers to update your Flash version; Firefox uses a different install than IE, so having one doesn't mean you have the other.

  • Create spool for background jobs which uses submit statement

    Hi Gurus,
                 I have a quick question regarding the backgroud jobs. When we run a program in the background , it should create a spool for us, but, the problem comes when I am running a program in the background, its not creating the spool. This program uses SUBMIT statement. This program collects the data and it will submit to the other program and then retuen. In this case, its not creating a spool. Its very important for us to look at the spool for this program. Does anybody cam across this kind of problem? I need ur inputs.
    Thanks in advance, <REMOVED BY MODERATOR>
    Regards,
    Srinivas.
    Edited by: Alvaro Tejada Galindo on Mar 18, 2008 4:31 PM

    hi check this link ...
    Scheduling a submitable program as a background task with the number number in a background request name. After scheduling, the background task is completed by function module JOB_CLOSE and released immediately.
    DATA: number TYPE tbtcjob-jobcount,
          name TYPE tbtcjob-jobname VALUE 'JOB_TEST',
          print_parameters TYPE pri_params.
    CALL FUNCTION 'JOB_OPEN'
      EXPORTING
        jobname          = name
      IMPORTING
        jobcount         = number
      EXCEPTIONS
        cant_create_job  = 1
        invalid_job_data = 2
        jobname_missing  = 3
        OTHERS           = 4.
    IF sy-subrc = 0.
      SUBMIT submitable TO SAP-SPOOL
                        SPOOL PARAMETERS print_parameters
                        WITHOUT SPOOL DYNPRO
                        VIA JOB name NUMBER number
                        AND RETURN.
      IF sy-subrc = 0.
        CALL FUNCTION 'JOB_CLOSE'
          EXPORTING
            jobcount             = number
            jobname              = name
            strtimmed            = 'X'
          EXCEPTIONS
            cant_start_immediate = 1
            invalid_startdate    = 2
            jobname_missing      = 3
            job_close_failed     = 4
            job_nosteps          = 5
            job_notex            = 6
            lock_failed          = 7
            OTHERS               = 8.
        IF sy-subrc <> 0.
        ENDIF.
      ENDIF.
    ENDIF.
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=backgroundsubmit&adv=false&sortby=cm_rnd_rankvalue
    sy-subrc  Meaning
    0            Background task scheduled successfully.
    4            Scheduling cancelled by user on the selection screen.
    8            Error during scheduling, i.e. when accessing JOB_SUBMIT internally.
    12          Error in internal number assignment.
    regards,
    venkat.
    Edited by: venkat  appikonda on Mar 18, 2008 6:32 PM

  • Print Jobs Show Complete But Do Not Print

    Working with someone that has a MacBook Pro (10.4.11). Were connected to a networked HP-4250 LaserJet. Everyone else can print, when he shows his jobs have completed, but they do not actually print.
    I've tried all the variants of Bonjour, IPP, HP JetDirect (deleting each time with multiple restarts), but we still can't get any print outs.
    I can also ping the printer and actually log into the setup pages of the printer in Safari.
    Recent changes that I'm guessing have something to do with it is that he recently removed HP Director (for All-In-Ones), but I still found some fragments files and folders that I deleted.
    He also installed the new scan software for his new Brother's printer. Similar to the HP AIO software. But before I remove that software I'd like to make sure there isn't some other known issue going on. I'm pretty sure I've actually seen this before, but no clue on what the fix was.

    Are the others on the network all PCs? Is it possible that the printer's "personality" is set to PCL? That would mean PCs could print, but not Macs (with the preinstalled postscript driver). Fix - set to Auto.
    Also try Reset Printing System, then Add the printer again.

  • Spool list not available from SM37

    Hi All,
    We have scheduled a job and running successfully.
    But spool list not displayed from SM37, whereas spool request generated in SP01 at the same time when the job is completed.
    We've checked with the developer and they dint find anything wrong from program end.
    Kindly suggest what is going wrong here.
    Thanks in advance......

    Hi,
    Apply the following SAP notes to resolve this problem:
    1372936 - Spool lists no longer displayed from SM37 after SP
    1174127 - Job refers to incorrect spool request
    regards,
    Aidan

  • TS1702 For some reason, my girlfriends Walmart app is on my phone, but is linked to my e-mail address. When I tried to set up my own account, it says that e-mail is already linked to an account. I tried deleting and reinstalling the app, but that did not

    i downloaded the wal mart app for my i phone a while back. i just recently tried to use it. when it asked me to log in, i realized i did not have a user id or password.i tried to set up one and it gave me an error message stating the e-mail i was using was already linked to an account. i tried uninstalling and reinstalling the app.it did not give me the icon to install the app, but the cloud icon popped up.i selected it and my girlfriends name comes up on my phone with my e-meil attached. i was able to set it up with a different e-mail, but i do not like using that e-mail because im so used to using my hotmail account for everything. what do i have to do to unshare all info between our phones and i-cloud? I WOULD LIKE TO AT LEATS HAVE ONE THING PRIVATE THAT WE DO NOT HAVE TO SHARE!!!
    Please helpthanks,
    Shredder

    Hello Kenny
    It sounds like that your email is associated to another Apple ID. You may want to check her Apple ID at applid.apple.com, and see if your email is linked to it.
    Associating and verifying email addresses with your Apple ID
    http://support.apple.com/kb/HE68
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Structured XMLIndex is not being used

    I have a table defined as "TABLE OF XMLTYPE" with XML Binary storage with a structured XMLIndex under Oracle 11.2.0.3.4. The query that I am using on this table is virtually the same as the XMLIndex, but it's not being used. I searched the forums for similar issues and found this:
    XMLIndex is not getting used
    However, the post is a couple of years old, and I think that the solution was really specific to the problem. Not that mine isn't. ;)
    Per the forum guidelines, the data/DDL is confidential, and should not be posted, so I opened a SR for it - SR 3-7160281751.
    May I please have some help understanding why the structured XMLIndex is not being used?
    Thanks...

    OK, I did the best I could to clean this up. The last query in this script is the one not using the index. The tables "book_master" and "book_join_temp" are populated, though I didn't include the data here. Do you see anything wrong?
    --Create tables...
    CREATE TABLE book_master OF XMLTYPE
    XMLTYPE STORE AS SECUREFILE BINARY XML
    VIRTUAL COLUMNS
      isbn_nbr AS ( XmlCast(
                    XmlQuery('declare namespace plh="http://www.mrbook.com/InventoryData/Listing";
                              declare namespace invtdata="http://www.mrbook.com/Inventory";
                              /invtdata:INVENTORY/plh:LIST/plh:ISBN_NBR'
                              PASSING object_value RETURNING CONTENT) AS VARCHAR2(64)) ),
      book_id AS ( XmlCast(
                    XmlQuery('declare namespace plh="http://www.mrbook.com/InventoryData/Listing";
                              declare namespace invtdata="http://www.mrbook.com/Inventory";
                              /invtdata:INVENTORY/plh:LIST/plh:BOOK_ID'
                              PASSING object_value RETURNING CONTENT) AS VARCHAR2(64)) )
    CREATE GLOBAL TEMPORARY TABLE book_join_temp
       isbn_nbr VARCHAR2(64),
       book_id VARCHAR2(64),
       row_num INT,
       PRIMARY KEY(row_num)
    ) ON COMMIT DELETE ROWS;
    --Create indices....
    CREATE INDEX bkm_xmlindex_ix ON book_master (OBJECT_VALUE) INDEXTYPE IS XDB.XMLIndex PARAMETERS ('PATH TABLE path_tab');
    BEGIN
       DBMS_XMLINDEX.registerParameter(
          'myparam',
          'ADD_GROUP GROUP book_record
             XMLTable bk_idx_tab
             XmlNamespaces(''http://www.mrbook.com/InventoryData/Listing'' AS "plh",
                      ''http://www.mrbook.com/Inventory'' AS "invtdata",
                      ''http://www.mrbook.com/BookInfo'' AS "idty",
                      ''http://www.mrbook.com/References'' AS "lclone",
                      ''http://www.mrbook.com/Publishing'' AS "trd",
                      ''http://www.mrbook.com'' AS "mrbook"),
             ''/invtdata:INVT_DATA''
               COLUMNS
                    xml_id    RAW(16)     PATH ''/@XML_ID'',
                    isbn_nbr  VARCHAR(64) PATH ''/plh:LIST/plh:ISBN_NBR'',
                    book_id   VARCHAR(64) PATH ''/plh:LIST/plh:BOOK_ID'',
                    seller_loc_id NUMBER(13,0) PATH ''/plh:LIST/plh:SELLER_LOC_ID'',
                    catg_typ_cd NUMBER(7,0) PATH ''/idty:BK_INFO/idty:CATG_TYP_CD'',
                    CTRY_MKT_LOC NUMBER(7,0) PATH ''/idty:BK_INFO/idty:CTRY_MKT_LOC'',
                    bk_out_of_print_cd NUMBER(7,0) PATH ''/idty:BK_INFO/idty:BK_OUT_OF_PRINT_CD'',
                    reprint_isbn_nbr VARCHAR2(64) PATH ''/idty:BK_INFO/idty:REPRINT_ISBN_NBR'',
                    reprint_book_id VARCHAR2(64) PATH ''/idty:BK_INFO/idty:REPRINT_BOOK_ID'',
                    orig_ed_isbn_nbr VARCHAR2(64) PATH ''/lclone:REFERENCES/lclone:PRINT[child::lclone:PRINT_TYP_CD="160"]/lclone:ISBN_NBR'',
                    orig_ed_book_id VARCHAR2(64) PATH ''//lclone:REFERENCES/lclone:PRINT[child::lclone:PRINT_TYP_CD="160"]/lclone:BOOK_ID'',
                    last_mod_dt TIMESTAMP PATH ''/node()[local-name()="LAST_MOD_DT"]'',
                    subject_catg_code  NUMBER(7) PATH ''/idty:BK_INFO/idty:SUBJECT_CATG_CODE[child::idty:CATG_REF_LVL=1]/idty:SUBJECT_CATG_CODE'',
                    catg_code VARCHAR2(48) PATH ''/idty:BK_INFO/idty:SUBJECT_CATG_CODE[child::idty:CATG_REF_LVL=1]/idty:CATG_CODE'',
                    pub_summ  XMLType   PATH ''/trd:PUB_SUMM'' VIRTUAL
                XMLTable trd_summ_entr_ix
                XmlNamespaces(''http://www.mrbook.com/InventoryData/Listing'' AS "plh",
                      ''http://www.mrbook.com/Inventory'' AS "invtdata",
                      ''http://www.mrbook.com/BookInfo'' AS "idty",
                      ''http://www.mrbook.com/References'' AS "lclone",
                      ''http://www.mrbook.com/Publishing'' AS "trd",
                      ''http://www.mrbook.com'' AS "mrbook"),
                   ''/trd:PUB_SUMM/trd:PUBLC'' PASSING pub_summ
                COLUMNS
                    pub_yrmo  VARCHAR2(6) PATH ''/@PUBLC_YRMO''
    END;
    ALTER INDEX bk_xmlindex_ix PARAMETERS('PARAM myparam');
    CREATE INDEX ejt_isbn ON book_join_temp(isbn_nbr);
    CREATE INDEX ejt_book ON book_join_temp(book_id);
    --Using the PATH table instead of structured index???
    SELECT
        ej.row_num,
        e.xml_id,
        e.isbn_nbr,
        e.book_id,
        e.seller_loc_id,
        e.seller_loc_id AS mkt_seller_id,
        e.catg_typ_cd,
        e.CTRY_MKT_LOC,
        e.bk_out_of_print_cd,
        e.reprint_isbn_nbr,
        e.reprint_book_id,
        e.orig_ed_isbn_nbr,
        e.orig_ed_book_id,
        g.OBJECT_VALUE AS invt_data
    FROM
        book_master g,
        book_join_temp ej,
        XmlTable(
        XmlNamespaces('http://www.mrbook.com/InventoryData/Listing' AS "plh",
                      'http://www.mrbook.com/Inventory' AS "invtdata",
                      'http://www.mrbook.com/BookInfo' AS "idty",
                      'http://www.mrbook.com/References' AS "lclone",
                      'http://www.mrbook.com' AS "mrbook"),
          '/invtdata:INVENTORY'
        PASSING g.OBJECT_VALUE
        COLUMNS
           xml_id PATH '@XML_ID',
           isbn_nbr VARCHAR2(64) PATH 'plh:LIST/plh:ISBN_NBR',
           book_id VARCHAR2(64) PATH 'plh:LIST/plh:BOOK_ID',
           seller_loc_id NUMBER PATH 'plh:LIST/plh:SELLER_LOC_ID',
           catg_typ_cd NUMBER PATH 'idty:BK_INFO/idty:CATG_TYP_CD',
           CTRY_MKT_LOC NUMBER PATH 'idty:BK_INFO/idty:CTRY_MKT_LOC',
           bk_out_of_print_cd NUMBER PATH 'idty:BK_INFO/idty:BK_OUT_OF_PRINT_CD',
           reprint_isbn_nbr NUMBER PATH 'idty:SUBJ_DTL/idty:SUCSR_DUNS_NBR',
           reprint_book_id NUMBER PATH 'idty:SUBJ_DTL/idty:SUCSR_SUBJ_ID',
           orig_ed_isbn_nbr VARCHAR2(64) PATH '/lclone:REFERENCES/lclone:PRINT[child::lclone:PRINT_TYP_CD="160"]/lclone:ISBN_NBR',
           orig_ed_book_id VARCHAR2(64) PATH '/lclone:REFERENCES/lclone:PRINT[child::lclone:PRINT_TYP_CD="160"]/lclone:BOOK_ID'
    ) e
    WHERE
         ej.isbn_nbr = e.isbn_nbr
    OR  ej.book_id = e.book_id;

  • I down loaded iBank on a trial basis and have decided not to use it.  How do I delete the program from my Mac

    I down loaded iBank to my computer but have decided not to use it.  How do I delete it from my Mac

    If the application came with an uninstaller, use it. You can also check the developers site for instructions.
    But for the most part, just drag the application to the trash. Some applications come with uninstallers under "options" on the installer.
    The reason for this is that in Mac OS X most associated files are kept in the application package itself. If you choose any app then "control-click" on it, you can choose "Show package contents" from the contextual menu and you will see all the associated items.
    You can also do a Finder or Spotlight search for any other items but they will probably only be prefs which will do no harm and don't take up much room.
    These are ususally just plist files in Users/yourname/Library/Preferences . Also some apps will install files in Users/yourname/Library/Application Support. (To reveal this hidden Library go to your Finder "Go" menu hold the option key to choose "Library"
    Note: Some apps may also put a file in /Library/Startup Items or SystemPreferences >> Users & Groups >> Login items. (So, it worth a look here too)
    EDIT: Snapped by Paul and RD!

  • GPU not in use

    Hi so I've been trying to get Arch working on my Y510p machine. It has 2 GPUs but since SLI isn't really a thing on linux I can only use 1 GPU.
    I came here from Debian, and there the GPU worked out of the box, installed the drivers and boom epic performance. However on Arch this is not the case. I've followed the guide on how to install Nvidia drivers correctly, and my machine seems to recognize that they exist, but they're not being used.
    I've tried bumblebee, but whenever I used optirun my screen would turn into a light spectrum, causing it to be inoperatable. Anyway so I've uninstalled Bumblebee again and I'm currently using the following drivers:
    [clonix@Clonix ~]$ pacman -Qs nvidia
    local/lib32-nvidia-utils 346.59-1
    NVIDIA drivers utilities (32-bit)
    local/libcl 1.1-4
    OpenCL library and ICD loader from NVIDIA
    local/nvidia 346.59-1
    NVIDIA drivers for linux
    local/nvidia-utils 346.59-1
    NVIDIA drivers utilities
    And this is the output of lspci | grep -i --color 'vga':
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 750M] (rev a1)
    I tried lspci | grep -i --color 'vga|3d|2d' but it gave no output. Furthermore, I've tried running a few applications that need 3d rendering in order to run, and I was presented with a big fat error message telling me:
    No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.6, 256 bits)").
    and a popup box saying no GPU didn't support 3d rendering.
    Bottomline, it's not working and I'd appreciate any help given since I cannot find a solution myself.
    Regards, Paludan

    dragonn wrote:You need to get bumblebee working because this is the only way to get dGPU working since the Nvidia GPU-s are not physical connected to the screen, so you need to passthrough the output of nvidia GPU-s to the integrated GPU to display it - and this it what bumblebee does and the same way it works on Windows too. Eventuality you can use this way https://wiki.archlinux.org/index.php/NVIDIA_Optimus but this will render the entire desktop on Nvidia GPU and  passthrough it through the iGPU.
    I tried using bumblebee but it didn't seem to function corrently. You said "but this will render the entire desktop on Nvidia GPU and  passthrough it through the iGPU", what consequences does this have? Would you mind helping me setting bumblebee up?

  • Creating job, ran successfuly, but not seen on dba_scheduler_jobs

    Hello working on 10g standard Edition on windows, I'm created an inline job but to execute an OS commend, but this doesn't show up why?
    conn dev@souceb
    Example:
    begin
    dbms_scheduler.create_job(job_name =>'EXEMPLE',job_type =>'executable',enabled => true,start_date => SYSTIMESTAMP,job_action =>'c:\temp\cp.cmd');
    end;
    PL/SQL procedure successfully completed.
    SQL> select job_name from dba_scheduler_jobs;
    JOB_NAME
    AUTO_SPACE_ADVISOR_JOB
    GATHER_STATS_JOB
    FGR$AUTOPURGE_JOB
    PURGE_LOG
    RLM$SCHDNEGACTION
    RLM$EVTCLEANUP
    RS_RESTRICT_ACCESS_90DAYS_JOB
    the job EXEMPLE doesn't show up, and when Itry to launch the job, I have the following error
    EXEC DBMS_SCHEDULER.RUN_JOB('EXEMPLE',TRUE);
    ERROR at line 1:
    ORA-27475: "DEV.EXEMPLE" must be a job
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    Could someone helps me for this?
    Thanks

    I don't what really is going on with my system but the creation of the job works fine, but I'm getting this error:
    SQL> EXEC DBMS_SCHEDULER.RUN_JOB ('MYJOB');
    BEGIN DBMS_SCHEDULER.RUN_JOB ('MYJOB'); END;
    ERROR at line 1:
    ORA-27370: job slave failed to launch a job of type EXECUTABLE
    ORA-27300: OS system dependent operation:accessing execution agent failed with
    status: 2
    ORA-27301: OS failure message: The system cannot find the file specified.
    ORA-27302: failure occurred at: sjsec 6a
    ORA-27303: additional information: The system cannot find the file specified.
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    other reason gotten from the dba_scheduler_job_run_details:
    select status,run_duration,session_id,additional_info from dba_SCHEDULER_JOB_RUN_DETAILS where job_name='MYJOB';
    ORA-27370: job slave failed to launch a job of type
    EXECUTABLE
    ORA-27300: OS system dependent operation:accessing
    execution agent failed with status: 2
    ORA-27301: OS failure message:
    The system cannot find the file specified.
    ORA-27302: failure occurred at: sjsec 6a
    ORA-27303: additional information: The system cann
    ot find the file specified.
    Any tips?
    Thanks

  • I want to create a document/spreadsheet (whichever) that I can send to agencies to type in information for work projects. Any ideas? I have an Excel file but it does not convert over very well and I am having trouble making changes to it.

    Need to create a new spreadsheet or be able to edit the one I have.
    I use this spreadsheet as a work order form for social service agencies. They enter name address etc., and then there are various work projects that they can select as well.
    The one I have from the organization I work with is an excel file but it does not convert over very well. Instead of being 7 pages it is more like 11 or so because things run off the page.  I am trying to delete certain things and move them over but not working out very well so thought it might be easier to start over fresh.
    Is numbers the program to use? If so, any useful tips?

    If the form is going to be used on an iPad, Numbers is the only game in town.
    Numbers is available for Macs only (and iOS devices). Excel is available for PCs and Macs. If you are in a mixed environment of Windows PCs and Macs and you are using this document as an electronic form, Excel is probably the better choice. Otherwise you will need to export to Excel for the PC users then import from Excel to retrieve their data. The import/export process is not perfect. A file that has been exported then reimported will not be the same as the original file. I would assume social services agencies are almost entirely PC-based. 
    If the form is to be printed or turned into a PDF for distribution and use by the social services agencies, either Excel or Numbers would do the job but right now Excel might be the better choice. I would have recommended Numbers '09 but I cannot recommend Numbers 3 for anything thsat requires printing until they give us the layout and printing functionality we used to have (editing in Print View, ability to set margins, etc).
    If everything else in your department/operation/agency is Windows PC and Microsoft Office based, you would be better off sticking with the standard.
    I hope that helps.

  • Spool request not created in background.....

    Hi Experts,
    I have executed one report in background in sduser but it has not generated a spool request in sp01. There is no authorisation for sm37 to this user.
    In abapuser user it is generating a spool request when i checked in sp01 but not in sduser.
    What may be the problem ? Is there any authorisation problem ?
    Yusuf.

    Hi Yusuf,
    There is no otherway to delete the spool request except giving the option delete in the authorization object S_SPO_ACT.Make sure that you havenot given the values SP01, SP0R under the authoriztion object S_ADMI_FCD. If you have given both  the authorization objects with the above mentioned values than that user will get the authorization to delete the spool requests created by the other users also. So if you want to restrict the user not to delete the spool requests created by the other users make sure , not to give him the values SP01, SP0R under the authoriztion object S_ADMI_FCD.
    Regards,
    Bharath.

Maybe you are looking for

  • Problem with zen configured as alarm with speak

    I decided to just hook it up to my altec computer speakers with subwoofer (wow! sounds great). the alarm worked fine. but using the sleep timer and alarm, it kept cutting out. i'm using a simple connector line from the zen to the subwoofer and the sp

  • DC/DC 12 Volt adaptor

    I am thinking of replacing one of my powerbooks with a Macbook for us on my sailboat. So I need a DC/DC converter and one does not seem to be available for the Macbook. I do know that I can possibly use a DC to AC converter but aside from not wanting

  • Reporting error during installation

    Hi I am in middle installing MBAM 2.5 and didn't selected reporting service during installation but at last I am getting error " The sql server reporting service URL that point to the MBAM reports is not valid" My SQL is running in cluster on differe

  • How can i stop getting pinwheels when i add music?

    Mac OSX v. 10.6.7, 1.83 GHz Intel Core Duo, usb 2TB WD external HD ever since my last update for itunes, whenever i add music, it is taking 10x longer to add the files and i get pinwheels for over a minute.  for example, i added a 9 track album and i

  • How to create a Non Excisable Location

    Hi, While creating a Location is it mandatory give excise details, like selection of XM/XD/None ? if not please explain the procedure. Thanks, Kumar.