BI Publisher (MOSC)

MOSC Banner

BI Publisher in OA Framework

edited May 19, 2020 5:01AM in BI Publisher (MOSC) 5 commentsAnswered

Hi I am trying to run a BI Publisher report from OA Frame work using JAVA APIs. It's working perfectly when I use the JAVA API in Concurrent Program. But when I use in OA Framework same API is not working. It is not getting all SQLs from my datatemplate. The only difference is in Concurrent Program I am using CpContext and in OA Framework it is AppsContext.

DataTemplate dataTemplate = new DataTemplate(appsContext, "<Application Short name>", "<Data Definition Code>");  => In OA Framework

DataTemplate dataTemplate = new DataTemplate(cpContext, "<Application Short name>", "<Data Definition Code>");  => In Concurrent Program

Anyone experienced similar issue?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center