Hyperion Financial Close Management (FCM) (MOSC)

MOSC Banner

ARM data load execution from FDMEE scripts

edited Feb 16, 2016 4:01AM in Hyperion Financial Close Management (FCM) (MOSC) 10 commentsAnswered

Hi guys,

I'm trying to execute data load into ARM from FDMEE (Atfimport script). I could do it but have a problem: It runs indefinitely.

The script i used to do it is:

  if HypHome<>'':

    scrPath=HypHome+"\\products\\AccountReconciliation\\bin\\"

  else:

    #local for debug only

    scrPath="C:\\Oracle\\product\\11.1.1\\ARM\\bin"

   

  #Parameters Tuple must be full patch to script, User ID, Password (or -f:{pwdfile}),Arm Data Load, Period

  #callParms=[scrPath+"\loaddata.bat",strRulParm1,"-f:"+strRulParm1,strRulParm2,strARMPeriod]

  callParms=[scrPath+"\loaddata.bat",strRulParm1,"-f:"+strRulParm1,strRulParm2,strARMPeriod]

  if os.path.isfile(scrPath+"\\"+strRulParm1):

    p = subprocess.Popen(callParms,cwd=scrPath,stdout=subprocess.PIPE,stderr=subprocess.PIPE,shell=False)

Tagged:

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