I am running BOE XIr2 SP5 and wrote a classic ASP application using RAS for running a report (that is published on the BOE system) on-demand. I have to use RAS because I have to change the database connection info (server, db name, userID, pwd) on the fly depending on which client a user selects.
Now the reports are too big to run on demand and I need to add scheduling functionality.
How do I make the RAS Session("oClientDoc") settings transfer over to the Enterprise SDK so I can schedule the report? Is this even possible?
Thanks in advance,
Amy