<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BP6.7.1 automate.exe crashes while using MapiEx / DtaOLEDB in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BP6-7-1-automate-exe-crashes-while-using-MapiEx-DtaOLEDB/m-p/82347#M33790</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we face the following problem, we have set up the following infrastructure as part of a Blue Prism release change from BP5.0.24 to BP6.7.1.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;Windows 10 Version 1803 - 64-Bit Installation&lt;/DIV&gt;
&lt;DIV&gt;Office 365 - 32-Bit Installation&lt;/DIV&gt;
&lt;DIV&gt;MapiEx v2.0.6.0&lt;/DIV&gt;
&lt;DIV&gt;Access Database Engine provided by Microsoft installed in silent mode&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MapiEx and OLEDB work as individual components, as soon as I run both functions in succession, Blue Prism and automate.exe crashes. In Windows Event Log a .NET Runtime Error is listed in both directions. (even if I start first MapiEx send mail action - which is successfully and subsequently OLEDB Object - with crash of automate.exe or if I start with OLEDB which is successfully and subsequently MapiEx send mail action - with crash of automate.exe)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Are there any suggestions from anyone? Seems to be a problem of multi threading caused by .Net?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jan Piwowarski&lt;BR /&gt;Developer&lt;BR /&gt;Commerzbank AG&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Nov 2020 09:17:00 GMT</pubDate>
    <dc:creator>al2piwo</dc:creator>
    <dc:date>2020-11-24T09:17:00Z</dc:date>
    <item>
      <title>BP6.7.1 automate.exe crashes while using MapiEx / DtaOLEDB</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP6-7-1-automate-exe-crashes-while-using-MapiEx-DtaOLEDB/m-p/82347#M33790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we face the following problem, we have set up the following infrastructure as part of a Blue Prism release change from BP5.0.24 to BP6.7.1.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;Windows 10 Version 1803 - 64-Bit Installation&lt;/DIV&gt;
&lt;DIV&gt;Office 365 - 32-Bit Installation&lt;/DIV&gt;
&lt;DIV&gt;MapiEx v2.0.6.0&lt;/DIV&gt;
&lt;DIV&gt;Access Database Engine provided by Microsoft installed in silent mode&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MapiEx and OLEDB work as individual components, as soon as I run both functions in succession, Blue Prism and automate.exe crashes. In Windows Event Log a .NET Runtime Error is listed in both directions. (even if I start first MapiEx send mail action - which is successfully and subsequently OLEDB Object - with crash of automate.exe or if I start with OLEDB which is successfully and subsequently MapiEx send mail action - with crash of automate.exe)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Are there any suggestions from anyone? Seems to be a problem of multi threading caused by .Net?&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jan Piwowarski&lt;BR /&gt;Developer&lt;BR /&gt;Commerzbank AG&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2020 09:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP6-7-1-automate-exe-crashes-while-using-MapiEx-DtaOLEDB/m-p/82347#M33790</guid>
      <dc:creator>al2piwo</dc:creator>
      <dc:date>2020-11-24T09:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP6.7.1 automate.exe crashes while using MapiEx / DtaOLEDB</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP6-7-1-automate-exe-crashes-while-using-MapiEx-DtaOLEDB/m-p/82348#M33791</link>
      <description>I'm not sure about interaction between this two, but u&lt;SPAN&gt;sing MAPI from managed code is officially unsupported. MS suggests running mapi in a separate process. &lt;BR /&gt;You can probably make it work like we did.. for a month or two, then it starts crashing once or twice a week, you give up and migrate to Outlook VBO, SMTP or EWS (or Graph?):&lt;BR /&gt;- SMTP is for sending mail only, but that's fine if that is all you need. Using POP3/IMAP for receiving mail is not a great idea imo.&lt;BR /&gt;- Outlook VBO is good, but it requires Outlook install and it is still interop. Solid choice.&lt;BR /&gt;- Exchange Web Services managed API - it doesnt need Outlook installed or running, works for both on-premise Exchange and Online/365, but ... &lt;BR /&gt;"Starting July 19th 2018, Exchange Web Services (EWS) will no longer receive feature updates." &lt;BR /&gt;- ...and "the recommended access pattern for Office 365 and Exchange online data is&amp;nbsp;&lt;A href="https://graph.microsoft.com/" rel="nofollow noopener" target="_blank"&gt;Microsoft Graph&lt;/A&gt; instead", but that doesn't work for on-premise Exchange. &lt;BR /&gt;I think Blueprism posted some Graph stuff on DX, but we have on-premise install, so I never bothered to check.&lt;BR /&gt;&lt;BR /&gt;p.s. there is also this good library, but commercial license and that also means writing your own VBO from scratch: &lt;A href="http://www.dimastr.com/redemption/download.htm" target="test_blank"&gt;http://www.dimastr.com/redemption/download.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2020 13:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP6-7-1-automate-exe-crashes-while-using-MapiEx-DtaOLEDB/m-p/82348#M33791</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-11-24T13:03:00Z</dc:date>
    </item>
  </channel>
</rss>

