I've searched all over and in Crystal Specific goups and can't get an
answer to my issue.  We have a ASP.NET 2.0 (C#) app that exports data
to PDF files via Crystal Reports (report in created in Crystal XI
R2).  The report takes a few parameters and the user has an option of
generating more than 1 report at a time (each set of parameters has to
create it's own report (different clients).  When user selects less
than about 20 (no specific number), 20 different PDF files will be
created as designed.  When the user selects, say 30, they will be
prompted to log back into the SERVER.  My IT guys state that the
timeouts (I confirmed) haven't been reached (only runs for about 3
minutes). It's running on a Windows 2003 server box. The user has
permissions to write to the directory (since they can write 10-15
files without any issues).  Only about 6MB of data is being written
prior to the login request (folder allows 600MB).  If I login into the
server as requested, the process generates another 20 or so reports as
requested (we don't want the users to have to login to the box - it's
done through teh app for them).  The C# process loops through each set
of parameters and writes a new PDF file to the designated directory.
The "Save Data With Report" in Crystal is NOT selected.  Any ideas to
what could be going on?  I know this is a C# group and not Crystal,
but has anyone else run into this issue?  The timeout for the app is
20 minutes.

Reply via email to