Hi Experts,
Stuck with this issue for quite a long time.
I am working on integrating a Java Application with SAP BO BI4.x (Migrated from Crystal reports 11.5 --> 3.1 and then --> 4.0).
There are bunch of reports that the application uses. From the BO perspective, few reports prompt for parameters and few dont, they just run directly.
Now the reports with parameter promts are working fine after integration.
But on the remaining reports, Selection Formulas have to be applied on the CrystalReportViewer to filter data based on the values selected by a user from the Java Application.
I try to view the report after applying the selection formula, and the server responds with the below error
Your request was refused because you do not have the right 'Right To Edit' on report 'frs://Input/....../<alphanumeric value>.rpt'. Please ask your system administrator to grant you this right
The BO guys have checked the report properties, and they say that the reports donot have any such security properties imposed on them.
Any idea, what kind of permissions are to be set over what?
Should the report properties be modified or some server level/data base level access configurations need to be provided to the user ID,so that the selection formula can run succesfully??
Ideas please!!!
Thanks,
Raaj