Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 1.1.1.7.1 Action Framework EJB security token cant be authenticated

Received Response
1
Views
1
Comments
1062095
1062095 Rank 1 - Community Starter

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

  • 1062095
    1062095 Rank 1 - Community Starter

    fixed by adding BISystemUser and updating the crendentials with the new password.