Running a report in RTC Client

poppinspoppins Member Posts: 647
edited 2012-12-20 in NAV Three Tier
Hi everyone,

I have a report designed to work in both Classic and RTC Client.
But everytime I run it, I get the Classic report displayed...

What shall I do to get the RTC report when I need it???Is there any property that I need to set up????

Answers

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Does your report contains a RDLC-layout? See this thread showing RTC Report and NOT Classi Report for steps how to verify.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • davmac1davmac1 Member Posts: 1,283
    You are running this from the RTC client?
    The Classic client will only run Classic reports.
  • poppinspoppins Member Posts: 647
    Does your report contains a RDLC-layout? See this thread showing RTC Report and NOT Classi Report for steps how to verify.

    I looked into the link and made the verifications...there is data between the RDLDATA brackets...so according to the link the layout does exist...

    What shall I do???
  • poppinspoppins Member Posts: 647
    edited 2012-12-03
    davmac1 wrote:
    You are running this from the RTC client?
    The Classic client will only run Classic reports.

    I am running it using the command line:
    dynamicsnav:////runreport?report=50000
    

    I get the following error message:
    Object of type report with id=50000 could not be found
    
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Verify through Windows control panel if Microsoft Report Viewer is installed. The NAV 2009 SP1 demo-setup will install "Microsoft Report Viewer Redistributable 2008 SP1".
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • poppinspoppins Member Posts: 647
    Verify through Windows control panel if Microsoft Report Viewer is installed. The NAV 2009 SP1 demo-setup will install "Microsoft Report Viewer Redistributable 2008 SP1".

    I verified and yes, Report Viewer Redistributable 2008 SP1 is installed...
  • rico1931rico1931 Member Posts: 295
    sometimes restarting Nav services will get it working.
    -rico1931
  • poppinspoppins Member Posts: 647
    Restarting the service didn't resolve my issue, but recompiling all the objects did...

    Now the report works just fine...
  • anand_murthuanand_murthu Member Posts: 30
    Poppins,

    It seems that either you are not selected the right database(For RTC) or you does not transform the report.

    You can check the following steps:

    For Checking the right database :
    Open the custom settings file at C:\Program Files (x86)\Microsoft Dynamics NAV\60\Service.

    Go to the line <add key="DatabaseName" value="Test DB"></add>

    and check you have selected the right database.If not enter the right database name here and restart the NAV service.
    This will resolve your problem.

    Else

    For transforming the report (together with request page)

    1. Take transformation toolkit from the build.
    2. Export your report with Forms.xml in toolkit and run the application .
    3. You will find an xml file pages.xml in the same toolkit.Import it , compile it and run the report.

    Now check if your problem is resolved.

    Note: Please note transforming the report to RTC does not mean only layout creation instead it is only a step.

    Please feel free to ask further.. :)

    regards,
    Anand tiwari
Sign In or Register to comment.