Crystal Load Report Failed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I am trying to create a normal report , i tried 3 ways.
1. Connecting to SQL db table

2. Creating dataset.xsd and using the same as datasource while creating a
report and passing

disconnected dataset at runtime.

3. Creating dataset.xsd and using the same as datasource while creating a
report and passing

connected dataset at runtime.

All the ways are working but once i put <identity impersonate="true"
userName="domain\username"

password="password"/>
in web config it gives error "load report failed "

I am working on Windows 2003.
ASP.NET account is administrator.
username impersonated is a admin.

Please help me with how can i create a report in win 2003 with impersonate
as true. None of the way is working

Regards,
Seema
 
Hi,

It would only be a proboelm if you are using integrated sec to access the
SQL server, it should not be any problem if used with a dataset

unless that the report is using the SQL connection even if you think you are
using the dataset.

to rule that out, do something like loading the data to the dataset, change
at least a row and see what is shown in the report

Cheers,
 
Back
Top