Process With GEL Fails With Error - Not Authorized To Create An Object Instance
search cancel

Process With GEL Fails With Error - Not Authorized To Create An Object Instance

book

Article ID: 218952

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

When starting a GEL process it fails with ODF-0104 - Not authorized to create object instance.

Environment

All

 

Resolution

Referencing the example in the documentation, be sure that clarity login has all XOG/rights. Also the username and password in Custom Script Parameters Tab should match with the one in GEL Script.
 
 
<gel:parameter default="http://nikuvm:80" var="XOGURL"/> 
  <gel:parameter default="svong" var="XOGUsername"/>
  <gel:parameter default="svong" secure="true" var="XOGPassword"/>