Problem in follow up for email in exchange2010

Hi,
  We have also to support exchange 2010 for flagging. Was able to support flagging for exchange2013 with answer from this link
http://social.msdn.microsoft.com/Forums/office/en-US/0b3faf0d-4457-405d-bc71-0594575885c8/action?threadDisplayName=facing-problem-in-setting-follow-up-for-email
Apart from links above i had been looking into this link
http://social.technet.microsoft.com/Forums/en-US/f949a75d-070b-455e-82b6-01f1674de111/ews-adding-due-date-to-flagged-message?forum=exchangesvrdevelopment
and sending this request XML for exchange2010 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<soap:Header>
<t:RequestServerVersion Version="Exchange2010_SP1"></t:RequestServerVersion>
</soap:Header>
<soap:Body>
<UpdateItem ConflictResolution="AutoResolve" MessageDisposition="SaveOnly">
<ItemChanges>
<t:ItemChange>
<t:ItemId Id="AAMkADU4YWJjNjhkLTE4OWYtNGJmNy1iOTIzLTRlNGVjNDFmYTBhNABGAAAAAAA+3eJWXGVyTLYpBc0G1f+2BwCWtgWpIkfLQ4VqkhNzipUqAAAAP4L0AACWtgWpIkfLQ4VqkhNzipUqAAAASbfZAAA=" ChangeKey="CQAAABYAAACWtgWpIkfLQ4VqkhNzipUqAAAATyTc"></t:ItemId>
<t:Updates>
<t:SetItemField>
<t:Message>
<t:ReminderIsSet>false</t:ReminderIsSet>
<t:ReminderMinutesBeforeStart>0</t:ReminderMinutesBeforeStart>
<t:ExtendedProperty>
<ExtendedFieldURI PropertyTag="0x1090" PropertyName="FlagStatus" PropertyId="0" PropertyType="Integer"></ExtendedFieldURI>
<Values></Values>
</t:ExtendedProperty>
<t:IsRead>false</t:IsRead>
</t:Message>
</t:SetItemField>
</t:Updates>
</t:ItemChange>
</ItemChanges>
</UpdateItem>
</soap:Body>
</soap:Envelope>
But facing some issues with which is surely incorrect. Can someone let me know what should be a proper request xml format for flag status in exchange2010. And also fi possible some other related links which could be helpful in understanding the xml format to
be send.
Thanks,
 Madhur Rawat

You'll need to set those properties I pointed to in the Protocol document
http://msdn.microsoft.com/en-us/library/ee201994(v=exchg.80).aspx so something like
<soap:Body>
<m:UpdateItem MessageDisposition="SaveOnly" ConflictResolution="AlwaysOverwrite">
<m:ItemChanges>
<t:ItemChange>
<t:ItemId Id="AAMk=" ChangeKey="CQAAABYAAAB8PtJwmH78TaGH6N/gd2ToAACzxPm0" />
<t:Updates>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34096" PropertyType="String" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34096" PropertyType="String" />
<t:Value>Follow up</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI PropertyTag="4245" PropertyType="Integer" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI PropertyTag="4245" PropertyType="Integer" />
<t:Value>6</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI PropertyTag="4240" PropertyType="Integer" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI PropertyTag="4240" PropertyType="Integer" />
<t:Value>2</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI PropertyTag="3627" PropertyType="Integer" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI PropertyTag="3627" PropertyType="Integer" />
<t:Value>1</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34208" PropertyType="SystemTime" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34208" PropertyType="SystemTime" />
<t:Value>2014-10-09T16:18:16.984+11:00</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Task" PropertyId="33028" PropertyType="SystemTime" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Task" PropertyId="33028" PropertyType="SystemTime" />
<t:Value>2014-10-08T16:18:16.984+11:00</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Task" PropertyId="33029" PropertyType="SystemTime" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Task" PropertyId="33029" PropertyType="SystemTime" />
<t:Value>2014-10-09T16:18:16.984+11:00</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34070" PropertyType="SystemTime" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34070" PropertyType="SystemTime" />
<t:Value>2014-10-07T13:00:00.000Z</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
<t:SetItemField>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34071" PropertyType="SystemTime" />
<t:Message>
<t:ExtendedProperty>
<t:ExtendedFieldURI DistinguishedPropertySetId="Common" PropertyId="34071" PropertyType="SystemTime" />
<t:Value>2014-10-07T13:00:00.000Z</t:Value>
</t:ExtendedProperty>
</t:Message>
</t:SetItemField>
</t:Updates>
</t:ItemChange>
</m:ItemChanges>
</m:UpdateItem>
</soap:Body>
Cheers
Glen

