DB13 jobs not working

Hi,
We are not able to execute any jobs from DB13.
The same can be run from the O.S. level without any issues.
SAPXPG is working fine.
Its a 4.7 system on Unix, with Oracle 9.2.0.5.0.
Pls help.
Thanks,
Saba.

Hi
You can try these options:
1. try to connect with <SID>adm in Windows/Unix, execute : brconnect -u / -c -f check  , if you have always the same problem, try to execute sapdba_role.sql with sql
sqlplus /nolog
connect /as sysdba
sql>@sapdba_role SID NT/UNIX
2. When you configure the backup in db13 that will create the background jb you can see it in sm37, so go to sm37 change the user name on which the ob is running and rerun the job this is because the user at r3 level doesn have the authorization you can do it like this.
3. But if the user name and password is incorrect with the database user yu can you can check it in st04    -->detail analysis menu -->oracle session. b which user the SAP is running the backup command then check the user exiss in database if exists reset it.

Similar Messages

  • Database Scheduled Jobs not working

    Hai All,
    In my database Scheduled database jobs not working , but it work manullay fine...
    All parameter are correct including job_queue_processes.. Where I can start troubleshoot for this problem.
    Oracle: Oracle 9.2.0.1.0
    Platform : AIX
    Please help ...
    Shiju

    did you enabled the job?Unlikely. DBMS_SCHEDULER was a 10g innovation and as the OP mentioned, they're on 9i.
    Oracle: Oracle 9.2.0.1.0Cheers, APC

  • Java Job not working

    We have a java job that sends an XML to remote URL by opening OutputStreamWriter to URL and receives the response XML from same URL using InputStreamWriter.
    This Job is working fine, when running on Solaris Env. Now we have new server installed on Red Hat Linux. This job is not working on this new environment.
    Error i am getting is as below:
    <message>XML Parse Error</message>
    - <message>XML Parse Error</message>
    <reason>Error #-1072896680
    - <reason>Error #-1072896680
    XML document must have a top level element.
    - XML document must have a top level element.
    </reason>
    - </reason>
    <position src_code_pos="1"><line>0</line><column>0</column></position><src></src>
    - <position src_code_pos="1"><line>0</line><column>0</column></position><src></src>
    </RCP_CONTROL><SERVICE_INCIDENT Acknowledge="0"/><TRANSACTION/></RCP>
    - </RCP_CONTROL><SERVICE_INCIDENT Acknowledge="0"/><TRANSACTION/></RCP>
    java.io.IOException: Bad file descriptor
    I Dont see any issue with code as it is still working fine from server installed on Solaris. Pls help

    If Remote URL have received XML Successfully, then it creates some entries in its Database. But its not doing so. So i guess it is not even able to send the XML Successfully. And Since URL is not getting proper desired XML input so its returning error XML output.
    But i am wondering same code is running smooth on Solaris Env.
    Remote URL is part of 3rd party tool. so we even dont have much access on it so that we can determine what is received at their end, when we send an XML from our side.

  • Back Ground Job not Working

    Hi,
    I have watched all the threads regarding Back Ground job like SE36 & SE37. I have given a back ground job and its not working.
    Its an ABAP Program which is creating an OLEDB Connection to MSACCESS and then retrieving and updating database table. The program is working very fine on foreground but when it is given to back ground job then it shows that the program is running, i mean in delay the time is ticking. But at last it is canceled by the system.
    What's the thing i am missing or what should i do here? I have already set my program at high priority.
    Thanks.

    Hi Atish,
    Are you sure that we cannot run in background? Can you please explain me why it cant be done.
    Thanks,
    Inder.

  • Flex Print Job not working with custom component

    Hi All,
    I have to print pages with header, body and footer. So the thought process was to create a custom component fro header, footer and body. Header component is based on Box, Body is a renderer (which will have fix value of items - and will decide the number of possible pages) and footer is again based on Box.
    But when i created a simple Custom component like this for header
    <?xml version="1.0" encoding="utf-8"?>
      <mx:VBox  xmlns:fx=http://ns.adobe.com/mxml/2009
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <mx:HBox>      <mx:Label id="testLabel" text="Test Container"/>
    </mx:HBox> 
    </mx:VBox>
    Then when i try to add this to FlexPrintJob, and save it as 'xps' to see the print output, i get error message that this file is in use or damaged.
        var myPrintJob:FlexPrintJob = new FlexPrintJob();
      if(!myPrintJob.start()){
          return;
    var header:Header = new Header();
    header.width = myPrintJob.pageWidth;
    header.visible = false;
    FlexGlobals.topLevelApplication.addChild(panierPrintHeader);
    myPrintJob.addObject(header);
    myPrintJob.send();
    FlexGlobals.topLevelApplication.removeChild(panierPrintHeader);
     But this does not work and i get the above mentioned exception. Now when i not use the custom component and just have a label or HBox or anything on stage before the print functionality is invoked, it works fine. And this too haapens only if you have a mxml component, i tried by creating a new Label component using actionscript and then provide the same to the printJob, which did not work either. I need help on this, else i will have to take print functionality to server side(Java) which has some business implications, the reason why i am spending time on flex for printing. 
    Thanks and Regards,
    Jigar
    Looks like custom component print is not working fine with flex or i am doing something terribly wrong.
    Looking forward for help.

    Is there nobody in flex community who can help on this....
    Looks like a toothless class that adobe actionscript team has provided, which is not liked across much

  • Background job not working for VF02

    Hi,
    When i give schedule RSNAST00 report in background for one output type its not generating spool, but the job status is in Complete. But in foreground it fine.
    For another output type its working fine in background.
    Is there any printer setting has to be done in driver program or in smartforms? Kindly help me on this.
    Regards,
    Vijay.

    Hi,
    Check whether u have assigned following values.
          l_wa_control_parameters-device      = 'PRINTER'.
          l_wa_output_options-tddest            = nast-ldest.
          l_wa_output_options-tdimmed         = nast-dimme.
          l_wa_output_options-tdnewid          = 'X'.
          l_wa_control_parameters-no dialog  = 'X'.  
    CALL FUNCTION l_fnmod    "'/1BCDWB/SF00000149'
    EXPORTING
    control_parameters = l_wa_control_parameters
    output_options       = l_wa_output_options                        
    Still the problem exists then i wil send u the code.
    Regards,
    Vijay.

  • Offline Backup from DB13 is not Working

    Hello all,
    When I take backup from Brtools from OS level then offline backup is
    goes fine but from scheduling offline backup from DB its shows “No
    action log found for this job.” in job log its gives following error:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000420, user ID
    BASIS)
    Execute logical command BRBACKUP On host athomeprd
    Parameters:-u / -jid ALLOF20071121233000 -c force -t offline_force -m
    all -p initRT2.sap
    Job finished
    I change parameter backup-type as offline_force in init<SID>.sap file
    But problem is same.
    Pls help.
    Warm Regards,
    Pramod

    Hi all,
    I got the solution from SAP. My patch are not updated I update the patches and now its working very fine.
    Thank You.
    Regards,
    Pramod

  • Apex_plsql_job.submit_process job not Working through Apex

    Hi,
    I am using Apex 4.2 and Oracle DB 11g.
    I have a process (which calls a procedure) to run on page load which is taking quiet some time (more than a min) so I thought of using Apex_Plsql_job API. It is submitting the job (though it is submitting the job to DBA_JOBS rather than APEX_PLSQL_JOBS as said by Doc which even disappears in no time from dba_jobs).
    declare
    l_sql VARCHAR2(4000);
    l_job NUMBER;
    begin
        l_sql := 'BEGIN Pkg.procedure(param1); END;';
        l_job := APEX_PLSQL_JOB.SUBMIT_PROCESS(p_sql => l_sql, p_status => 'Background process submitted');
    end;
    Now My issue is the procedure is not being called. Am I missing something. Can anyone help me pls.
    Thanks,
    Shoaib

    Hi,
    APEX_PLSQL_JOB package works just fine for me.
    What I did check your code I think there is mistake. You have not declare parameter "param1" for job PL/SQL code
    Maybe code should look like this
    DECLARE
      l_sql VARCHAR2(4000);
      l_job NUMBER;
    BEGIN
      l_sql := q'!DECLARE param1 VARCHAR2(255) := 'MY_VALUE'; BEGIN Pkg.procedure(param1); END;!';
      l_job := APEX_PLSQL_JOB.SUBMIT_PROCESS(p_sql => l_sql, p_status => 'Background process submitted');
    END;
    Or something like
    DECLARE
      l_sql VARCHAR2(4000);
      l_job NUMBER;
    BEGIN
      l_sql := 'BEGIN Pkg.procedure(' || Px_MY_ITEM || '); END;';
      l_job := APEX_PLSQL_JOB.SUBMIT_PROCESS(p_sql => l_sql, p_status => 'Background process submitted');
    END;
    Regards,
    Jari

  • Running Applescript using cron jobs not working

    I'm new to conjobs and applescript but I have the script done correctly i believe. (any critique is welcome) I don't want to bloat my calendar with events to do this because I use my calendar for appointments and I don't need the bloat.
    Here's my goal: run an apple script at 9am/5pm to enable/disable a mail account (after this works I'm going to add loging in/out of an Messenger account, first things first)
    here's my script:
    tell application "Mail"
              set offTime to 17
              set onTime to 9
              set dayOfWeek to weekday of (current date)
              set theHour to get the (hours of (current date)) as string
              if theHour ≥ onTime then
                        say "email on"
                        set enabled of account "MAILBOX" to true
              else if theHour ≥ offTime or (dayOfWeek = Saturday or dayOfWeek = Sunday) then
                        say "email Off"
                        set enabled of account "MAILBOX" to false
              end if
    end tell
    accessing cron jobs via this
    sudo pico /etc/crontab 
    and within cron jobs i've used
    0 9 * * * username osacript
    "/Documents/disablemail.scpt"
    0 17 * * * username osacript
    "/Documents/disablemail.scpt"
    variations I've attempted (based on search engine results)
    0 9 * * * username osacript
    "~/Documents/disablemail.scpt"
    0 9 * * * /Documents/disablemail.scpt
    0 9 * * * ~/Documents/disablemail.scpt
    0 9 * * * osacript /Documents/disablemail.scpt
    0 9 * * * osacript ~/Documents/disablemail.scpt
    I think that's all of them.
    Any feedback/assitance appreciated, thanks!

    What's the problem, is the cronjob not getting called at all or is the script giving errors?
    One problem you have right off is the cron job you have set up is running as root not as you.

  • Tcode MIGO Background Job Not working

    Hi All,
    I am facing problem in TCode : MIGO for Background JOB of BDC Program with below details,
    CALL_TRANSACTION MIGO returncode: 1,001  RECORD:          0
    MIGO                 017 S
    The front end is not suitable for the transaction (see long text)
    DC                   006 S
    Control Framework: Fatal error - GUI cannot be reached
    00                   341 A
    Runtime error RAISE_EXCEPTION has occurred
    Please let me know above error what needs to be done.
    Thanks in Advance,
    Mahesh Devershetty

    I am facing the same problem while calling MIGO from RFC
    CALL_TRANSACTION MIGO returncode: 1,001 RECORD: 0
    MIGO 017 S
    The front end is not suitable for the transaction (see long text)
    DC 006 S
    Control Framework: Fatal error - GUI cannot be reached
    00 341 A
    Runtime error RAISE_EXCEPTION has occurred
    BDCMSGCOLL Returns the following :
    TCODE                   MIGO
    DYNAME               SAPLMIGO
    DYNUMB               0001
    MSGTYP               A
    MSGSPRA            E
    MSGID                  00
    MSGNR                341
    MSGV1                RAISE_EXCEPTION
    please help me as soon as possible
    giving thanks in advance
    goutam roy

  • BI Scheduler Java Jobs not working with 11.1.1.6

    Hello,
    I wrote a scheduler java job following the documentation found here
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/schedjavajob.htm#CJHCFIID
    It worked fine on OBIEE 11.1.1.3 and 11.1.1.5 but now i made a fresh installation of OBIEE 11.1.1.6.0 and it does't work anymore.
    When i try to run the job from job manager the nqscheduler.exe process starts taking 50% of CPU and nothing happens
    The steps i made after installing OBIEE are:
    1. copy the jar file in ORACLE_HOME\bifoundation\javahost\lib
    2. edit JavaHost configuration file
    <Scheduler>
    <Enabled>True</Enabled> <DefaultUserJarFilePath>E:\<ORACLE_HOME>\bifoundation\javahost\lib</DefaultUserJarFilePath>
    </Scheduler>
    Thanks in Advance,
    Jonni

    thanx this is the solution. With this construct
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:java="http://xml.apache.org/xalan/java" exclude-result-prefixes="java">
         <xsl:output method="html" indent="yes" encoding="iso-8859-1"/>
         <xsl:template match="/">
         <xsl:variable name="counter" select="java:java.util.Vector.new()"/>
         <xsl:variable name="temp1" select="java:add($counter,'1')"/>
         <xsl:variable name="temp2" select="java:add($counter,'2')"/>
         <xsl:variable name="temp3" select="java:add($counter,'3')"/>
         <xsl:variable name="temp4" select="$temp3"/>
         <xsl:value-of select="java:size($counter)"/>
         <xsl:value-of select="java:toString($counter)"/>
         </xsl:template>
    </xsl:stylesheet>
    at least the '3' is added to the vector.

  • Generate New Database Job Not Working

    I am trying to synchronize my web client with the server database and when I run the Generate New Database job (Administration - Server Management > Jobs), the job fails with the error SBL-GDB-00004: Error in Main Function.
    The logs say:
    2021 2010-08-05 11:09:28 2010-08-05 11:10:30 -0400 00000092 001 ffff 0001 09 GenNewDb 55574531 32352 1082539552 /siebel_8.2/siebsrvr/enterprises/SBA_82/sbllnx/log/GenNewDb_0053_55574531.log 8.2 [22117] ENU
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:28     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:28     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:38     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:38     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:48     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:48     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:58     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:58     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:10:08     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:08     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:10:18     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:18     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:28     Error creating SQL Anywhere database template file (UTLOdbcConnect DBA/siebelmobiledb).
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:28     Error in MainFunction (CreateDbTemplateFile)
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:29     (gennewdb.cpp (610) err=524292 sys=2) SBL-GDB-00004: Error in Main function.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:29     (smisched.cpp (911) err=524292 sys=0) SBL-GDB-00004: Error in Main function.
    Anyone encountered this before?
    Thanks,
    Bernhard

    Hi,
    Make sure to set the ODBCINI environment variable. The variable must point to the path from the root directory to the system information file where your data source resides. The system information file can have any name, but the product is installed with a default file called odbc.ini in the product installation directory.
    For example, if you use an installation directory of /opt/odbc and the default system information file, from the Korn or Borne shell, you would enter:
    ODBCINI=/opt/odbc/odbc.ini; export ODBCINI
    From the C shell, you would enter:
    setenv ODBCINI /opt/odbc/odbc.ini
    Regards,
    Joseph

  • Print job not working on Mac-Intel.

    We're having trouble getting a text field to print on the
    Mac-Intel machines. It prints fine from Windows machines and
    Mac-PowerPC. Any ideas? We just get a black box printed out on
    Mac-Intel but things work fine on the PCs.

    Jao, I tried it but no luck. As John recommended, I also uninstalled Lightroom, deleted the preference file as well as the print templates per your suggestion and reinstalled the latest Lightroom 1.3.1. Still no luck with using the left panel in the Library module.
    One thing I just noticed was that if I open a very small catalog of ~200 images, everything appears to work fine. It looks like a problem with working with my 12,000 image catalog which always worked well before I upgraded my iMac to OS X Leopard. By the way, I've got the preferences setup to always check the integrity of the catalog at the start of every session. Everything is supposedly good.
    Anyhow, thoughts and recommendations would be greatly appreciated. I hate the thought of reimporting all my images and losing all my metadata in the process. Thanks.

  • EXSQL_DSQL_NOROLL-DP Background job not working as part of chain

    Hi,
    While running a background job as part of process chain, I am getting the error message which says:
    ABAP/4 PROCESSOR: EXSQL_DSQL_NOROLL
    Job Cancelled.
    When run in the foreground in the interactive planning, it is running fine. Please let me know the way to bypass this error.
    Regards,
    Guru Charan.

    Dont know why it has come that time, but now, it is running fine.

  • Rsync copy jobs not working

    Hello,
    I had to replace disks in the destination ix2-dl-86 and I wanted to copy the data from the from drive to the to drive and I keep getting the following error:
    No folders to be copied.
    sending incremental file list
    Thumbs.db
           7.17K 100%    0.00kB/s    0:00:00 
           7.17K 100%    0.00kB/s    0:00:00 (xfer#1, to-check=1013/1015)
    rsync error: timeout in data send/receive (code 30) at io.c(137) [receiver=3.0.9]
    rsync: connection unexpectedly closed (24 bytes received so far) [sender]
    rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
    The destination drive is in good shape.  I can mannually copy folders and files to it. I also updated both drives with the latest software.
    Thank You,
    Joe

    I would recommend calling tech support directly. This seems to be an in-depth issue that may be difficult to trouble shoot over forums.
    They should be able to collect additional info like a dump file to help diagnose the issue more effectively.
    Standard Network Storage Support:
    Hours: Monday - Friday, 9am - 10pm Eastern
    Toll-Free: 1-800-940-6354

Maybe you are looking for