Converted report crashes role tailored client

SimonWSimonW Member Posts: 77
edited 2008-12-03 in NAV Three Tier
I'm having problems trying to convert a report to the new layout format.
The original report is based around the Sales Order Document report (205) from an earlier version - but uses different tables.

When I either print or preview the report within RTC, it immediately crashes the client without warning.

Previously, it was complaining about an invalid CLR data type, but I have now removed almost all the fields from the NAV definition. The only field on the report is a text value.

Any suggestions?

Regards

Simon

Comments

  • kinekine Member Posts: 12,562
    What you can see in Event Log?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • SimonWSimonW Member Posts: 77
    Thanks for replying.
    In the event log, you get the stack trace which tells the following in various different ways -

    Source: Microsoft.Dynamics.Nav.Client
    Type: System.ArgumentNullException
    Message:
    Value cannot be null.
    Parameter name: SourceExpression
    StackTrace:
    at Microsoft.Dynamics.Nav.Client.ConnectionStateManager.CallServer[T](CallServerMethod`1 callServerMethod)


    Simon
  • kinekine Member Posts: 12,562
    It looks like there is empty editbox on the NAV report. Even if you are using RTC, you need working standard NAV report. Check the report, try to compile it...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • SimonWSimonW Member Posts: 77
    Based on the error I would agree - but that is not the case.
    This was an existing report which was working.
Sign In or Register to comment.