Similar Messages

  • Facing problem in setting follow up for email

    I am trying to set an email for follow up using the EWS managed api. I followed these links 
    http://social.msdn.microsoft.com/Forums/office/en-US/bce82c8c-a534-4713-a38d-169620c0cffd/ews-set-followup-on-an-email?forum=exchangesvrdevelopment">//social.msdn.microsoft.com/Forums/office/en-US/bce82c8c-a534-4713-a38d-169620c0cffd/ews-set-followup-on-an-email?forum=exchangesvrdevelopment
     and 
    http://social.technet.microsoft.com/Forums/office/en-us/8fccfcf9-e7ea-43b2-821d-2fb611855428/ews-managed-api-setting-followup-flags-consistent-with-outlook?forum=exchangesvrdevelopment">social.technet.microsoft.com/Forums/office/en-us/8fccfcf9-e7ea-43b2-821d-2fb611855428/ews-managed-api-setting-followup-flags-consistent-with-outlook?forum=exchangesvrdevelopment
    for some guidance but it still i am sure i am missing many things here. The xml i send for updating flagstatus is 
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
    <soap:Header>
                  <t:RequestServerVersion Version="Exchange2013"></t:RequestServerVersion>
              </soap:Header>
    <soap:Body>
    <UpdateItem ConflictResolution="AutoResolve" MessageDisposition="SaveOnly">
    <ItemChanges>
    <t:ItemChange>
                                       <t:ItemId Id="AAMkAGEyNzAwYzc3LTkwZTgtNGI2MC05MzVkLTNjMjQzYTgyODc2OQBGAAAAAAA3WMO+ZnF/QrCdez0LEjxsBwB2Nkz9SQDSSozr39zl7KzqAAAAAAENAAB2Nkz9SQDSSozr39zl7KzqAACdlFOTAAA=" ChangeKey="CQAAABYAAAB2Nkz9SQDSSozr39zl7KzqAACdnI3c"></t:ItemId>
    <t:Updates>
    <t:SetItemField>
                                                     <t:FieldURI FieldURI="message:IsRead"></t:FieldURI>
    <t:Message>                                                        
    <t:ExtendedProperty>
                                                                   <ExtendedFieldURI PropertyTag="0x1090" PropertyName="FlagRequest" PropertyId="0" PropertyType="String"></ExtendedFieldURI>
                                                                   <Value>2</Value>
                                                                   <Values></Values>
                                                               </t:ExtendedProperty>
                                                            <t:IsRead>false</t:IsRead>
                                                        </t:Message>
                                                 </t:SetItemField>
                                          </t:Updates>
                                   </t:ItemChange>
                            </ItemChanges>
                     </UpdateItem>
              </soap:Body>
       </soap:Envelope>
    Using this i am getting "The request failed schema validation" as i am sure there a lot many things i
    need to properly while setting the extended property type. 
    I have looked up over google and in msdn forum but am still unclear what needs to be done to achieve it. 
    Can some one please explain, possibly in detail, how this can be done? Whether the way i am updating the item as in xml above is totally wrong or it misses some basic idea.
    Thanks 
    Madhur

    Hi,
      We have also to support exchange 2010 for flagging. Apart from links above i had been looking into this link
    http://social.technet.microsoft.com/Forums/en-US/f949a75d-070b-455e-82b6-01f1674de111/ews-adding-due-date-to-flagged-message?forum=exchangesvrdevelopment
    and sending this request XML for exchange2010 
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
    <soap:Header>
    <t:RequestServerVersion Version="Exchange2010_SP1"></t:RequestServerVersion>
    </soap:Header>
    <soap:Body>
    <UpdateItem ConflictResolution="AutoResolve" MessageDisposition="SaveOnly">
    <ItemChanges>
    <t:ItemChange>
    <t:ItemId Id="AAMkADU4YWJjNjhkLTE4OWYtNGJmNy1iOTIzLTRlNGVjNDFmYTBhNABGAAAAAAA+3eJWXGVyTLYpBc0G1f+2BwCWtgWpIkfLQ4VqkhNzipUqAAAAP4L0AACWtgWpIkfLQ4VqkhNzipUqAAAASbfZAAA=" ChangeKey="CQAAABYAAACWtgWpIkfLQ4VqkhNzipUqAAAATyTc"></t:ItemId>
    <t:Updates>
    <t:SetItemField>
    <t:Message>
    <t:ReminderIsSet>false</t:ReminderIsSet>
    <t:ReminderMinutesBeforeStart>0</t:ReminderMinutesBeforeStart>
    <t:ExtendedProperty>
    <ExtendedFieldURI PropertyTag="0x1090" PropertyName="FlagStatus" PropertyId="0" PropertyType="Integer"></ExtendedFieldURI>
    <Values></Values>
    </t:ExtendedProperty>
    <t:IsRead>false</t:IsRead>
    </t:Message>
    </t:SetItemField>
    </t:Updates>
    </t:ItemChange>
    </ItemChanges>
    </UpdateItem>
    </soap:Body>
    </soap:Envelope>
    But facing some issues with which is surely incorrect. Can someone let me know what should be a proper request xml format for flag status in exchange2010. And also fi possible some other related links which could be helpful in understanding the xml format
    to be send.
    Thanks,
     Madhur Rawat

  • Problems with compressed words in emails sent through Outlook in Office for Mac 2011

    I have had problems with sending emails through Outlook both when:
    1) I copied text from a Word document and pasted into an email.
    2) I shared as HTML and sent an email.
    The problem I experience is that emails are received with random spaces dropped, such that words get merged together.
    I have spoken with Microsoft and have been told that problems with the copy and paste from Word into Outlook is a known issue.
    However, I have been told that I should be able to "Share as an HTML" in an email without issue. However, the very same problem exists.
    Now I am told that this may be a problem with my documents. However, I have had a colleague use my docs in the same way in Outlook on his PC without a problem. The other possibility I am told is that possibly I have a problem with my OS.
    Have others expererienced the same problem?

    Is your Outlook window formatted as HTML or text only? A word file has formatted text. If you want to copy only the text from your Word file, you should make a detour over a TextEdit window, or if you have BBEdit like follows:
    Copy your Word text, paste it into a TextEdit window - in this window you have to make a command first SHIFT + COMMAND + T if you have a window allowing formatting ("rich text"). Copy it once again - all the Meta formatting from Word are eliminated now! - and paste the text into your Outlook Window.
    If you want to send an HMTL Email, I am not sure, whether a copy and paste between Word and Outlook will work. This would mean, that the copy and paste should transform the Word-formatting into HTML-formatting fit for Outlook. Perhaps some others could answer this question.
    marek

  • Attach for email review problem

    I am using Acrobat 9.0 Standard to sent documents for email review. However none of the recipients ever see the yellow banner with the "Send Comments" button or the "Comments & Markup" toolbar.
    I am using Outlook with Microsoft Exchange Server and mail is defaulted to Plain Text.
    I would appreciate any suggestiong on how to correct this problem.
    Thank you in advance to any and all who reply.

    I am having a similar problem.  The users of Reader who receive my pdf documents cannot use the comment and markup tools.  I have Acrobat Standard 9.1.2 installed in Windows.  There are various versions of Reader installed through the company, but none earlier than version 7.   The autogenerated text that prints with the emails generated reads as follows:
    You are invited to review the document: Intake Fax.pdf. You can use Adobe Acrobat 6 or later to review this document.
    Click the attachment to open it in Acrobat, and make your comments using Comment & Markup tools. When you are finished, click "Send Comments" to return your comments to the author.
    I had read that creating the document in Word could be the source of the problem, but I have tried creating the document from Notepad and had the same issues.  I currently have a pdf created in Acrobat out to a collegue but I don't have the response from him yet.
    I also read something about the pdf being saved in one of the ISO formats that prohibits the file from being changed in any way.  This doesn't appear to be the case either since my settings state that pdf's created are "regular".
    I don't have a clue why this is not working and I would think that Adobe would be on top of this since the ability to share and review documents was one of the primary selling features.  I'm sure I am not the only one who thinks this way.

  • I have an old iPhone 3Gs with software version 4.3.5,  I am trying to use it again, and it works fine, but I have not been able to update the software.  Every time I try, I get the following message: "there was a problem downloading the software for the i

    I have an old iPhone 3Gs with software version 4.3.5,  I am trying to use it again, and it works fine, but I have not been able to update the software.  Every time I try, I get the following message:
    "there was a problem downloading the software for the iPhone, the network connection could not be established".  This happens even though I have a working internet connection.
    Besides that, all the other functions work properly, even synchronize apps and library.
    Will I be able to update the software?

    look around the forum tons of people repport that they can't update
    makes you suspect that apples update servers can't meet the depand of too many users
    trying to update at once

  • I receive the following error message when trying to download and update my software on my iPod touch and iPad - "there was a problem downloading the software for the iPad/iPod "Mikki's iPad". T

    When trying to download and update the operating system software for my iPad and iPod I get the following message - "ERROR MESSAGE" There was a problem downloading the software for the iPad "Mikki's iPad". The network connection timed out. Make sure your network settings are correct and your network connection is active, or try again. later." Is this a setting on my computer - my network is working fine.  I didn't have any trouble before but have just started having trouble.  Please help...

    Hi Robertfrom Denver.
    Did you try the solution given, and if yes, did it work?
    I have done several "attempted downloads, and see the full file download, typically taking 30 minutes to complete, and then something goes wrong.
    I am happy to suspend AV and FW software, but would like to know if it is a good fix or not first?
    HelenfromBroughton Astley

  • TS3276 can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    Does your server have a limit?

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • TS1424 I have several incomplete songs after purchase from Itunes.  I sent out an email to find out how do I correct this problem? Follow-Up: 219141808

    I have 6-7 incomplete songs after purchase from Itunes.  I sent out an email to find out how do I correct this problem? Follow-up 219141808

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app) on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • 8.0.2 - problem 1 - unable to scroll screen when the keyboard is present. Huge problem for emails and other cloud based providers that allow for data entry. We need a fix ASAP!

    8.0.2 - problem 1 - unable to scroll screen down or up when the keyboard is present. When typing text, I am unable to see the text I am writing due to this problem. Huge problem for emails and other cloud based providers that allow for data text entry. While the keyboard is present, I am unable to scroll down to see the text, the screen automatically scrolls back up to the top of the screen. We need a fix ASAP!

    Have you tried resetting your iPad? You will not lose any data. Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • I have problems interfacing Outlook 2011 for Mac with my email provider Cable and Wireless Guernsey.  Any ideas? Done everything C&W suggest

    I have problems interfacing Outlook 2011 for Mac with my email provider Cable and Wireless Guernsey.  Any ideas?  Don everything C&W suggest

    OK I just transitioned to MacMail, iCal, and Mac address book.  Goodbye Outlook, It was great for 18 years and painful for the last year.  Microsoft is losing share with subpar software development.

  • Downloaded audiobook but only downloaded Part 1 of 2??!!!? How can I get Part2? Who do I contact re downloading problems? I see no email address for a support team etc th ks

    Downloaded an audiobook to my ipad but I have just realised it's only downloaded Part 1 of 2??!!!?
    How can I get Part2?
    Who do I contact re downloading problems? I see no email address for a support team etc.
    Thx in advance

    I feel your pain. I awoke this morning to check my text messages on my iPhone (I'm away working in Norway) only to notice a text my girlfriend sent over the night. The title bar over the message listed her Italian mobile number instead of her name. I thought that odd, only to realize that virtually all of my contacts have disappeared from the iCloud. Even more strange, there appears to be no order, rhyme nor reason, or any form of sense as to what has been deleted. If this (and a few other issues I have with post-Jobs Apple) is indicative of Apple's trajectory, they're not going to be around long. I'm beyond ******-off over this and I'll be thinking very hard about buying Apple products in the future.

  • Outlook 2010 Problem selecting ISP for email default when sending receiving OK

    I am using Outlook 2010 for email with an ISP. Recently installed Outlook 2013 on a new laptop using the same broadband wireless router connection. The email file is showing as my ISP  but in the Data files window although my ISP file appears I
    cannot select it as the default it remains on the Data file with my ISP below it.
    When I send an email it goes straight to the sent box but is undelivered.
    I can receive email in the Inbox from other computers.
    In the Email account details only my ISP appears with below it a statement that new messages will be delivered to the ISP account ending .pst
    How can I make my ISP the default data file.
    On my laptop Outlook 2013 has the default as my ISP account ending .ost
    Help please

    Hi,
    Based on the description, you have a pst data file in Outlook 2010 and an ost data file in Outlook 2013, I think you are probably using an IMAP account?
    Please note, in Outlook 2010, IMAP data files can't be set as default, because IMAP doesn't support the special folders - calendar, contacts, tasks. Outlook needs a default data file to store these information.
    This has been changed in Outlook 2013, we can now set the IMAP data files as default.
    If you have further questions, feel free to post back.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Problem with complete task via email

    Hello,
    I have problem with complete task via email. I found this blog very useful (http://blogs.adobe.com/ADEP/2010/11/how-to-complete-a-task-via-email-using-reply-to-comple te.html), but...
    I set up everything as it’s written in blog mentioned above. When a task is assigned to me, I received an email notification with actions (accept, deny). After that I replied with action “accept”. Then I received email with subject “Errors from LiveCycle ES”:
    LiveCycle ES has tried to process your request and encountered the following error:
    com.adobe.pof.POFRuntimeException: Transaction is not active: tx=TransactionImple ; – nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple )
    This response to your original email
    Subject:RE:Task Assignment – Process: Test/Email_Test. Task 76 has been assigned to you.
    Date Sent:Thursday, October 24, 2011 1:17 PM
    Body:accept
    DO-NOT-DELETE: MTMhMzE0ITMyOA==!
    Attachments:
    In log appeared this following error:
    Caused by: ALC-DSC-215-000: com.adobe.idp.dsc.DSCRuntimeException: None of the Auth Provider could authenticate the user. Authentication Failed
    at com.adobe.livecycle.notification.TaskNotificationServiceImpl.processEmailComplete(TaskNot ificationServiceImpl.java:1157)
    Can you me please? I have no idea what to do to succesfully complete task via email endpoint. Thanks
    Jan Petrla

    Hi Diana, thanks for your reply.
    You're probably right about 2 different error messages.
    To the 1st one: I'm sure that status task is Assigned (to me). I received an email and I also reply on that email.
    To error log: I found out that error log appears when I enable email endpoint on Complete Task service. But I managed to solve this problem. I set wrong user. Now I have here the same user as is written in login-config.xml so log seems to be ok.
    So I created new task and tried to complete it via email. Now I receive email with another error:
    LiveCycle ES has tried to process your request and encountered the following error:
    com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context
    This response to your original email
    Subject:RE:Task Assignment - Process: WorkFlowClient/Test. Task 92 has been assigned to you.
    Date Sent:Thursday, October 27, 2011 3:05 PM
    Body:Complete
    DO-NOT-DELETE: MTIxMSExNjAzITIwMTE=!
    Attachments:
    And to the last point: email endpoint is set up with TestPOP3@mydomain and user receiving email has jpetrla@mydomain. I use Lotus Notes as email client, I tried another account with gmail, but the result was same.
    Now I really don't know to do...
    Jan

  • Xdodelivery.cfg for email delivery - R12 Separate Payment Remittance Advice

    Hi all,
    I'm trying to configure the Email Document Delivery for Separate Remittance Advice in R12 but have been unsuccessful so far. I filled the xdodelivery.cfg file with the relevant information and placed it under $XDO_TOP/resource directory and set up the profile option IBY_XDO_DELIVERY_CFG_FILE to point to this directory. I'm getting the below error message in the log file of the standard program "Send Separate Remittance Advices"
    Finished extract and formatting.
    Got user profile IBY_XDO_DELIVERY_CFG_FILE: /net/ebs/DEV2/ddcerp012/apps/apps_st/appl/xdo/12.0.0/resource
    Loaded email subject from DB: Message { Code = IBY_FD_SRA_EMAIL_SUBJ, Cause = Separate Remittance Advice: payment reference number - 147}
    Loaded email send-from from DB: Message { Code = IBY_FD_SRA_EMAIL_FROM, Cause = [email protected]}
    Loaded email attachment file prefix from DB: Message { Code = IBY_FD_EMAIL_ATT_PRE, Cause = Payment}
    Preparing for email delivery
    SMTP server host: null
    Email subject: Separate Remittance Advice: payment reference number - 147
    Recipient: [email protected]
    Content file name: Payment147.html
    Email send from: [email protected]
    before calling XDO req.setDocument()
    before calling XDO req.submit()
    oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :[HOST]
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.validateProperties(AbstractDeliveryRequest.java:1367)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1174)
    Below is the content of the xdodelivery.cfg that I'm using
    <?xml version="1.0" encoding="UTF-8"?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>ddcsend001d-vip.dev.abc.com</host>
         <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/tmp</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE">"application/pdf"</property>
    </properties>
    </config>
    Could anyone please suggest if I'm doing something wrong? Or has anyone been able to accomplish this functionality successfully in R12?
    Thanks,
    Vinay

    Hi Vinay,
    You'll have some reassurance in at least that I had the same problem with a R12 upgrade with Separate Remittance Advice. Unfortunately, I was not able to remain on the client site long enough to solve this, although I do have the following to offer, even if its not a solution:
    1) The xdodelivery.cfg file for one of our clients where this does work is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>r12p660.<company_name>.co.uk</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/usr/tmp/PROD</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    2) I note in the error the the SMTP sever is null. In my example setup the local host (e.g KWDMXV41). The XML file may be in $INST_TOP/appl/admin and will be called <ORACLE_SID>_KWDMXV41.xml
    3) You have the following error in the stack: "oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :HOST". This may imply that either the host is not defined in some profile option or the host is not being recognised by the program. Is this a multi-tier system, is there an entry in the /etc/hosts file?
    I hope that may be so some help.
    Thanks,
    Mark

