Jobs remain in status SCHEDULED

Hi all,
does anyone have an idea what to do when scheduled jobs which should run remain in status SCHEDULED instead of changing into RUNNING? The transaction run if started manually in the workbench.
I will restart MII but hoping to find another way to get the scheduler working. The system is MII 12.0.2.
Michael

Hi Nick,
thanks for your reply.
Actually the save "trick" is the one that mostly cures those problems, but not in my case. The status is correctly set to PENDING after saving the job, but when started again, the job got stuck in status SCHEDULED instead of RUNNING. When I try to run the job directly from the Schedule Editor, it says it has run, but actually it didn't.
I have also tried to stop and start the scheduler, but no change.
Michael

Similar Messages

  • Jobs appearing in "Report Schedules" but remain at status 'Scheduled'

    Hello Folks
    We're running Business Intelligence Publisher 10.1.3.4.2 on Linux x86
    We are sending jobs to BIP using Oracle APEX communictaing over web service.
    Here are the symptoms
    1. Request document production from within APEX
    2. APEX communicates with BIP over web service
    3. Job appears as scheduled in BIP but never gets processed.
    Additional background
    1. This process has worked for years
    2. It stopped working this month
    3. If I log in to BIP I am able to run the report either in 'View' mode or 'Export' mode
    4. This would suggest that there is nothing wrong with the template, the queries or the ability of BIP to produce a PDF
    5. The issue seems to be when a job is scheduled to burst the PDF files to save in the directtory on the server.
    6. I get the same behaviour as described above whether the job appears in the schedule as a result from a webservice request from APEX or even if I 'Schedule' the job from within BIP itself.
    I have pasted some log information below just in case it makes sense to anyone on the forum.
    Any assitance gratefully received.
    [030612_024438223][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [030612_024438223][][STATEMENT] Logger.init(): LogDir=/apps/oracle/product/10.1.3/bip/log
    [030612_024438225][][STATEMENT] Template parsing started...
    [030612_024438225][][STATEMENT] Template parsing started...
    [030612_024438246][][STATEMENT] Data Template ......
    [030612_024438246][][STATEMENT] Data Template ......
    [030612_024438247][][STATEMENT] oracle.xml.parser.v2.XMLDocument@1f47f7a
    [030612_024438247][][STATEMENT] oracle.xml.parser.v2.XMLDocument@dd5d08
    [030612_024438251][][STATEMENT] Inside properties Parser...
    [030612_024438252][][STATEMENT] Inside properties Parser...
    [030612_024438252][][STATEMENT] include_null_Element=false
    [030612_024438252][][STATEMENT] include_null_Element=false
    [030612_024438253][][STATEMENT] Inside parameterParser...
    [030612_024438254][][STATEMENT] Inside parameterParser...
    [030612_024438255][][STATEMENT] Parameter:P_CONTACT_ID Default value:
    [030612_024438255][][STATEMENT] Parameter:P_CONTACT_ID Default value:
    [030612_024438256][][STATEMENT] Inside dataQueryParser...
    [030612_024438256][][STATEMENT] Inside dataQueryParser...
    [030612_024438259][][STATEMENT] Inside dataStructureParser...
    [030612_024438259][][STATEMENT] Inside dataStructureParser...
    [030612_024438268][][STATEMENT] Group ...report
    [030612_024438268][][STATEMENT] Group ...report
    [030612_024438269][][STATEMENT] Group ...ROWSET1_ROW
    [030612_024438269][][STATEMENT] Group ...ROWSET1_ROW
    [030612_024438276][][STATEMENT] Group ...ROWSET2_ROW
    [030612_024438277][][STATEMENT] Group ...ROWSET2_ROW
    [030612_024438277][][STATEMENT] Template parsing completed...
    [030612_024438278][][STATEMENT] Group ...ROWSET3_ROW
    [030612_024438279][][STATEMENT] Template parsing completed...
    [030612_024438316][][STATEMENT] Start process Data
    [030612_024438316][][STATEMENT] Process Data ...
    [030612_024438316][][STATEMENT] P_CONTACT_ID
    [030612_024438320][][STATEMENT] Writing Data ...
    [030612_024438324][][STATEMENT] Sql Query :Q1: select *
    from vw_invoice_summary_sms
    where invoice_summary_sms_id in (select invoice_summary_id
    from invoice_print_selection
    where contact_id = :P_CONTACT_ID)
    order by 4
    [030612_024438324][][STATEMENT] 1: P_CONTACT_ID:1
    [030612_024438331][][STATEMENT] Start process Data
    [030612_024438331][][STATEMENT] Process Data ...
    [030612_024438331][][STATEMENT] P_CONTACT_ID
    [030612_024438332][][STATEMENT] Writing Data ...
    [030612_024438333][][STATEMENT] Sql Query :Q1: select *
    from vw_invoice_summary_gsm
    where invoice_summary_gsm_id in (select invoice_summary_id
    from invoice_print_selection
    where contact_id = :P_CONTACT_ID)
    order by 4
    [030612_024438333][][STATEMENT] 1: P_CONTACT_ID:1
    [030612_024438481][][STATEMENT] Sql Query :Q2: Select o.main_reference cpmn,
    o2.main_reference ppmn,
    lpad(to_char(ilig.record_number), 5,'0')seq,
    ilig.dch_calc_curr ccur,
    ilig.dch_calc_curr_net ccnet,
    ilig.dch_calc_curr_gross ccgro,
    ilig.dch_pymt_curr pcur,
    ilig.dch_pymt_curr_net pcnet,
    ilig.dch_pymt_curr_gross pcgro
    from invoice_line_item_gsm ilig
    join invoice_summary_gsm isg on isg.invoice_summary_gsm_id = ilig.invoice_summary_gsm_id
    join operator o on o.operator_id = isg.client_operator_id
    join operator o2 on o2.operator_id = isg.home_operator_id
    where ilig.INVOICE_SUMMARY_GSM_ID = :INVOICE_SUMMARY_GSM_ID
    and ilig.record_type_id = 1
    order by ilig.RECORD_NUMBER
    [030612_024438482][][STATEMENT] 1: INVOICE_SUMMARY_GSM_ID:309070
    [030612_024438490][][STATEMENT] Sql Query :Q3: Select o.main_reference rcpmn,
    o2.main_reference rppmn,
    lpad(to_char(ilig.record_number), 5,'0')rseq,
    lpad(to_char(ilig.ASSOCIATED_RECORD_NUMBER), 5,'0')rtapseq,
    ilig.dch_calc_curr rccur,
    ilig.dch_calc_curr_net rccnet,
    ilig.dch_calc_curr_gross rccgro,
    ilig.dch_pymt_curr rpcur,
    ilig.dch_pymt_curr_net rpcnet,
    ilig.dch_pymt_curr_gross rpcgro
    from invoice_line_item_gsm ilig
    join invoice_summary_gsm isg on isg.invoice_summary_gsm_id = ilig.invoice_summary_gsm_id
    join operator o on o.operator_id = isg.client_operator_id
    join operator o2 on o2.operator_id = isg.home_operator_id
    where ilig.invoice_summary_gsm_id = :INVOICE_SUMMARY_GSM_ID
    and ilig.record_type_id = 2
    and ilig.PSS_ID = 63
    order by ilig.RECORD_NUMBER
    [030612_024438490][][STATEMENT] 1: INVOICE_SUMMARY_GSM_ID:309070
    [030612_024438531][][EVENT] Data Generation Completed...
    [030612_024438531][][EVENT] Total Data Generation Time 0.0 seconds
    [030612_024438567][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.130 - Production
    [030612_024438570][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [030612_024438570][][STATEMENT] Logger.init(): LogDir=/apps/oracle/product/10.1.3/bip/log
    [030612_024438593][][STATEMENT] Template parsing started...
    [030612_024438595][][STATEMENT] Data Template ......
    [030612_024438595][][STATEMENT] oracle.xml.parser.v2.XMLDocument@1ea2b4a
    [030612_024438596][][STATEMENT] Inside parameterParser...
    [030612_024438596][][STATEMENT] Inside dataQueryParser...
    [030612_024438596][][STATEMENT] Template parsing completed...
    [030612_024438596][][STATEMENT] include_parameters=false
    [030612_024438597][][STATEMENT] Start process Data
    [030612_024438597][][STATEMENT] Process Data ...
    [030612_024438598][][STATEMENT] Writing Data ...
    [030612_024438598][][STATEMENT] Sql Query : select isg.invoice_summary_gsm_id KEY
    , o.main_reference TEMPLATE
    ,'RTF' TEMPLATE_FORMAT
    ,'en-GB' LOCALE
    ,'PDF' OUTPUT_FORMAT
    ,'FILE' DEL_CHANNEL
    ,'/data/oradata/generic/invoices' PARAMETER1
    ,isg.invoice_summary_gsm_id||'.pdf' PARAMETER2
    ,null PARAMETER3
    ,null PARAMETER4
    ,null PARAMETER5
    ,null PARAMETER6
    ,null PARAMETER7
    from invoice_summary_gsm isg
    join operator o on o.operator_id = isg.client_operator_id
    join traffic_period tp on tp.traffic_period_id = isg.traffic_period_id
    union
    select isg.invoice_summary_gsm_id KEY
    , o.main_reference TEMPLATE
    ,'RTF' TEMPLATE_FORMAT
    ,'en-GB' LOCALE
    ,'PDF' OUTPUT_FORMAT
    ,'FILE' DEL_CHANNEL
    ,'/data/oradata/generic/invoices' PARAMETER1
    ,isg.invoice_reference||'.pdf' PARAMETER2
    ,null PARAMETER3
    ,null PARAMETER4
    ,null PARAMETER5
    ,null PARAMETER6
    ,null PARAMETER7
    from invoice_summary_gsm isg
    join operator o on o.operator_id = isg.client_operator_id
    join traffic_period tp on tp.traffic_period_id = isg.traffic_period_id
    [030612_024446999][][EVENT] Data Generation Completed...
    [030612_024446999][][EVENT] Total Data Generation Time 8.0 seconds
    [030612_024450332][][EVENT] Data Generation Completed...
    [030612_024451123][][EVENT] Total Data Generation Time 13.0 seconds
    [030612_024451129][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.130 - Production
    [030612_024451130][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [030612_024451130][][STATEMENT] Logger.init(): LogDir=/apps/oracle/product/10.1.3/bip/log
    [030612_024451165][][STATEMENT] Template parsing started...
    [030612_024451166][][STATEMENT] Data Template ......
    [030612_024451166][][STATEMENT] oracle.xml.parser.v2.XMLDocument@6f205e
    [030612_024451167][][STATEMENT] Inside parameterParser...
    [030612_024451167][][STATEMENT] Inside dataQueryParser...
    [030612_024451167][][STATEMENT] Template parsing completed...
    [030612_024451167][][STATEMENT] include_parameters=false
    [030612_024451168][][STATEMENT] Start process Data
    [030612_024451169][][STATEMENT] Process Data ...
    [030612_024451169][][STATEMENT] Writing Data ...
    [030612_024451204][][STATEMENT] Sql Query : select iss.invoice_summary_sms_id KEY
    , o.main_reference TEMPLATE
    ,'RTF' TEMPLATE_FORMAT
    ,'en-GB' LOCALE
    ,'PDF' OUTPUT_FORMAT
    ,'FILE' DEL_CHANNEL
    ,'/data/oradata/generic/invoices' PARAMETER1
    ,iss.invoice_summary_sms_id||'.pdf' PARAMETER2
    ,null PARAMETER3
    ,null PARAMETER4
    ,null PARAMETER5
    ,null PARAMETER6
    ,null PARAMETER7
    from invoice_summary_sms iss
    join operator o on o.operator_id = iss.client_operator_id
    join traffic_period tp on tp.traffic_period_id = iss.traffic_period_id
    union
    select iss.invoice_summary_sms_id KEY
    , o.main_reference TEMPLATE
    ,'RTF' TEMPLATE_FORMAT
    ,'en-GB' LOCALE
    ,'PDF' OUTPUT_FORMAT
    ,'FILE' DEL_CHANNEL
    ,'/data/oradata/generic/invoices' PARAMETER1
    ,iss.invoice_reference||'.pdf' PARAMETER2
    ,null PARAMETER3
    ,null PARAMETER4
    ,null PARAMETER5
    ,null PARAMETER6
    ,null PARAMETER7
    from invoice_summary_sms iss
    join operator o on o.operator_id = iss.client_operator_id
    join traffic_period tp on tp.traffic_period_id = iss.traffic_period_id
    [030612_024452964][][EVENT] Data Generation Completed...
    [030612_024452964][][EVENT] Total Data Generation Time 2.0 seconds
    [030612_024455726][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Tmp dir for bursting : /apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [030612_024455726][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] [Bursting node]=[SMSInvoice/LIST_ROWSET1_ROW/ROWSET1_ROW/INVOICE_SUMMARY_SMS_ID], [Delivery node]=[SMSInvoice/LIST_ROWSET1_ROW/ROWSET1_ROW/INVOICE_SUMMARY_SMS_ID]
    [030612_024455743][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[ARMOR], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp10256934.tmp]
    [030612_024455746][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[BELKO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp69466047.tmp]
    [030612_024455748][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[DNKHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp82585904.tmp]
    [030612_024455750][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[DNKTD], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp74339796.tmp]
    [030612_024455752][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[EGYAR], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp4226652.tmp]
    [030612_024456776][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[ESPRT], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp45349479.tmp]
    [030612_024456779][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[GBRHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp14794567.tmp]
    [030612_024456783][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[HRVVI], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp49428610.tmp]
    [030612_024456786][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[IRLH3], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp40329386.tmp]
    [030612_024456790][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[ISLNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp24142953.tmp]
    [030612_024456793][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[MKDNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp55564008.tmp]
    [030612_024456798][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[SRBNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp3526336.tmp]
    [030612_024456801][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[SWEHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp77789765.tmp]
    [030612_024456805][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15074] Layout template : [name]=[UKRAS], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp82203944.tmp]
    [030612_024456805][][STATEMENT] /apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [030612_024456808][][STATEMENT] BurstingProcessor:Property Key=>xslt-scalable : value=>true
    [030612_024456808][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOTIMEZONE : value=>'Europe/London'
    [030612_024456809][][STATEMENT] BurstingProcessor:Property Key=>xdk-secure-io-mode : value=>true
    [030612_024456809][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOCALENDAR : value=>'GREGORIAN'
    [030612_024456809][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOLOCALE : value=>'en_US'
    [030612_024456818][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [030612_024456819][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    [030612_024456828][][STATEMENT] /apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//030612_024456808 deleted successfully...
    [030612_024456829][oracle.apps.xdo.servlet.scheduler.XDOJob][EXCEPTION] [ID:15074] Unexpected exception occurred while running the job.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2116)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.NullPointerException
         at com.sun.java.util.collections.Hashtable.get(Hashtable.java:321)
         at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayout(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2008)
         ... 3 more

    Additional Log....
    [030612_024456830][][STATEMENT] Default write connection pool max:0, min:0, total:0, available:0
    [030612_024456881][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [030612_024456892][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :smtp_email
    [030612_024456914][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [030612_024456915][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Called
    [030612_024456915][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): default server properties are loaded for this request type (smtp_email) : {HOST:String=smtp.itaction.net, server-name=MailServer, PORT:Integer=25}
    [030612_024456915][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [PORT:Integer] [25]
    [SMTP_FROM:String] [[email protected]]
    [SMTP_CHARSET:String] [ISO-8859-1]
    [server-name] [MailServer]
    [SMTP_CONTENT_TYPE:String] [text/plain;charset=ISO-8859-1]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [SMTP_ENCODING:String] [Q]
    [HOST:String] [smtp.itaction.net]
    [RETRY:Integer] [0]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [SMTP_TO_RECIPIENTS:String] [[email protected]]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [SMTP_ATTACHMENT_FIRST:Boolean] [(java.lang.Boolean]
    [SMTP_SUBJECT:String] [Report Delivery Failure]
    [TEMP_FILE_PREFIX:String] [dlvr]
    [RETRY_INTERVAL:Integer] [60000]
    [030612_024456916][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is OFF.
    [030612_024456916][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Start reading given document InputStream.
    [030612_024456916][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [030612_024456917][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [030612_024456938][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): This request has never been submitted before.
    [030612_024456945][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Adding an attachment ...[filename]=[null], [content-type]=[text/plain;charset=ISO-8859-1], [index]=[0], [disposition]=[inline]
    [030612_024456945][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character set for MIME headers : ISO-8859-1
    [030612_024456945][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character encoding for MIME headers : Q
    [030612_024456945][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Exiting addAttachment()
    [030612_024456981][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character set for MIME headers : ISO-8859-1
    [030612_024456981][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character encoding for MIME headers : Q
    [030612_024457711][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): exiting
    [030612_024457711][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Finished calling DeliveryRequestHandler.submitRequest()
    [030612_024457712][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Process done successfully. Exiting submit()
    [030612_024515815][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Tmp dir for bursting : /apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [030612_024515816][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] [Bursting node]=[GSMInvoice/LIST_ROWSET1_ROW/ROWSET1_ROW/INVOICE_SUMMARY_GSM_ID], [Delivery node]=[GSMInvoice/LIST_ROWSET1_ROW/ROWSET1_ROW/INVOICE_SUMMARY_GSM_ID]
    [030612_024515824][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[ARMOR], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp37365181.tmp]
    [030612_024515830][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[BELKO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp26570728.tmp]
    [030612_024515837][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[BMUNI], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp4387822.tmp]
    [030612_024515842][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[DNKHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp2827844.tmp]
    [030612_024515846][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[DNKTD], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp63646593.tmp]
    [030612_024515855][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[ECUAL], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp80840101.tmp]
    [030612_024515862][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[ECUOT], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp20694448.tmp]
    [030612_024515867][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[EGYAR], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp90062593.tmp]
    [030612_024515875][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[ESPRT], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp90729074.tmp]
    [030612_024515881][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[FJIDP], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp49194851.tmp]
    [030612_024515884][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[GBRHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp68941910.tmp]
    [030612_024515892][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[HRVVI], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp64755985.tmp]
    [030612_024515896][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[IRLH3], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp6093376.tmp]
    [030612_024515901][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[ISLNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp95434455.tmp]
    [030612_024515904][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[MKDNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp16294940.tmp]
    [030612_024515914][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[SRBNO], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp8851271.tmp]
    [030612_024515917][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[SWEHU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp25326232.tmp]
    [030612_024515922][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[TONDP], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp15285568.tmp]
    [030612_024515928][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[UKRAS], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp27288147.tmp]
    [030612_024515932][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USACB], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp48946666.tmp]
    [030612_024515937][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USACP], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp54990470.tmp]
    [030612_024515944][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USANW], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp81536864.tmp]
    [030612_024515949][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USAPU], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp85195258.tmp]
    [030612_024515953][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USAUN], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp95134410.tmp]
    [030612_024515963][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USAVI], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp93684833.tmp]
    [030612_024515965][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[USAWC], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp11836207.tmp]
    [030612_024515969][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[VUTDP], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp47095917.tmp]
    [030612_024515973][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:15073] Layout template : [name]=[WSMDP], [rtf], [location]=[apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp76134981.tmp]
    [030612_024515973][][STATEMENT] /apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [030612_024515973][][STATEMENT] BurstingProcessor:Property Key=>xslt-scalable : value=>true
    [030612_024515973][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOTIMEZONE : value=>'Europe/London'
    [030612_024515973][][STATEMENT] BurstingProcessor:Property Key=>xdk-secure-io-mode : value=>true
    [030612_024515974][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOCALENDAR : value=>'GREGORIAN'
    [030612_024515974][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOLOCALE : value=>'en_US'
    [030612_024517080][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [030612_024517093][][STATEMENT] template File/apps/oracle/product/10.1.3/bip/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp60436649.tmp
    [030612_024517101][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [030612_024517101][][STATEMENT] Logger.init(): LogDir=/apps/oracle/product/10.1.3/bip/log

  • IDocs sent to XI, processed only some, others in status Scheduled for o/b..

    Hi guys!
    We have a scenario, where Idoc is sent from r/3 into XI, here enters integration process, where the idoc is mapped to soap req, sent sync to web service, ws response is mapped to other idoc type and integration process sends data to r/3.
    The problem is, when more idocs are sent into xi from r/3 in short time. Some idocs are processed correctly, but some remain in status - Scheduled for outbound processing. When the same idoc (same data etc) is sent later, separately, the data (process) is processed succesfully.
    Any ideas, what could be wrong?
    Thanx a lot! Olian

    Hi Olian,
    This problem occurs when XI has not received the response from the webservice and it gets timed out.  You can monitor this in RWB - Message Monitoring.
    Have a look at this weblog
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Hope this will help you in resolving the issue.
    Regards
    Sreenivas

  • 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.

  • Scheduled reports (DeskI) remain in status "Pending" in SP4(FP 4.3)

    Hi,
    I am facing a weird problem with a BO XI R2 cluster installation (2 Windows Servers, one CMS, 2 DeskI Job servers on one node) after installing SP4 + FP 4.3. The users are allowed to schedule DeskI reports they created themselves. The scheduling works out fine at the beginning but at some point overnight the DeskI servers (although empty) completely ignore the fact that there are available jobs for scheduling. This means that the DeskI reports remain in status "Pending". Changing the "maximum number of jobs" setting at the CMC in the DeskI job servers properties tab seems to work like a wake-up call and the scheduling starts again. After a while though (can take up to a day to get there) the job servers start again to ignore the pending jobs.
    Is this a known issue in SP 4? Anyone had similar experiences two?
    Any help/ideas & hints will be highly appreciated.
    Cheers
    Stratos

    Hi Will,
    Quote: "In any case, in normal circumstances, you should not having pending jobs if your number of running numbers is below your max number of jobs setting". Exactly this is what we are expecting but the job server seems to sleep not caring about the actual number of pending jobs und wakes up only if we use a high setting (40) for the maximum number of jobs.
    Have found some references about similar problems for both the Web Intelligence and the Crystal Report Job Servers but not a real solution so far. It may be a problem with the CMS but I am not really sure. Restarting the CMS does not help neither.
    Cheers
    Stratos

  • Stop Scheduled job which has no jobs in released status

    Hello
    I need to stop some back ground jobs, but in Sm37 i m not able to see any jobs in released status or scheduled status to cancel these job,the job are set to run in a frequency of 2 days
    please let me know
    Thanks
    Praveen

    Event triggered jobs can be configured in SAP directly ,,,
    checkout this link below
    http://help.sap.com/saphelp_45b/helpdata/en/fa/096e44543b11d1898e0000e8322d00/frameset.htm
    Else you can use any SAP supported 3rd party tool for job scheduling
    like Tivoli or any other tool
    http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm
    http://www.sap-press.de/download/dateien/1102/sappress_job_scheduling.pdf
    Hope this will help you
    Cheers
    dEE

  • Outbound Proxy messages in SXI_MONITOR of R/3 system in status "Scheduled"

    Hi guys,
    I have the following issue:
    In a Proxy-to-File Scenario, we are trying to send some data from R/3, but they never reach XI because they remain in sender R/3 system, transaction SXI_MONITOR with status "Scheduled", with a green flag. I cannot see them in SM58 neither.
    Do you have any idea ?
    Best Regards,
    Evaggelos Gkatzios

    Hi Evaggelos,
    I have face same issue.But i had resolved it.This issue is related to Queues.Your objects are struct in queues.Please do the following steps.
    1)Go to SXMB_ADM
    2)Select Manage queues->register queues->Activate queues
    Note:Before u r register the queues,delete the queue objects in SMQ2 otherwise it will gives error
    3) Refresh the Cache objects SXI_CACHE
    http://<hostname>:<port>/CPACache/refresh?mode=full
    http://<hostname>:<port>/CPACache/refresh?mode=delta
    Thanks
    Ravi

  • CUA: Idocs USERCLONE remain in Status 64

    Hello experts,
    I'm setting up a CUA at the moment.
    Basically everything works fine, but in case of mass maintenance activites (e.g. TA SU10 or when distributing via report RSCCUSND), the child system only processes some of the received USERCLONE-Idocs, the left ones remain in status 64.
    I know that they can be processed via report RBDAPP01 periodically in batch-mode, but I want to have them triggered immediatly.
    Can you tell me what's the reason for this behavior? Is this a general ALE-Setting or based on my partner settings in WE20?
    Thanks for your help!

    Thanks Bernhard,
    I knew that this might be a resource issue, but actually my problem was that the CUA-Batch-User had no authorition for releasing Batch Jobs, this is mentioned in the SAP Note...
    After adding this to the CUA-Role, everything works fine!
    BR
    Werner

  • BI_PROCESS_TRIGGER event job in released status ONLY

    HI ALL,
    I WANT TO TRIGGAR PC TWICE IN DAY 5 PM AND 2AM.
    1.I CTEATED EVENT IN SM62 (ZSDPC_EVENT)
    2.I CTEATED SE 38 PROGRAM (zsdpp_pc_event_program )LIKE BELOW
    REPORT  zsdpp_pc_event_program.
    DATA: gv_time TYPE sy-uzeit,
          eventid TYPE btceventid.
    gv_time = sy-uzeit.
    eventid = 'ZSDPC_EVENT'.
    IF ( gv_time GE '170000' AND gv_time LE '170000' )
       OR ( gv_time EQ '020000' AND gv_time LE '200000' ).
      CALL METHOD cl_batch_event=>raise
        EXPORTING
          i_eventid                      = eventid
        EXCEPTIONS
          excpt_raise_failed             = 1
          excpt_server_accepts_no_events = 2
          excpt_raise_forbidden          = 3
          excpt_unknown_event            = 4
          excpt_no_authority             = 5
          OTHERS                         = 6.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDIF.
    3.I SPECIFIED AFTER EVENT IN MANAIN VARIANT .ACTIVATED AND SCHEDULED PC
    4. THEN RUNE THIS PRORGAM IN SM36
    BUT MY PROBLEM IS IN SM37 JOB BI_PROCESS_TRIGGER event job in released status ONLY
    please guide me if i am wrong .
    REGARDS,
    KP

    It is supposed to be in Released status.
    The BI_PROCESS_TRIGGER job is scheduled to run based upon the event being triggered (from your ABAP program).  The only thing this job does is trigger the event that runs the next process in your process chain.  If you set up the Start variant in your PC to schedule "After Event" and you set the periodic flag, then after the BI_PROCESS_TRIGGER job finishes, it will reschedule itself.  So, there will always be a BI_PROCESS_TRIGGER job in a Released status.
    Again, the BI_PROCESS_TRIGGER job does not run the entire chain.  It only triggers the next processes in your chain.
    Does this help?
    PS.  Are there any BI_PROCESS_TRIGGER jobs in a Complete status?  If not, then there is an issue with your ABAP program.
    Edited by: Geo on May 4, 2009 11:13 AM

  • How to create a job in OEM and schedul it ?

    Hi,
    in 10g 2, I'm looking in the following documents :
    Enterprise Manager Concepts and Oracle Database 2 Day DBA
    http://download.oracle.com/docs/cd/B19306_01/em.102/b31949.pdf
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196.pdf
    but I can not find any explanation to know how to create a job and schedul it.
    Where can I find ?
    Thanks.

    From Enterprise Manager, click on Administraion Tab, Click on the Jobs link under Database Scheduler. Click the Create button and follow the screens and prompts as required.
    <br>
    Enterprise Manager Documentation
    </br>
    <br>
    Oracle Database FAQs
    </br>

  • Import Items Request remain in Status Pending Normal For a Long Period

    Hi,
    Import Items Concurrent Requests Remain in Status Pending Normal For a Long Period(30 minutes) Before Running.
    It is actually completing within 10 minutes after pending normal for 30 minutes.
    This problem is happening only with Import Items concurrent request, Other request are running as soon as they started.
    My Application version: 12.1.3
    Database Version:11.1.0.7
    My Standard Manager details Processes=16 Sleep Time=10 Cache=40
    Please correct, If there is need to change Standard Manager configuration...
    Plz reply soon.
    Regards,
    Alig

    Alig,
    Standard Manager is running this request, Import Item program request after the completion, creating Item categories for this it is taking time, that is the reason another import items request is waiting for the Item categories program to be completed.You need to find out why the "Item Categories" takes that long to complete.
    Do you have the statistics up to date?
    Enable trace as per these docs to find out why the request takes that long.
    How to Set a Trace with Bind and Waits from the Concurrent Request Form [ID 601647.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Thanks,
    Hussein

  • XML Message is status scheduled on R/3 side

    Hi All
    While trying to send message via outbound ABAP proxy i am getting my XML message in status "scheduled (commit work follows)" on R/3 side ... My queues are also registered .. I tested the HTTP connection to XI server also and it seems fine .. wonder why still no messages are appearing on XI system ?
    Please provide help ?
    Thanks

    To  register queues;
    TCODE SXMB_ADM -> Manage Queues -> Register the Queues.
    you can also run the report RSXMB_REGISTER_QUEUES

  • BPM - Background Job for Reorganization = Not Scheduled

    Good afternoon, first of all thank you very much for the support they can provide. I have developed a JDBC interface -> BPM (Multimapping) which works well. Modify a Message Mapping in the BPM that I use for an RFC Lookup, I have added the Configurable Parameters in the BPM and Integration Directory and everything works fine at design time. But when running the interface at run time the message reaches the BPM and the error "error in BPE inbound Permanent processing".
    I have reviewed the Business Process Engine in the RWB and the item is Red Schedule Background Job for Reorganization and detail reads: "Background Job for Reorganization = Not Scheduled".
    As I can solve this problem. Thank you very much.

    Re: Importing trans request failed
    Re: Transports Erroring
    Re: What is RDDIMPDP .....
    have a look it may help you
    Message was edited by:
            Vinod Udapudi
    Message was edited by:
            Vinod Udapudi

  • Remaining capacity requirements scheduled for operation in Planned Order

    Hi all,
    I'm workig with planned orders, and I need the "Remaining capacity requirements scheduled for operation" data to list it in a Z Report, but I don't know how to get it.
    You can see the info in the "Detail Scheduling" of the planned order in MD13.
    Anyone knows how to get the info? Any table or any FM to get it?
    Points will be given for helping
    Thanks in advance!

    Did you ever find out where the planned order capacity information lives?  I can find the production capacity information in table KBEZ, but it appears that there is no planned order info there.
    Thanks,
    Matthew Bruckner

  • Workflow notificaiton mailer Does Not Start, Remains In Status Starting

    Hi Gurus,
    Workflow notification mailer is not getting started and its showing status starting.I have tried to bounce the service componets still its showing starting.My application version is 12.0.6 and OS is AIX.I got a metalink reference"Notification Mailer Does Not Start, Remains In Status Starting [ID 371830.1]".Since its a Productin instance can we try it??Please suggest.Couldnt understand what will be the impact of updating wf_event_subscriptions.Please suggest/help...
    Thank you so much...!!

    994272 wrote:
    Thanks Hussein,
    From the logfile I got the following error.
    [Mar 16, 2013 2:48:36 AM EDT]:1363416516284:-1:-1:ios1402e.idc.ikon.org:10.81.42.25:-1:-1:1:20420:SYSADMIN(0):-1:Thread[GSMQueueProcessor,5,main]:2021231295:40299:1363412471938:4:PROCEDURE:[SVC-GSM-WFALSNRSVC-4786418 : oracle.apps.fnd.cp.gsc.Processor.processControlEvent(String)]:BEGIN (noEvent)
    [Mar 16, 2013 2:48:36 AM EDT]:1363416516284:-1:-1:ios1402e.idc.ikon.org:10.81.42.25:-1:-1:1:20420:SYSADMIN(0):-1:Thread[GSMQueueProcessor,5,main]:2021231295:40299:1363412471938:4:STATEMENT:[SVC-GSM-WFALSNRSVC-4786418 : oracle.apps.fnd.cp.gsc.Processor.processControlEvent(String)]:Did not receive any control events.
    ThanksYou can follow the steps in (Notification Mailer Does Not Start, Remains In Status Starting [ID 371830.1]).
    Thanks,
    Hussein

Maybe you are looking for

  • Airport Extreme + Time Capsule Roaming Network

    Ok, I'm completely lost here and haven't found any solutions specific to my situation. I currently have two ethernet jacks in my condo, both have fiber optic internet connection which provide access when connected to a computer and no router. I'm ass

  • Scanner error 22 with HP Laserjet M1210 MFP

    Hello - I have an HP Laserjet M1210 MFP (fax, printer and scanner all in one) that has been working until yesterday.  Now I am getting an error message "Scanner Error 22".  I have tried to unpulg and replug the machine after a few minutues multiple t

  • Change font color shifts text in Acrobat XI PRO

    When I go into an acrobat document and try to chnage the font color, it shifts the text and the paragraph it's in. I contacted Adobe about it a few months ago and they told me it was a know bug. When is it going to be fixed?

  • Bapi giving error for a user of different language

    Hi all, I have a wd java application with internationalization done. It works fine except for Swedish. The scenario: I am calling a BAPI to generate an order no by sending customer no and not sending the language. When I execute BAPI in SE37, it work

  • How can a get() return the POF bytes without deserializing?

    Is it possible to perform a get() from the cache without deserializing an object, anmd instead request the POF bytes directly? The use case is a middle tier server that is an extend client. It supports legacy downstream clients that should receive pa