I know how to call viewrpt.cwr to view a report and can pass a user name and password, etc. But why don't the same parameters work on the infoobject.cwr?
I'm trying to pass a URL to infoobject.cwr to get info, but it needs different parameters? Where can I find these parameters, etc? And what are the different pieces of info that can be returned?
It looks like I need to pass it a session token, but I don't know how to get one? I tried:
Set Sess = SessionManager.Logon("Administrator", "xxxxx", "xxx", "SecEnterprise")
Set LogonTokenMgr = Sess.LogonTokenMgr
Session("IStore") = Sess.LogonTokenMgr
LogonToken = LogonTokenMgr.CreateLogonToken("", 1, 100)
But that generates errors. Any help is greatly appreciated, thanks!
I'm trying to pass a URL to infoobject.cwr to get info, but it needs different parameters? Where can I find these parameters, etc? And what are the different pieces of info that can be returned?
It looks like I need to pass it a session token, but I don't know how to get one? I tried:
Set Sess = SessionManager.Logon("Administrator", "xxxxx", "xxx", "SecEnterprise")
Set LogonTokenMgr = Sess.LogonTokenMgr
Session("IStore") = Sess.LogonTokenMgr
LogonToken = LogonTokenMgr.CreateLogonToken("", 1, 100)
But that generates errors. Any help is greatly appreciated, thanks!