Maybe you are looking for

  • Calendar configuration --- hard Apex 3.2

    Dear Apex Users! I'm trying use the apex. I have an aplication and i would like to make a dynamic calender. im imagine two calendar, i have a main calendar where i'm use a sql query. Whit my query i can write an message to every day in the calendar.

  • MTU keeps changing from 1500 to 576

    I wanted to lock the MTU to 1500 for my Internet port so I made the following changes: In rc.local I placed the command ifconfig eth0 mtu 1500 In /etc/conf.d/dhcpcd  I added: nohook mtu eth0 Note that the eth0 port is set up to use dhcp in rc.conf. S

  • Paper Layout displayed instead of Web Layout

    Hello All, I've developed a report in Reports 10g and saved it as a jsp file, having both paper & web layout. I've also designed a form in Oracle forms 10g with a list item displaying the list of all reports available. I've written the following piec

  • Launching Browser Window from Web Deployed Forms App.

    Has anyone launched a new browser instance on the client within a web deployed forms application? We have browser based help within our application. In the client/server version, we used the built-in HOST command to launch the browser when the help b

  • DELIVERY & GI PROBLEM SD:ABAP PROGRAM

    HAI FRIENDS   I HAVE CREATED ONE SALES ORDER. NOW I WANT DELIVERY(VL02N) AND GOODS ISSUER FOR THAT SALES ORDER. I WANT BDC RECORDING Program ID       : ZRFC_RUSHORDER Transaction Code : Z* Author           : Veerendra kumar E Description      : RFC F