My Oracle Support Banner

PBCS/EPBCS : Rule makes a Connection to Data Management and Fails - "A method called by the script failed on line: 97, with error: Error occurred: XXX NOT_FOUND". (Doc ID 2936118.1)

Last updated on APRIL 26, 2023

Applies to:

Oracle Enterprise Planning and Budgeting Cloud Service - Version N/A and later
Oracle Planning and Budgeting Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

Rule is failing with the error - "A method called by the script failed on line: 97, with error: Error occurred: XXX NOT_FOUND".

It is noticed that line 97 is making a call to a connection for Data Management

 println "Call REST API to load Data"
   jsonResponse = operation.application.getConnection("Connection XXX").post()
   .body(json([
       "jobType":"DATARULE",
       "jobName": "LR_GM_MTP",
       "startPeriod":"BegBalance-"+s2DYear,
       "endPeriod":"BegBalance-"+s2DYear,
       "importMode":"REPLACE",
       "exportMode":"STORE_DATA"
   ])).asString();
   status = awaitCompletion(jsonResponse, ("Connection XXX")
   println("Load $sRTPScenario MTP Data ${status == 0 ? "successful" : "failed"}.")

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.