Hi,
I have a web application that has been moved to a new server. The only difference is that is now running on a win 2003 server. I have ms sql 2000 and I am running crystal rep. dev. 8.5.
I am generating a pdf file that I am saving on disk but I am also pulling it up to view from the web application.
This is what happens.
-------------
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'session(...).Export'
/dev/intranet/rapporter/rpt_Varudeklaration.asp, line 390
-----------------------------
Line 390 is below:
-----------------------------
386: Set session("ExportOptions"
= Session("oRpt"
.ExportOptions
387: session("ExportOptions"
.DiskFileName = "E:\INETPUB\info.bilformedlingen.com\dev\intranet\dokument\" & filename & ".pdf"
388: session("ExportOptions"
.FormatType = 31
389: session("ExportOptions"
.DestinationType = 1
390: Session("oRpt"
.Export False
Thanks,
Linkan
I have a web application that has been moved to a new server. The only difference is that is now running on a win 2003 server. I have ms sql 2000 and I am running crystal rep. dev. 8.5.
I am generating a pdf file that I am saving on disk but I am also pulling it up to view from the web application.
This is what happens.
-------------
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'session(...).Export'
/dev/intranet/rapporter/rpt_Varudeklaration.asp, line 390
-----------------------------
Line 390 is below:
-----------------------------
386: Set session("ExportOptions"
387: session("ExportOptions"
388: session("ExportOptions"
389: session("ExportOptions"
390: Session("oRpt"
Thanks,
Linkan