FDMEE AftValidate Script failing
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)