My Oracle Support Banner

When Attempting A Data Load Via Command Line In Account Reconciliation Manager (ARM), No Data Loads And No Errors Are Reported, HTML Code Is Displayed In Command Window (Doc ID 2194678.1)

Last updated on AUGUST 23, 2024

Applies to:

Hyperion Financial Close Management - Version 11.1.2.4.103 and later
Information in this document applies to any platform.

Symptoms

You're initiating an ARM data load in a command window, using the loaddata.bat script. The process begins successfully, but no data actually gets loaded. The ARM log files do not generate any output related to the load process. And after several minutes, the command window begins displaying pieces of XML code:

"Checking status of the data load: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title> Financial Close </title> <style type="text/css"> body {font-size: 12pt; font-family: arial,helvetica; background-color:rgb(236,244,248)} </style> <script type="text/javascript"> function onLoad() { document.jps_login.setAttribute("autocomplete", "off"); document.jps_login.j_username.setAttribute("autocomplete", "off"); document.jps_login.j_password.setAttribute("autocomplete", "off"); document.jps_login.j_username.value = ""; document.jps_login.j_password.value = ""; document.jps_login.j_username.focus(); } function jpsSubmit() { var bSuccess = false; bSuccess = chkEmptyUsername(); if (bSuccess) { bSuccess = chkEmptyPassword(); } if (bSuccess) { document.jps_login.action = "j_security_check"; document.jps_login.method = "POST"; document.jps_login.submit(); } } function chkEmptyUsername() { if (document.jps_login.j_username.value == '') { var strMsg = "User Name is required."; alert(strMsg); return false; } return true; } function chkEmptyPassword() { if (document.jps_login.j_password.value == '') { strMsg = "Password is required."; alert(strMsg); return false; } return true; } </script> </head> <body onload="onLoad();"> <form name="jps_login" action=""> <!-- action="j_security_check" --> <div style="height:100%; vertical-align: middle;"> <table border="2" align="center" width="60%" style="margin-top:15%;"> <tbody> <tr> <td width="50%" align="left" valign="middle"> <table> <tr> <td> User Name: </td> <td> <input type="text" name="j_username" value="" style="width:160px;"/> </td> </tr> <tr> <td> Password: </td> <td> <input type="password" name="j_password" value="" style="width:160px;"/> </td> </tr> <tr> <td align="left"> <input type="submit" value="Submit" onclick="jpsSubmit();"/> </td> </tr> </table> </td> <td width="50%" align="center" valign="middle"> <img src="oracle/apps/epm/arm/ui/images/view/logon_panel.gif" alt=""/> </td> </tr> </tbody> </table> </div> </form> </body> </html>"

 

Changes

A new Native user was created in Shared Services and provisioned in FCM to run ARM data loads.

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


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