Background:
We are having a WEB based application on MS SQL database which is accessed using ASP pages. We logon using Secure id.
We are developing some custom reports using Crystal reports 8.5 and to make it Web enabled to users, we develop ASP pages to pass selection parameters to crystal report. These reports are attached to report tree by providing the relative address of ASP page. Users have installed viewer on their desktop / laptop. Thus users can access the report from our application itself.
Problem:
I have created a crystal report 8.5 using ODBC connectivity to display some information about our customers and projects.
I have created a hyper link on the project field on crystal report, which calls a particular ASP page using Project (The line I clicked on report), sno and uid (I am passing both as parameter through ASP page for selection screen based on current logon session)
I successfully execute the report from the report tree. However, When I click on the Engagement, it opens a new page and asks me the secure id and password again before it displays the appropriate page.
The good news is when
I do the same thing using just crystal report without ASP pages for selection screen and just provide the appropriate parameter directly to crystal report and execute from my desktop, it opens the appropriate ASP page for clicked project without asking me secure id again.
My requirement is that it should not ask secure id again when user click on the link on my report in Viewer.
I think it is either an ASP page issue or viewer issue.
Is there any parameter setting in ASP page or some
thing I am missing which causes user to provide secure id and password again.
We are having a WEB based application on MS SQL database which is accessed using ASP pages. We logon using Secure id.
We are developing some custom reports using Crystal reports 8.5 and to make it Web enabled to users, we develop ASP pages to pass selection parameters to crystal report. These reports are attached to report tree by providing the relative address of ASP page. Users have installed viewer on their desktop / laptop. Thus users can access the report from our application itself.
Problem:
I have created a crystal report 8.5 using ODBC connectivity to display some information about our customers and projects.
I have created a hyper link on the project field on crystal report, which calls a particular ASP page using Project (The line I clicked on report), sno and uid (I am passing both as parameter through ASP page for selection screen based on current logon session)
I successfully execute the report from the report tree. However, When I click on the Engagement, it opens a new page and asks me the secure id and password again before it displays the appropriate page.
The good news is when
I do the same thing using just crystal report without ASP pages for selection screen and just provide the appropriate parameter directly to crystal report and execute from my desktop, it opens the appropriate ASP page for clicked project without asking me secure id again.
My requirement is that it should not ask secure id again when user click on the link on my report in Viewer.
I think it is either an ASP page issue or viewer issue.
Is there any parameter setting in ASP page or some
thing I am missing which causes user to provide secure id and password again.