Problem in email sending from scenario

Hi All,
I have created a scenario in ACC to send email after 5 min when a user registers himself in my application but getting below error and mail is not sending-
11:00:57,770 ERROR [ScenarioManager] Error while processing individual timer message InstanceTimerMessage[6000001,/TestStore/RegistrationScenario.sdl,NewMembers,3,in 5 mins]; rolling back the transaction
java.lang.NullPointerException
        at atg.scenario.action.SendEmail.createTemplateEmailInfo(SendEmail.java:193)
        at atg.scenario.action.SendEmail.execute(SendEmail.java:526)
        at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:14001)
        at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13408)
        at atg.process.ProcessManagerService.receiveIndividualTimerMessage(ProcessManagerService.java:12732)
        at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11416)
        at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11341)
        at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:316)
        at atg.dms.patchbay.InputPort.onMessage(InputPort.java:190)
        at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:397)
        at atg.dms.patchbay.InputDestinationConsumer.processMessageDelivery(InputDestinationConsumer.java:501)
        at atg.dms.patchbay.InputDestinationConsumer.runXATransactions(InputDestinationConsumer.java:371)
        at atg.dms.patchbay.InputDestinationConsumer.run(InputDestinationConsumer.java:245)
        at java.lang.Thread.run(Thread.java:662)
11:00:57,801 ERROR [MessagingManager] An error occurred while MessageSink with nucleus name "/atg/scenario/ScenarioManager" was receiving a Message from input port "IndividualTimers": javax.jms.JMSException: CONTAINER:atg.process.ProcessException; SOURCE:java.lang.NullPointerException
I have created following properties files-
TestStore\config\atg\dynamo\service\SMTPEmail.properties
$scope=global
[email protected]
emailHandlerHostName=smtpcorp.com
emailHandlerPort=2525
username=****
password=****
And TestStore\config\atg\scenario\IndividualEmilSender.properties
contextPathPrefix^=/Constants.null
What may be the step I am missing?
Please help to resolve this issue!
Thanks & Regards,
Vikas

Hi,
I did all required things as you have said but getting same error-
16:53:26,958 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:26,958 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
[profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.StartSession
16:53:26,959 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
16:53:26,965 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:26,965 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/logout.jsp] of type atg.dps.PageVisit
16:53:26,968 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:53:28,593 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:28,594 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/logout.jsp] of type atg.dps.PageVisit
16:53:28,595 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:53:28,704 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:28,704 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
[profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.Logout
16:53:28,705 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.Logout
16:53:28,713 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:28,714 INFO  [ScenarioManager] DEBUG [message]: received an individual event message EndSessionMessage
[profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968, profile=Profile[270000]] of type atg.dps.EndSession
16:53:28,720 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.EndSession
16:53:28,751 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:28,751 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.StartSession
16:53:28,752 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
16:53:28,756 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:28,758 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/index.jsp]
of type atg.dps.PageVisit
16:53:28,761 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:53:30,527 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:53:30,528 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/register.jsp]
of type atg.dps.PageVisit
16:53:30,530 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:54:13,674 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:54:13,674 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/register.jsp]
of type atg.dps.PageVisit
16:54:13,676 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:54:13,727 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:54:13,727 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.Register
16:54:13,737 INFO  [ScenarioManager] DEBUG [message]: created individual execution context ProcessExecutionContextImpl
[individual,subject=user:270001,messageType=atg.dps.Register,message=DPSMessage[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968],sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968,request=atg.servlet.DynamoHttpServletRequest@490513590,response=atg.servlet.DynamoHttpServletResponse@eee0219]
16:54:13,738 INFO  [ScenarioManager] DEBUG [message]: 0 individual instances found for subject user:270001
16:54:13,738 INFO  [ScenarioManager] DEBUG [message]: going through process segments registered for type atg.dps.Register for subject user:270001
16:54:13,860 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:54:13,860 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/index.jsp]
of type atg.dps.PageVisit
16:54:13,861 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
16:55:05,195 INFO  [SessionLogger] ACC user admin connected from 127.0.0.1
16:55:06,322 ERROR [ComponentAgent] Request for URL: http://pcdel131:8080/dyn/init-session did not return a valid session. 
Please check your settings for siteHttpServerName, siteHttpServerPort, webApplicationPrefix and initSessionURL for component
/atg/devtools/DevSessionManager/_1/atg/devtools/ComponentAgent
16:55:06,322 INFO  [ComponentAgent] Requested URL: http://pcdel131:8080/dyn/init-session returned sessionid=null and url session id=null
16:55:06,373 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
16:55:06,374 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
[profileId=270002,sessionId=notdefined,parentSessionId=notdefined] of type atg.dps.StartSession
16:55:06,375 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
16:59:25,633 INFO  [ScenarioManager] DEBUG received message on port IndividualTimers message: jms-msg:ID:130000
16:59:25,636 ERROR [ScenarioManager] Error while processing individual timer message InstanceTimerMessage
[13000001,/TestStore/RegistrationScenario.sdl,NewMembers,3,in 5 mins]; rolling back the transaction
java.lang.NullPointerException
        at atg.scenario.action.SendEmail.createTemplateEmailInfo(SendEmail.java:193)
        at atg.scenario.action.SendEmail.execute(SendEmail.java:526)
        at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:14001)
        at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13408)
        at atg.process.ProcessManagerService.receiveIndividualTimerMessage(ProcessManagerService.java:12732)
        at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11416)
        at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11341)
        at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:316)
        at atg.dms.patchbay.InputPort.onMessage(InputPort.java:190)
        at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:397)
        at atg.dms.patchbay.InputDestinationConsumer.processMessageDelivery(InputDestinationConsumer.java:501)
        at atg.dms.patchbay.InputDestinationConsumer.runXATransactions(InputDestinationConsumer.java:371)
        at atg.dms.patchbay.InputDestinationConsumer.run(InputDestinationConsumer.java:245)
        at java.lang.Thread.run(Thread.java:662)
