Error in mail proxy on OSB Server

Hi,
I am facing following issue in my production, but no idea.
please help me to resolve.
####<Apr 8, 2013 11:26:19 AM SGT> <Error> <WliSbTransports> <PRODSVR> <OSBMGNDSVR1> <pool-16-thread-1> <<anonymous>> <> <0000Jq0Z35q5qY15zvw0yW1HHx7h000001> <1365391579787> <BEA-381011> <Error occured for the service endpoint ProxyService$XXXPROJNAME$ProxyServices$XXXEmailProxyService: java.io.IOException: No content
java.io.IOException: No content
     at com.sun.mail.imap.IMAPInputStream.fill(IMAPInputStream.java:159)
     at com.sun.mail.imap.IMAPInputStream.read(IMAPInputStream.java:208)
     at com.sun.mail.imap.IMAPInputStream.read(IMAPInputStream.java:234)
     at com.sun.mail.util.BASE64DecoderStream.getByte(BASE64DecoderStream.java:350)
     at com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:243)
     at com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:148)
     at java.io.FilterInputStream.read(FilterInputStream.java:101)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.writeFullMimeMessage(EmailWorkPartitioningAgent.java:530)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:237)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
     at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:452)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
     at java.util.concurrent.FutureTask.run(FutureTask.java:149)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:109)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:217)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
     at java.lang.Thread.run(Thread.java:738)
>
####<Apr 8, 2013 11:26:21 AM SGT> <Info> <ALSB Logging> <PRODSVR> <OSBMGNDSVR1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ac619d1b1f02eb70:2f146715:13d808c07db:-8000-000000000004b0ba> <1365391581301> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, InvokeXXXAuthorization, REQUEST] ProcessID for Authorzation::::::::: <processid>6004</processid>>
####<Apr 8, 2013 11:26:21 AM SGT> <Info> <ALSB Logging> <PRODSVR> <OSBMGNDSVR1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ac619d1b1f02eb70:2f146715:13d808c07db:-8000-000000000004b0ba> <1365391581302> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, InvokeXXXAuthorization, REQUEST] Logging the authorize message::::: <sec:isAuthorized xmlns:sec="http://com/CCC/CCC/CCC/webservices/security">
<sec:userID>XXXXX</sec:userID>
<sec:processID>XXXXXX</sec:processID>
</sec:isAuthorized>>
####<Apr 8, 2013 11:26:24 AM SGT> <Error> <WliSbTransports> <PRODSVR> <OSBMGNDSVR1> <pool-16-thread-1> <<anonymous>> <> <0000Jq0Z35q5qY15zvw0yW1HHx7h000001> <1365391584655> <BEA-381013> <Error encountered while processing the Inbox messages for Email Proxy Service ProxyService$XXXPROJNAME$ProxyServices$XXXEmailProxyService: com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent$PostReadException: Error while processing post-read flag
com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent$PostReadException: Error while processing post-read flag
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processPostRead(EmailWorkPartitioningAgent.java:468)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:261)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
     at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:452)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
     at java.util.concurrent.FutureTask.run(FutureTask.java:149)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:109)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:217)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
     at java.lang.Thread.run(Thread.java:738)
Caused By: javax.mail.MessagingException: A66 NO Some of the requested messages no longer exist.;
nested exception is:
     com.sun.mail.iap.CommandFailedException: A66 NO Some of the requested messages no longer exist.
     at com.sun.mail.imap.IMAPFolder.copyMessages(IMAPFolder.java:1549)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processPostRead(EmailWorkPartitioningAgent.java:459)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:261)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
     at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:452)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
     at java.util.concurrent.FutureTask.run(FutureTask.java:149)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:109)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:217)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
     at java.lang.Thread.run(Thread.java:738)
Caused By: com.sun.mail.iap.CommandFailedException: A66 NO Some of the requested messages no longer exist.
     at com.sun.mail.iap.Protocol.handleResult(Protocol.java:341)
     at com.sun.mail.iap.Protocol.simpleCommand(Protocol.java:363)
     at com.sun.mail.imap.protocol.IMAPProtocol.copy(IMAPProtocol.java:1338)
     at com.sun.mail.imap.protocol.IMAPProtocol.copy(IMAPProtocol.java:1320)
     at com.sun.mail.imap.IMAPFolder.copyMessages(IMAPFolder.java:1541)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processPostRead(EmailWorkPartitioningAgent.java:459)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:261)
     at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
     at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:452)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
     at java.util.concurrent.FutureTask.run(FutureTask.java:149)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:109)
     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:217)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
     at java.lang.Thread.run(Thread.java:738)
