Crystal report Issue

SUGGESTED

Created a custom crystal report for client with Date from and Date to and customer number as parameters in order for sending all invoices to a particular customer for a specific month or range of dates.

The  custom crystal report on the sage server ( hosts application & Db) works without issues. 

When a client computer ( workstation setup is run on this pc) trys to run the same report from sage it asks for Database login. How to bypass or fix this prompting of ID and password since the same thing was not being asked on the server itself. 

sage 300 2019 with PU3 

SQL server 2017

Parents
  • 0
    SUGGESTED

    This can happen if your report has a custom table, view or anything not in the Sage300 data dictionary. In Crystal designer you can update the crystal report to use integrated security and create a sql user account for the windows username. The user workstation will also need a dsn setup to VFLDAT connecting using windows authentication. The alternative is to instead of using a view or custom table in the reports design use a command that explicitly calls the view like "select * from ViewName". 

Reply
  • 0
    SUGGESTED

    This can happen if your report has a custom table, view or anything not in the Sage300 data dictionary. In Crystal designer you can update the crystal report to use integrated security and create a sql user account for the windows username. The user workstation will also need a dsn setup to VFLDAT connecting using windows authentication. The alternative is to instead of using a view or custom table in the reports design use a command that explicitly calls the view like "select * from ViewName". 

Children
No Data