Hi
Advance Thanks for your help.
I called a CSP page from JSP page, I have a link in JSP for CSP, When I open new IE browser window for JSP application and click that CSP link first time it works fine. But if I click second time from the same browser, I did not get the page instead of that getting "The Page cannot be found" error page. If I open new browser and run again its working fine. I am guessing this is some kind of session issue going on here. But I am not sure about this.
I am using the codes in my CSP like
Set SessionManager = Server.CreateObject("CrystalEnterprise.SessionMgr"
Set oEnterpriseSession = SessionManager.Logon(UserID, Password, APS,"secEnterprise"
Set IStore = oEnterpriseSession.Service("","InfoStore"
Set LogonTokenMgr = oEnterpriseSession.LogonTokenMgr
strLogonToken = LogonTokenMgr.CreateLogonToken("", 1, 500)
Response.Cookies("WCSLOGONTOKEN"
= strLogonToken
and calling reports through url.
could any one please help me for this issue.
Thanks
Advance Thanks for your help.
I called a CSP page from JSP page, I have a link in JSP for CSP, When I open new IE browser window for JSP application and click that CSP link first time it works fine. But if I click second time from the same browser, I did not get the page instead of that getting "The Page cannot be found" error page. If I open new browser and run again its working fine. I am guessing this is some kind of session issue going on here. But I am not sure about this.
I am using the codes in my CSP like
Set SessionManager = Server.CreateObject("CrystalEnterprise.SessionMgr"
Set oEnterpriseSession = SessionManager.Logon(UserID, Password, APS,"secEnterprise"
Set IStore = oEnterpriseSession.Service("","InfoStore"
Set LogonTokenMgr = oEnterpriseSession.LogonTokenMgr
strLogonToken = LogonTokenMgr.CreateLogonToken("", 1, 500)
Response.Cookies("WCSLOGONTOKEN"
and calling reports through url.
could any one please help me for this issue.
Thanks