Try report=”d:\webreports\Master Contact List.rpt”, if I understand you correctly.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Quade
Sent: Monday, April 26, 2004 4:02 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] Crystal Reports error showing in Coldfusion MX

 

I don’t know if this will help you. 

 

The server name is kcwebsrv.

The virtual directory is called webreports.

The physical drive is ddrive/webreports.

 

The sql server is kcsqlsrv.   The database is actevents.  The report is generated from a view called viewcontacts.

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Dunwiddie
Sent: Monday, April 26, 2004 3:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] Crystal Reports error showing in Coldfusion MX

 

ok, well I can't answer the question for you exactly because I don't know where the reports are located on your web server, or what the webserver's name is. I'm assuming you're trying to use the cf application's root path to go off of? it sounds like cfreport does not support that, so you will need to resolve the absolute path from the relative web path you are using, and the commands to do it escape me right now. you need to send in the path like report="c:\inetpub\wwwroot\webreports\Master Contact List.rpt".

 

Bruce Dunwiddie
Ticket Technology
P: 866.543.3331
F: 913.451.1786
[EMAIL PROTECTED]

-----Original Message-----
From: George Quade [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 3:08 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] Crystal Reports error showing in Coldfusion MX

This is the contactreport.cfm page.

 

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<body>

<h3>Master Daily Schedule</h3>

<cfreport report='/webreports/Master Contact List.rpt'>

</cfreport>

 

</body>

</html>

 

 

I am trying to get the report from the web server.

 


From: Bruce Dunwiddie [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 2:57 PM
To: George Quade
Subject: RE: [KCFusion] Crystal Reports error showing in Coldfusion MX

 

Well it doesn’t look like you’ve specified a full path to the file. You’ve only got “\webreports\Master Contact List.rpt”. I’m not sure whether you forgot the drive letter or were trying to specify another computer named webreports.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Quade
Sent: Monday, April 26, 2004 2:49 PM
To: [EMAIL PROTECTED]
Subject: [KCFusion] Crystal Reports error showing in Coldfusion MX

 

I am receiving the following error from Coldfusion.

 

Master Daily Schedule

Error Occurred While Processing Request

Error Diagnostic Information

REPORT

The report file you have specified (\webreports\Master Contact List.rpt) either does not exist or is not accessible to the ColdFusion service. Please verify that the name of the report file is spelled correctly and that the file is located in a directory which is accessible to the ColdFusion service.

The error occurred while processing an element with a general identifier of (CFREPORT), occupying document position (10:1) to (10:78) in the template file D:\HOKACT\contactreports.cfm.

Date/Time: 04/26/04 10:28:01
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Remote Address: 172.22.18.88
HTTP Referrer: http://infonet.hoksve.com/hokact/frame.cfm

 

 

Reply via email to