ICS5.1: Sending an eMail if a Resource is blocked

Hi,
I have the following question:
A user schedules a new event and he invites also a "resource" (i.e. a meeting room) which is available as an resource calendar. Is it possible to send an eMail from the iPlanet Calendar Server 5.1 (with Calendar Express as client) when the resource is blocked from another user for this time?
Thanks in advance for every help
Marcel

It's not a matter of "easier way" to send mail from servlet...you are missing a crucial element in your code: authorization to send mail. You need something like this (some of which you have already so note what is different):
        Properties properties = new Properties();
        properties.put("mail.smtp.host", String3 );
        properties.put("mail.smtp.dsn.notify", "SUCCESS" );
        properties.put("mail.smtp.host", "mailservernamegoeshere");
        properties.put("mail.smtp.auth", "true");
        MyAuthenticator auth = new MyAuthenticator();
        auth.setUser("user whos account you want to use goes here");
        auth.setPassword("user password goes here");
        Session session = Session.getDefaultInstance( properties,auth );Here is the auth class:
class MyAuthenticator extends Authenticator {
   protected String m_strUser     = null;
   protected String m_strPassword = null;
   protected PasswordAuthentication getPasswordAuthentication()  {
      return new PasswordAuthentication(m_strUser,m_strPassword);
   public void setUser(String strUser)  {
      m_strUser = strUser;
   public void setPassword(String strPassword)  {
      m_strPassword = strPassword;

Similar Messages

  • Email notification to resource owner

    I have one question, I've created a dual-approval for a RO. One for the
    user's manager and the other for the resource owner. The approval works fine.
    Resource owner is an admin group with one maybe two users in it.
    I want to send a email notification to both the user's manager and resource owner. The user manager's email
    should work ok, I have created the email template.
    what about the admin group? I have not tried it but should it work? Should all in the group get email?
    I am using OIM 9.1
    Sunil

    Ya
    It isl working and all the members will get the email notification.
    Edited by: Dost

  • Want to send a email with images and text in the body of email in iOS

    In iOS, we have written a code to send an email,  with embedded images and text in the body of the email ( not attachment) using mail composer. It works well with iOS devices like iPhone and iPad, but does not work in window based OS. Can anybody help. The code is

    Thanks James !, do you have an idea how to  find the window resource which I belive will be included in our appllication pack.
    In above  I have missed to copy the code,below is the code. This might help you to help me.
    NSMutableString *imgContent = [[[NSMutableString alloc] initWithString:@"<html><body>"] retain];
    UIImage *imageData = [UIImage imageNamed:@"Midhun.png"];
    NSData *imageDataInBase64 = [NSData dataWithData:UIImagePNGRepresentation(imageData)];
    NSString *base64String = [imageDataInBase64 base64EncodedString];
    [imgContent appendString:[NSString stringWithFormat:@"<p><b><img src='data:image/png;base64,%@'></b></p>",base64String]];
    [imgContent appendString:@"</body></html>"];
    MFMailComposeViewController *emailWin = [[MFMailComposeViewController alloc] init];
    [emailWin setMessageBody:imgContent isHTML:YES];

  • Offline interactive forms based on sending receiving emails in ABAP

    hello friends i am struck with a requirement of my client.
    I am new to Forms and WEBDYNPRO and I have to cover a scenario where I have to develop,'offline interactive forms based on sending receiving emails '..
    i browsed a bit and with all the luck found a very good resource.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cacb9a7d-0c01-0010-1281-be4962c9ab3e
    but the problem is it is in JAVA.. I dont know JAVA..I know ABAP..
    can any one give me similar tutorial in ABAP or any other related links ..
    waiting to give Big Reward Points...

    Hi,
    Go thru this [Article|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9051b07e-0c01-0010-87bc-e3d527153a31].
    Regards,
    Padmam.

  • Anyone know how to send automatic email notification in OA?

    Any where I can find a resource about how to send automatic email notification?
    say, samples, reference?
    please advice, thank you very much

    integrate your application with oracle workflow and send a notification from the mailer.
    details of working with workflow is there in the dev guide
    Thanks
    Tapash

  • How to send only email from workflow

    Hi Guys,
    I want to send an email from a workflow without sending a notification ... how do i do it ?
    Thanks In advance
    Tom.

    Hi,
    Two possible ways - neither of which I would recommend.
    1 - Write a trigger on the WF_NOTIFICATIONS table, so that if the notification for the process that you require is sent, then you populate the mailer status column to 'spoof' the mailer into thinking that it has already sent it. That should suppress the email.
    2 - Modify the flow to include an activity prior to the notification to change the recipient preferences to not receive email, send the notification, then change the preferences back.
    Email is an "all or nothing" solution - either get email from everything, or get it from nothing. How are they planning on dealing with the notification that they are sent? If they are logging into the application to view the notification, then you could consider sending summary notification emails, and force the users to log into the application to view them all, rather than trying to adopt a half-and-half solution where some things come by email and some only come in the application.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • When I try to send an email I get a message - Non ASCII characters in the local part of the recipient address.

    I am trying to send an emails to Italy. When I click send I get a message ( Non-ASCII characters in the local part of the recipient address). [email protected]  is one of the email address I am trying to send to. My other email address' work OK. I have sent emails to these Italian address before with no problem.

    Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]
    ; If safe mode for the operating system fixes the issue, there's other software in your computer that's causing problems. Possibilities include but not limited to: AV scanning, virus/malware, background downloads such as program updates.

  • Safari crashing when sending an email in Hotmail

    Hi
    I have recently been having problems with Safari hanging/crashing when I send an email in Hotmail. I compose an email, hit send and then I get the spinning beach ball and all I can do is force quit Safari.
    Any ideas why this has started happening? I have a 2 year old MacBook running OS 10.6.4, Safari 5.0 and hotmail has just been updated.
    Thanks
    N

    I am having the same problem. I have deleted cookies, reinstalled Safari, and repaired permissions. Incidentally, I can repeat the problem using Hotmail in Firefox. I have reported the problem to Apple in both browsers.
    Here is the Crash report:
    Process: Safari [390]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.3 (5533.19.4)
    Build Info: WebBrowser-75331904~3
    Code Type: X86 (Native)
    Parent Process: launchd [266]
    Interval Since Last Report: 261 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 210 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-12-12 11:39:34.082 -0500
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 00A87AC7-EE9C-4C81-8535-2A9C8AEF56CE
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x94867e42 __kill + 10
    1 libSystem.B.dylib 0x948da23a raise + 26
    2 libSystem.B.dylib 0x948e6679 abort + 73
    3 com.microsoft.net.coreclr 0x1bbfb3e6 NGenWorker + 465638
    4 com.microsoft.net.coreclr 0x1bbfb453 NGenWorker + 465747
    5 com.microsoft.net.coreclr 0x1bbfaf96 NGenWorker + 464534
    6 com.microsoft.net.coreclr 0x1b9a805f GetCLRRuntimeHost + 286895
    7 com.microsoft.net.coreclr 0x1bc26be3 PAL_InitializeCoreCLR + 57795
    8 com.microsoft.net.coreclr 0x1b9a151c GetCLRRuntimeHost + 259436
    9 com.microsoft.net.coreclr 0x1b9a1635 GetCLRRuntimeHost + 259717
    10 com.microsoft.net.coreclr 0x1b9a6666 GetCLRRuntimeHost + 280246
    11 com.microsoft.net.coreclr 0x1b9a680b GetCLRRuntimeHost + 280667
    12 com.microsoft.net.coreclr 0x1bb11b55 GetCLRRuntimeHost + 1768357
    13 com.microsoft.net.coreclr 0x1bb125bf GetCLRRuntimeHost + 1771023
    14 com.microsoft.net.coreclr 0x1ba5e72f GetCLRRuntimeHost + 1034111
    15 com.microsoft.net.coreclr 0x1b943ecf MetaDataGetDispenser + 1818559
    16 ...microsoft.SilverlightPlugin 0x1b171d4a ippiDCTQuantInv8x8LSJPEG_16s8u_C1RSSE + 5626
    17 ...microsoft.SilverlightPlugin 0x1aa46391 main + 776017
    18 ...microsoft.SilverlightPlugin 0x1b20bfa7 LocalMessageReceive + 308071
    19 ...microsoft.SilverlightPlugin 0x1b005031 PopupRoot_GetOpenPopups + 423457
    20 ...microsoft.SilverlightPlugin 0x1b000035 PopupRoot_GetOpenPopups + 402981
    21 ...microsoft.SilverlightPlugin 0x1afe9ed6 PopupRoot_GetOpenPopups + 312518
    22 ...microsoft.SilverlightPlugin 0x1afea149 PopupRoot_GetOpenPopups + 313145
    23 com.apple.CoreFoundation 0x91a99772 __CFRunLoopDoObservers + 466
    24 com.apple.CoreFoundation 0x91a9aa10 CFRunLoopRunSpecific + 656
    25 com.apple.CoreFoundation 0x91a9baa8 CFRunLoopRunInMode + 88
    26 com.apple.HIToolbox 0x926322ac RunCurrentEventLoopInMode + 283
    27 com.apple.HIToolbox 0x926320c5 ReceiveNextEventCommon + 374
    28 com.apple.HIToolbox 0x92631f39 BlockUntilNextEventMatchingListInMode + 106
    29 com.apple.AppKit 0x93d376d5 _DPSNextEvent + 657
    30 com.apple.AppKit 0x93d36f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    31 com.apple.Safari 0x0001609b 0x1000 + 86171
    32 com.apple.AppKit 0x93d2ff9f -[NSApplication run] + 795
    33 com.apple.AppKit 0x93cfd1d8 NSApplicationMain + 574
    34 com.apple.Safari 0x0000a63e 0x1000 + 38462
    Thread 1:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x94664c3f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x94664f5f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x950f2ff4 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x950ef30c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x947fa266 machmsgtrap + 10
    1 libSystem.B.dylib 0x94801a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x91a9ae7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91a9baa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x91b5f18c CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    6 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x947fa266 machmsgtrap + 10
    1 libSystem.B.dylib 0x94801a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x91a9ae7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91a9baa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002edb3 0x1000 + 187827
    5 com.apple.Safari 0x0002eafc 0x1000 + 187132
    6 com.apple.Safari 0x0002ea95 0x1000 + 187029
    7 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    8 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x945077d1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x001ad9ee 0x1000 + 1755630
    4 com.apple.Safari 0x00044c65 0x1000 + 277605
    5 com.apple.Safari 0x00044bb5 0x1000 + 277429
    6 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x94c3cb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    4 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9097a3f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9098cd4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x947fa266 machmsgtrap + 10
    1 libSystem.B.dylib 0x94801a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x91a9ae7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91a9baa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x90dbd520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x90d59dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x90d599a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    8 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x948496fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    2 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x945077d1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x9544286c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x947fa266 machmsgtrap + 10
    1 libSystem.B.dylib 0x94801a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x91a9ae7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91a9baa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x907655f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90765480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9480144e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9482bdcd pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x901dfde3 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x901bec36 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x90249629 MPWaitForEvent + 197
    5 ...microsoft.SilverlightPlugin 0x1aa98589 wcscat + 56377
    6 ...microsoft.SilverlightPlugin 0x1ad6a4bc CreateMediaSourceFromStream + 33420
    7 ...microsoft.SilverlightPlugin 0x1aa97d87 wcscat + 54327
    8 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    9 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x947fa266 machmsgtrap + 10
    1 libSystem.B.dylib 0x94801a5c mach_msg + 72
    2 com.microsoft.net.coreclr 0x1bbfd302 NGenWorker + 473602
    3 com.microsoft.net.coreclr 0x1bbfc278 NGenWorker + 469368
    4 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x948313ca select$DARWIN_EXTSN$NOCANCEL + 10
    1 com.microsoft.net.coreclr 0x1bc2d264 PAL_InitializeCoreCLR + 84036
    2 com.microsoft.net.coreclr 0x1bc2d2f4 PAL_InitializeCoreCLR + 84180
    3 com.microsoft.net.coreclr 0x1bc31927 PAL_InitializeCoreCLR + 102151
    4 com.microsoft.net.coreclr 0x1bc24a77 PAL_InitializeCoreCLR + 49239
    5 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    6 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x947fa2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9482c2c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x94871539 pthreadcondwait + 48
    3 com.microsoft.net.coreclr 0x1bc2da3d PAL_InitializeCoreCLR + 86045
    4 com.microsoft.net.coreclr 0x1bc32573 PAL_InitializeCoreCLR + 105299
    5 com.microsoft.net.coreclr 0x1bc2ca27 PAL_InitializeCoreCLR + 81927
    6 com.microsoft.net.coreclr 0x1bc2cf75 PAL_InitializeCoreCLR + 83285
    7 com.microsoft.net.coreclr 0x1bb01e77 GetCLRRuntimeHost + 1703623
    8 com.microsoft.net.coreclr 0x1bc26be3 PAL_InitializeCoreCLR + 57795
    9 com.microsoft.net.coreclr 0x1bb01c73 GetCLRRuntimeHost + 1703107
    10 com.microsoft.net.coreclr 0x1b9bc3b4 GetCLRRuntimeHost + 369668
    11 com.microsoft.net.coreclr 0x1b9be0a6 GetCLRRuntimeHost + 377078
    12 com.microsoft.net.coreclr 0x1bb12be5 GetCLRRuntimeHost + 1772597
    13 com.microsoft.net.coreclr 0x1bb12c98 GetCLRRuntimeHost + 1772776
    14 com.microsoft.net.coreclr 0x1bc26be3 PAL_InitializeCoreCLR + 57795
    15 com.microsoft.net.coreclr 0x1bb0c700 GetCLRRuntimeHost + 1746768
    16 com.microsoft.net.coreclr 0x1bc26be3 PAL_InitializeCoreCLR + 57795
    17 com.microsoft.net.coreclr 0x1bb03e14 GetCLRRuntimeHost + 1711716
    18 com.microsoft.net.coreclr 0x1bb042cd GetCLRRuntimeHost + 1712925
    19 com.microsoft.net.coreclr 0x1bb04304 GetCLRRuntimeHost + 1712980
    20 com.microsoft.net.coreclr 0x1b9be48e GetCLRRuntimeHost + 378078
    21 com.microsoft.net.coreclr 0x1bb02d7e GetCLRRuntimeHost + 1707470
    22 com.microsoft.net.coreclr 0x1bc24a77 PAL_InitializeCoreCLR + 49239
    23 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    24 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x947fa2c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9482c2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x94876aab pthreadcondtimedwait + 47
    3 com.microsoft.net.coreclr 0x1bc2da16 PAL_InitializeCoreCLR + 86006
    4 com.microsoft.net.coreclr 0x1bc32573 PAL_InitializeCoreCLR + 105299
    5 com.microsoft.net.coreclr 0x1bc2ca27 PAL_InitializeCoreCLR + 81927
    6 com.microsoft.net.coreclr 0x1bc2cf75 PAL_InitializeCoreCLR + 83285
    7 com.microsoft.net.coreclr 0x1bb01e77 GetCLRRuntimeHost + 1703623
    8 com.microsoft.net.coreclr 0x1bc26be3 PAL_InitializeCoreCLR + 57795
    9 com.microsoft.net.coreclr 0x1bb01c73 GetCLRRuntimeHost + 1703107
    10 com.microsoft.net.coreclr 0x1b881b84 MetaDataGetDispenser + 1023092
    11 com.microsoft.net.coreclr 0x1bb02d7e GetCLRRuntimeHost + 1707470
    12 com.microsoft.net.coreclr 0x1bc24a77 PAL_InitializeCoreCLR + 49239
    13 libSystem.B.dylib 0x9482b155 pthreadstart + 321
    14 libSystem.B.dylib 0x9482b012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x948e6639 ecx: 0xbfffe11c edx: 0x94867e42
    edi: 0x01d28e30 esi: 0x01d28e50 ebp: 0xbfffe138 esp: 0xbfffe11c
    ss: 0x0000001f efl: 0x00000282 eip: 0x94867e42 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x1bb5e060
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.3 (5533.19.4) <604052a6c5ff84f5df924969ac776080> /Applications/Safari.app/Contents/MacOS/Safari
    0x643000 - 0x64efff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x656000 - 0x680fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x691000 - 0x6a0ffc SyndicationUI ??? (???) <2cd698f2228f7a85b073c9c3fbc32cba> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x6af000 - 0x6cbff3 com.apple.CoreVideo 1.6.1 (48.6) <186cb311c17ea8714e918273c86d3c13> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x6e1000 - 0xa0cff6 com.apple.QuickTime 7.6.9 (1680.9) <024f122335016a54f8e59ddb4c79901d> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xad4000 - 0xc1efeb com.apple.QTKit 7.6.9 (1680.9) <fe987e6adf235d5754399dcdae6e5a8e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0xd0c000 - 0xd4cfef com.apple.CoreMedia 0.484.2 (484.2) <81221976abdc19f30723c81c5669bbc9> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0xd65000 - 0xee9fef com.apple.MediaToolbox 0.484.2 (484.2) <32bf3254fafd942cf8f2c813960217fd> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0xf5f000 - 0x131bff4 com.apple.VideoToolbox 0.484.2 (484.2) <46c37a5fead4e4f58501f15a641ff476> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x138d000 - 0x13d8ff7 com.apple.CoreMediaIOServices 130.0 (935) <e7c6d794bbec49f9d1ee8261c3f9ff0e> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x146d000 - 0x146dffe +org.xlife.InquisitorLoader 3.2 (58) <e4877ee4582562d98c95d447c8f77397> /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x14b3000 - 0x14d4fff +org.xlife.InquisitorCore 3.2 (58) <166b8d5a1b977be9fd64a9b4571f859f> /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/Resources/Inquisit orCore.bundle/Contents/MacOS/InquisitorCore
    0x1700000 - 0x172dffb libcurl.3.dylib ??? (???) <e70ed3c4c3a9ab52cca43930b038b2b8> /usr/lib/libcurl.3.dylib
    0xae74000 - 0xb16dff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xf36c000 - 0xf371ff3 libCGXCoreImage.A.dylib ??? (???) <4199fa0c7dd9592abf465b20feec52f9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xff74000 - 0x100f9fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x10127000 - 0x10405ff1 com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x10469000 - 0x10485ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x10615000 - 0x10616fff com.apple.JavaPluginCocoa 12.7.0 (12.7.0) <2910c87b17ddaa1a8a5efaf9d4c76b00> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x1069f000 - 0x106a7ffe com.apple.JavaVM 12.7.0 (12.7.0) <d9cf554378c7cafa431ea651c476fb80> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x156a9000 - 0x156aaff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x15c40000 - 0x16b40fe6 com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x16e75000 - 0x17004fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <5382f0ce050d3edd8f5979b8a87557bf> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x1870f000 - 0x18712ff2 +com.macromedia.Flash Player.plugin 10.1.102.64 (10.1.102.64) <0e4f768e4ff090b47387c86a3ec48c43> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x18719000 - 0x190dbff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64 (10.1.102.64) <ab20f8cbd0050fdf33413b314a53f915> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x19381000 - 0x193bcfff com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x193ce000 - 0x193d7fff com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x193e1000 - 0x1940fff7 com.apple.QuickTimeIIDCDigitizer 7.6.9 (1680.9) <e65ec1b47a8fa38231a0c063b0859ee4> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x1941a000 - 0x19468ffe com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x19476000 - 0x19479fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1947f000 - 0x19485fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1a986000 - 0x1b3ebfe5 +com.microsoft.SilverlightPlugin 4.0.50917.0 (4.0.50917.0) <1ba04afff860e8cd7bc72e49063260da> /Library/Internet Plug-Ins/Silverlight.plugin/Contents/MacOS/agcore
    0x1b786000 - 0x1bdedf9b +com.microsoft.net.coreclr 4.0 (4.0.50917.0) <1cb333175212748473a2a59868b592e9> /Library/Internet Plug-Ins/Silverlight.plugin/Contents/MacOS/CoreCLR.bundle/Contents/MacOS/corecl r
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9004cfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9004d000 - 0x900ccff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x900cd000 - 0x90194ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90195000 - 0x9046fff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905f4000 - 0x90626fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90627000 - 0x90658ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90659000 - 0x90747fef com.apple.PubSub 1.0.5 (65.20) <5b1a742b759dd3bc4a6914805a7b314d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90748000 - 0x907c5feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x907c6000 - 0x907c6ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x907c7000 - 0x907cbfff libGIF.dylib ??? (???) <36f7b0255a81d97c7b360c3b11b4e462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x907cc000 - 0x9083efff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9083f000 - 0x90946ff7 com.apple.WebKit 5533.19 (5533.19.4) <9299024ba5d2d796781e6d7312fae16a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90947000 - 0x90a12fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90a13000 - 0x90a1afe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x90a1b000 - 0x90a1dfff com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a1e000 - 0x90a6fff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a70000 - 0x90b20fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90b21000 - 0x90b2dff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90b2e000 - 0x90b65fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90b66000 - 0x90b6afff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90b6b000 - 0x90ca4ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x90d4f000 - 0x90fcbfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90fcc000 - 0x91087fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <76fdc146b4d9937f9c5cbaa1512e0023> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91088000 - 0x91728fef com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91874000 - 0x91884fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91885000 - 0x91937ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x91938000 - 0x919cbff3 com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x919cc000 - 0x91a0afff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91a28000 - 0x91b5bfe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91b5c000 - 0x91c03fec com.apple.CFNetwork 438.16 (438.16) <dbf00ca36a09edfae60ec44f9d7a9ef9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91c07000 - 0x91c1cffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92173000 - 0x921f0fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x921f1000 - 0x92601fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92602000 - 0x9290afe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9295d000 - 0x9296dffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9296e000 - 0x929f5ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x929f6000 - 0x92b3eff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <acf821a3c418fdc86ef02b654366f5f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92b3f000 - 0x92b4dffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x92b4e000 - 0x92b4effd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92b4f000 - 0x92b4fffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92b50000 - 0x92b50ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92bd0000 - 0x92bfdfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92bfe000 - 0x92c03fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92c4e000 - 0x92cabffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92cac000 - 0x92cb8ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92cb9000 - 0x92cbbff5 libRadiance.dylib ??? (???) <276f13ab6429e05b093a8dda251e3b53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92cbc000 - 0x92ce0fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x92ce1000 - 0x92d6eff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92d6f000 - 0x92d72fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9309f000 - 0x9312cff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9312d000 - 0x93148ff3 libPng.dylib ??? (???) <c0791798fb92acc136c250a373449359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93149000 - 0x93150ff7 libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93151000 - 0x93190fef libTIFF.dylib ??? (???) <a5991d757f0c17a9bb8b1bcb14ab9ec0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93191000 - 0x931affff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x931b0000 - 0x931d9fff libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x93217000 - 0x93262fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93298000 - 0x932cefef libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x932cf000 - 0x93349ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9334a000 - 0x9334affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9334b000 - 0x93385ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93456000 - 0x93474ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93475000 - 0x9355dff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9355e000 - 0x936defff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x936df000 - 0x936e7fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x936e8000 - 0x936f2feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x936f3000 - 0x93a90fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93a91000 - 0x93b72ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x93b73000 - 0x93b73ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93b74000 - 0x93b79fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93b7a000 - 0x93b90fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x93b91000 - 0x93b98fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93b99000 - 0x93c23ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93c4e000 - 0x93c4efff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93c4f000 - 0x93cf6feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93cf7000 - 0x944f5fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x944f6000 - 0x946eefff com.apple.JavaScriptCore 5533.19 (5533.19.1) <a099821bc9203b1bba37aee855280e28> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x946ef000 - 0x947cffff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x947d0000 - 0x947f8ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x947f9000 - 0x94960ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x94961000 - 0x949a3fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x949a4000 - 0x949defe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x949df000 - 0x949e5fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x949e6000 - 0x94a05ffa libJPEG.dylib ??? (???) <d23f3f3b9d168bf32f89449f83fa07f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94a8c000 - 0x94adbfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94adc000 - 0x94c14fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94c15000 - 0x950e6fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x950e7000 - 0x950ecfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x950ed000 - 0x95be7fff com.apple.WebCore 5533.19 (5533.19.4) <9b91bb00c553ec746fdbe51abca306af> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96d65000 - 0x96eb7ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96eb8000 - 0x96f06fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96f07000 - 0x96f12fe7 libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96f13000 - 0x96f20fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96f2d000 - 0x96f2dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96f2e000 - 0x96f52feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x96f53000 - 0x96f53ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96f54000 - 0x97312fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97313000 - 0x9733efe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x974cf000 - 0x97529ff7 com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9752a000 - 0x97586ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x976c2000 - 0x976c2ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x976c3000 - 0x97756fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97757000 - 0x97798fe7 libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x97799000 - 0x977a2fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x977ef000 - 0x977efff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x977f0000 - 0x977ffffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97800000 - 0x97866ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97867000 - 0x9786effe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9786f000 - 0x97887fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x97888000 - 0x97a44ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97a45000 - 0x97a51fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x97bd7000 - 0x97da8ff3 com.apple.security 5.0.6 (37592) <0b25e1e4cc34431630f01edb3fdf54d1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97db3000 - 0x97de2fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97de3000 - 0x97de5ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x97de6000 - 0x97e3fff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97e40000 - 0x97e41ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x97e42000 - 0x97e5fff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97e60000 - 0x97e6ffff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Don't like the $2 Fee? Send an email to the top brass at VZW. Here's their emails

    To send an email to any of the brass at Verizon wireless, go to this list, pick out the person, and their email will be [email protected]
    Let 'em know how much you like the convenience of having to pay an extra $2 every month.
    Daniel S. Mead
    President and CEO
    View Profile  
    Andrew Davies
    Vice President and Chief Financial Officer
    View Profile
    John Stratton
    Executive Vice President & COO
    View Profile
    Margaret Feldman
    Vice President - Business Development
    View Profile
    Ajay Waghray
    Chief Information Officer
    View Profile
    M. Alan Gardner
    Vice President - Human Resources
    View Profile
    Marni Walden
    Vice President and Chief Marketing Officer
    View Profile
    David Small
    Vice President and Chief Technical Officer
    View Profile
    William B. Petersen
    Vice President - General Counsel and Secretary
    View Profile
    Marquett Smith
    Vice President - Corporate Communications
    View Profile
    Nancy Clark
    President - Northeast Area
    View Profile
    Ken Dixon
    President - Midwest Area
    View Profile
    Tami Erwin
    President - West Area
    View Profile
    Roger Tang
    President - South Area
    View Profile
    Greg Haller
    President – Enterprise and Government Markets
    View Profile
    Mark Bartolomeo
    Vice President -Global Enterprise Sales
    View Profile
    Christopher Felix
    Vice President-Federal Government Sales
    View Profile
    John Bianchi
    Vice President - National Customer Service
    View Profile
    Joan T. Bowyer
    Vice President - Midwest Area Customer Service
    View Profile
    Eileen M. Creeden
    Vice President - Northeast Area
    Customer Service 
    View Profile
    Charlie Falco
    Vice President - South Area Customer Service
    View Profile
    Andrés Irlando
    Vice President - West Area Customer Service
    View Profile
    Brian Stacy
    Vice President - Business Service Centers & Government Support
    View Profile

    dont you mean @VerizonWireless.com ? (your @ was missing an E)  

  • Email Notification to Resource Approver

    Hi All,
      I am using following product...
    IDM 11g R2 (BP03), SOA 11g
    I want to send the Email notification to the Request Approver  (my workflow is working fine, resource is getting approved and provisioned properly) I have made all the required settings in SOA for Enabling Email notifications along-with enabling 'RequestNotificationLevel=1' in OIM.
    The Requester is getting all the notifications i.e 'Request Created' and 'Request Status Change' notifications.
    Its Only That the Approver is not getting any notification. What can be done to send the Notification to the Approver  in his mail box (just like being received by requester) so that he knows that some request has been generated for his approval.
    Thanks and Regards....

    Any Comments!!!!!!!!
    Alos if any one can tell what is the default behavior of IDM 11gR2 for email notifications, I mean does it send notifications to the Requester and Approver OOTB like the previous versions of IDM or it is different from its predecessors that it requires exclusively additional configurations / coding / patch for making Email notifications enabled for the Approver? as the Notifications for the Requester are working like a charm without any additional configurations.
    Regards.  

  • HT6030 Since I did the update, my mail-programm doesn't work no more. So I cannot send any eMail out or change the text into the eMail. Help, this is a catastrophe!!! Lukas Schmid

    Since I did the Mavericks-update, my mail-programm doesn't work no more. So I cannot send any eMail out or change the text into the eMail. Help, this is a catastrophe!!! Lukas Schmid

    Hey Lukas Schmid,
    The following resource may provide more help in troubleshooting Mail for OS X:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    For more information, you can also visit http://www.apple.com/support/mail/
    Thanks,
    Matt M.

  • Mail Exchange 2013 auto send some email to strange domain

    My mail server is ok now. i can send and receive fast.
    but some time it is auto send email to strange domain and continuous send to [email protected] 
    PLEASE HELP ME, thanks
    Identity: Mail01\30101\25804163514390
    Subject: Undeliverable: TODAY: Apple Macbook Pro for $23.38?
    Internet Message ID: <[email protected]>
    From Address: <>
    Status: Ready
    Size (KB): 12
    Message Source Name: DSN
    Source IP: 255.255.255.255
    SCL: -1
    Date Received: 4/10/2014 8:08:02 PM
    Expiration Time: 4/12/2014 8:08:02 PM
    Last Error: 400 4.4.7 Message delayed
    Queue ID: Mail01\30101
    Recipients:  [email protected];2;2;400 4.4.7 Message delayed;0;CN=Directly to Internet,CN=Connections,CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative
    Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=elgaucho,DC=asia
    AND 
    Identity: Mail01\158323\14873471746194
    Subject: Delivery delayed:Inbound proxy probe
    Internet Message ID: <[email protected]>
    From Address: <>
    Status: Ready
    Size (KB): 10
    Message Source Name: DSN
    Source IP: 255.255.255.255
    SCL: -1
    Date Received: 12/25/2013 4:48:12 PM
    Expiration Time: 12/27/2013 4:48:12 PM
    Last Error: 400 4.4.7 Message delayed
    Queue ID: Mail01\158323
    Recipients:  [email protected];2;2;400 4.4.7 Message delayed;0;CN=Directly to Internet,CN=Connections,CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First
    Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=elgaucho,DC=asia

    Hello,
    As the Vishwanath's provide the article, Exchange 2013 automatically creates several HealthMailbox<guid> objects in Active Directory which are used by Managed Availability to send e-mails through Exchange to verify mail flow every few minutes. These
    e-mails are used to do health checks for resources from Frontend Transport role to Hub Transport and health checks on mailbox database resources.
    Additional article for your reference.
    http://exchangeserverpro.com/exchange-server-2013-inboundproxy-com-ndr/ (Note: Microsoft is providing this information as a convenience to you. The sites are not controlled
    by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link)
    Cara Chen
    TechNet Community Support

  • SharePoint Foundation 2013 installed on Windows Server 2012 not sending out email notification

    I have a server where i installed SP Foundation 2013 on top of Windows Server 2012. I have configured the SMTP as well as the outgoing SMTP in Central Administration
    of SharePoint. When i create an alert on a document library, its did not sent any email notification on the changes made to the document in the document library. So, i created a workflow to send out email using SPD2013. The workflow run, but it cannot sent
    out email with error saying that outgoing email is not configured correctly. I have checked with another server which i installed SP foundation 2013 on top of Windows Server 2008 R2 - its sending out email just fine using same configuration and outgoing SMTP.
    I need help to resolve this issue or at least the cause of the problem.
    Any help is greatly appreciated.

         
    Try below:
    http://social.technet.microsoft.com/wiki/contents/articles/13771.troubleshooting-steps-for-sharepoint-alert-email-does-not-go-out.aspx
    Go to Central Admin ---->Operations----->outgoing email settings and verify that SMTP server is mentioned correctly 
    2) Test the connectivity with the SMTP server.
    In order to do that follow these steps:
      Open  cmd
      telnet <SMTP server name> 25 ( We connect smtp server to the port 25)  
                     you should see a response  like this 220 <servername> Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at date and time
                     Beware that different servers will come up with different settings but you will get something
                     If you dont get anything then there could be 2 possible reasons, either port 25 is blocked or 
                     the smtp server is not responding.
      For testing response from your server
                       For testing response say ehlo to it.
                            Type :
                                        ehlo <servername>
                            output:
                                        250 <servername> Hello [IP Address]
      Now a test mail can be sent from that SharePoint server. 
                          Now we need to enter the From address of the mail.
                          Type :
                           mail from: [email protected]
                           output:
                           250 2.1.0 [email protected]….Sender OK
     It's time to enter the recepient email address.
    Type : rcpt to: [email protected]
    output:
    250 2.1.5 [email protected]
     Now we are left with the data of the email. i.e. subject and body.
    Type : data
    output:
    354 Start mail input; end with <CRLF>.<CRLF>
    Type:
    subject: this is a test mail
    Hi
    This is test mail body
    I am testing SMTP server.
    Hit Enter, then . and then Enter.
    output:
    250 2.6.0 <<servername>C8wSA00000006@<servername>> Queued mail for delivery
    Type: quit
    output:
    221 2.0.0 <servername> Service closing transmission channe
    3)  Check alerts are enabled for your web application
          verify if the windows timer service is running or not.
          Run this stsadm command to check that
          Stsadm.exe -o getproperty -url http://SharePoint-web-App-URL -pn alerts-enabled
         This should return <Property Exist="Yes" Value="yes" />
         If you don’t get this, Enable alerts by:
         stsadm.exe -o setproperty -pn alerts-enabled -pv "true" -url http://SharePoint-web-App-URL
          If its already enabled, try turn off and turn on it back.
    4)  Check the Timer job and Properties
           Go to
           MOSS 2007:  Central Administration > Operations > Timer Job Definitions (under Global Configuration)
           In SharePoint 2010: Central Administration > Monitoring > Review Job Definitions 
           Check whether the "Immediate Alerts" job is enabled for your web application. check these properties:
                       job-immediate-alerts
                       job-daily-alerts 
                       job-weekly-alerts
           stsadm.exe -o getproperty -url "http://Your-SharePoint-web-App-URL" -pn job-immediate-alerts
           The expected output is:
           <Property Exist="Yes" Value="every 5 minutes between 0 and 59"/>.  
           If you don’t get this, run the following command to set its value.
           stsadm.exe -o setproperty -pn job-immediate-alerts -pv “every 5 minutes between 0 and 59" -url http://Your-SharePoint-web-App-URL
    5)  Check whether the account is subscribed for alerts and it has a valid email account. This should be the first thing to check if the problem persists for some users not for      all.
    6)  Then check if at all those users have at least read permission for the list. Because the first mail should go out for every user without security validation but the next ones       won't be delivered unless the user has at least read
    permission.
    7)  If it is happening for one user, can also try to delete and re add the user in the site.
    8)  Most importantly , you should try this one.
          Run this SQL query to the content db < Select * from Timerlock>
          This will give you the name of the server which is locking the content database and since when.
          In order to get rid of that lock 
          Go to that server which is locking the content db and then restart the windows timer service.
          within some time it should release the lock from content db, if not then at the most stop the timer job for some time
          Once the lock will be released then try to send some alerts
          You will surely get the email alert.
    I found this is the most probable reason for alert not working most of the time. We should start troubleshooting with above steps before coming to this step for any alert email issue but from step 1 to step 7 are best for new environments or new servers.
    If the issue is like this ,alert was working before and suddenly stopped working without any environmental change then above conditions in step 1-7 should be ideally fine.
    Even after this if it is not working, then you can try these few more steps too
    9)  Try re-registering the alert template:
    stsadm -o updatealerttemplates -url http://Your-SharePoint-Web-App-URL -f  "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\alerttemplates.xml" -LCID 1033
    10)  Try to clear the configuration cache
    If this helped you resolve your issue, please mark it Answered

  • Reg: sending an email using report server

    Hi,
    i am using the below code to send an email using the report server.
    When send button Click:
    DECLARE
    PL_ID ParamList;
    repid REPORT_OBJECT;
    v_rep varchar2(100);
    rep_status varchar2(20);
    l_host_name varchar2(50);
    l_port_num varchar2(10);
    l_server_name varchar2(50);
    l_month_name varchar2(20);
    l_from varchar2(50);
    l_to varchar2(50);
    l_cc varchar2(50);
    l_property varchar2(1000);
    l_sub_out varchar2(200);
    l_sub varchar2(400);
    L_BODY VARCHAR2(1000);
    l_email_dir varchar2(50);
    BEGIN
    l_sub:=:block1.number||' '||replace(replace(:block1.desc,'&','ampersand'),'''','$quote');
    if length(l_sub) >150 then
    l_sub_out:=substr(l_sub,0,150);
    else
    l_sub_out:=l_sub;
    end if;
    l_host_name := (i used my host ip address local host);
    l_port_num := '8889';
    l_email_dir := 'C:\forms\';
    l_from := [email protected];
    l_cc := [email protected];
    L_BODY:=' Please refer to the attached abc Report';
    repid := find_report_object('PRINT_REPORT');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'abc');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,MAIL);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');     
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,l_server_name);
    go_block('abc_MAIL_TO');
    first_record;
    if :abc.email_address is not null then
    loop
    l_to:=:abc.email_address;
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no DISTRIBUTE=YES DESTINATION='||l_email_dir||'test.xml'||' '||
    ' p_2='|| TO_CHAR(:control.sessionid)||' '||'P_ID='||TO_CHAR(:block1.ID)||' '
    ||'P_LIST_TYPE='||'A'||' '     
    ||'DISTRIBUTE=YES DESTINATION=test.xml'||' '
    ||'P_FROM='||''''||l_from||''''||' '
    ||'P_SEND='||''''||l_to||''''||' '
    ||'P_CC='||''''||l_cc||''''||' '
    ||'P_FILE='||'C:\testfile.txt'||' '
    ||'p_email_path='||l_email_dir||' '
    ||'P_BODY='||''''||l_body||''''||' '
    ||'P_NUM='||''''||'Email report: '||l_sub_out||'''');
    v_rep := RUN_REPORT_OBJECT(repid);     
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    null;
    ELSE
    message(rep_status);
    message('Error when sending email to: '||l_to);
    END IF;
    if :system.last_record='TRUE' then
    exit;
    else
    next_record;
    end if;
    end loop;
    end if;
    message ('Mail has been sent.');
    END;
    In the report:
    I created all the required parameters and i wrote a trigger as
    function AfterPForm return boolean is
    dst_file text_io.file_type;
    l_email_dir varchar2(50);
    begin
    dst_file := text_io.fopen(:p_email_path||'test.xml','w');
    text_io.putf(dst_file, '<destinations>'||chr(13));
    text_io.putf(dst_file, '<mail id="ex1" '||chr(13));
    text_io.putf(dst_file, 'from="&P_FROM"'||chr(13));
    text_io.putf(dst_file, 'to="&P_SEND"'||chr(13));
    text_io.putf(dst_file, 'cc="&P_CC"'||chr(13));
    text_io.putf(dst_file, 'subject="&<P_NUM>">'||chr(13));
    text_io.putf(dst_file, '<body srcType="text">'||chr(13));
    text_io.putf(dst_file,'<![CDATA>'||chr(13));
    text_io.putf(dst_file, '</body>'||chr(13));
    text_io.putf(dst_file, '<foreach>'||chr(13));
    text_io.putf(dst_file, '<attach format="pdf" name="report.pdf" srcType="report" instance="all">'||chr(13));
    text_io.putf(dst_file, '<include src="mainSection"/>'||chr(13));
    text_io.putf(dst_file, '</attach>'||chr(13));
    text_io.putf(dst_file, '</foreach>'||chr(13));
    text_io.putf(dst_file, '</mail>'||chr(13));
    text_io.putf(dst_file, '</destinations>'||chr(13));
    text_io.fclose(dst_file);
    return (TRUE);
    end;
    Then after compilation i click the button send. Then i got the message as
    Mail has been sent to [email protected].
    But i didn't receive any mail.
    then i check the report job id. It was showing job was successful .
    And i check whether the test.xml file was created or not. It has created the test.xml file as below:
    <destinations>
    <mail id="ex1"
    from="&amp;P_FROM"
    to="&amp;P_SEND"
    cc="&amp;P_CC"
    subject="&amp;&lt;P_NUM&gt;">
    <body srcType="text">
    <![CDATA Please refer to the attached abc Report]>
    </body>
    <foreach>
    <attach format="pdf" name="report.pdf" srcType="report" instance="all">
    <include src="mainSection"/>
    </attach>
    </foreach>
    </mail>
    </destinations>
    I have 2 machines having dev 10g. one machine is working fine with this code. but in my machine it was not working.
    Do any one of you had a solution for my case.
    Thanks in advance.
    Edited by: user648380 on Dec 29, 2009 5:59 PM

    Sorry to all.
    I made a mistake in the from email address.
    Instead of gmail.com i had given gmail,com
    I am really sorry about it.

  • Sending multiple email for free goods item category??

    Hi,
    we have requirement to send email (Z report in smartforms) automatically when sale order save in tcode VA01/VA02.
    we made reqd config in tcode NACE and we set access sequence on ORDER TYPE and it's working fine. but the problem is that when order booked for item category free goods it sends multiple emails. (i.e. no. of line items = no. of email) for one order no. All other item category is working fine. only problem with the free goods.
    I am an abaper. all config are made with the consent of SD consultant.
    pls help.
    thanks
    Radhashyam Sahoo.

    If you are an ABAPer, then it sounds like you simply need to debug the processing to identify where/why the fault occurs.  As for the NACE settings, you should understand the config as well as your functional counterpart.  It will make you a better developer and help you understand the processing code.

Maybe you are looking for

  • How to add sub menus in dreamweaver CC using Jquery Tabs

    How can I add sub menus to a Menu Bar in DreamWeaver CC. I know how to do it in CS6 using Spry Menu bar but it's just not as simple as that was now in CC. Any Help is appreciated!!

  • Tv as a monitor?

    Today I got my Mac mini and while I was trying to set it up using a dynex tv as a display (I know it's not ideal but it's what I have for now) I get a second of it working perfectly, then static and lines on the tv. It worked fine as a display for my

  • Printing an exported PDF file from InDesign

    I have exported a few documents form InDesign to PDF. When I print the documents, some parts get cut off (top section or bottom section) but there is still room on the paper. I'ts like the printer decides not to print those sections. I am printing on

  • Question about user creation.

    So I've created using the Wiki article https://wiki.archlinux.org/index.php/Users_and_groups here. I've created a user and gave it a password and added to the wheel, and it works fine. I can login and it starts X and everything, however there is no f

  • Exporting tables to flat files

    Hi, Can I export tables to flat files(csv) using pl/sql. I mean suppose I have 2 tables 'student' and 'subject' and I want to create two flat files student.csv and subject.csv Please let me know, if I can do it using pl/sql for both the tables in one