Unable to run Job Manager-FATAL ERROR

hi..
I have installed OBIEE server in my local windows machine...
The setup of BI Analytics in successful and all the reports are generating successfully..
Now when i am trying to open the Job Manager to configure the scheduler, then it is showing some FATAL ERROR..
[nQSError: 46105] Error executing process: "D:\Program Files\Java\jdk1.6.0_20\bin\bin\javaw.exe" -Xmx1024m -cp D:\Oracle BI\server\bin\JobManager\startup.jar org.eclipse.core.launcher.Main -data D:\OracleBIData\jobmanager -configuration D:\OracleBIData\jobmanager
the system cannot find the path specified.
But surprisingly, there is no exeistence of the path "D:\Program Files\Java\jdk1.6.0_20\bin\bin\"
and "D:\OracleBIData\jobmanager"
In the environment variables, I have already given the paths necessary..
D:\Program Files\Java\jdk1.6.0_20\bin;
D:\OracleBI\server\Bin;
D:\OracleBI\web\bin;
D:\OracleBI\web\catalogmanager;
D:\OracleBI\SQLAnywhere;
D:\OracleBI\server\Bin\JobManager;
D:\OracleBI\server\Bin\JobManager\configuration;
please help...

Hi,
refer : Job Manager

Similar Messages

  • ORA-27492: unable to run job scheduler unavailable

    Hello Fellow Oracle users, this is the first post in this forum but I need some help with my Oracle Scheduler.
    This morning when I came into office, I realize from the Oracle Enterprise Manager (11g) that all of my scheduled jobs did not run at all. So I tried to do a manual run by choosing the job and clicking "Run Now".
    This error was shown (job not real name)
    java.sql.SQLException: ORA-27492: unable to run job "SCHEMA.DATA1": scheduler unavailable Check the log/trace file for more Details+
    I have no idea where to look up the log/trace file , so I could not find any reasons why this happen.
    https://forums.oracle.com/forums/thread.jspa?threadID=646581
    I've looked up this thread and tried the suggestions posted there and I believe it ain't the problem with queue process nor job process limits.
    I've tried select * from dba_scheduler_global_attribute where attribute_name='SCHEDULER_DISABLED' and I don't get any row selected.
    I hope I'm clear enough on the issue I'm facing, hope I'll get some answers to fixing this. Thank you very much.
    Regards,
    Matthew

    Hi,
    I am not an expert on this, i am learning.
    Check you history:
    select client_name,window_name,to_char(job_start_time,'yy-mon-dd hh24:mi:ss') job_start_time,job_status
    from DBA_AUTOTASK_JOB_HISTORY;Are you in windows? In you server services check make sure OracleJobSchedulerXXX is running.
    Also you can check the logs with:
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/scheduse008.htm#CHDGIDFD
    I hope this help.
    Best,

  • Error while running ejbc. Fatal error from EJB Compiler ---- Error while pr

    Hi!
    I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.
    I had tested the bean previously and I had no problems.
    I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to do...
    "Deployment of CMP beans fails.
    The following error is thrown because there are no <query-params> entries in the container-managed persistence (CMP) bean in sun-ejb-jar.xml file:
    Error while running ejbc. Fatal error from EJB Compiler ---- Error while processing CMP beans.
    Solution
    Even if it isn't necessary for the CMP beans, add the query-params tag for finders in the sun-ejb-jar.xml file with the empty parameters."
    Here is my sun-ejb-jar.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <name>GestorDoBanco_EJBModule</name>
    <ejb>
    <ejb-name>Cliente</ejb-name>
    <jndi-name>ejb/Cliente</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Cliente.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>ClienteAssociadoAConta</ejb-name>
    <jndi-name>ejb/ClienteAssociadoAConta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/ClienteAssociadoAConta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Conta</ejb-name>
    <jndi-name>ejb/Conta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Conta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>GestorDoBanco</ejb-name>
    <jndi-name>ejb/GestorDoBanco</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003</ejb-name>
    <jndi-name>ejb/MensagemM003</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM003Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012</ejb-name>
    <jndi-name>ejb/MensagemM012</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM012Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM103</ejb-name>
    <jndi-name>ejb/MensagemM103</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM103.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM112</ejb-name>
    <jndi-name>ejb/MensagemM112</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM112.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Registo</ejb-name>
    <jndi-name>ejb/Registo</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Registo.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoConfirmada</ejb-name>
    <jndi-name>ejb/TransaccaoConfirmada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoConfirmada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoFinalizada</ejb-name>
    <jndi-name>ejb/TransaccaoFinalizada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoFinalizada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoIniciada</ejb-name>
    <jndi-name>ejb/TransaccaoIniciada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoIniciada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>mysqlpmanager</jndi-name>
    <default-resource-principal>
    <name>bes</name>
    <password>besbes</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    Thanks in advance for any help.
    Nuno

    http://docs.sun.com/source/817-2175-10/decmp.html
    Please go to the above docs and look thru the examples given in it.
    Example 2
    This query returns all products in a specified price range. It defines two query parameters which are the lower and upper bound for the price: double low, double high. The filter compares the query parameters with the price field:
    "low < price && price < high"
    The finder element of the sun-ejb-jar.xml file would look like this:
    <finder>
    <method-name>findInRange</method-name>
    <query-params>double low, double high</query-params>
    <query-filter>low < price && price &lt
    high</query-filter
    </finder>
    I hope this hepls. In your case u just have to make it null.

  • Connection manager fatal error

    I have an hp sleekbook 6-1110us. I keep getting a
    Connection manager fatal error a lot. Also It causes my computer to freeze and stop working only after 45mins of using it.

    Hi,
    Are you running Windows 8, or Windows 8.1 on the notebook?
    Can you provide more details on the Fatal Error, i.e. specifically what does the error message say?
    Have you run HP Support Assistant and made sure all the drivers and software are up to date?  If you haven't done that in a while, do that first.
    If the problems continue, I would probably start by uninstalling HP Connection Manager for now, and see if the other problems go away (Connection Manager isn't required for the network connections to work, it just makes managing them easier).  Before you uninstall it though, check out the version number and note that down.  If the problems do go away, you may try installing the latest version of HP Connection Manager, or just running the notebook without it.
    Good Luck, and let us know how it turns out.
    R
    Although I am an HP Employee, I am speaking for myself and not for HP.

  • W500 not starting - HELP - unable to locate BIOS ROM; Fatal error during GPU init

    hi gurus, 
    Following problem: 
    when i start W500 (ubuntu) it stays with the black screen, not even displaying initial ThinkPad message, where you might press the ThinkVantage blue button, to go to BIOS. It just stays black and does nothing. 
    Than I press Power button for a few seconds to shut it down and try again. Still black screen. 
    The same procedure again and again and sometimes  W500 boots up, sometimes wants to go to recovery mode, sometimes not. 
    Sometimes, after the black screen it displays the message:
    Invalid ROM contents
    ERROR Unable to locate BIOS ROM
    Fatal error during GPU init
    Anyone had the same problems?
    What are the possible checks i might execute, to check up W500?
    cheers
    lenowiow

    Update: I have now tried compiling vbios.bin and int10.bin directly into the kernel. No success.

  • Desktop manager- fatal error when updating OS BOLD 9000

    Hi guys a few days back my girlfriend entered my password wrong and my blackberry wiped itself, I downloaded bbsak and wiped the phone, and wiped it again with JL_Cmder, it says reload software 507, when I go onto application manager and select update it tells me "fatal error has occurred while updating devices software. Please try again", bbsak also wont load the OS it tells me "the application loader wizard requires that the blackberry device manager needs to be installed", but it is installed on my PC, and when I go to C:\Program Files\Common Files\Research In Motion\AppLoader and select loader it gives me the same error as when I try loading the OS from bbsak, I am running windows XP service pack 2 and desktop manager v5.0.1, and I have OS 4.6 and the latest version 5.0  please help guys, thanks, I will appreciate any help possible

    Hey Varushen,
    Welcome to the BlackBerry Support Community Forums.
    I would suggest try to reload the software by going to www.blackberry.com/update 
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Unable to run Information Management Policy &Expiration Policy Timer services

    I have set the retention policy of a list and need to run Information Management Policy and Expiration Policy timer jobs but when I went to central Admin and try to run now its not running.I changed the scheduled to run from weekly to daily and scheduled
    it to run even that did not work.I also tried hourly but still unable to run the timer job.
    Its not that the timer job has never run.It shows last run  a week ago when it was scheduled weekly but now its not running at all.
    Any idea what could be causing this?Or I am missing something?

    Hello,
    Which job is running first? You need to set recurring Schedule in such a way that "Information management policy" job should run before the "Expiration policy".
    Also check ULS log for more information about issue.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • FRM-41214: Unable to run Report geting as error

    I am converting 6i reports to 11g for that i am compiling 6i report in 10g reports and copy in 11g server
    in that report is calling from form i have writen query
    like
    DECLARE
    paramlistname VARCHAR2(30) := 'PLIST1';
    plid PARAMLIST;
    cnt number;
    report_id report_object;
    BEGIN
    plid := GET_PARAMETER_LIST(paramlistname);
    IF NOT ID_NULL(plid) THEN
    DESTROY_PARAMETER_LIST(paramlistname);
    END IF;
    plid := CREATE_PARAMETER_LIST(paramlistname);
    ADD_PARAMETER(plid, 'paramform', TEXT_PARAMETER, 'NO');
    ADD_PARAMETER(plid, 'p_division_code' , TEXT_PARAMETER, :control_007.division_code);
    ADD_PARAMETER(plid, 'p_depot_code' , TEXT_PARAMETER, :control_007.depot_code);
    ADD_PARAMETER(plid, 'P_VALIDITY_DATE' , TEXT_PARAMETER, to_char(:control_007.valid_date,'DD/MM/YYYY'));
    ADD_PARAMETER(plid, 'MAXIMIZE', TEXT_PARAMETER, 'YES');
    report_id := find_report_object('Report_NTP_Pending_QtyP');
              web_reportn(report_id,plid);
    DESTROY_PARAMETER_LIST(plid);
    go_block('Control_007');
    end;
    while runging a report from form i am getting error FRM-41214 Unable to run Report
    So Please Help Me how to solve this problem in 11g

    web_reportn(report_id,plid);This is where you actually call the report, so the error is in that procedure. What is the code of this procedure?
    Furthermore, I don't see any reference to system parameters, like destype, desname, report server name etc. Are they set in web_reportn?

  • HP Connection Manager Fatal Error

    When I boot up my HP Pavilion dv6t, a popup will appear and say
    HPConnectionManager.exe - Fatal error
    A fatal error has occured, check the HP Connection Manager in Event Viewer for more details.
    Object reference not set to an instance of an object.
    I've tried repairing but that didn't work and I've also downloaded HP Connection Manager version 4.1.25.1 but that didn't do anything. Someone help?

    Well, I fixed it. I restored my computer because my HP Recovery Manager wasn't working so that fixed everything . Although, with any old restore, you have to transfer everything back onto your computer, which took hours

  • Unable to access Job Manager

    Hi All,
    When I try to access the Job Manager after a recent installation, I get the following error:
    The procedure entry point JVMConstantPoolGetUTF8@16 could not be located in the dynamic link library jvm.dll.
    Do you have any idea, what the issue could be here?
    Thanks and Regards

    Can you give me some details on your environment setup? BI Server OS? Database Server OS? Database type and version? OBIEE version? Do you have all your environmental variables setup? java home, oracle home, etc?
    If you give me more details, I should be able to help.
    Thanks!
    -Joe
    Hi Joe,
    BI is integrated in our ówn softwares, which get developed in US. Anyway is installed on a Windows XP OS against an Oracle Database on 10g , Oracle version 10.0.02.03. All the environment variable are setup correctly, i can access
    the catalog mager, administration etc..
    I do not know the exact version of OBIEE at the moment since I am not in the office yet.
    Hope this helps.
    Thanks and Regards
    Giuliano

  • Unable to open Job manager

    Hi everybody,
    I am trying to open job manager, but i am getting the error nQserror 46105 error executing process 'c::/program files/java/bin/javaw.exe" -xpm1024m-cp c:oracle/server/bin/jobmanager/stratup.jar org.eclipse.core.launcher.main-data c:oracle/bidata/jobmanager.The system cannot find path specified .
    Can someone please help me with this asap.
    Thanks
    Siva

    It seems you are talking about OBIEE. If so go to Business Intelligence Suite Enterprise Edition and post your question there as this forum isn't related to OBIEE.
    cheers

  • Akamani Downloar Manager fatal error

    I tried to download Captivate 7, I receive a message "The Akamani Download Manager has encountered  a fatal error: access denied". What can I do? Thanks

    Hello,
    Welcome to Adobe Forums
    Please share your contact information on [email protected]
    Thanks,
    Vikram
    Adobe Support

  • Spend Performance Management  Fatal error.

    I installed Spend Performence Management 2.1 in BI 7.01 server
    When I starting the Spend analysis, I am getting the following error.
    APPL_TYPE    FATAL
    SPEND_ANALYTICS_STARTUP_FAILED]
    Details
    [SPEND_ANALYTICS_STARTUP_FAILED]
    Can anyone help me to solve this error.
    Thank you very much in advance.
    Regards,
    Amar.
    Edited by: Sukripa Roy on May 23, 2011 1:53 PM

    Hello Experts,
    I am getting the same error, I have NW 7.0 with EHP1 so I deployed SSAUI 211, as in above reply the issue resolved.
    Any Idea what is the Issue? I checked all the Associated Services they are working fine.
    Error:
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: xapps.analytics.ds_par.core
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

  • Unable to run procedure due to error in package OWA_UTIL

    Hi,
    I have written a nice PL/SQL procedure called 'send_notification'.. My procedure begins like this :
    create or replace
    procedure             send_notification
    is
    ws_id               number;
    l_body              clob;
    l_url               varchar2(256);
    l_cgi_var_name      varchar2(100) default 'SERVER_NAME'; 
    l_server_name       varchar2(2000) ;
    begin
    l_server_name := owa_util.get_cgi_env(l_cgi_var_name) ;
    The procedure is nicely compiled without errors. When I run the procedure "send_notification", I get these error messages :
    ORA-06502: PL/SQL : erreur numérique ou erreur sur une valeur
    ORA-06512: à "SYS.OWA_UTIL", ligne 356
    ORA-06512: à "SIVOA.SEND_NOTIFICATION", ligne 10
    ORA-06512: à ligne 2
    The lines 354-356 of the package OWA.UTIL shows this :
    function get_cgi_env(param_name in varchar2) return varchar2 is
    upper_param_name varchar2(2000) := upper(param_name);
    begin
    I have successfully compiled the package OWA_UTIL.
    Thank you for your kind help.
    Christian

    Thierry,
    Your solution is working nicely.
    create or replace
    procedure                   send_notification
    is
    ws_id               number;
    l_body              clob;
    l_url               varchar2(256);
    l_cgi_var_name      varchar2(100) default 'SERVER_NAME'; 
    l_server_name       varchar2(2000) ;
    nm owa.vc_arr;
    vl owa.vc_arr;
    begin
    nm(1) := 'X';
    vl(1) := 'Y';
    owa.init_cgi_env( nm.count, nm, vl );
    l_server_name := owa_util.get_cgi_env(l_cgi_var_name) ;
    select max(workspace_id) into ws_id from apex_applications ;
    wwv_flow_api.set_security_group_id(ws_id);
    FOR C1 IN ( SELECT id, email, nature_contrat
                 from   contrats_maintenance
                 where  email is not null
                 and    alert = 1
                 and    DATE_ENVOI_PROCHAIN_MAIL <= SYSDATE
                 and    (email_sended IS NULL OR email_sended = 0)
    loop
          l_url := 'http://'||l_server_name||':7777/pls/apex/f?p=109:29:::NO::P29_ID:'||C1.ID ;     
          l_body := l_body ||chr(13)||'Bonjour,'||chr(13)||chr(13);
          l_body := l_body ||chr(13)||'Un contrat de maintenance arrivera à échéance -> '||l_url;
          l_body := l_body ||chr(13)||'Cliquez sur le lien pour y accéder.';
          l_body := l_body ||chr(13)||'Cordialement.'||chr(13)||chr(13);
          l_body := l_body ||chr(13)||'Le robot Oracle.';
          APEX_MAIL.SEND(
          P_TO       => c1.email,
          P_FROM     => '[email protected]',
          P_BODY     => l_body,
          P_SUBJ     => 'Notification d''échéance d''un contrat de maintenance : '|| c1.Nature_contrat );
          APEX_MAIL.PUSH_QUEUE;
          update contrats_maintenance
                 set    email_sended = 1, email_send_date = sysdate
                 where  ID = C1.ID;
      end loop;
    end send_notification;Thank you very much !
    Edited by: Christian on Jan 19, 2011 2:51 AM

  • Unable to run Solution Manager Diagnostic in txn DSWP

    Hi,
    In txn DSWP, I click Goto-Solution Manager Diagnostics, the browser is launched with this address:
    http:<hostname>:8000/smd
    However, it says "Page cannot be displayed"
    I have checked that the its services in txn SCIF are activated. I can see HTTP Port 8000 service running in SMICM.
    http:<hostname>:50000/smd is running fine.
    Does someone has a clue where could have gone wrong?
    Points will be rewarded for any helpful answer.
    Thanks.
    Annie

    Hi Rajesh,
    Unfortunately this is not working. However, I begin to suspect it is due to the firewall.
    I refer to the 'Root Cause Analysis Installation and Upgrade Guide" section 5.8 Required TCP ports.
    I don't understand when it says "It is recommended to place the SAP Solution Manager within the same subnet or DMZ of your managed landscape."? Does that mean Solution Manager is to be in the same subnet as DMZ?
    I have the tendency to believe this might be the cause.
    Are you able to tell me if you did anything to the DMZ? Or simply just activate the port 8000 in firewall?
    Thanks!
    Regards,
    Annie

Maybe you are looking for

  • Corrupted QT file - what went wrong?

    I have a 10 bit Blackmagic MOV file, that all works on the Mac G-RAID array. It wascopiedto a PC external drive, and for some bizarre reason, QT Pro tells me it is not a valid video file. There were 5 copied at once (Not by me, so I have no idea what

  • Camera Raw in Photoshop, sudenly not being able to parse the file...

    Suddenly when opening a group of RAW files from Bridge, after several successful adjustments on similar files, CR/PS will crash & freeze the system.  Have to use Task manager to reboot.  Have had no such probems in years of similar activities, the RA

  • GP and WebDypro ABAP

    Hello, We are using WD ABAP as an input form in our GP process.  Currently, WD ABAP contains input parameters but doesn't have the same output parameter functionality that WD Java does.  From reading other threads on SDN and logging an OSS message, S

  • Set an item's value

    Good day, I have a form with a Data Block and two items in the Data Block. The first item is a checkbox, while the second is an ID. I've set up a trigger on the ID item (POST-CHANGE) that should set the checkbox item if the ID has a valid system ID.

  • How to catch errors watched in sxmb_moni through abap program??

    Dear Gents, I have one scenario which is proxy -> xi -> jdbc. Scenario works fine when every thing is good, but if there are any errors in XI usually we catch the exception after calling the proxy as : TRY.     CALL METHOD cl_rfq_sapin->mios_rfq_sapi