16:59:25,647 INFO  [ScenarioManager] DEBUG [message]: message ID:130000 failed a total of 1 times so far
16:59:25,658 ERROR [MessagingManager] An error occurred while MessageSink with nucleus name "/atg/scenario/ScenarioManager" was receiving a Message
from input port "IndividualTimers": javax.jms.JMSException: CONTAINER:atg.process.ProcessException; SOURCE:java.lang.NullPointerException
16:59:25,658 INFO  [ScenarioManager] DEBUG received message on port IndividualTimers message: jms-msg:ID:130000
16:59:25,659 INFO  [ScenarioManager] DEBUG [message]: not processing message ID:130000 after 1 failed delivery attempts
Can you find anything missing?
Thanks & Regards,
Vikas

Similar Messages

  • Choosing Alias for email send from iPhone

    Hi,
    how can I choose an Alias for emails send from the iPhone, like I do in Mail on my Mac?

    If you are using MobileMe the iPhone does not support sending emails from alias's.

  • Niggly problem with Hotmail - Sending from a third party email address

    I need true push email on my BlackBerry, but also need access from a PC and need to send from my own email address. The easiest way I've found to do this is to forward all emails to my own address to a Hotmail address and use Hotmail as my main provider. Everything works as it should - I've got Windows Live Mail setup on my PC and all emails are sent to the BlackBerry the instant they're received. However, I've got a niggling problem with sending emails from the BlackBerry...
    On the Hotmail website, I've set my own email address as the default "From" address and in Windows Live Mail, I've set my email address as my own address. So, if I send email from the Hotmail site or from Windows Live Mail, my own email address is used as the "From" address and not the Hotmail address. If I send email from the BlackBerry, it uses the Hotmail address as the "From" address and not my own address. I've set my own email address as the "Reply To" address in BlackBerry Internet Service but it still shows the Hotmail address. I can't see anyway to change this and it's the only problem I have...
    I have tried the GoogleMail service, and this worked fine but every email I sent (either from Google Mail, Outlook or the BlackBerry) would copy itself to the BlackBerry and was getting a bit of a pain.
    I have also tried Yahoo Mail but this wouldn't allow me to send email from another email address.
    Any ideas from anyone? Either to allow emails sent from my BlackBerry to show my own email address as the "From" address, or to stop emails sent through Google Mail to copy themselves to the BlackBerry?

    clnock wrote:
    I need true push email on my BlackBerry, but also need access from a PC and need to send from my own email address. The easiest way I've found to do this is to forward all emails to my own address to a Hotmail address and use Hotmail as my main provider. Everything works as it should - I've got Windows Live Mail setup on my PC and all emails are sent to the BlackBerry the instant they're received. However, I've got a niggling problem with sending emails from the BlackBerry...
    On the Hotmail website, I've set my own email address as the default "From" address and in Windows Live Mail, I've set my email address as my own address. So, if I send email from the Hotmail site or from Windows Live Mail, my own email address is used as the "From" address and not the Hotmail address. If I send email from the BlackBerry, it uses the Hotmail address as the "From" address and not my own address. I've set my own email address as the "Reply To" address in BlackBerry Internet Service but it still shows the Hotmail address. I can't see anyway to change this and it's the only problem I have...
    I have tried the GoogleMail service, and this worked fine but every email I sent (either from Google Mail, Outlook or the BlackBerry) would copy itself to the BlackBerry and was getting a bit of a pain.
    I have also tried Yahoo Mail but this wouldn't allow me to send email from another email address.
    Any ideas from anyone? Either to allow emails sent from my BlackBerry to show my own email address as the "From" address, or to stop emails sent through Google Mail to copy themselves to the BlackBerry?
    Hi,
    I've had this sent items in my inbox, problem with Gmail.  You can add a filter from the settings page of your gmail account.  The filter should be applied to all emails from your email address [[email protected]] and skip the Inbox should be selected.
    Have you tested the "Reply to" option properly?  Send a mail from your BB to a friend and ask them to hit the reply  button, see which account it goes to.
    ===========================================================
    If I've helped, please click the Kudos button.
    If your issue has been resolved, please mark it as solved.
    Joe
    ===========================================================

  • Encoding issue in email send from SAP

    Hi,
    I am currently having encoding issue in email send by SRM .
    Can some one help me ?
    My problem :
    When i key in my SC subject/desc through IE7 with encoding unicode (UHT-8). Everything look fine.
    After i order the SC, Email will be sending out to the approver.
    The email received by approver is including strange character.
    Example desciption i putting on SC : Testing Encoding from IE7
    Result : Email which received by approver : Testing Encoding from IE7Â.
    Can some one advice me on this?
    Thanks,
    Vanece

    Hello Vanece,
    >
    Vanece Hee wrote:
    > (...)
    > They look fine in BBP_PD as well.
    >
    > when i trace them in SOST, the word will be look weird.
    > (...)
    Problem could come from internal and external data format.
    Depending on your SRM release, check OSS notes for report you used to generate approval mail ( RSWUWFMLEC, RBBP_NOTIFICATION_APP, etc.).
    >
    Vanece Hee wrote:
    > (...)
    > When i change the encoding setting in outlook to unicode for the email, it work for some email only.
    > (...)
    Ask to your Outlook team to have a look at Outlook settings.
    You can also check OSS note 1319517 - Unicode Collection Note.
    Regards.
    Laurent.

  • DISTRIBUTION LIST WITH EXTERNAL EMAIL SEND FROM OUTSIDE

    Hello to all,
    I'm new in the foruum.
    i have the following problem with Distribution Lists.
    I have create one Distribution List which include email address from our company and external email address.
    When i send from inside all works fine.
    But when i send from outside the email received from inside users(email addresses of my domain) but never received from outside email addresses.
    How can resolve this issue?
    Pls help

    Read carefully my question.
    i have change this setting when create the group.But my problem isn't that users from outside can't send to distribution list. The problem is that in my distribution list i have email addresses from my company (@domain.com) and external email addresses (@gmail.com,@yahoo.com).
    When a user from inside send to the Distribution List all works fine. When a user from outside send to the Distribution List, users from my company(@domain.com) which include in the Distribution List receive the email but user with external email addresses(@gmail.com,@yahoo.com)
    didn't receive the email.

  • Long URL in email send from workflow

    Hi Friends,
    I have an email with a long URL text send from the workflow using Send Mail. The URL is getting split in 2 lines in the MS Outlook Email and so the purpose of including the link is not met.
    I tried and failed using the HTML method.
    Please respond if you have a clue on how to include the entire URL text as a hyperlink in the email.
    Thanks,
    Sajimol.

    hm... well it <i>should</i> work though... However I do have another proposition:
    You can create an attachment of type .URL and as the content you set the http-URL (including http:// ). By a double click on this attachment, the registered standard browser should open with that link.
    This way it's not embedded within the email text, but at least there's something to click on.
    Best wishes,
    Florin
    P.S.: Yes, the URL still get's split at 75 characters, but the whole URL should be used, (what's between the brackets < >) when opening the browser. Because <i>that's</i> the problem, which happends when not using the braces: The browser opens the link, using the available characters until the first line break instead of the whole thing.
    P.P.S.:
    There is <b>no known</b> way to avoid that line break at 75 chars, as this is part of the SMTP specification <a href="http://tools.ietf.org/html/rfc2821">RFC 2821</a>, which the R/3 SAP Connect is using. To be correct: There's no line break in your Outlook Mails as this is a feature of using actually two version of that mail: One with the simple text (which then includes line breaks according to the RFC), and one additional attached mime object with html or rtf content, which is displayed instead of that.
    SAP Connect doesn't provide that feature of mime-types.

  • Email: sending from my machine

    help, pulling my hair out, when I send from my email, i.e, jpg or pixels doc, when it gets to the recipient its comes out low res and not the resolution I sent it, can any one help me solve this problem
    and the size changes

    If you are sending from iPhoto, I've read other complaints about it resizing photos even when you choose Actual Size after clicking the E-mail button. I never e-mail photos from iPhoto, so I don't know if this is accurate or not. Try control-clicking on the photo and choosing Show File, then drag the photo to Mail from the Finder.

  • Email sending from old account that I erased

    I have two email addresses, one person and one business. I have them both as accounts in Mail but last week erased my business account. It now no longer shows up as an option to send emails with.
    The problem is that even though I am now sending all the emails with my personal account, I specifically select that account for the From line and see that it sending from that account, when I get a reply from the person I see that it actually sent with my erased business account. If I go to sent items it also shows that I sent it from that old erased account. Just to clarify these emails were sent after I erased the account so it shouldn't be doing this!
    Any help would be very much appreciated.

    That didn't work but I did figure it out in the end by pressing a lot of things on and off and restaring mail. It still isn't perfect but it is better than before. Thanks for your help

  • TS3899 I have a problem with emails disappearing from my iphone. These are emails that I have put into folders to keep. When I go back to get them they are gone. Need help please.

    I have had issues with my iphone deleting emails without my consent. It seems as if it doesn't want to hold onto emails for an extended amount of time. I use my iphone for all work related emails and personal. I have created folders to store important emails in related to work. I found when I need to retrieve those emails, they simply are not there. I was told to delete the email account from my iphone, then to add it back into phone. I have done this and things seem fine, then after a few days it no longer works. I have researched this topic and see that I am not the only one with this problem. From what I can find no one seems to have the answer. Please help?

    Settings > Mail, Contacts, Calendars > Tap email account in question > nMail days to sync > extend the time

  • After iOS 7 update email sends from an address that isn't set as default.

    I have two gmail accounts. I have gmail 1 selected as default email in settings but when I open a new message from the main screen of email ( where you see all email accounts set up) it sends from gmail 2. The message has gmail 1 as the from address but when it is received it is from gmail 2. I have gone into setting and it still lists gmail 1 as default.
    Any ideas?

    Just to clarify that should have said, my brother has the same ISP as me. Autocorrect butted in there.

  • WiFi problems and email coming from the past...

    Hi all,
    Looks like I'm having a lot of problems with my 2006 MacBook Pro: after overheating when trying to install a different OS on a VM thanks to VirtualBox (see here: http://discussions.apple.com/thread.jspa?threadID=2221808&tstart=0 ) or simply watching streaming video (see here: http://discussions.apple.com/thread.jspa?threadID=2222219&tstart=0 ), I've now noticed strange email in my Inbox on Thunderbird. Email dating from the 1st of January, 1970...
    Is my EFI battery slowly dying on me? I haven't changed it since I bought my MBP in the summer of 2006. Where is it located? I've added RAM recently, but I haven't got any further, dismantling-wise. Wish I didn't have to...
    Aside from that, and for the second day in a row, I've noted that my WiFi chip has trouble staying connected to my Internet box (I'm in France, and we're big on "boxes" for broadband, telephone and TV. We've even invented a name for it: triple-play. So-o French...). The network itself isn't at fault, since my other computers don't have problems at all connecting. Since I've had multiple problems with this machine (a logic board swap last year and a change of SuperDrive last summer, plus four different batteries in three years) and it's out of warranty, I don't know what to do. Should I gut it open? And if I do, what am I supposed to look out for...?
    Message was edited by: Didier Caizergues
    Message was edited by: Didier Caizergues

    Email dating from the 1st of January, 1970.
    Check the Long Headers or Ra Source to see if the Dates are different, if so it's likely the PRAM Battery.
    Direct download link to Manual...
    http://www.powerbookmedic.com/Manuals/15-inch-macbook-pro-manual.pdf
    The new bottom pan will not come with the PRAM battery so you need to make sure that is removed and transferred over to the new bottom. The PRAM is located towards the front right of the unit around where the superdrive was located. It is usually going to be a round blue object with a cable coming out of it. It is held on by a slight adhesive.

  • New email address but emails sends from old email

    how do I fix this, I have a new email address, but still receive emails from the old email, I am received emails from the new email account but when I send an email it sends from the old email address. I've checked the setting but cannot figure this one out.
    Please help.
    Jackie

    https://discussions.apple.com/message/16599701

  • Email sending from non-default account

    I have an iPhone4 running 4.3.1. I have two email accounts set up - a Yahoo (POP) account and a GMail (IMAP) account. The Yahoo account is set as default but I have just discovered that when I send a new email it is being sent from the GMail account, not from the default account. Iam fairly sure taht this has only started happening recently. Has anyone any idea what is causing this please?

    I've solved this one! I had a new phone a week ago and restored it from iTunes. After the restore it is necessary to re-enter passwords and I forgot about the password in the SMTP definition for the default (yahoo) account. The non-default (Gmail) account didn't have a password in the SMTP definition so the iPhone cleverly decided if it couldn't send from the default account, it would send from the other one!

  • Email sending from oracle database facing problem

    Hi Gurus,
    Can anybody please help me..
    I am stuck in sending Emails thru oracle server. Previously it was giving some error 421 of smtp transient error.
    But now my complete code is running successfully, it seems that oracle server is sending the mail but
    it is not relayed thru my smtp server as i am not received that test mail in my mail box.
    In the body of the code I have tracked every step which is running smoothly without any error..
    Do it require a static ip address???
    Kindly help me to configure....
    Thanks in advance..!!!
    Regards,
    Swati
    Edited by: Swati Vyas on Jul 10, 2011 8:40 AM

    For more about.. it check
    http://asktom.oracle.com/pls/ask/f?p=4950:8:9516816346482415741::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:2118740358226
    --Binny                                                                                                                                                                                                                                                                                                                                   

  • Email sending from different account.

    I have 2 email accounts on my iPad; 1 for work and 1 for personal use.
    When I send an email from my work account the recipient sees that it has come from my personal account. This is a problem because I don't want to share my personal info and also I wait for a reply which has gone to a different account.
    I set up a blind cc but can't remember ow I did this.  I think that this is connected to the problem because when I manually remove the bcc before sending the email is received from my work account as I want it to.
    I have my work account set up as the default account.
    Help please!

    Try to do the following: go to Settings > Mail, Contacts, Calendars
    click on your private e-mail account > Account > SMTP > and make sure that SMTP server which is ON is the correct one and is the only one that it is ON for this account.
    Then do the same with your work account.

Maybe you are looking for

  • SAP R/3 connection from KM Component

    Hello, We have the following requirement which we are trying to explore if it would be a possibility. Our Org Management structure in SAP R/3 stores information like User's manager and other details. Now we would like to install KM component within E

  • How to get Safari to remember usernames

    I have several sites that I log into and check off to remember login, but 1 in particular I use 2 different usernames to login to different accounts. Problem is on my work laptop (IBM) i type in first letter of username and it shows the history and I

  • Estimating size of RMAN backsets before taking backup

    I have a database version 10.2.0.4 of size 4571.1201 GB ========================================== SQL> select sum(bytes/1024/1024/1024) from dba_data_files; SUM(BYTES/1024/1024/1024) 4571.1201 ========================================== I need to est

  • In OSX 10.8, how can I make Spotlight  return filenames?

    Upto OSX 10.7, Spotlight always returned file names as well as content. Now, it only returns content, and I do not see any Preference option to make it return the filenames.

  • Problem with restoring database from backupset

    Hello, I'm newie in working with RMAN and I have problem with restoring database from backup set in my testcase. I've restored controlfile, but I couldn't restore database - it fails with: RMAN-00571: ============================================= RMA