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