The center of GL is a required field!  Check the definition of file format in the header of the file

Hello

I'm new in Hyperion FDM. I'm trying to load a txt file using the FDM multiload feature. I created a VBScript script to load data. When I run the script, it ends without error but doesn't load any data. I get the following errors in the log file

* Start the journal entry for the Runtime Error FDM [2012-01-29 16:20:07] *.
-------------------------------------------------------------
ERROR:
Code............................................. 2621
Description... The center of GL is a required field! Check the definition of file format in the header of the file (lines 1-6).
File = 10_SAMPLE_Actuals_JAN - 2011_RM.txt
Process... clsMPLoader.fStructGetText
The component... upsWMPLoaderDM
Version.......................................... 1111
Thread........................................... 3212

IDENTIFICATION:
User............................................. admin
Name of the computer... RAJNEESH
App name... testfdm1
Client App....................................... WorkBench

CONNECTION:
Provider......................................... ORAOLEDB. ORACLE
Database server...
Database name, orcl
Trust connect... Fake
Connect status... Open connection

GLOBALS:
Location......................................... SAMPLE
Location ID... 748
Location Seg... 2
Category......................................... ACTUAL SPENDING
ID of the category... 12
Period........................................... Jan - 2012
Period ID........................................ 31/01/2012
POV Local........................................ Fake
Language......................................... 1033
User Level....................................... 1
All Partitions... True
Is Auditor....................................... Fake

Here is the content and the format of the text file that I am trying to load

SAMPLE
ACTUAL SPENDING
Jan - 2012
1
R, M
a, v, e, v
A1, version1, e1, 100
A2, e1, version1, 100
A3, version1, e1, 100

Obviously there is something wrong in the above txt file. Someone can let me know whats wrong, I have do. I see also error in the following database tbatchcontents table after the code end run VBScript

10_SAMPLE_ACTUALS_JAN - 2011_RM. TXT_CHECK FAILURE (CODE = 2621)

Need your help. Thank you.

Published by: rajneesh sharma on January 29, 2012 14:02

Please see this post-online Multiload Essbase

Thank you

Todd Rebner

Tags: Business Intelligence

