Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports 8 Java Viewer "Cannot connect to server"

Status
Not open for further replies.

mattyboy2000

Programmer
Jul 31, 2002
129
GB
Hello

The viewer aplet is displaying, but the applet is unable to locate the report file that is in the same folder as the asp page. Below is the HTML code:

<HTML>
<HEAD>
<title>Crystal Report Viewer</title>
<link rel="stylesheet" href="../straightfwd.css" type="text/css">
</HEAD>

<BODY BGCOLOR="#C0C0C0">
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../viewer/JavaViewer" id=ReportViewer width=100% height=95%>

<param name=ReportName value="blank.rpt">

</applet>

</BODY>
</HTML>
 
If it's the right folder, do you have security access? I don't use Java, but I have seen similar messages in such cases.

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Thanks but we found the problem.

It was that the Java viewer with Crystal 8 is incompatible with new Java apps, so we downloaded a patch that worked the business.

Ta


Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top