Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

NAV2009 R2-Production Schedule

(0) ShareShare
ReportReport
Posted on by 20

We are running NAV2009 R2. in Manufacturing >Setup > Production Schedule, I have set up Starting Date as -1D & Ending Date as 7D with Progress Calculation = Based On Qty. Whenever I click on "Production Schedule", I get the message "Error showing schedule data on the Production Schedule." I changed the Progress Calculation = Based on time, along with different cominations of Start & End dates, but the same error message is coming. I am not able to find any further details regarding this error message. Is there any detailed document found for this function? Please help.

*This post is locked for comments

  • Verified answer
    TWBlaisdell Profile Picture
    TWBlaisdell on at
    Re: NAV2009 R2-Production Schedule

    Hello Dhananjay_BK

    I would highly recommend looking at some of the following:

    The most likely cause of the error is the use of special characters, such as the ampersand (&), a less-than (<) sign, or a greater-than (>) sign in the code fields. These Special Characters may stops the Productions Schedule when available in following areas of NAV:

    • Work Center (Name)

    • Machine Center (Name)

    • Costumer (Name)

    • Production Order (Description)

    To find out if Special Characters maybe the Problem, you can export the data (as XML data) before it will be commit to the Production Schedule.  The following example shows how to achieve this. Finally you have some great opportunity to review the XML file for special characters like the Ampersand Sign by use of STRG+F etc...

    Codeunit 5500Function

    CreateOutboundXML(XMLType : 'Schedule Order')

    ...

    IF ScheduleOrder.EXPORT THEN BEGIN

    ProdSchedSetup.GanttXML.CREATEINSTREAM(IStream);

    OutboundXML.load(IStream);

    OutboundXML.save('c:\OUTPUTPRODUCTIONSCHEDULE.xml');  //ADD LINE

    END ELSE

    ERROR(Text002);

    END

    END;

    ...

    NOTE: There are some exceptions were it is not possible to change the Data.  For example, a Vendor Name contains an Ampersand and cannot be changed by political or reasons of law.  In that case, please see below for the available Hotfix data. By applying the Hotfix, special Characters can be kept.

    Knowledge Base:

    926250 Error message when you try to open the "Production Schedule" dialog box to run a production plan in Microsoft Dynamics NAV 4.0: "Error showing schedule data on the production schedule"

    902061 When the ampersand character (&) appears in a customer name, you cannot open the production schedule in Microsoft Navision

    917262 Error message when you try to open the production schedule chart in Microsoft Navision: "Error showing schedule data on the production schedule"

    946454 Error message when you save a production schedule in Microsoft Dynamics NAV 5.0: "System error -2146823282"

    I hope this information helps identify the issue in your case.

    Best Regards

    Tom

    Thomas Blaisdell, Microsoft Dynamics NAV Contributor

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans