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
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