Custom Objects Rights needed for XOG
search cancel

Custom Objects Rights needed for XOG

book

Article ID: 186431

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

I have created a custom object called: GTRI Resource Staging Table. When I try to perform a Read against this object, I receive the following error message:

XOG: Insufficient rights to perform XOG read of custom object instance

I was told through the Communities that I needed to have the GTRI Resource Staging Table - XOG Access Right. I have this Right assigned to me through the Global Access Rights; however I am still receiving this error.

I started looking at the Instance Rights thinking that this is where I needed to add the Right; however I only see the options to add Instance Rights for GTRI Resource Staging Table Edit and View rights.

Can you help determine why I am receiving this error and how to clear it?

Environment

Release : 15.7.1

Component : CA PPM XML OPEN GATEWAY (XOG)

Resolution

When attempting to XOG out custom object instances you should use below with correct objectCode and instanceCode

<NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
 <Header version="8.0" action="read" objectType="customObjectInstance" externalSource="NIKU"/>
  <CustomObjectInstanceQuery>
   <Filter name="objectCode" criteria="EQUALS">Object ID from Studio</Filter>
   <Filter name="instanceCode" criteria="EQUALS">ID of the instance</Filter>
  </CustomObjectInstanceQuery>
</NikuDataBus>

Additional Information

XOG Access Rights for Individual Objects

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/business-management/clarity-project-and-portfolio-management-ppm-on-premise/15-8/reference/clarity-ppm-access-rights-reference/xml-open-gateway-xog-access-rights.html