<?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 Re: Subject: ERROR: File not in correct format for engine (X_CUSTOMISED_CODE.ECL_DATA_PART.DATA) in in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Subject-ERROR-File-not-in-correct-format-for-engine-X-CUSTOMISED/m-p/978851#M30447</link>
    <description>&lt;P&gt;Suggest you move your question under Solutions/Risk and Fraud/SAS Risk Management&lt;/P&gt;
&lt;P&gt;From what I understand and based on the error message, I believe you are on the right track. My first question would be: Has it ever worked before? What changed since?&lt;BR /&gt;&lt;BR /&gt;If you can amend the code and add %include ...../&lt;STRONG&gt;source2;&amp;nbsp;&lt;/STRONG&gt;and also try to run in debug mode and with options mprint&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I the Viya version is now called ACL and that IRM has been replaced so you must be running a solution version under SAS 9.4. CAS is Viya only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's too long ago that I actually did hands-on IFRS9 work and it's certainly a specialty skill. Eventually ask SAS Tech Support directly because I don't expect too many people here in the forums to know the solution in the depth needed to support you.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2025 07:47:18 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2025-11-14T07:47:18Z</dc:date>
    <item>
      <title>Subject: ERROR: File not in correct format for engine (X_CUSTOMISED_CODE.ECL_DATA_PART.DATA) in IFRS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Subject-ERROR-File-not-in-correct-format-for-engine-X-CUSTOMISED/m-p/978818#M30445</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am encountering an error in our &lt;STRONG&gt;SAS Testing Environment&lt;/STRONG&gt; while running a Credit Risk process, specifically within the IFRS 9 Solution framework.&lt;/P&gt;&lt;P&gt;The error points to an engine mismatch when accessing a partitioned data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. Error Message &amp;amp; Log Context&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The process fails at line 282 within a customized file include, with the following error:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class=""&gt;&lt;CODE class=""&gt;ERROR: File X_CUSTOMISED_CODE.ECL_DATA_PART.DATA is not in the correct format for the given engine.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Relevant Log Snippets (Around the Error):&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;SAS&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class=""&gt;&lt;CODE class=""&gt;282        &lt;SPAN class=""&gt;%include&lt;/SPAN&gt; &lt;SPAN class=""&gt;"E:\SASConfig\Lev1\AppData\SASIRM\fa.ifrs9.2020.10\irm\source\sas\X_Customised_Code\Load_Latest_Part_Table_ECL_Data_V1.sas"&lt;/SPAN&gt;;
... (&lt;SPAN class=""&gt;Error&lt;/SPAN&gt; occurs within the included &lt;SPAN class=""&gt;file&lt;/SPAN&gt;)
297        &lt;SPAN class=""&gt;%irmc_refresh_lasr_schema_view&lt;/SPAN&gt;(lasr_lib = &lt;SPAN class=""&gt;&amp;amp;lasr_libref.&lt;/SPAN&gt; ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;I&gt;(The subsequent call to &lt;CODE&gt;%irmc_refresh_lasr_schema_view&lt;/CODE&gt; suggests this process is heavily reliant on the LASR/CAS environment.)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. Process Flow Context (PD Input Table Selection)&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The failure is governed by a flow chart that executes the problematic include file when partitioned data is required:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Condition:&lt;/STRONG&gt; Macro variable &lt;CODE&gt;&amp;amp;ECL_DATA_PART_REQUIRED&lt;/CODE&gt; = 'Y'.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; Execute &lt;CODE&gt;%include "Load_Latest_Part\_Table\_ECL\_Data\_V1.sas"&lt;/CODE&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt; This file is intended to access the partitioned dataset &lt;CODE&gt;X_CUSTOMISED_CODE.ECL_DATA_PART&lt;/CODE&gt; to define the PD Input Table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. Current Hypothesis&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is an &lt;STRONG&gt;engine mismatch&lt;/STRONG&gt; on the &lt;CODE&gt;X_CUSTOMISED_CODE&lt;/CODE&gt; libref.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The data table &lt;CODE&gt;ECL_DATA_PART&lt;/CODE&gt; is likely stored in a format meant for the &lt;STRONG&gt;LASR&lt;/STRONG&gt; or &lt;STRONG&gt;CAS&lt;/STRONG&gt; engine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The &lt;CODE&gt;LIBNAME X_CUSTOMISED_CODE&lt;/CODE&gt; definition is likely using a standard &lt;STRONG&gt;V9&lt;/STRONG&gt; (Base SAS) engine, which cannot read the specialized file format.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;4. Need Help With&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Confirming the correct &lt;CODE&gt;LIBNAME&lt;/CODE&gt; definition for &lt;CODE&gt;X_CUSTOMISED_CODE&lt;/CODE&gt; in a typical SAS IFRS 9 (IRM) installation that uses LASR/CAS data partitioning.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the issue is not the libref, advice on how to inspect the contents and saving format of the &lt;CODE&gt;ECL_DATA_PART&lt;/CODE&gt; file.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Musheer1_0-1763044168915.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111288iDB67E1AC7DA2515C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Musheer1_0-1763044168915.png" alt="Musheer1_0-1763044168915.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you in advance for any assistance!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Nov 2025 14:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Subject-ERROR-File-not-in-correct-format-for-engine-X-CUSTOMISED/m-p/978818#M30445</guid>
      <dc:creator>Musheer1</dc:creator>
      <dc:date>2025-11-13T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Subject: ERROR: File not in correct format for engine (X_CUSTOMISED_CODE.ECL_DATA_PART.DATA) in</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Subject-ERROR-File-not-in-correct-format-for-engine-X-CUSTOMISED/m-p/978851#M30447</link>
      <description>&lt;P&gt;Suggest you move your question under Solutions/Risk and Fraud/SAS Risk Management&lt;/P&gt;
&lt;P&gt;From what I understand and based on the error message, I believe you are on the right track. My first question would be: Has it ever worked before? What changed since?&lt;BR /&gt;&lt;BR /&gt;If you can amend the code and add %include ...../&lt;STRONG&gt;source2;&amp;nbsp;&lt;/STRONG&gt;and also try to run in debug mode and with options mprint&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I the Viya version is now called ACL and that IRM has been replaced so you must be running a solution version under SAS 9.4. CAS is Viya only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's too long ago that I actually did hands-on IFRS9 work and it's certainly a specialty skill. Eventually ask SAS Tech Support directly because I don't expect too many people here in the forums to know the solution in the depth needed to support you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 07:47:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Subject-ERROR-File-not-in-correct-format-for-engine-X-CUSTOMISED/m-p/978851#M30447</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2025-11-14T07:47:18Z</dc:date>
    </item>
  </channel>
</rss>

