Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

Cannot run a Business Rule in FDMEE 11.1.2.3 using scripts?

edited May 9, 2014 4:34AM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 47 commentsAnswered ✓

I have script in FDMEE to run a business rule for Hyperion Planning. Then I have ran the script and the status of the script executing is correct. However the rule was not executed at all. The content of the script is:

import os

import subprocess

import shutil

os.chdir(r"/d01/app/oracle/product/hyperion/user_projects/epmsystem1/Planning/planning1")

command = r"CalcMgrCmdLineLauncher.sh  -f:/d01/app/oracle/product/hyperion/user_projects/epmsystem1/Planning/planning1/Hyperion_Planning_pass.txt /A:CRP2 /U:admin /D:CRP2 /R:R1_Mod"

p = subprocess.Popen(command, shell=True)

retcode = p.wait()

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center