Generating Reports

We're using Citect 8.0 running on Windows 10. 

The reports should be saved in "C:\Users\Public" and the output format is txt.

When we run in cicode:

        int iResult;

        iResult = report("report_name");

iResult is 0 (no error) but no file is created.

Previously, the same Citect project was running on another pc with Windows 10 and everything worked fine.

Any suggestions? Thanks in advance

Parents
  • Hello Iván,

    Some basic checkings:

    - The path for the reports exists and the reportsServer has access to it.

    - The path is stored in a parameter of project and there is no citect.ini file to override it.

    - Or the the path is in the citect.ini file and you copy that line to the citect.ini file of the new computer.

    - The report format file exists.

    - ReportServer is running.

  • Thanks Nuno for your response.

    * I've already checked that the path exists. The report server service is run as administrator and the administrators have r/w priviligies on that folder.

    * The report format file exists. Checked.

    * Report server is running. Checked

    * The path is stored in the project and citect.ini doesn't override it.

    I'm kinda lost. Any other ideas?

Reply
  • Thanks Nuno for your response.

    * I've already checked that the path exists. The report server service is run as administrator and the administrators have r/w priviligies on that folder.

    * The report format file exists. Checked.

    * Report server is running. Checked

    * The path is stored in the project and citect.ini doesn't override it.

    I'm kinda lost. Any other ideas?

Children