Is SCOT queue required to be cleared if you send it through SWN_SELSEN

Hi All,
We have report SWN_SELSEN scheduled every 10 mins. But no job for sending mail is scheduled via RSCONN01 in SAP. SMTP node is active. Is it possible that mail notifications goes to outlook in above case? In our case, mails are sent to users when 1. SMTP node is active 2. No job with report rsconn01 schedules...Any idea how it is possible to send mail.
Many Thanks in Adv.

No its not possible in a standard scenario. In that case you'll see the mails waiting to be sent in SOST
You must schedule a SAPCONNECT run in SCOT to send the notifications.
In our case, mails are sent to users when 1. SMTP node is active 2. No job with report rsconn01 schedules
This is not standard, probably it has been customized talk to your developers.
Regards
Juan

Similar Messages

  • The business requirement is invoice clearing process is automated

    Hi sap gurus can any one tell me the below process
    the business requirement is invoice clearing process is automated how is that possible in sap is there any process we need to follow

    hi,
    there is no such limitation in std SAP. but u need to check if u hve maintained limits on the max order value or if some user exit is already in place.
    saurabh

  • MessageDriven Bean problem.Working but the queues r not getting cleared

    I have written a simple message driven bean.It just sends a message to an another queue myadapterqueue
    on getting a message .
    It is working. But the problem is if I restart my application server then it again reads the messages which had been sent to it earlier.Also the queue size is
    not getting to 0 bytes after it has consumed messages.
    My application server is JBOSS2.4.3
    I think I have to specify some attributes in the
    descriptor files.But how??????????????
    Here is my code
    import java.util.*;
    import javax.ejb.*;
    import javax.jms.*;
    import javax.naming.*;
    public class MyMessageBean implements javax.ejb.MessageDrivenBean,javax.jms.MessageListener
         private QueueConnection connect=null;
         private QueueSession session=null;
         private QueueSender sender =null;
    private Queue sendQueue=null;
    private MessageDrivenContext ctx = null;
         public void setMessageDrivenContext(MessageDrivenContext mdc){
              System.out.println ("In setMessageDrivenContext--------------");
              this.ctx=mdc;
         public void ejbCreate(){
              try{
                   System.out.println ("Message bean Created--------------");
                   InitialContext jndi=new InitialContext();
                   QueueConnectionFactory queueFactory=(QueueConnectionFactory) jndi.lookup("ConnectionFactory");
                   connect=queueFactory.createQueueConnection();
                   session=connect.createQueueSession (true,Session.AUTO_ACKNOWLEDGE);
                   System.out.println ("After session creation--------------");
                   sendQueue=(Queue)jndi.lookup("queue/myadapterqueue");
                   System.out.println("************ queue/myadapterqueue");
              sender=session.createSender (sendQueue);
              System.out.println ("Before Connection start--------------");
              connect.start();
              }catch(javax.jms.JMSException jmse){
                   System.out.println ("In ejbcreate exception-------------------");
                   throw new javax.ejb.EJBException();
              }catch(javax.naming.NamingException jne){
                   System.out.println ("In ejbcreate exception-------------------");
                   throw new javax.ejb.EJBException();
         public void ejbRemove(){
              try{
              System.out.println("ejbRemove done");
              connect.close ();
                   this.ctx=null;
              }catch (javax.jms.JMSException jmse){
                   System.out.println ("In ejbremove exception-------------------");
                   System.out.println("ejbRemove excetion");
                   throw new javax.ejb.EJBException();
         public void onMessage(Message msg){
              try{
              this.sender.send (msg);
              this.session.commit();
              System.out.println(" Message");
         }catch(javax.jms.JMSException jmse ){
              jmse.printStackTrace();
    here are my descriptors
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar>
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <ejb-name>MyMessageBean</ejb-name>
    <ejb-class>MyMessageBean</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <destination-type>javax.jms.Queue</destination-type>
    </message-driven-destination>
    </message-driven>
    </enterprise-beans>
    </ejb-jar>
    and the correspong xml file for the application server here is jboss.xml
    ?xml version="1.0" encoding="UTF-8"?>
    <jboss>
    <enterprise-beans>
         <message-driven>
              <ejb-name>MyMessageBean</ejb-name>
              <configuration-name>Standard Message Driven Bean</configuration-name>
              <destination-jndi-name>queue/MyMessageBeanQ</destination-jndi-name>
         </message-driven>
    </enterprise-beans>
    </jboss>

    it is unclear whether you are commiting on the first queue or second one.
    but it appears like you have created a transactional problem across the two queues. although you commit on the first queue, this commit is not extended to the second queue.
    things will be fine unless you get an exception of shutdown.
    if you shut your message provider down first then you cannot send the message to the second queue. (assuming that queue 2 is also on the same server)
    if you shut your MB app server down then you may be in the middle of accepting a onMessage callback from the first queue.
    do you have another MB that registers this one as a listener, or are you infact sending a message back onto the same queue...
    public void onMessage(Message msg){
    try{
         this.sender.send (msg);
         //your server may shutdown here and leave messages on the first queue. and send extra messages on the second.
            this.session.commit();
            System.out.println(" Message");
    } catch(javax.jms.JMSException jmse ){
            jmse.printStackTrace();
    }

  • What are the basic requirements for an SAP MM fresher to get through an interview?

    Hello,
          I completed my BE in Mechanical in 2012 and have some some experience of 2 years in mechanical field. Now i planned to switch my career into SAP MM. I am doing a classroom course on SAP MM.
          So please suggest me the basic knowledge required ( Like topics) for a fresher to get through an interview.

    Hi  Kumar,
    I will give just hints rest you have to think and act not about Interview quotations but SAP MM career.
    There are  couple of  guys and all of them has got job, first as a SAP testing, as SAP freshers in HCL/HP India etc.
    Later on  they have learnt all the business process in project and all the E2E cycles in  MM/SD/FICO etc.
    Now they are working on support projects and roll out projects.
    I think there are ways and we need to understand how to explore all the job possibilities.
    Please have good knowledge and definitely you will succeed. Short cuts are not always the way to success.
    Hope all my fresher friends will find some clue here....
    Regards,
    D Singh

  • The application requires more database privileges than you have currently

    Hi,
    on 10g R2, no one can login to DB Control grid (not sys, not sysman nor system ). We get the following :
    The application requires more database privileges than you have currently been granted. Click on Help to get more version specific information.
    We are sure of password.
    I saw and applied the metalink notes 330682.1 and 363065.1 that says :
    grant SELECT_CATALOG_ROLE to user;
    grant select any dictionary to <user>;
    but no result.
    Any help ?
    Thank you.

    1. What operating system.
    2. What version of Oracle (10gR2 is a marketing label not a version number ... provide all decimal places)
    3. What are the values of the environment variables ORACLE_HOME and ORACLE_SID?

  • FCP 7 image is clear, when you play is dark, after upgraded the lion.

    hello friends, good afternoon
    upgraded my mac the lion,
    but the final cut this strange,
    canvas when it stopped over the image the image is clear, when you play is dark.
    what is happening?
    someone has a solution to my problem?
    grateful
    JR Pauli

    hello, Michael Grenadier.
    That's what you said I totally agree.
    but in the final cut, the image is loaded and GAMA, high contrast,already playing the video on it fika finder normal.
    grateful
    Jr Pauli.

  • When a video is sent to my iphone4 (from an iphone4 or 5) as a message it is clear on the sending phone but fuzzy when I receive it.  Why would that be?

    When a video is sent to my iphone 4 (from an iphone 4 or 5) as a message it is clear on the sending phone but fuzzy when I receive it.  Why would that be?

    Sent as an MMS, or as an iMessage?
    If sent as an MMS, the carrier reduces the size and quality of a video sent as an MMS.
    The same shouldn't apply with iMessage but it might.

  • JavaScript required. The browser that you are using does not support JavaSc

    I keep on getting this message when I'm trying to log on to Hotmail
    JavaScript required. The browser that you are using does not support JavaScript, or you may have disabled JavaScript
    And my browser (IE 6) cannot go to any java links. They either don't load or they are blank pages. I tried installing java, enabling them on the internet options, and even installed a new browser it is still the same thing!!!
    I'm very pissed right now but I really really need some help. Sorry for the inconvenience.
    Thank you, Zaragon

    JavaScript is different from Java. Somehow, security has gotten turn on in IE. If you go to tools, internet options, security, then look at Internet (for hotmail anyway), hit the custom level button, you will see that scripting has been disabled.

  • We each have our own device, a laptop and an iPad.  when sending imessages recipients cannot tell which of us sent it other than looking at the content.  Is there any way to add an identifier to make it clear who is sending the message?

    We each have our own device, a laptop and an iPad.  when sending imessages recipients cannot tell which of us sent it other than looking at the content.  Is there any way to add an identifier to make it clear who is sending the message?  I know we can say 'this is mom or this is dad" but when an email is sent it identifies the device that sent it so why not imessages too? 

    Stop using the same apple id on all your devices. Each person should have their own. You can still share apps via home sharing.

  • Acct assignment required for GRIR clearing

    Hi,
    User was performing GRIR clearing and has the following error :
    "...require G/L 600008 to match to an assignment..."
    When checked under OKB9, the company code has 2 plants assigned to 2 different cost centers for this GL acct / cost element.
    Please advise.
    thanks.
    Angel.

    Hi
    Can you specify the full Text of the message and also the message no
    Regards
    Sanil Bhandari

  • JMS Queue requirements for third party adapter(plsql)

    Hi all,
    Can any one guide me in the following requirements:
    1) JMS Name and Description
    2) Parameter Values for Provider Context Factory, Connection Factory, and Default Provider URL.
    Please note that the Agile PLM system fills in the fields with server-specific defaults but we must validate they are accurate.
    3) User Name and Password to access the queue
    1.1) JMS Name : its an queue name
    Description : Queue/ Topic with JNDI name
    2.1) Context factory : what is it? how to create it and where to create.
    2.2)connection factory: connection factory name and JNDI.
    2.3) how to get the Default URL from web-logic.
    3.2) User name/ password : xxxxxxxxx/abcd00000. this can be set from security realms by creating the user and and assigning that user to the queue and policies.
    can any one clarify my doubts in it.
    - anil

    Hi all,
    Can any one guide me in the following requirements:
    Hello,
    can any one please help me in this issue:
    1) JMS Name and Description
    2) Parameter Values for Provider Context Factory, Connection Factory, and Default Provider URL.
    Please note that the Agile PLM system fills in the fields with server-specific defaults but we must validate they are accurate.
    3) User Name and Password to access the queue
    1.1) JMS Name : its an queue name
    Description : Queue/ Topic with JNDI name
    2.1) Context factory :
    what is it?
    how to create it and where to create.
    2.2)connection factory: connection factory name and JNDI.
    2.3) how to get the Default URL from web-logic.
    3.2) User name/ password : xxxxxxxxx/abcd00000. this can be set from security realms by creating the user and and assigning that user to the queue and policies.
    can any one clarify my doubts in it.
    Anil

  • BAPI Function required for Vendor clearing F-44

    Dear all,
    Do we have a BAPI Function for Posting entries for f-44
    ( Vendor Clearing ).
    Regards,
    Gaurav Sood

    Hi gaurav
    Check this out BAPI_AP_ACC_GETBALANCEDITEMS
    <REMOVED BY MODERATOR>
    with regards
    Rohan Shetty
    Edited by: Alvaro Tejada Galindo on Jun 9, 2008 3:22 PM

  • Mail hanging up, requires reboot to clear. why?

    I have 4 email accounts. 2 Gmail and two from Centurylink. Since upgrading to lattst IOS, MAIL has been hanging up, usually following a delete sequence. It hangs so hard that I have to turn the iPad off, and turn in back on. This is a third gen iPad, wi-fi only, 64GB.
    ANy ideas on why deletions would cause this?
    By the way, the product choices below lists 3rd gen IOS 5.1.1. Mine is IOS  8.1.1. ???

    Hi Go to Settings Email Accounts Delete Email Account then Re ADD it back again Do this with all accounts that are not working. Cheers Brian

  • F-32 to clear the Customer Account Balances through BDC

    Dear Experts,
    My requirement is that i need to clear the customer account balances . It can be cleared manually thru tcode F-32.
    But i need to automate the process by writing BDC or BAPI or any FM.
    Pl help me by providing some inputs on that. Also help me by suggesting how i can do that.
    We have created BDC it is not giving any error but effect is not going to original documents.
    It is preparing posting documents (FB03) but items are still open in open list(FBL5N).
    My email: [email protected]
    OR [email protected]
    Can someone guide us.
    Thanks in advance.
    Mahendra Darwatkar

    I've done something like this. The first thing you need to do is to get your functional analyst to walk you through the process he wants you to use and then do a recording (SHDB).
    Rob

  • Clint requirement manual payment for maultiple vendor ata time through f-53

    Hi experts
    I have a queiry,  the client requirement is he has to pay vendor payments for manuvaly, but the requirement is at a time he want to pay multiple vendors with the use  of manual payments.
    clint is not using app?
    Thanks
    madhu

    ok
    we have chance to pay manualy single shot multiple payments
    when the useris posting use f-53, he maintain date, c.code, cur,
    bank a/cxxxxxxxx, total payment of openitem value
    when come tovedor deatils  just select the OTHER ACCOUNTS.
    sys will papulate one sreen then u need to main tain all vendor and co.code,doc type later u can select the proces open iltems.
    it wiil dispaly the all open line items than we can clear
    thanks
    madhu

Maybe you are looking for