Executing Action script in Oracle Hyperian DRM from SOAP request

makkepriyanka8makkepriyanka8 Posts: 2 New member
  1. I wanted to make a SOAP request to Oracle Hyperion to execute ActionScripts.
  2. I was able to make SOAP requests to get Hierarchies and other stuff. But I am unable to upload the action script file and execute it.
  3. Whenever I make the SOAP request it gives the following response
</code><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"></pre><pre><code>   <env:Header/>
   <env:Body>
      <env:Fault>
         <faultcode>env:Server</faultcode>
         <faultstring>startScriptFromFile did not complete because startLoadFileJob finished with status: com.oracle.drm.remotable.JobInfo@3228cd90</faultstring>
         <detail>
            <DrmServiceException xmlns="http://drm.webservices.epm.oracle">
               <Message xmlns:ns2="http://drm.webservices.epm.oracle" xmlns="">startScriptFromFile did not complete because startLoadFileJob finished with status: com.oracle.drm.remotable.JobInfo@3228cd90</Message>
               <Code xmlns:ns2="http://drm.webservices.epm.oracle" xmlns="">0</Code>
            </DrmServiceException>
         </detail>
      </env:Fault>
   </env:Body>
</env:Envelope>
I use SoapUI client to make requests Is there anything I need to configure in Oracle Hyperion DRM to accept any file uploads?
Sign In or Register to comment.