Hello All,
I’m fairly new to Notes and Crystal Reports but I have inherited a Note application which exports data to Crystal Reports to create mailing labels. The code successfully calls PEOpenPrintJob, PESetWindowOptions, PEOutputToWindow, etc. but throws an error on a call to PEStartPrintJob. The error returned is: ErrorNum: 535, Unable to connect: incorrect session parameters.
I’ve found an entry in Business Objects Knowledge Base referencing that error message when accessing a MS Access database. The article (http://support.businessobjects.com/library/kbase/articles/c2009985.asp ) attributed the message to missing lines in file ucrpe32.pas which does not exist on my system.
Any help appreciated.