cancel
Showing results for 
Search instead for 
Did you mean: 

Passing user ID from .Net to CR to Oracle StoreProc

Former Member
0 Kudos

Hi All,

I have a .Net screen where the user selects the prompts and then via open doc link all parameters are passed and crystal report is called.

The .Net screen captures logged-in user and passes the user ID as parameter to Crystal Report which in turn is passed to Oracle Store Procedure which then controls what data will be passed back to Crystal Report.

Question - If .Net passes user ID as parameter then when anyone who runs CR from BI launchpad they see an input prompt for User ID which is issue as anyone can type some other user ID and see other persons data.

How do I handle this situation?

Issue comes when someone runs the report directly from BI launch pad.

Is there a way I can check in CR if there was a user ID passed from .Net then use that else capture logged in user from BI launchpad and pass it or show is populated and disabled in user ID prompt so that no one can change it and it gets passed to backend?

I am using CR 2013 - designer for building report and .Net page has custom prompt screen and calls CR via open doc link

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183750
Active Contributor
0 Kudos

Try using a POST instead of GET:

1842106 - OpenDocument's Serialized sessions length exceeds IE URL limit

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

julian_jimenez
Active Contributor
0 Kudos

I moved your thread to the SDK. Probably, you will have more replies here.