Rights to load data into Crystal Report...

G

Guest

Hi everybody,
When I place data field into crystal report and then run the web
application, it causes
error with a message:

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException:
Logon failed.

What are rights necessary for what accounts on db server, IUSR and ASPNet
account, and others?

I am using a Domain Account to access local pc and the web application is
local pc. But the sql databases server is located on another pcs.

Tell me what to do.

Thanks.

den2005
 
G

Guest

You should supply either logon info to report object or datatable to report
data source to run the CR in web application.

HTH

Elton Wang
 
G

Guest

Hi Elton,
Thanks for replying, how I do that and where would I applied these codes?
Somebody suggested this:
Only yesterday i solved out this issue after googling out for the error.
since it is a generic error no solution was working in my box .

So after long hours of working i found out the solution.

Please do the following.

1) Give the modify rights to the folder "Temp" under the Windows Directory
for the aspnet account and the IUSR, IWAM accounts.

2) Similarly give the modify rights to the folder "Temprorary Internet
Folder " under your profiles for the above mentioned 3 accounts and then kill
the asp worker process from the task manager and then check .


Dennis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top