Re: IIS6 ASP Crystal DLL
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 05/04/05
- Previous message: Dmitri Kouminov: "Re: HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Digest authentication"
- In reply to: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Next in thread: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Reply: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 4 May 2005 13:33:49 -0700
Sorry, but I think that you need to ask support staff for Crystal Report:
1. Whether they support running on IIS6
2. If yes to #1, what configuration is necessary
If you follow their steps and it does not work, then they need to show there
is an IIS6 bug for it to be an IIS6 issue. Otherwise, it is simply
misconfiguration of their own product -- and they are responsible for that.
IIS6 has no such lockdown that you are imagining. Neither the Crystal Report
DLL, nor FSO, nor your VB6 DLL are considered "part of IIS6" and given
special treatment to write to the filesystem - they are all considered COM
objects. If you configure them all to load in the same application and one
can write to the filesystem, then they can all write to the filesystem.
Bottom line: I think you are doing a whole bunch of work that Crystal
Designer support team is supposed to handle for you, and I do not see an IIS
issue here at all. Crystal Designer is obligated to make this work for you
or prove it is an IIS6 bug.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Sunil DHURVE" <Sunil DHURVE@discussions.microsoft.com> wrote in message news:DFA20032-F753-460B-8202-AED20366B39D@microsoft.com... Hello David Thanks for your reply, you know what I already asked them and they say use Crystal Report 9 or 10 and I tried both of them but it still just creates the 0KB file and doesnt go ahead! when I use IIS5 everything works fine, David, I am thinking there should be some way in IIS6 to tell him that please let this DLL export the report because of tightened security. I checked all the permission and IWPG_ user all the required permission, IIS6 is able to write to text file using FSO because it is its own DLL, while Crystal Designer Library is not by IIS6 so I am thinkikng more towards solving it from IIS point of view. Please let me know how can I use external DLL in IIS6 say for example the DLL created in VB6. Regards and many thanks! Sunil "David Wang [Msft]" wrote: > You will need to obtain support for the Crystal designer runtime library as > to whether it supports IIS6 and if so, with what configuration. > > If you are seeing a file of 0KB show up, it looks like an issue totally > withoun Crystal designer runtime library because IIS6 cannot prevent a > report from being exported. The fact that the 0kb file exists shows that the > user identity used by Crystal designer runtime allows the file to be written > to that directory -- why Crystal designer does not write the full report to > the file -- that is a question to ask of Crystal designer runtime support > team. > > -- > //David > IIS > http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "Sunil DHURVE" <Sunil DHURVE@discussions.microsoft.com> wrote in message > news:FD2AA17B-440F-4BE6-8BF7-C91A49D46FDA@microsoft.com... > Hello, i am having a ASP application which uses crystal designer runtime > library to display crystal reports. it works perfectly fine with IIS5 under > dllhost.exe architecture as the IIS6 has got a worker processor model it > IIS6 > doesnt allow the crystal DLL to export the report to a directory, it creates > teh file but the file is of 0KB and it is locked so i think somehow i have > to > let IIS6 know that let crystal dll export the report. > do you know where can i set this option or configuration please let me konw > thanks in advance > > >
- Previous message: Dmitri Kouminov: "Re: HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Digest authentication"
- In reply to: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Next in thread: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Reply: Sunil DHURVE: "Re: IIS6 ASP Crystal DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|