I am logging into CE8 to query CI_INFOOBJECTS to get SI_ID of the reports i added to the enteprise system.
I am able to create Enterprise SessionManager.And able to log the user onto Crystal Enterprise. But after this once i create infostore object and trying to store it in session variable it throws me a error ASP 0185 - Missing default property. I am doing all this in ASP , Any ideas ...if i can acheive this without CSP.
1) Set SessionManager = CreateObject("CrystalEnterprise.SessionMgr"
2) Set Sess = SessionManager.Logon(UserID, Password, APS, Aut)
3)Set IStore = Sess.Service ("", "InfoStore"
4) Session("IStore" = iStore
throws missing default error
I am able to create Enterprise SessionManager.And able to log the user onto Crystal Enterprise. But after this once i create infostore object and trying to store it in session variable it throws me a error ASP 0185 - Missing default property. I am doing all this in ASP , Any ideas ...if i can acheive this without CSP.
1) Set SessionManager = CreateObject("CrystalEnterprise.SessionMgr"
2) Set Sess = SessionManager.Logon(UserID, Password, APS, Aut)
3)Set IStore = Sess.Service ("", "InfoStore"
4) Session("IStore" = iStore
throws missing default error