posted 22 years ago
Hi,
For avoiding crstal page server error while seeing the crystal reports, ( plugin of crstal reports with Http server.).
From Segate crystal support we got the reply to add the following lines given below. But if we are adding it in the conf file and restarting the http service / the m/c itself., I am getting the error as follows.
Could not start the IBM HTTP Server service on Local Computer.
The service did not return an error. This could be an internal Windows error or an internal service error.
If the problem persists, contact your system administrator.
----------------------------------------------
Code which I added in httpd.conf file which I got from crystal support as follows.
--------------------------------------------
# The Crystal Enterprise Launchpad
<IfModule mod_alias.c>
Alias /crystal/ "C:/Program Files/Seagate Software/Web Content/"
<Directory "C:/Program Files/Seagate Software/Web Content/">
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# The Crystal Enterprise Viewers
Alias /viewer/ "C:/Program Files/Seagate Software/Viewers/"
<Directory "C:/Program Files/Seagate Software/viewers/">
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</IfModule>
# Handle CE file extensions with the CGI connector
<IfModule mod_actions.c>
Action crystal-wcs /cgi-bin/wcscgi.cgi (or wcscgi.exe)
AddHandler crystal-wcs .rpt .shtx .csp .cri .cwr
</IfModule>
-----------------------------------------------
Can any one please help me to solve this please.
Thanks and Regards,<br />Siva Ram .NR