Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 1.1.1.7.1 Action Framework EJB security token cant be authenticated

I'm trying to implement a simple ejb to write files to a directory from this blog https://prasadmadhasi.com/2013/12/20/archiveexport-obiee-11g-content-to-shared-drive-by-creating-agents-and-invoking-jav… entry. I checked the documentation and the blog entry follows the documenation. I did the setup as described
1) uploaded the .ear
2) updated the ActionFrameworkConfig.xml with registry entry, content-type and account.
3) created the creditial key
4) Restarted the server
but can't get past a security error below when I try to access the action tab on the agent.
Soap invocation failure. HTTP error code: '
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<env:Fault>
<env:Code>
<env:Value xmlns:ns0="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ns0:FailedAuthentication</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en-US">FailedAuthentication : The security token cannot be authenticated.</env:Text>
</env:Reason>
<env:Role/>
</env:Fault>
</env:Body>
</env:Envelope>
Any suggestions?
'.
Answers
-
fixed by adding BISystemUser and updating the crendentials with the new password.
0