Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help needed on Custom Launch page 1

Status
Not open for further replies.

johneydluca

Programmer
May 29, 2002
25
US
I am unable to open crystakl report from custom launch page. I am trying differant options since yesterday.
WHat paremeters should I pass to CE when launching report from Custom launch page. We are using Windows AD Security.


<INPUT id=aut type=hidden value="secWinAD" name=aut> <
INPUT id=reportname type=hidden value="salesord.rpt" name=reportname>
<INPUT id=foldername type=hidden value="(Regional Sales)"
name=foldername>
<INPUT id="reportType" type="hidden" value="CrystalEnterprise.Report" name="reportType">
<INPUT id="uid" type=hidden value="" name="NETWORK ID">
<INPUT id="pwd" type=hidden value="" name="PASSWORD">

Even after passing all of these paramaters I get error



Enterprise authentication could not log you on. Please make sure your logon information is correct.


[COMException (0x80042903): Enterprise authentication could not log you on. Please make sure your logon information is correct.]
CrystalDecisions.Enterprise.SessionMgrClass.Logon(String UserName, String Password, String CMSName, String Authentication) +0
CrystalDecisions.Enterprise.SessionMgr.Logon(String userName, String password, String cMSName, String authentication) +29
CrystalDecisions.Enterprise.Identity.Logon(String name, String password, String system, String authentication) +753
CrystalDecisions.Enterprise.Identity.Logon() +49



Otherwise How can I use Identity control on ASP.net page or any other option? Any help would be appreciated.

Thanks

jd
 
Hi,
Which version of CE - It is critical since some methods have changed over the versions..


Idea: Try using
apsname=NetworkId
apspassword=password
apsauthtype=secWinAD

as hidden fields in your form...You need those to authenticate to the CMS ( or APS if 8.5,9) - see the docs for actual usage ( I may have missed apspassword)
This authentication is separate from the user/pass combo needed to access the database used by the report.





[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top