We are using Crystal Enterprise 8.5 and a VB WebBrowser application to access unmanaged reports.
To access the reports we use the url
: //someserver/somedir/somereport.rpt?somepromptexparms&User0=someuser&Password0=somepwd&CMD=Export&EXPORT_FMT=U2FPDF:0
The problem is this is insecure - it is possible for users to view the user's history using Internet Explorer and see the password and userid the application has used to access the reports.
What other ways are there of connecting?
Am I right in thinking that if I use managed reports I need to call the server and pass the PWD and USER and then the server will return an APSLOGON token. And if we wanted to do it this way we would need to release to each client the CE Infostore and Framework DLLs?
Any help/examples/better methods gratefully appreciated.
Someone must have a more secure method of using Crystal Enterprise from VB??
To access the reports we use the url
: //someserver/somedir/somereport.rpt?somepromptexparms&User0=someuser&Password0=somepwd&CMD=Export&EXPORT_FMT=U2FPDF:0
The problem is this is insecure - it is possible for users to view the user's history using Internet Explorer and see the password and userid the application has used to access the reports.
What other ways are there of connecting?
Am I right in thinking that if I use managed reports I need to call the server and pass the PWD and USER and then the server will return an APSLOGON token. And if we wanted to do it this way we would need to release to each client the CE Infostore and Framework DLLs?
Any help/examples/better methods gratefully appreciated.
Someone must have a more secure method of using Crystal Enterprise from VB??