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

MOSC Banner

FDMEE AftValidate Script failing

edited Jan 15, 2018 9:23PM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 7 commentsAnswered ✓

Hello Experts -

I am trying to write a rule to achieve the email notification with validation status log file attached to it.

Below is my code trying to see if i can send an email atleast with Validation status used in AftValidate, however it is throwing me error. Also attached the error log

Any quick help is really appreciated.

'************************************************************************************

'REVIEW INPUT PARAMETERS

'************************************************************************************

If WScript.Arguments.Count <> 5 Then

   WScript.Echo "You must supply 5 runtime variables." & vbNewLine & "Usage:HFM_LOAD.vbs LoadID CSS_Token OracleInstancePath JavaHomePath OLE_DB_PROVIDER"

   WSCript.Quit -1

Else

   LoadID = WScript.Arguments.Item(0)

   CSSToken = WScript.Arguments.Item(1)

   OracleInstancePath = WScript.Arguments.Item(2)

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