In TIBCO Collaborative Information Manager, the getEventInfoAction Webservice function call fails with ErrorCode SEC-5503.

In TIBCO Collaborative Information Manager, the getEventInfoAction Webservice function call fails with ErrorCode SEC-5503.

book

Article ID: KB0086571

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
[SME-Comments] Please spell/grammar check and resubmit.
[Corrected Spelling mistakes.]
Description:
============

In TIBCO Collaborative Information Manager , the getEventInfoAction Webservice function call fails with ErrorCode SEC-5503.


Symptoms:
========

<?xml version = "1.0" encoding = "UTF-8"?>
<ns0:ErrorReport xmlns:ns0 = "http://www.tibco.com/pe/EngineTypes">
    <StackTrace>Job-20000 Error in [Tests/Migration/testGetEventInfoAction.process/SOAPRequestReply]

    at com.tibco.plugin.soap.SOAPSendReceiveActivity.postEval(SOAPSendReceiveActivity.java:434)
    at com.tibco.pe.core.TaskImpl.eval(TaskImpl.java:531)
    at com.tibco.pe.core.Job.a(Job.java:712)
    at com.tibco.pe.core.Job.k(Job.java:501)
    at com.tibco.pe.core.JobDispatcher$JobCourier.a(JobDispatcher.java:249)
    at com.tibco.pe.core.JobDispatcher$JobCourier.run(JobDispatcher.java:200)
    </StackTrace>
    <Msg/>
    <FullClass>com.tibco.pe.plugin.ActivityException</FullClass>
    <Class>ActivityException</Class>
    <ProcessStack>Tests/Migration/testGetEventInfoAction.process/SOAPRequestReply</ProcessStack>
    <MsgCode>SOAPPLUGIN-100023</MsgCode>
    <Data>
        <CimFaultMessage>
            <faultcode>soapenv:Server</faultcode>
            <faultstring>CimFaultMessage</faultstring>
            <detail>
                <FaultDetails xmlns = "http://www.tibco.com/cim/services/eventmgtservice/wsdl/2.0" xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/">
                    <CimDetail>
                        <ErrorCode>SEC-5503</ErrorCode>
                        <ErrorMessage>Attempt to execute ''Full control'' denied on 'EVENT' 'Get Event Info' ('0').</ErrorMessage>
                    </CimDetail>
                </FaultDetails>
            </detail>
        </CimFaultMessage>
    </Data>
</ns0:ErrorReport>



Cause:
=====
The user specified in the Webservice request does not have the Full Control permission for Event. 

Resolution:
========
Adding  the Full Control permission for the Event in the Resource Security for the specific user resolves this issue.

Issue/Introduction

In TIBCO Collaborative Information Manager, the getEventInfoAction Webservice function call fails with ErrorCode SEC-5503.