Link to home
Start Free TrialLog in
Avatar of ChadMarsh
ChadMarshFlag for United States of America

asked on

View a Crystal Report with ASP

Hello All,
I have been asked to provide a way to view crystal reports on our Intranet.  We are using an IIS6.0 box with a RAS Server and  Crystal Reports 9.  I have been trying to test out viewing a report with code that has been posted elsewhere in EE, but all I get is a white square with a red X.  I am trying to create the CRViewer ActiveX with ASP.
Any Help would be greatly appreciated.
Chad
ASKER CERTIFIED SOLUTION
Avatar of TommyTupa
TommyTupa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ChadMarsh

ASKER

Thanks for the code.  I tried running it and got the following

Analysis Server error '80004005'

Access denied. Please check directory setting for files you can access.

/IntranetReports/InteractiveViewer.asp, line 12


You'll have to forgive my ignorance, but in the line:
 Session("oClientDoc").DatabaseController.Logon "mylogin","mypassword"
is this a login and password for the RAS server.  I replaced your variables with what I thought
was my login and password.
Thanks for you help.
I played with your code a little more and got it to work.
Thanks for you help