cancel
Showing results for 
Search instead for 
Did you mean: 

Issue: CR WebElements report redirect to Login page NOT refreshing data

Former Member
0 Kudos

Hi,

Working on some basic webElement featured reports in CR 2008, v 12.0.0.683. While using the webElements- selectduo/select & 'update' or on clicking submit: the page redirects to the logon page instead of refreshing the report. Tried a simple report and tested using some Crystal report examples too but the error still persists. Seems like its a configuration error and is there some default set wrongly. Also, is there a check guide to make sure the report viewer in the CMC is configured well.

Viewing thereport in the Business object CMC and on update the report automatically redirects to the logon page for infoview. 

code: @Selection

stringvar path:=WETargetPath ("rpt", "Name", "Report", "");

stringvar allelements:=

WESelect ("term", "All|201109|201202", "All|201109|201202",{enrol.term}, "") +

WESpace(3)+

WESubmitLinkSelect("update the report", ">>Update", path, "");

allelements + WEBuilder (allelements,3)

How do I make sure to rectify this issue to have the parameters passed to the formula which in turn would refresh the data on the report itself. It used to display the URL when in production mode '2' correctly, since yesterday it even stopped showing the URL. Is there some update missing or does it have to do with some configuration.

Thank you,

-RP

Accepted Solutions (0)

Answers (1)

Answers (1)

JWiseman
Active Contributor
0 Kudos

please see the post here.  this is not an issue with webelements but a session issue. webelements only produce an opendocument url but they cannot affect a session / token.