>
Thanks,
Abhishek
Edited by: abhishek on Apr 8, 2013 6:50 PM
Edited by: abhishek on Apr 8, 2013 6:51 PM

Hi Anuj,
Sorry for the late reply.
we are using Microsoft 2007 exchange server.
just summarizing the issue one more time.
we have noticed we are facing few error messages in our OSB Log
Can not load header.
error encounter while processing the inbox.
no content.
We have noticed that in our proxy service move the mail to move folder, but we found there was two mail of same copy in move folder, it means two times the same mail has processed. and in second attempt this error message came.
Can you help me to understand what the scenario can happen behind this.
Regards,
Abhishek
Edited by: abhishek on Apr 19, 2013 3:05 AM

Similar Messages

  • Write error. [Error sending mail message to SMTP server. Return code: [].]:

    Hi ,
    I am getting the below error when scheduling a report which is larger in size in excel format.
    write error. [Error sending mail message to SMTP server. Return code: [].]: [CrystalEnterprise.Smtp]  
    The same error does not come up when sending the same report in XLS format using outlook.
    Can some one confirm if this error is because of the size of the report as I see a different error in XIR2 incase the size the exceeds the email server limit.
    ~Neethi

    Hi,
    this could be
    Maybe you have different limits for service smtp account (which the BO Server should use) and User smtp accounts.
    Thats why you can sent it via outlook and not from the BO Server.
    Regards
    -Seb.

  • Errors between Mail 5 inbox and Server inbox on the Exchange Server

    Hi,
    I upgraded to Lion recently and it seems that the Mail application struggles with the Exchange interface (although it was already the case for Snow Leopard).
    Bottom line there are some email messages in my Mail inbox, which in principle mirrors the inbox on the Exchange server, which are not on the server anymore but still appears in the Inbox. The main problems is if I want to delete such message, I get an error message saying the the "message can nto be moved to Trash". Logically, since it is not on the server it is by extension not in the inbox, but it seems that a duplicate of messages gets stuck in the Mail application. Problem is that now they can;t be moved.
    I restarted the application to restart the synchornisation, and still messages appears on my Mac but do not exists even on the server.
    Has anyone has tips on how to get rid of these emails?
    Thanks in advance

    Hello Nirav,
    -> This question has to be posted at MAXDB/liveCache forum &
         I saw that you already created the thread for the correct forum::
          Re: Problem in connection between SCM 5.0 and LiveCache(Both on different H
    -> As SAP customer you have option to create the SAP ticket,
         we could logon to your system , check the issue & help you with
         the solution.
    Thank you and best regards, Natalia Khlopina

  • Write error. [CrystalEnterprise.Smtp]: [Error sending mail message to SMTP

    Hi,
    The below error messgage i am getting while scheduling report in CMC. My report getting refreshed successfully but while posting refreshed file(Excel) it is not posting and throwing below error.
    Error Message:
    write error. [CrystalEnterprise.Smtp]: [Error sending mail message to SMTP server. Return code: [].]
    please provide some help on this.
    Thanks
    Vivek

    Hi Vivek
    Mails to the destinations are delievered by SMTP server. Size of the file in the mail depends on the SMTP server.
    For example, If SMTP server does not permit file size more than 2MB then that file won't be delievered.
    For testing purpose copy the instance generated in Filestore to your local drive and send this instance using your mail client to
    desired destination.
    You can try sending large size file from your mail client to test SMTP server capacity of sending large size file.
    Thanks,
    Hrishikesh Parasnis

  • Osb - bind error handler to proxy service

    Hi!
    I have got a proxy service which polls a POP3 server to download emails and process them.
    My question: How could I bind an error handler to proxy service for noticing when the POP3 server is not available?
    So I would like to put an alert when the OSB looses the connection to email server. I tried to put an error handler to top component on message flow but it doesn't work...
    Could anyone help me?
    Thanks!
    Viktor

    For poller transports (email/File/FTP etc) it is not possible to catch errors of transport layer, in your service error handler. Re: OSB - Error Handler in FTP Transport for TransportException
    Thanks
    Manoj
    Edited by: Manoj Neelapu on Jun 28, 2010 3:51 PM

  • Error While downloading the file A server Error has occurred, please try again later Downloading Yahoo mail Application Attachments  Trying to download My Photos and movie 3 items so i can delete them all

    I have icloud and a new iPhone5 ! They work good , took pictures and a few short movies, plugged in my phone to my iMac transfered Items to iPhoto then inported items to iMovie. when getting to know what i was doing i decided to delete pictures and movies i no longer wanted. when i looked for a few missing items i opend Finder and there some where buyt i had already trashed them and deleted the doubles. Still could not find missing pictures and movies 3 items and today after calling yahoo about a different complant with sending feed back for Yahoo mail Applications login . i opened up Attachments Not the Large Attachments just Attachments and there were the 3 items i had been hunting for to Trash and delete. the mail Attachments file does not have the Option to delet Files and photos and movies. When i tried to Download the 3 items a window shows up that says Error While Downloading the Files, A Server Error has occured, please Try Again later. nothing works how do i remove the Trapped photo and movie Blank Files and trash them?  Onece they get into my downloads i can do something with them as i understand.    That part of it kind of keeps me in Question also because why should i have to down load my own files of Attachments / Pictures and movies if they are comming from my iMac?    How much better is iLife11 then iPhoto08 and iMovie08 .  Thanks Greg

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your server administrator

    I got this problem when I tried to configure out-going email and add an account to farm administrator group.
    I configure out-going email according to this website http://technet.microsoft.com/en-us/library/cc288949.aspx
    Here are the screen shots.
    The SMTP server and email accounts work out OK when I use Outlook 2010 to test.
    Anyone can help me about it? Thanks.
    Here is the log.
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    8gsf
    High    
    #160008: The e-mail address 'admin3.sharepoint@domain' contains illegal
    characters. df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         General                      
    8kh7 High    
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         E-Mail                        
    7946 Critical
    Cannot complete this action.  Please try again.
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    09/20/2012 09:21:00.36 w3wp.exe (0x1F7C)                      
    0x1138
    SharePoint Foundation         Runtime                      
    tkau Unexpected
    Microsoft.SharePoint.SPException: The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your
    server administrator.    at Microsoft.SharePoint.ApplicationPages.AclInv.SendEmailInvitation(EntityEditor picker, String subject, String message)     at Microsoft.SharePoint.ApplicationPages.AclInv.BtnOK_Click(Object sender, EventArgs e)
        at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String
    eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStage...
    df98555c-612f-4a58-9443-ab6e9a4fcc53
    The e-mail address I have tested it for several times and there is no problem.
    Anyone has any clue about this error?

    Hi.
    This I have seen before...
    It can be that the SMTP relay server is configured to only allow certain IP ranges or addresses.
    It can be that the firewall on the SP server does not allow for SMTP traffic (normally 25, for example for Exchange).
    It can be that there is an Antivirus on the SP server(Client AV) that prohobits the Timer service to send email from this server. I have seen MacAfee do this. Needed an policy change.
    If, its the builtin SMTP service you are using, check this link:
    http://blog.sharepointrx.com/2010/11/18/setting-up-the-iis-smtp-server-for-sending-email-from-sharepoint-2010-on-server-2008-r2/
    Check that and try again.
    Regards
    Thomas Balkeståhl - Technical Specialist - SharePoint -
    http://blog.blksthl.com
    Download the SharePoint Branding Project here
    Download the SharePoint 2010 Site Settings Explained here

  • OSB - how to handle poll file error in FTP Proxy Service

    I configed a proxy service to poll file from a FTP server.
    How can I capture the error when the proxy service cannnot poll? (FTP server is down, folder not found, username invalid, etc )
    I want to make it show in the Operations >Message Reports table.

    It is not possible. Those errors will only be logged to logfile.
    Manoj

  • How to get server name and port of OSB server in a proxy service ?

    I need to get the server name and port of the OSB server inside a proxy service. How can I get this?

    You may use java callout for this purpose -
    How to get ServerName and ApplicationName in OSB (ALSB) ?
    Regards,
    Anuj

  • Errors in starting proxy server

    Hi,
    i installed DSEE 6.3 Native package for Solaris 10 SPARC platform as "root".
    Then i switched as another user "ldap" and created new directory server instances and started them on ports > 1024.
    Then i created a new DPS instance as "ldap" user on port 389/636. I switched to "root" and then when i try to start the instance i get the following errors:
    Error: Could not initialize the distribution server - Unable to create a client listener 0.0.0.0:389:java.net.SocketException: Permission denied. Disabling the client listener.
    The Directory Proxy server failed to start after the waiting period.
    The ,,,, instance is not running.
    Error executing the operation . The error code is 221
    It seems the only way to have it started is to start it as the user who created that "instance".
    So to have the proxy running at ports < 1024, i need to create the instance as "root" and start it as "root".
    Can any one let me know if there is a workaround to create a DPS instance on ports<1024 as non-root users and then start as "root"

    Hi Deepz,
    here's a quick RBAC recipe I baked last night in search for an answer to exactly your question.
    As a summary, I will say that the only trick to solve this is to know that dpadm is a C cli that eventually, after it's done all its checks, spawns a JVM.
    Consequently we need to configure two exec permission sets. Here's how:
    . log in as root
    . create a profile dps-profile by adding the following line in /etc/security/prof_attr
    dps-profile:::A profile to allow DPS to bind to 389:help=fake.html. create a permission for dpadm by adding the following line in /etc/security/exec_attr
    dps-profile:solaris:cmd:::/path/to/sun/dsee/6.3/bits/dps6/bin/dpadm:uid=0. create a permission for JAVA
    to know which java DPS will be started with, simply do dpadm info </path/to/your/instance>For example:
    /path/to/bin/dpadm info privileged-proxy/
    Instance Path:    /path/to/sun/dsee/6.3/forum-5320987/privileged-proxy 
    Install Path:     /path/to/sun/dsee/6.3/bits/dps6 
    Owner:            root(other) 
    Non-secure port:  389 
    Secure port:      636 
    State:            running 
    Server PID:       22060 
    DSCC url:         - 
    SMF application:  - 
    Instance tag:     P-A00 
    Java command:     /path/to/sun/dsee/6.3/bits/jre/bin/javaThis last line is what you are looking for to create permission for this java process to bind to privileged ports as follows:
    add the following line in the same file /etc/security/exec_attr
    dps-profile:solaris:cmd:::/path/to/sun/dsee/6.3/bits/jre/bin/java:privs=net_privaddr. create a role 'dps-role'
    roleadd -P dps-profile dps-role. assign a password to your role:
    passwd dps-role. assign your user the role and profile:
    usermod -R dps-role -P dps-profile yourUser. log in as your user and then
    su - dps-role. make sure your shell is profile-aware. echo $SHELL should output pfsh.
    . you can now create and start an instance that is able to bind to port 389 and 636 without the need to be root.
    Here's a log of my session -note: I use 6.3 zip install here, hence the custom path- :
    $ echo $SHELL
    /bin/pfsh
    $ id
    uid=102(dps-role) gid=1(other)
    $ profiles
    dps-profile
    Basic Solaris User
    All
    $ /path/to/sun/dsee/6.3/bits/dps6/bin/dpadm create -p 389 -P 636 -D uid=admin -w /path/to/pwd privileged-proxy
    Use 'dpadm start /path/to/sun/dsee/6.3/forum-5320987/privileged-proxy' to start the instance
    $ /path/to/sun/dsee/6.3/bits/dps6/bin/dpadm start privileged-proxy
    Directory Proxy Server instance '/path/to/sun/dsee/6.3/forum-5320987/privileged-proxy' started: pid=22060I do hope this will help you somehow
    -=arnaud=-

  • Mail stuck in outbox-error message the connection to the server smtp.virgin

    error message-'the connection to the server smtp.virgin.net on port 587 timed out'
    how to i mend it!?Have taken out all server settings and put them back-no difference. Also deleted 'outbox.mbox'-no difference all answers gratefully received. Virgin do not know anything about Macssuggest I call Apple!

    (I went to library mail but no envelope index)?
    I think I see the problem, there are at least 3 Library folder...
    /Library/
    /System/Library/
    /Users/YourUserName/Library/
    This last one is where we want to be.
    but the move those folders bit?-which folders
    Careful, one is a Folder, one is a File only.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

  • SSL "SSL3_GET_RECORD:wrong version number" error using Mail

    I have set up an SSL proxy and I am trying to send a message through it to my mail server.
    The proxy's log shows a "SSL3GETRECORD:wrong version number" error whenever Mail tries to send a SSL message.
    I have been told that this error means that the proxy's certificate is using SSL3 but Mail is using a different version of SSL.
    Does anyone know what version of SSL Mail uses, or how to change it to use version 3?
    Thanks,
    James.

    That's peculiar. Sounds like you're experiencing issues communicating over SSL somewhere.
    Can you share some details with me? Feel free to ping me at andrl {at} microsoft.com
    Some things that'll help troubleshoot:
    - When and where are you seeing the error? Please provide a stack trace if you have one.
    - Is your host behind a proxy that has https disabled? Is this running on Azure or somewhere else?
    - What version of openssl, node.js, and documentdb client are you running?
    * To find the version of openssl - run "openssl version" in a terminal.
    * To find the version of node.js - run "node -v" in a terminal.
    * To find the version of documentdb client - look inside the package.json for your project.

  • Object failed to run due to an error while processing on the Job Server

    when i am scheduling a report ith email notification i am getting  below error
    error msg: Object failed to run due to an error while processing on the Job Server
    i have configured email notification in bo cmc and server also SMTP enabled. while scheduling report to ueser i am getting error and even mails are delivered to users as well.

    hi prithvi,
    i am able to schedule reports to other destinations and reports are delivered as per the requirement.
    i am able to telnet SMTP server from Adaptive job server machine on SMTP port.
    have to check errors on log file....
    @ COULD YOU  PLEASE LET ME KNOW USER CAN SEND A MAIL TO USER  IN SAME DOMAIN . WHILE SCHEDULING A REPORT AND AS OPTION AVAILABLE  IN 4.0 LAUNCH PAD CAN HE SEND A MAIL DIRECTLY  AFTER RUNNING REPORT.

  • The e-mail message could not be sent. Make sure the outgoing e-mail settings for the server are configured correctly

    I have a 2 server SharePoint farm.
    All outgoing emails were working fine.
    I just restarted both servers and now after that none of the emails are being sent. I am using OOB publishing workflow and it shows message:
    The e-mail message could not be sent. Make sure the outgoing e-mail settings for the server are configured correctly.
    Even if I setup Alert on some list, it doesn't send email.
    I have checked that outgoing email setting in CA is defined and like I said it was working fine without problems but after restart it is showing error.
    What could be the cause of this and how to fix it?
    EDIT
    I removed outgoing mail server in CA, added again and restart IIS but still emails from OOB workflow is not being sent. But email from Alerts are being sent. Don't know what to do now.

    This is really weird, It works when an alert is set but workflows doesn't send emails... Can you create a simple 1 Step workflow in SPD to send an email when a specific field is set. See if this sends an email..
    AJ MCTS: SP 2010 Configuration MCSA: Windows 7 If you find this post useful kindly please mark it as an answer :) TY
    I created a test workflow which sends email to user and it is also not sending email. But I am getting email from SharePoint regarding "variation" page changes as well as alerts which I told above.

Maybe you are looking for

  • Batch process cwk docs to open in pages?

    Hello, asking I hope a simple question: does anyone know how or have a script to ask Mac OS 4.11 to open .cwk documents into Pages '09 as a batch processing action?  I need a bunch of files from a workshop my sister did many years ago (still on her G

  • Is there a way to see which of my add-ons will be disabled when I install Firefox update?

    I have recently returned to Firefox after a long absence. The reason I stopped using it in the first place is that every time I got all the add-ons that I wanted, there would be a new update and I'd lose some or all of them and I wasn't interested in

  • Freight loading on material

    Hi All, In R/3 in tcode T_57, when I maintain the check in Header ONLY, then the inbound freight cost is getting loaded on material at GR. If I additionally maintain check in Leg also, then it is NOT getting loaded on the material. why its so? regard

  • Printer command opens slowly

    Hello. I just upgraded to an HP Officejet 6500. Everything is working great, except one thing. When I want to print something, from a web page, for example, I press CTRL plus P. It takes over one minute for the printer options to show up my screen. T

  • DW-CS3 / Split/Design View grayed out

    In Dreamweaver CS3 (9.0.3453), when starting a new site, only the CODE preview button is available - Split/Design views are grayed out. Also, everything in the submenu under View > Visual Aids is also gray Also, Refresh Design View is gray. I'm a vis