Help! job scheduled in DB13 cannot run successfully

Hi! I am a basis administrator of an automobil company.
Job scheduled in DB13 in our PRD system cannot run successfully.
We have Central instance(ci) and Database instance(db) installed on seperated hosts. We use SUN cluster 3.1 technology.
The problem occurs after my college restarted the whole system accidentally. After that, all the job scheduled in DB13 report the same error,job log looks like:
Job started
Step 001 started (program RSDBAJOB, variant &0000000000192, user ID ***)
No application server found on database host - rsh will be used
Execute logical command BRCONNECT On host orahost
Parameters: -u / -c -f check
BR801I BRCONNECT 6.20 (113)
BR252E Function fopen() failed for '/oracle/PR1/sapcheck/cduuoiij.chk' at location main-8
BR253E errno 2: No such file or directory
I manually type the 'rsh' command on ci to invoke 'brconnect' on db. It works all right. And I check the rfc destination 'SAPXPG_DBDEST_ORAHOST' in sm59 , it's normal. There is no gateway instance on database server.
The parameter 'SAPDBHOST' = orahost (the database server is  called orahost)
the parameter 'SAPLOCALHOST' = cihost(the central instance is located on cihost)
Any suggestion is very appreciated.
Thx!

Hi Joe,
DB13 will run only on application server as for that matter any SAP program. It will then connect to database at OS level. I mean you normal reports also fetch data from database for which they have to connect to DB  but they all run on application server. The problem is coming in connection to database through the application layer.
Please again review the OSS notes sent by Sunil and me. I think a greater focus on Sunil`s notes should help you out.
Regards.
Ruchit.

Similar Messages

  • Error in Backup job scheduling in DB13

    Hi All
    Backup job scheduled in DB13 kicks error ,I am using Oracle as database and ERP6.0
    database and application are on diffrent servers.Before it was working fine,I didn't changed any password
    I can run backupjob sucessfully directly from BRtools on database server.Please provide any hint
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000060, user )
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRBACKUP On host DLcSapOraG08
    Parameters:-u / -jid INLOG20090120204230 -c force -t online -m incr -p initerd.sap -w use_dbv -a -c force -p in
    iterd.sap -cds -w use_rmv
    BR0051I BRBACKUP 7.00 (31)
    BR0128I Option 'use_dbv' ignored for 'incr'
    BR0055I Start of database backup: bdztcorv.ind 2009-01-20 20.42.31
    BR0484I BRBACKUP log file: D:\oracle\ERD\sapbackup\bdztcorv.ind
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance ERD failed
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance ERD failed
    BR0056I End of database backup: bdztcorv.ind 2009-01-20 20.42.32
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0291I BRARCHIVE will be started with options '-U -jid INLOG20090120204230 -d disk -c force -p initerd.sap -cds -w use_rmv'
    BR0002I BRARCHIVE 7.00 (31)
    BR0181E Option '-cds' not supported for 'disk'
    BR0280I BRARCHIVE time stamp: 2009-01-20 20.42.33
    BR0301W SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310W Connect to database instance ERD failed
    BR0007I End of offline redo log processing: adztcorw.log 2009-01-20 20.42.32
    BR0280I BRARCHIVE time stamp: 2009-01-20 20.42.33
    BR0005I BRARCHIVE terminated with errors
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.33
    BR0292I Execution of BRARCHIVE finished with return code 3
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished

    Hi,
    not sure if the recommendations given will address this issue.
    You are getting this error:
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    the log file indicates:
    > No application server found on database host - rsh/gateway will be used
    This indicated that the user that is connecting from the AS to the DB server is not properly configured to perform the DB tasks on it.
    So, first question would be to know if you have configured a gateway on the DB server and how, or if you are using remote shell.
    Second question, you can do backups on the DB server.
    > I can run backupjob sucessfully directly from BRtools on database server
    How did you run exactly the backup job (what is the exact command line, what is the exact OS user that executed it)?
    What is the OS of the DB server?
    I have reread your post, your OS is windows therefore you fall in the "typical" error in Windows.
    You have executed your backup as <sid>ADM and it works. Unfortunatelly, in windows, SAP is exectuted by SAPSERVICE<sid>, and this is the user who should be connecting to your DB server, and this is the user who cannot execute the backup.
    The fact that you can run the backup with <sid>ADM in Windows does not means that you have SAPService<sid> properly configured.
    For the error (see before) I think your ops$ user for this user is not properly configured in the DB server. take a look at the note mentioned by KT and pay attention to the SAPSERVICE<sid> configuration
    Edited by: Fidel Vales on Jan 24, 2009 12:45 AM

  • Why the following command cannot run successfully?

    Why the following command cannot run successfully?
    SQL> exec DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE;
    BEGIN DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to
    'EVOLVE_SQL_PLAN_BASELINE'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    Here is an example how you can invoke it:
    SET SERVEROUTPUT ON
    SET LONG 10000
    DECLARE
        report clob;
    BEGIN
        report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(
                      sql_handle => 'SYS_SQL_593bc74fca8e6738');
        DBMS_OUTPUT.PUT_LINE(report);
    END;
    /With kind regards
    Krystian Zieja
    http://www.projectenvision.com

  • Sqlserver integration service issue CDC source cannot run successfully

    issue category:SQL
    Server Integration Services (SSIS)
    issue type:
    data flow
    Environment
        Windows edition: Windows Server 2012  Standard
        System type: 64-bit Operating System
        Dot Net Framework version: .Net Framework 4 Multi-Targeting Pack
        SQL Server: Microsoft SQL Server 2012 Enterprise (64-bit)
    Error log
        The PrimeOutput method on “XXXSource” returned success, but did not report an end of the rowset. There is an error in the component. It should have reported an end-of-row. The pipeline will shutdown execution to avoid
    unpredictable results.
    Ps: The component mentioned above refers to SSIS component “CDC Source”.
    More information:
    I have found some information about this, it relates with HResults.DTS_E_PRIMEOUTPUTNOEOR Field. I would like to know why this happens, and how to fix it. Also I can run CDC Source in another
    similar environment, but cannot run on Cloud environment.
    Thanks,
    Lory Hou

    Enviroment
        Windows edition: Windows Server 2012  Standard
        System type: 64-bit Operating System
        Dot Net Framework version: .Net Framework 4 Multi-Targeting Pack
        SQL Server: Microsoft SQL Server 2012 Enterprise (64-bit)
    Scenery
        Step 1: Deploy SSIS package on the Integration Service Catalog Folder
        Step 2: After config package, executes it. Then execution faild.
    Error log
        The PrimeOutput method on “XXXSource” returned success, but did not report an end of the rowset. There is an error in the component. It should have reported an end-of-row. The pipeline will shutdown execution to avoid unpredictable results.
    Ps: The component mentioned above refers to SSIS component “CDC Source”.
    I have tried run this script:
    use MyTable
                   declare @start_lsn binary(10), @end_lsn binary(10)
                   set @start_lsn = sys.fn_cdc_increment_lsn(
                           convert(binary(10),'0x' + '0000006A000002620003', 1))
                   set @end_lsn =
                           convert(binary(10),'0x' + '0000008A0000008B0001', 1)
                   select * from cdc.fn_cdc_get_all_changes_dbo_TableOperation_CashDrop_TableCashDropRecord(@start_lsn,
    @end_lsn, 'all')
    The following message may be returned by SQL Server:
    An insufficient number of arguments were supplied for the procedure or function cdc.fn_cdc_get_net_changes_<..>.
    MSDN’s explantion: This error does not indicate that an argument is missing. It means that the start or end LSN values in the CDC state variable are invalid.
    But why is '0x0000006A000002620003' and '0x0000008A0000008B0001' invalid?

  • Job scheduling in DB13 for DB2 systems

    Hi,
    I have installed ERP 6.0 SR3 with DB2 v9.1 FP5.
    Please let me know what are the jobs I have to schedule in DB13 to improve the DB performance and the frequency of jobs.
    Regards,
    Nallasivam.D

    Read
    https://www.sdn.sap.com/irj/sdn/db6
    --> Database Administration Guide "SAP on IBM DB2 for Linux, UNIX, and Windows" 
    Markus

  • What is the problem? Why cannot runs successfully?

    I created the Interact project and CoherenceCache class according to the guide of Tutorial for Oracle Coherence (Chapter 7).
    I also made the cache-config.xml file according to the tutorial and added it to the Run/Debug/Profile the CLASSPATH.
    I added the coherence.jar and oracle JDBC jar file to the project library.
    But when I ran the CoherenceCache class with JDeveloper tool, it show the following error message:
    G:\jdeveloper10\jdk\bin\javaw.exe -client -classpath "G:\jdeveloper10\jdev\mywork\AppInteract\ Interact\classes;G:\jdeveloper10\jdbc\lib\ojdbc14dms.jar;G:\jdeveloper10\jdbc\lib\orai18n.jar;G:\jdeveloper10\jdbc\lib\ocrs12.jar;G:\jdeveloper10\diagnostics\lib\ojdl.jar;G:\jdeveloper10\lib\dms.jar;F:\coherence\coherence\lib\coherence.jar" -Dtangosol.coherence.cacheconfig=G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml com.oracle.coherence.handson.CoherenceCache
    2009-11-02 16:11:44.437/0.437 Oracle Coherence 3.5/459 <Info> (thread=main, member=n/a): Loaded operational configuration from resource "jar:file:/F:/coherence/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2009-11-02 16:11:44.437/0.437 Oracle Coherence 3.5/459 <Info> (thread=main, member=n/a): Loaded operational overrides from resource "jar:file:/F:/coherence/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-11-02 16:11:44.453/0.453 Oracle Coherence 3.5/459 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
    2009-11-02 16:11:44.453/0.453 Oracle Coherence 3.5/459 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.5/459
    Grid Edition: Development mode
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    Exception in thread "main" (Wrapped: Failed to load the factory) java.lang.reflect.InvocationTargetException
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.net.CacheFactory.getConfigurableCacheFactory(CacheFactory.java:607)
         at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:686)
         at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:664)
         at com.oracle.coherence.handson.CoherenceCache.putCache(CoherenceCache.java:11)
         at com.oracle.coherence.handson.CoherenceCache.main(CoherenceCache.java:21)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
         at com.tangosol.net.CacheFactory.getConfigurableCacheFactory(CacheFactory.java:602)
         ... 4 more
    Caused by: (Wrapped: Failed to load configuration resource: G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml) java.io.IOException: Configuration is missing: "G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml", loader=null
         at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfigAsResource(DefaultConfigurableCacheFactory.java:392)
         at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:343)
         at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:315)
         at com.tangosol.net.DefaultConfigurableCacheFactory.<init>(DefaultConfigurableCacheFactory.java:143)
         ... 10 more
    Caused by: java.io.IOException: Configuration is missing: "G:\jdeveloper10\jdev\mywork\AppInteract\Interact\cache-config.xml", loader=null
         at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfigAsResource(DefaultConfigurableCacheFactory.java:376)
         ... 13 more
    Process exited with exit code 1.

    Thank you for your reply.
    After removing the space, now it is running successfully.
    But I have a question: I create all the related files using JDveloper tool and the space (in the directory) is created automatically by JDeveloper.
    Is it a bug of JDeveloper?
    2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
    2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
    2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ReplicatedCache with senior member 1
    2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service OptimisticCache with senior member 1
    2009-11-03 11:57:17.206/2.547 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service InvocationService with senior member 1
    2009-11-03 11:57:17.222/2.563 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 2 joined Service Management with senior member 1
    2009-11-03 11:57:17.300/2.641 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:Management, member=3): Service Management joined the cluster with senior service member 1
    2009-11-03 11:57:17.393/2.734 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=3): TcpRing: connecting to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/192.168.16.83,port=8088,localport=3213]}
    2009-11-03 11:57:17.987/3.328 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service DistributedCache joined the cluster with senior service member 1
    2009-11-03 11:57:18.003/3.344 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service DistributedCache: received ServiceConfigSync containing 258 entries
    2009-11-03 11:57:18.050/3.391 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache, member=3): Asking member 1 for 128 primary partitions
    Hello Cache
    Process exited with exit code 0.

  • Job Schedule - Doesn't auto run at a given time.

    Hi
    I hope you can help. I have set up the job below:
    DECLARE
    X NUMBER;
    BEGIN
    [i] SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => 'REPORTING_API_12_IR02;'
    ,next_date => to_date('13/02/2006 15:58:27','dd/mm/yyyy hh24:mi:ss')
    ,interval => 'TRUNC(SYSDATE+1)'
    ,no_parse => TRUE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    commit;
    It compiles and is viewable from dba_jobs, but for some reason doesn't seem to auto run at the times given.
    Can anyone help?
    Thanks.

    i tried to view that with:
    show parameter job_queue_processes
    and got the following error:
    SQL> show parameter job_queue_processes
    unknown SHOW option "parameter"
    unknown SHOW option beginning "job_queue_..."
    anything wrong with my statements?
    thanks again

  • HELP ME!! I CANNOT RUN WEB-FORMS..

    I have installed EAP Developer 6.0, EAP OAS 4.0.5, oracle server
    8.05 on my Nt server..
    It's all ok..listener,cartridge are running..i tried to lunck a
    pl-sql cartridge..ok..
    BUT, i cannot to start WEb-forms..
    i created a listener on port 9000, a application +c-web cartridge
    like read on notes..
    i lunch isfrv60 port=9000..(the notes says it reside like
    Nt-service..but i see it running only like process by
    task-manager..)
    but on my browser when i lunch the form-cartrige nothing
    happens..
    Anyone can help me?
    thanks in advance..
    gigi
    null

    Nicolas (guest) wrote:
    : Gigi (guest) wrote:
    : : Frank Huether (guest) wrote:
    : : : gigi (guest) wrote:
    : : : : I have installed EAP Developer 6.0, EAP OAS 4.0.5, oracle
    : : : server
    : : : : 8.05 on my Nt server..
    : : : : It's all ok..listener,cartridge are running..i tried to
    : lunck
    : : : a
    : : : : pl-sql cartridge..ok..
    : : : : BUT, i cannot to start WEb-forms..
    : : : : i created a listener on port 9000, a application +c-web
    : : : cartridge
    : : : : like read on notes..
    : : : : i lunch isfrv60 port=9000..(the notes says it reside like
    : : : : Nt-service..but i see it running only like process by
    : : : : task-manager..)
    : : : : but on my browser when i lunch the form-cartrige nothing
    : : : : happens..
    : : : : Anyone can help me?
    : : : : thanks in advance..
    : : : : gigi
    : : : Sorry no good news. I tried to install the cartridge
    solution
    : : : and did'nt get it to work too. So I talked with support and
    : : they
    : : : said this OAS version is not supported because of beta and
    he
    : : : guessed that it will be not working.
    : : : So try to get a production OAS version or use the static
    : : version
    : : : with JInit which works quite good.
    : : : Frank
    : : Hey Frank..:-) you are precious:-).
    : : Listen me.. so, if i install OAS 4.0.6 or later the
    : : forms-cartridge will run?
    : : Could you explain me, how to use the static version with
    : Jinit??
    : : or where can i find news to do it?
    : : Thanks..
    : : Gigi
    : Have you set correctly the NT register, and are sure if
    : there aren't any application what use port 9000 or IIS
    installed
    : on your pc???
    : Ciao Nicolas
    Yes,Nicolas..
    then only application ruuning at port 9000 is isfrv60 i stardetd.
    Not only..i can note, that if i start ifrsv60 port=9000 for first
    and then i modify then listener number port of OAS to 9000, the
    listener applet say me something like..i cannot able to fork...
    So, i MUST to set AOS listener port to 9000,and AFTER start
    ifsrv60 on port 9000.
    Only in this way there are'nt errors..but nothing happens..
    Same story if the number port isn't 9000 ..
    However..i ask to myself, why the release note and guide on OAS
    web pages are fills of all examples to how to do buldin
    cartridges and application, but there aren't any examples about
    web-forms!!
    Gigi
    null

  • SSIS Package compiled successful, in SQL Server Integration Service package executed sucessful, But fail to run in MS SQL Job Scheduler

    Hi Everyone,
    I having a problem to transfer data from MS SQL 2005 to IBMAS400. Previously my SSIS was running perfectly but there is some changes I need to be done in order for the system to work well. Considers my changes are minimal & just for upgrades (but I did
    include DELETE statements to truncate AS400 table before I insert fresh data from MS SQL table to the same AS400 table), so I compile my SSIS package & it run successfully & I passed it into MS SQL Integrated Service as 1 of the packages & manually
    executed the package & the result is the same, that mean it was successful again but when I try to run it in a MS SQL Job Scheduler, the job failed with these message shown below as extracted from the job View history. 
    Date today
    Log Job History (MSSQLToAS400)
    Step ID 1
    Server MSSQLServer
    Job Name MSSQLToAS400
    Step Name pumptoAS400
    Duration 00:00:36
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed
    Operator Net sent
    Operator Paged
    Retries Attempted 0
    Message
    Executed as user: MSSQLServer\SYSTEM. ... 9.00.4035.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    
    Started:  today time  
    Error: on today time     
    Code: 0xC0202009     Source: SSISMSSQLToAS400 Connection manager "SourceToDestinationOLEDB"     
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. 
    Error code: 0x80004005.  An OLE DB record is available.  
    Source: "IBMDA400 Session"  
    Hresult: 0x80004005  
    Description: "CWBSY0002 - Password for user AS400ADMIN on system AS400SYSTEM is not correct ".  End Error  
    Error: today     
    Code: 0xC020801C     
    Source: Data Flow Task OLE DB Destination [5160]     
    Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "DestinationClearData" failed with error code 0xC0202009.  There may be error messages posted before
    this with more information on why the AcquireConnection method ca...  The package execution fa...  The step failed.
    So I hope somebody can shed some hints or tips for me to overcome time problem of mine. Thanks for your help in advance. As I had scoured thoroughout MSDN forums & found none solution for my problem yet. 
    PS: In the SQL Integrated Services when I deployed the package I set the security of the packages to Rely on server... 
    Hope this will help.

    Hi Ironmaidenroxz,
    From the message “Executed as user: MSSQLServer\SYSTEM”, we can see that the SQL Server Agent job ran under the Local System account. However, a Local System account doesn’t have the network rights natively, therefore, the job failed to communicate with
    the remote IBMAS400 server.
    To address this issue, you need to create a proxy account for SQL Server Agent to run the job. When creating the credentials for the proxy account, you can use the Windows domain account under which you executed the package manually.
    References:
    How to: Create a Credential
    How to: Create a Proxy
    Regards,
    Mike Yin
    TechNet Community Support

  • DBMS_JOB.RUN: cannot run a job from a job

    I'm trying to set up a job to automatically run every October 1st. The "submit" part of this job is pretty simple, but I am getting some errors on the "run" part:
    declare
    job_nbr binary_integer;
    BEGIN
    dbms_job.submit(job => job_nbr,
              what => 'RESET_ORDER_NBR_SEQ;',
              next_date => to_date('10/1/2008', 'mm/dd/yyyy'),
              interval => 'add_months(sysdate,12)');
    dbms_job.run(job_nbr);
    COMMIT;
    END;
    When I run this script, I get the following error: "ORA-32317: cannot run a job from a job". I know this is due to the dbms_job.run because I don't get the error when I comment this line out. Also, even when I moved the dbms_job.run into its own script (and even hard-coded the job_nbr, so the dbms_job.run was the only line in the script), it still gave me the same error. This is working in SQL Developer when but not in Application Express. It seems to be something specific to the "run", since "submit" and "remove" work fine. Has anyone had any problems like this?

    MBETTIS,
    Rather than including dbms_job.run in your PL/SQL block, why don't you just schedule the job to run via next_date?
    Also, the interval will be computed after the job successfully executes. So if your job takes 5 minutes to run, the value of SYSDATE in your interval may "slide" after each execution. Consider using some form of TRUNC against the SYSDATE in your interval if you want to achieve a consistent execution time.
    Joel

  • Hyperion IR BQY job run successful few month but recently failed to export pdf and sending email

    Anyone have encountered the problem that the BQY jobs which are running more than 3 years successfully. But recently no one update the report, but the job export keep failing to send result pdf to receivers intermittently.
    It shouldn't be BQY job itself problem. Because this job has running years and fine. Only recent days comes out this problem. And user manually run the report can also be successful.
    After checking the server log, find out that Hyperion IR retrieved data successfully but export-excel/bqy type file all works except pdf format. And in one week, some day it works fine. Some day it failed.
    Trace in workspace job schedule log, it saying:
    Emailing section 'xxxxxx' as 'PDF' to:
    [email protected]
    [email protected]
    Export failed with unknown error.
    And checked the server_message_IRJobService.log it just saying:
    Error in export.[[
    And
    TCApp::ExecuteJavaScript failed:
    We stuck at this error for a period of time. Anyone can help? Oracle Support has mentioned it might be system performance issue. Will keep an eye on this issue, to see any solution can be find.

    Hi RamKumar,
    Thank you very much for your inputs. We haven't tried
    Increase the memory for the Hyperion Framework Services
    will test and see if it can solve the problem. For 'Hyperion Framework Service', do you mean 'Reporting and Analysis Framework'?
    We only tried increase the parameter of "Job Service" and "Intelligence Service" which called Dynamic Service Properties set to "PROCESS_MEMORY_LIMIT=2500MB". But seems hyperion this 32bit application only can reach to 2047MB.
    Our EPM version is 11.1.2.1.600.07.
    a. We have increased the memory from 24G to 48G and add more memory for JobService (now it has 2 GB memory).
         For the provided solution.
         Set the filters in the query to return smaller amount of data
         We are still working on, but it seems slightly solve the "Error in export" problem.
    b. We have confirmed the SMTP Server configuration is correct. So this solution not fit for our case. As the trouble job has been running more than 3 years, until recent month it starts with this error. And the job failed this error only happens intermittently e.g. Monday,Tuesday,Friday it all works fine(Proved the job it self is OK) but Wednesday some period, it failed to export. So we are thinking it might the hyperion performance issue.
    For the KM reference:
    Interactive Reporting (IR) Jobs do not Send Emails. Error: "Export failed. Error Sending Mail" (Doc ID 1401854.1)
    We have already read and checked, we do have correct configuration.
    Interactive Reporting Job Completing With Javascript Errors - Not Producing Excel Output (Doc ID 1065483.1)
    Our case is customer can successful extract data and send excel/bqy result to customer with no problem. But it failed to send pdf result sometime.
    Thanks and Regards,
    Erica

  • How to see DBMS_OUTPUT error when pl/sql proc runs in the EM job scheduler?

    I have a pl/sql package that uses DBMS_OUTPUT to handle exceptions. When I run the package in sql*plus:
    set serveroutput on;
    begin
    mypkg.myproc;
    end;
    and there is an exception, I see the output from my DBMS_OUTPUT.PUT_LINE.
    However, when I use the job scheduler in Enterprise Manager... if there is an error, I do not see the output from my exception handling code (i.e., the output from DBMS_OUTPUT.PUT_LINE).

    Using DBMS_OUTPUT to handle exceptions is generally not considered good form. At a minimum, you would want to log the exception to a table (or a file). If you are catching an exception that you cannot handle, you would really want to let that propagate back up to the caller so that Oracle knows that the job failed and can take appropriate action (i.e. retrying, not running dependent jobs, notifying a DBA, etc).
    Justin

  • Jobs Scheduled But Never Run or EM jobs remain in 'running' status

    Hi All,
    Please I need help on this: I have job scheduled through Oracle Enterprise Manager (OEM) but each time our Windows server is shutdown for patches update the job I scheduled failed and in the status column it shows that the job is still running ( Note: I do know how to stop/delete this job) BUT I will like to know if there's anything I need to do so that each time our server is shutdown the scheduled job will not fail to run.
    Thanks
    Wale

    Jobs Scheduled But Never Run or EM jobs remain in 'running' status what is the output of user_jobs and user_jobs_running views when this happens? especially last_date, last_sec, failures, broken columns.

  • Stored procedure runs OK from SSMS but fails from job scheduler

    I have a stored procedure that queries the sysmanagement_shared_registered_servers_internal table in MSDB and performs various other queries from the servers listed in that table via linked servers.  I have created a login called SQLInfo_user. When
    I run the stored procedure from SSMS with the connection as SQLInfo_user, everything works as designed. However, when I run the job from the job scheduler with SQLInfo_user as the "run as user" parameter, it fails with "Executed as user: SQLInfo_user.
    The SELECT permission was denied on the object 'sysmanagement_shared_registered_servers_internal', database 'msdb', schema 'dbo'. [SQLSTATE 42000] (Error 229).  The step failed."  The login SQLInfo_user has full read and select permissions to
    that table in the MSDB database.  Any suggestions?  Thanks

    Try instead of  "run as user", make that user owner of job. Also, make sure your that user is in linked server for servers that you are connecting has equivalent user on the the destination servers. 
    Best Wishes, Arbi; Please vote if you find this posting was helpful or Mark it as answered.

  • Please help!!! Cannot run Windows Update in Win 7 Pro after changing new hard-drive. (X201s)

    Hi everyone,
    I have been using my thinkpad x201s for more than one year by now. And recently I change a new and larger hard drive for my laptop. When I tried the thinkpad rescue and recovery disc on the new hard drive, everything works fine except that I cannot run Windows Updates after the installation was finished.  The recovery DVDs were burned directly from the original image stored in the computer when the first I received my laptop last year.
    Every time when I try to run the Windows Update, it shows the following: "Windows Update cannot currently check for updates, because the service is not running, you may need to restart your computer."
    I restarted my computer later but nothing changed. Can't run Windows Updates and can't even install IE9.
    I then moved back to my old hard drive and everything is normal, no problem with Windows Updates. I also tried to create a back-up image by running win 7 Backups and Restore. Later when I changed back to the new drive and followed the instructions to restore my system from the image I created earlier in a USB drive, it worked except that still the system can't run Windows Updates program.
    I'm now getting very confused and upset, is it something to do with the software copyright? It's been a week now and I tried to Google the similar problem but no solutions work here. All I want to do is moving my current system to the new hard drive so that I can continue to use my laptop but it just failed updating every time.
    Could anyone kindly tell me what to do when changing hard drive in order to avoid the problem I'm dealing with? Sorry I'm not a pro type user and just want my laptop to work appropriately.
    My warranty has already expired so I guess the Lenovo Technical Hotline wouldn't answer my questions anymore. Please help!! Much appreciated.
    Thanks so much in advance!!

    I'm not sure this is the issue, but from your description, it seems as though all you have to do is activate the windows update service. If I were you, I'd search for "Services" in the start menu, open it and look for "Windows Update". Check in its properties that it is set to "Automatic (Delayed)", if it isn't, set it, and start the service, you should then be able to check for updates, be careful though that none of your other programs aren't stopping the service, usually these programs are there to "optimize your performance" or "boost your system",...
    Hope this helps.

Maybe you are looking for

  • How to get the ASM to OS device name mapping

    Hi all, This seems to be an often answered question, but usually the answers specify what to do on the OS (e.g. run oracleasm etc) and/or in the ASM database running on the ASM Host (select * from V$...). In our situation have plug-ins collecting dat

  • How do I tell FMS to only serve a section of a file using server-side ActionScript?

    We have a bunch of mp3 files on our server and we'd like to serve only particular sections of particular files to users.  For example, hello.mp3 might be four minutes long, but when user 1 tries to play it, he should only be able to play the section

  • Two apple TVs, 4 computers and home sharing

    We have four computers that work well with our Apple TV and home sharing. Is it possible to have a second Apple TV operate on the same network and stream content to a second TV? I seem to recall there was a limit to the number of computers that could

  • Do you need to open ical or reminders to get them to sync/update?

    I have a iPad and a iPhone and when I create a new reminder or ical event on either device it does not automatically sync to the other without me launching that app on the other device. For example I create a new reminder on my iPad for 8am tomorrow

  • DME file-f110-change of bank account

    we are making payment to a vendor thru payment method E i.e EFT and DME file gets created and is sent to bank.At the time of F110 if i change the bank account number for the same method will still dme file be created or any changes are req for this.