Similar Questions

  • Highlight the required fields

    Hello. I have a form with many elements like select the list, text box, and date picker. These are the required fields of the form with the required model and required value set to Yes also. I want to emphasize these required fields with the pale yellow background when loading the page. Anyone can guide me please?

    For Multi Select Value:

    $('.select2-choices') .css ('background-image', 'none').css('background-color','yellow');

    And then, you add a line like this for each required field:

    $(' #s2id_ITEM_NAME.select2-choice') .css ('background-color', 'red').css('background-image','none');

    Replace nom_element with the name of the element in the page, something like P101_LOGIN, etc.

    Sergio

  • Hi, PDF form of the guru. How to make a text box become a required field IF a drop-down list is selected as the "Yes"?

    Hi, PDF form of the guru.

    How to make a text box becomes a "required field", IF a drop-down list is selected as the "Yes"?

    and 'not required' if the drop down menu selected as 'No' or left blank.

    Any help would be greatly appreciated

    see you soon

    Use this code in the custom drop-down list field validation script:

    this.getField("Text1").required = (event.value == "Yes");

    (Change "Text1" to the actual name of your text field, of course)

  • Not able to cancel page create without entering the required fields

    Hi all

    I am creating a custom page. I have a new folder creation Page. In this page the 3 fields are required. So I made these fields as required-> Yes. If the user clicks the Cancel button, it must navigate to the previous Page.

    But because of required fields, it's show "form validation failures: ' error. Is requested to enter required fields.


    Kindly help me in this.


    Thank you and best regards,

    Myvizhi

    Make the following property of the button Cancel to "True".

    Disable the side customer Validation

  • Prevent the 'Send Email' dialog box until the required fields are filled

    I am new to JS and fight with a last piece of code.

    I have a form with several fields. I send the form as an attachment to e-mail and need the required fields completed before the form can be sent by e-mail.

    Currently, I have a display alert message if all of the required fields are empty, but if I cancel the box warning, the 'send Email' dialog appears immediately and I can send the form even if the required fields are empty. I want the 'Send Email' box to appear only after completing all the required text boxes.

    The problem seems to be with the if/else line (IF all fields req. are empty, send alert. OTHERWISE open the box "Send email"). What is the best way to write this? Ideally, I would like to alert to list specific areas that are empty. Here is what I have at the moment - but obviously something wrong):

    If (requiredFields.length > 0) {}
    App.Alert (Error);

    } else


    var subject = this.getField("JobNumber").value + '-application form;
    this.mailDoc({)
    cTo: "[email protected]"

    })

    (Using Acrobat XI - thanks in advance!)

    LAST UPDATED 18/12/15

    Talk with someone @ Adobe (through our IT people we actually received a CONF. call w / an Acrobat expert!)

    It turned out to be the word "subject" in our Javascript. The word
    "subject" is a reserved word in newer formats and is read-only in
    Drive.  So we had to redefine the word & read "subject".

    Works great!

  • Insert the module {cc_security} and captcha and continues to receive spam on forms Adobe Catalyst submissions. Help, please! Also the required field is be circumvented.

    Insert the module {cc_security} and captcha and continues to receive spam on forms Adobe Catalyst submissions. Help, please! Also the required field is be circumvented.

    This has been resolved through Adobe Live Chat Support. Thank you

  • How can I restrict people to print, save or send the form unless all required fields are filled?

    I made a form with several fields. The form will be on an intranet page, and people will be able to download the form, fill it out and save you, by post or print it out.

    However, I want to fill all the required fields. How can I prevent that people are able to save, send or print the form when some required fields are not filled.

    It is not possible. But you can post a message.

  • How to remove the error required field in a table

    Hello

    I block in table form, the the first element required property is set to Yes, so when I open the form and click on the first item to enter data in the first row and then move to the second and later decides not to enter the second line of data and, he asks is a required field. How to handle this.

    forms of Oracle 10 g 2.

    After the form open, you can able to see the main features to find the key to cancel the input query mode then press this button to cancel the mode of input query.

  • Ignore the validation for required fields when you navigate to other tabs

    I have 2 tabs in my application. In the 2nd tab, I save a command button and the 3 required fields. I've added my validation to my managed bean method, for example:

    < af:inputText id = "MyField", validator = "{#myBean.validateField} ' < / af:inputText >"

    The validation works well.

    The problem is, as these 3 fields are required fields in my 2nd tab, so I left blank for these 3 fields and try to navigate to my 1st tab, I got validation of ADF error, saying: "you must enter a value.

    I don't even click the button Save, why I get the validation error.

    I tried to put SkipValidation = "true" in my page for my 2nd tab definition file, it does not work.

    Please advise and thank you.

    Hello

    I think that you should seek immediate ownership of your tab (showDetailItem or perhaps panelTabbed) and set the value to true.

    Kind regards

    Sébastien

  • How can I make a button to be interactive so when its checked or clicked, the next tab fields become required field?

    I'm trying to create a form that contains a button to select a credit card or check.  When someone chooses the credit card, I need to become a required credit card information fields.  In the contrary case, it they select check, all the fields of credit card (number, exp. date, security code...) to be non-mandatory field.

    Why use a button. If you have a checkbox or a radio button, you can use the available actions for one of these fields to adjust the properties of the fields depending on what widget in the Group has been selected that can be to make the required, visible and required fields and then reset/clear the other group of fields, do so in read-only and disabled the requirement.

  • Explanation of the required field?

    Newby here.  So, I marked my form to have "required fields." But there is no error message when the user ignores the required fields.  Why? They are not "necessary".

    Maybe 'necessary' does not mean what I think it means.  Can you give me an idea of what "required" made reference to in a form?

    Thanks for any help you can provide.

    The "Required" property is validated only when the form is submitted. If

    you want that it is used in a different context, that you will need to use a script to do

    yourself.

  • Adobe, checking the forms that required fields are completed-Java Script

    I inserted two Java Scripts in my form - one for the verification of the required fields are filled and then one to generate an email pulling a line of object custom, as shown below:

    var emptyFields = [];

    for (var i = 0; i < this.numFields; i ++) {}

    var f = this.getField (this.getNthFieldName (i));

    If (f.type! = "button" & & f.required & & f.display == display.visible ") {}

    If ((f.type=="text" & & f.value== "") |) (f.type=="checkbox" & & f.value=="Off")) emptyFields.push (f.name);

    }

    }

    If (emptyFields.length > 0) {}

    App.Alert ("error! ("You must fill in the following fields: \n" + emptyFields.join ("\n"));

    }

    this.mailDoc ({' bUI:false, cTo: '[email protected],[email protected] [email protected]', bassujetti: ' form of Bugzilla for: '+ this.getField ("Bugzilla Title") .value +' - this.getField ("Bugzilla ID") .value + "" ""})

    Question: After the error window shows the fields that were not completed, when I click on OK, the e-mail window.

    QUESTION: How can I avoid that the window of e-mail to display until all the fields are filled?

    Thank you!

    There must be a space after the 'else '.

  • Display the * in red color on the required fields

    Hi all

    I want to display the required field indicator * red.

    can you get it someone please let me know how to do it?

    Regrads

    Rognard

    Hello

    There seems to be a skin selector to change the icon

    . AFRequiredIconStyle

    A style class which the icon required for components of the form of the styles. You can't currently style this icon for each component.

    If you need to create a custom skin (see the Web Developer Guide) then change the global alias to for example

    . AFRequiredIconStyle {background-image: url(url-to-image)}

    Frank

  • How to use Spry validator without obtaining all the required fields

    Hello

    I have a problem with a form were I use the Spry validator, I want only 4 required fields but now all fields are required and I don't know why.

    Thanks for your help!

    I finally have my answer using this tutorial:

    http://www.YouTube.com/watch?v=EdkQUEpLHdk

    Have a nice day!

  • How to show the asterisk, required fields in a row of the table?

    Hi people,

    To show the asterisk (*) required fields in a form, I used to give required = "true" for the component and surround the component with an af:panelLabelAndMessage for which I put showRequired = 'true '. How to proceed for a component in a table row. For an element in an array, there is no label itself. The required = true flag in the appropriate error message of component shows, saying that it is necessary, but there is not (*) for this component.

    Thank you
    Vishal

    Table does not have any mandatory attribute. But the column has the property of showRequired. You can used this. If the column has text input then also you put true required on this component. And set your required messages here.
    It can solve your problem

    Thank you
    Prateek

Maybe you are looking for