web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Issue After CRM On-Premise Upgrade from 9.0.47.08 to 9.1.46.06

(0) ShareShare
ReportReport
Posted on by 10

Hi Team,

We are facing an issue with several CRM views after upgrading our Dynamics CRM On-Premise environment from version 9.0.47.08 to 9.1.46.06.

In version 9.0.47.08, the views were working as expected and displaying records correctly. However, after the upgrade to 9.1.46.06, some views are no longer able to retrieve data and display the following error:

"0x80072503 - 404 File or directory not found."

Findings from our analysis:

  • The issue occurs only in specific views.
  • When certain columns are removed from the affected views, the data loads successfully.
  • We observed that the issue is primarily related to Currency and Lookup type columns.
  • The same views were functioning correctly before the upgrade.

Could you please confirm whether this is a known issue or bug in CRM On-Premise version 9.1.46.06? If so, is there any available hotfix, workaround, or recommended resolution?

Thank you for your support.

Regards,
Rishikesh

I have the same question (0)
  • Suggested answer
    Syed Aqib Raza Profile Picture
    134 on at

    Hi Rishikesh,

    Based on the behavior you described, I would first investigate this as a view/query rendering issue after the upgrade, rather than assuming that the affected Currency or Lookup fields themselves are corrupted.

    A few points stand out:

    • The views worked correctly on 9.0.47.08.
    • The issue started only after upgrading to 9.1.46.06.
    • Removing specific Currency or Lookup columns allows the view to load successfully.
    • Therefore, the failing request is likely related to how one or more attributes are being resolved/rendered in the upgraded environment.

    I could not find a publicly documented known issue specifically stating that Update 9.1.46.06 causes this problem for Currency and Lookup columns. However, Microsoft recommends always applying the latest available cumulative update for Dynamics 365 On-Premises. Also, since your source version was 9.0.47.08, it is important that the upgrade path used 9.1.20.11 or later, as Microsoft specifically documents that deployments on 9.0.47.08 or later must not be upgraded using an older 9.1 update due to assembly loading issues.

    I would suggest the following troubleshooting steps:

    1. Upgrade to the latest available 9.1 update

    Since you are currently on 9.1.46.06, I would recommend testing the issue after applying the latest available Dynamics 365 Server cumulative update in a non-production environment first.

    Microsoft has released newer updates after 9.1.46.06, and the cumulative updates include previous fixes as well.

    2. Identify the exact column causing the failure

    Instead of removing all Currency/Lookup fields, add them back one at a time and identify the exact attribute that triggers the error.

    For the failing field, check:

    • Whether the attribute still exists in metadata.
    • Whether it belongs to a managed solution that was upgraded.
    • Whether its target Lookup entity still exists and is enabled.
    • Whether the field has been renamed, deleted, or recreated during previous customizations.
    • Whether the field has any dependencies on another entity or attribute.

    3. Compare the affected view metadata

    Try creating a completely new system view containing:

    1. A few standard fields.
    2. Add the same Lookup field.
    3. Test the view.
    4. Add the Currency field.
    5. Test again.

    If a newly created view works but the original view fails, the issue may be related to the existing savedquery/view definition rather than the underlying entity data.

    In that case, recreating the affected views may be a possible workaround.

    4. Capture the failing request

    Because the error returned is:

    0x80072503 – 404 File or directory not found

    I would recommend opening the browser Developer Tools (Network tab) and identifying the exact request that returns the 404.

    Also check:

    • CRM Trace logs
    • IIS logs
    • Windows Event Viewer
    • Application Server logs

    The important part is to identify the actual URL/API request that fails when the problematic column is included in the view. A generic CRM 404 message can sometimes hide the actual failing endpoint.

    5. Check Currency-specific configuration

    For Currency fields, also verify that:

    • The organization has active currencies configured.
    • The affected users have a valid personal/default currency.
    • The Currency field and its related base field are present correctly in metadata.

    Currency fields are handled differently from standard attributes because CRM maintains additional related/base values.

    Recommendation

    My first recommendation would be:

    1. Reproduce the issue in a test environment.
    2. Identify the exact Lookup/Currency attribute causing the failure.
    3. Test with a newly created view.
    4. Capture the failing HTTP request and CRM trace.
    5. Apply the latest supported 9.1 cumulative update and retest.

    If the same issue still occurs after upgrading to the latest update and can be reproduced consistently by simply adding a specific Currency or Lookup field to a view, then this would be a good candidate for a Microsoft Support case, as you would have a clear reproducible regression scenario between 9.0.47.08 and 9.1.x.

    If possible, please also share:

    • Whether these are System Views or Personal Views.
    • Whether the affected fields are standard or custom fields.
    • The exact URL/request that returns the 404.
    • Whether the same issue occurs for all users.
    • Whether a newly created view with the same columns reproduces the issue.

    That information should help narrow down whether this is a view definition problem, metadata issue, IIS/endpoint issue, or a regression introduced after the upgrade.

  • Suggested answer
    11manish Profile Picture
    1,389 Super User 2026 Season 2 on at

    I would classify this as a suspected 9.1.46.06 regression rather than a confirmed Microsoft-known bug at this stage. The upgrade correlation and the specific behavior around Currency/Lookup columns make the product update a strong suspect, but the available Microsoft documentation does not confirm this exact defect or identify a dedicated hotfix.

    The best immediate recommendation is to test Update 1.47 (9.1.47.06) before implementing view-level workarounds. Microsoft currently lists 9.1.47.06 as the latest 9.1 cumulative update and advises applying the latest update.

    If the issue disappears after 9.1.47.06, that strongly supports a regression in 9.1.46.06. If it continues, the next step should be a Microsoft support investigation using a reproducible affected view and server traces rather than continuing to remove Currency/Lookup columns as a permanent workaround.

  • RC-21051146-0 Profile Picture
    10 on at

    Hi @Syed Aqib Raza ,

    Thanks for your information.

    Please find out the answer of your question:

    • Whether these are System Views or Personal Views.-system views

    • Whether the affected fields are standard or custom fields.-standard and custom field

    • The exact URL/request that returns the 404.-https://fdb-dev1.app.corpintra.net/fleetsystem/main.aspx?appid=385bf619-1ea7-45d2-8688-02e932769d45&pagetype=entitylist&etn=fdb_conditionapprovalprogress&viewid=aebfac8c-c9d3-4517-8146-3324712831a0&viewType=1039

    • Whether the same issue occurs for all users.-yes

    • Whether a newly created view with the same columns reproduces the issue-yes

  • Suggested answer
    Syed Aqib Raza Profile Picture
    134 on at

    Hi @RC-21051146-0 ,

    Thank you for providing those additional details. This information significantly narrows down the possible cause.

    Based on your findings:

    • These are System Views.
    • The issue occurs with both standard and custom fields.
    • The problem occurs for all users.
    • Most importantly, a newly created System View with the same columns also reproduces the issue.

    This makes it less likely that the problem is caused by corruption or an invalid definition of a particular existing SavedQuery/System View.

    Since the issue can be reproduced with a newly created view and affects all users, the problem appears to be more likely related to one of the following:

    1. A server-side/query rendering issue introduced after the upgrade.
    2. A metadata resolution problem involving Lookup/Currency attributes.
    3. A problem with the upgraded CRM web application or one of its required resources/endpoints.
    4. A regression specific to the Dynamics 365 On-Premises build currently installed.

    One important point regarding the URL you provided:

    The following URL is the URL used to open the entity view page:

    main.aspx?...&pagetype=entitylist...

    However, it may not be the actual request that is returning the 404 / 0x80072503 error.

    I would recommend checking the issue again using the browser Developer Tools:

    Please capture the actual failing request

    1. Open the affected view.
    2. Press F12 to open Developer Tools.
    3. Go to the Network tab.
    4. Clear the existing requests.
    5. Reload the view.
    6. Filter for failed requests, especially requests returning 404.
    7. Identify the exact request that fails and share:
      • Request URL
      • HTTP Status Code
      • Response/Error message
      • Request/response details if possible

    This is important because the main.aspx page itself may load successfully while another CRM endpoint, JavaScript resource, API request, or metadata-related request fails in the background.

    Additional server-side checks

    Since the issue started immediately after the upgrade, I would also recommend checking the following while reproducing the issue:

    • CRM Trace logs
    • IIS logs
    • Windows Event Viewer
    • Application Event logs

    Ideally, enable CRM tracing, reproduce the issue with the problematic Currency or Lookup column, and then check whether the trace identifies a specific attribute, entity, endpoint, assembly, or resource that cannot be resolved.

    Important troubleshooting test

    Since you mentioned that the problem is related to Currency and Lookup columns, I would also suggest testing the fields individually and documenting the exact results.

    For example:

    TestResult
    View with standard fields onlyWorks / Fails
    Add Lookup Field AWorks / Fails
    Add Lookup Field BWorks / Fails
    Add Currency Field AWorks / Fails
    Add Currency Field BWorks / Fails

    The key question is whether:

    • every Lookup/Currency field fails, or
    • only specific Lookup/Currency fields fail.

    If every Lookup and Currency field causes the same behavior, that would further support the possibility of a platform-level issue after the upgrade.

    If only specific fields fail, we should investigate the metadata and dependencies of those particular attributes.

    My recommendation at this stage

    Because:

    • the issue did not exist in 9.0.47.08,
    • it started after upgrading to 9.1.46.06,
    • it affects all users,
    • it affects System Views, and
    • it can be reproduced even with a newly created view,

    I would now treat this as a possible upgrade regression or server-side issue rather than a SavedQuery/view definition problem.

    The next most useful step would be to capture the actual failing Network request and corresponding CRM trace entry.

    Also, I would recommend verifying that the environment is fully updated to the latest supported Dynamics 365 On-Premises cumulative update, including any required server-side components. If the issue still reproduces after applying the latest supported update, the reproducible scenario would be strong evidence for opening a Microsoft Support case.

    If you can share the actual request from the Network tab that returns HTTP 404, or the relevant CRM trace error generated at the same time, we can investigate further and potentially identify exactly which CRM component or resource is failing.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 118 Super User 2026 Season 2

#2
Syed Aqib Raza Profile Picture

Syed Aqib Raza 88

#3
ParthPatel249 Profile Picture

ParthPatel249 84

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans