<?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>Question Re: SAP Crystal Report runtime error when published in Do... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaa-p/14186385#M4923618</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I believe the cause is missing dependencies and likely Ms Paint is required to be installed.&lt;/P&gt;&lt;P&gt;CR uses the paint manager to process images, Paint is optional on Windows 11 now.&lt;/P&gt;&lt;P&gt;Install Paint and see if that resolves the issue.&lt;/P&gt;&lt;P&gt;Also, if you can upgrade your project to 64 bit, end of 2015 the 32 bit runtime will no longer be available.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 12:20:38 GMT</pubDate>
    <dc:creator>DonWilliams</dc:creator>
    <dc:date>2025-08-21T12:20:38Z</dc:date>
    <item>
      <title>SAP Crystal Report runtime error when published in Docker</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaq-p/14185213</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hello all,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;I am trying to run an executable made with Crystal Report runtime for Visual Studio Code, where we make a programmatic change to the text object. However, we would like to publish it in Docker.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But when I look at the internal logs inside the container, I am receiving an error (Docker)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MSI (s) (D8:FC) [&lt;/SPAN&gt;&lt;SPAN&gt;09:25:37:438&lt;/SPAN&gt;&lt;SPAN&gt;]: Product: SAP Crystal Reports runtime engine for .NET Framework (32-bit) -- Installation operation failed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MSI (s) (D8:FC) [&lt;/SPAN&gt;&lt;SPAN&gt;09:25:37:438&lt;/SPAN&gt;&lt;SPAN&gt;]: Windows Installer installed the product. Product Name: SAP Crystal Reports runtime engine for .NET Framework (32-bit). Product Version: 13.0.38.5404. Product Language: 1033. Manufacturer: SAP. Installation success or error status: 1603.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here is the code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;FROM mcr.microsoft.com/windows/servercore:ltsc2019&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COPY ./System32/oledlg.dll C:\Windows\System32\oledlg.dll&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COPY ./SysWOW64/oledlg.dll C:\Windows\SysWOW64\oledlg.dll&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RUN powershell.exe -Command "icacls 'C:\Program Files (x86)\SAP BusinessObjects' /grant 'Everyone:(OI)(CI)F' /T"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COPY CR13SP38MSI32_0-80007712.MSI C:\CRRuntime.msi&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RUN powershell.exe -Command "Start-Process msiexec.exe -ArgumentList '/i C:\CRRuntime.msi /qn /norestart ALLUSERS=1 /l*vx C:\cr_install_log.txt' -Wait"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RUN powershell.exe -Command "Remove-Item C:\CRRuntime.msi -Force"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WORKDIR /app&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COPY ./publish/ .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CMD [&lt;/SPAN&gt;&lt;SPAN&gt;"POC-GROUP.exe"&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;The publish folder contains the build that has already been tested locally and works fine with this version of the MSI.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Aug 2025 13:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaq-p/14185213</guid>
      <dc:creator>WagnerFVernier</dc:creator>
      <dc:date>2025-08-20T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Crystal Report runtime error when published in Do...</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaa-p/14186385#M4923618</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I believe the cause is missing dependencies and likely Ms Paint is required to be installed.&lt;/P&gt;&lt;P&gt;CR uses the paint manager to process images, Paint is optional on Windows 11 now.&lt;/P&gt;&lt;P&gt;Install Paint and see if that resolves the issue.&lt;/P&gt;&lt;P&gt;Also, if you can upgrade your project to 64 bit, end of 2015 the 32 bit runtime will no longer be available.&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 12:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaa-p/14186385#M4923618</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2025-08-21T12:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Crystal Report runtime error when published in Do...</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaa-p/14205118#M4924916</link>
      <description>&lt;P&gt;Thank you Don!&amp;nbsp; It worked for us;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 19:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-crystal-report-runtime-error-when-published-in-docker/qaa-p/14205118#M4924916</guid>
      <dc:creator>WagnerFVernier</dc:creator>
      <dc:date>2025-09-02T19:38:48Z</dc:date>
    </item>
  </channel>
</rss>

