Skip to content
Advertisement

Tag: obiee

Error in OBIEE 12c invoke java method via agent to send report to another server

I want to send a report via agent to a file system but I am getting the ‘error looking up EJBs’ as shown in the screenshot: Answer Action Framework expects EJBs to be deployed to the default location of /ejb. The mappedName annotation of the Session bean must preceded by a ejb/ A simple google search yields this: https://gerardnico.com/dat/obiee/obips/action_ejb

Advertisement