Validation with data file failed

Hello All
I have loaded the Currency Exchange Rates from BW cube into Rate Model in BPC upto March 2014 and then our BW cube get updated the Exchange Rates for April 2014.
Now I am trying to load the Exchange Rates for April 2014 only into Rate model and for that I am validating the Transformation File but it was failed. It shows 'VALIDATION WITH DATA FILE FAILED'.
Rejected list option showing blank screen.
With the same Transformation file I have loaded the data upto March 2014 successfully.
I have compressed the source cube, reactivate the source cube after all am unable to validate the Transformation file. Below is my transformation file screen shot.
Please let me know if you need any more details from my side.
Thanku you all in advance.
Please help
Regards
Srikant

Hi Shaik
Thanks for your reply.
I have validate the Transformaiton file by given vlaue in MAXREJECTCOUNT= 10000 but there is no chage same error is coming. 'Validation with data file failed' without any errors.
Thanks
Srikant

Similar Messages

  • ERROR: validate with data file failed

    Hi,
    We are using SAP BPC 7.5 NW SP08(Admin & client). We are trying to load transaction data from BW actual cube to BPC application for which we have written the following transformation file.
    *MAPPING
    CATEGORY=*NEWCOL(ACTUAL)
    P_ACCT2=MVAL(0RECTOTSTCK|NEWCOL(PRODQU))
    P_DATASRC=*NEWCOL(INPUT)
    MATERIALBW=0MATERIAL
    RPTCURRENCY=0LOC_CURRY
    TIME=0CALMONTH
    SIGNEDDATA=0RECTOTSTCK
    *CONVERSION
    TIME=Conversion for IM Actuals.XLS!CONVERSION
    We want to map BW keyfigure 0RECTOTSTK (production quantity) to PRODQU - a member of the dimension P_ACCT2. And also we want to load the data from that key figure into our SIGNEDDATA field in BPC.
    We have validated and processed the conversion file without error, but getting the following error while validating definition of the transformation file:
    "ERROR: validate with data file failed"
    Can you please help on this.
    Thanks in advance.
    Appu

    Issue was resolved.We were trying to load data from the cube 0IC_C03.However, that cube had some non-cumulative key figures. BPC 7.5 SP08 does not allow data to be loaded from BW cubes having non-cumulative key-figures to BPC Cubes.This is a bug which will be rectified in SP11 according to SAP.
    Since we needed only 0RECTOTSTCK which is a cumulative key figure we created a separate BW cube and loaded it from 0IC_C03 using only the necessary cumulative key figures and other dimensions.We then used the new cube to load data into BPC cube and it worked.

  • Newbie help please:  "Validation of XML file failed."

    Hopefully my question is short and easy.
    I'm a developer and haven't used FrameMaker before. However for unforeseen reasons, I've inherited our technical help documentation constructed in FrameMaker which I've never used. Unfortunately I'm under a very tight deadline and I'm attempting to update our already existing and fairly extensive application help files.
    However, I'm getting a "Validation of XML file failed" error for 90% of our .xml help docs. I opened our .book file in FrameMaker fairly easily, and can see all of our .xml files. However the variables already embedded in the documents aren't being recognized and seem to be causing the above error. I've located our variable definition files (xml) in the concepts folder, but FrameMaker doesn't seem to recognize them. Any suggestions on what I can check or how I can get FM to refer to the variable definitions? I'm working with a new installation of FM, is there some setup I overlooked?
    Many thanks,
    dana.

    Sheila and Rick,
    Thank you both so much for your offer of help. My apologies for not replying earlier. Other 'emergencies' and priorities at work took me in other directions. It turns out another solution has been found for the time being. But thank you again for your replies. They say a lot about this community and its support. :)
    Thanks again,
    dana.

  • Importing CSV file with Data Merge Fails

    Specs
    See pasted text from CSV at http://pastebin.com/mymhugpN
    I am using InDesign CS6 (8.0.1)
    I created the CSV by downloading it from a Google Spreadsheet as a CSV. I confirm with the Terminal that the character encoding is utf-8 usnig the file command.
    Problem detailed
    I am trying to import a CSV file (utf-8) with Data Merge via the Select Data Source... command with Show Import Options checked. When viewing the Data Source Import Options dialog, I set the following options—Delimiter:Comma, Encoding:Unicode, Platform:Macintosh. I leave Preserve Spaces in Data Source unchecked. It fails to import any variables and produces no error message. I have tried other CSV files as well (created TextEdit, Espresso, etc.) and it seems that InDesign will not import any files if Unicode is specified as the encoding, no matter which other options are specified.
    Can anyone else confirm this?
    Importing as ACSII works, but obviously does not display my content correctly.

    Mike is having some trouble posting in this thread (and I am too), but he sent me a PM with what he wanted to say:
    OK. I think I might have a positive answer for you.
    I was getting lost in the upper ASCII characters you showed. In your test file I never could see any--a case of not seeing the trees for the forest.
    Your quote marks are getting dropped in your test file. Now, this may or may not affect other factors but it does in some further testing. I believe ID has an issue with dropping quote marks even in a plain ASCII file if the marks are at the beginning of a sentence and the file is tab delimited. Call it a bug.
    Because of all the commas and quote marks in your simple file, I think you should be exporting from Google Docs' spreadsheet as a tab-delimited file. This exported file has to be opened in a text editor capable of saving it out as a UTF-16 BE (Big Endian) type of file.
    Also, I think you are going to have to use proper quote marks throughout, or change them in the exported tab-delimited file. Best to have a correct source, though.
    Here is your sample ZIPped up. I think it works properly. But then again, I think I might be bleary-eyed by now.
    http://www.wenzloffandsons.com/temp/merge_psalms_utf-16.zip
    Take care, Mike

  • NEED HELP with *.dat files.

    How can I create a *.dat file with text in it?
    And then how can I read what is in it?
    This is kind a urgent so I would appreciate any help..
    Thanx in advance...

    I'm sure there will be others with more knowledge of such things...
    ...but one way would be to use RandomAccessReadWriter()
    HTH
    Poot

  • Intersection Validation with Multiload files

    Hi,
    is it possible to run intersection validation rep with Multiload files?
    if not, any workaround? maybe scripting the process?
    Thanks

    The adaptor is specifically coded to not run the intersection validation report on multiload. You could attempt to modify the adaptor but I would caution you that if you make a modification that causes the application to not function properly, support will require you to import a clean/unedited adaptor.

  • CREATE DATABASE with data file and log file in query pane

    Hi everyone, 
    After I ran the below code I got the following error message. Can someone help me fix this?
    Thanks
    CREATE DATABASE project
    ON
    (Name= 'project_dat',
    FILENAME ='C:\project.mdf',
    SIZE = 10,
    MAXSIZE = 100,
    FILEGROWTH = 5)
    LOG ON
    (NAME = project_log,
    FILENAME = 'C:\project.ldf',
    SIZE =40,
    MAXSIZE = 100,
    FILEGROWTH = 10);
    Msg 5123, Level 16, State 1, Line 1
    CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'C:\project.mdf'.
    Msg 1802, Level 16, State 4, Line 1
    CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
    skilo

    Hello ,
    Please go through by support site :
    Use SQL Server Enterprise Manager
    Note The instance of SQL Server Enterprise Manager that is included with SQL Server 7.0 does not support setting the default data directory and the default log directory. However, you can register your instance of SQL Server 7.0 in the instance
    of SQL Server Enterprise Manager that is included with SQL Server 2000, and you can then follow these steps to set the default data directory and the default log directory for your instance of SQL Server 7.0.
    Click Start, point to   Programs, point to
    Microsoft SQL Server, and then click Enterprise Manager.
    In SQL Server Enterprise Manager, right-click your instance of SQL Server, and then click  
    Properties.
    In the SQL Server Properties (Configure) - <Instance Name> dialog box, click the
    Database Settings tab.
    In the New database default location section, type a valid folder path in the
    Default data directory box and in the Default log directory box.
    Click OK.
    Stop your instance of SQL Server, and then restart your instance of SQL Server.
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Macbook Pro ejecting a dvd with data files

    Trying to get jpeg files off of a dvd but every time I put the dvd in it keeps getting ejected. Why is this happening? Thanks

    http://support.apple.com/kb/HT2801

  • Validations with date(Adding zero's)

    Hi,
      can anyone tell me regarding this:
    if the date is 5/5/2008 - the output should be 05/05/2008, means 0 should be concatenated in month and date.
    else if date is 5/12/2008 - the output should be 05/12/2008
    means 0 should be concatenated only in front of 5.
    please help.

    Hi,
    I cant get your requirement clearly. Anyway I give you some solution below:
    1. Declare the variable of TYPE SY-DATUM, so that automatically concatenate zero in front.
    OR
    2. You need to declare one variable as STRING and assign the input date to the string and split it at '/' then store date and month in two other variables and check those two variables are less than 10. If so then concatenate '0' in front else leave as it and finally concatenate as per your requirement.
    Regards,
    Raghu

  • Error validating the transformation file

    Hi All,
    We have a Sales Application for which we are loading the data through flat file. The data file has been created and uploaded using UJFS. The transformation file is giving error while validating saying that conversion files do not  exist. We have maintained the conversion files for each of the dimensions in BPC except the ones that have to loaded with a constant. Any help on the folllowing error log: The conversion files exist in the company folder. Please advise
    [Start validating transformation file]
    Validating transformation file format
    Validating options...
    Validation on options was successful.
    Validating mappings...
    Validation on mappings was successful.
    Validating conversions...
    The conversion file does not exist.  (ZTIME.XLS)
    The conversion file does not exist.  (ZACCOUNT.XLS)
    The conversion file does not exist.  (ZPRODUCT.XLS)
    The conversion file does not exist.  (CHANNEL.XLS)
    The conversion file does not exist.  (ZENTITY.XLS)
    Validation on conversions was successful.
    Creating the transformation xml file. Please wait ...
    Transformation xml file saved successfully.
    Connecting to server ...
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    [The list of conversion file]
    Conversion file: DataManager\ConversionFiles\ZTIME.XLS!CONVERSION
    Conversion file: DataManager\ConversionFiles\ZACCOUNT.XLS!CONVERSION
    Conversion file: DataManager\ConversionFiles\ZPRODUCT.XLS!CONVERSION
    Conversion file: DataManager\ConversionFiles\CHANNEL.XLS!CONVERSION
    Conversion file: DataManager\ConversionFiles\ZENTITY.XLS!CONVERSION
    Task name CONVERT:
    XML file (...BUDGET\SALES\DATAMANAGER\CONVERSIONFILES\ZTIME.CDM) is empty or is not found
    Cannot find document/directory
    Error: Validate with data file failed
    Thanks,
    Santosh

    Hi Santosh,
    I am sure you would done it correctly. However, just to be on the safer side, lets revisit all the steps.
    From BPC excel, we create a new conversion. Check the name of the worksheet (not the workbook). By default, it will be Conversion. You can change it to something else also. Lets say, we change it to Account. So, the sheet's name is Account. We validate and save the conversion as myconversion.xls. This will create another file named myconversion.cdm. Check the location properly while saving the conversion file. The location would be
    HTTP://server_name/appset/application/DataManager/ConversionFiles.
    Save it under company folder.
    Go to the server, where BPC has been installed. Go to the folder
    \Webfolders\appset\application\DataManager\ConversionFiles
    Check whether the conversion file is present or not. We should have both "myconversion.xls" and "myconversion.cdm".
    Create a new transformation file. Under the *CONVERSION section, We define the conversion file to be used. The format would be
    Dimension_Name=conversion_file_name.xls!sheet name
    In our example, it would be myconversion.xls!account. (check the use of the conversion file name and the sheet name).
    Save and validate the transformation file. Mostly, the issue is around the conversion file name and the sheet name. Check all the steps.
    Hope this helps.

  • Difficulty converting file keeps coming up with "file failed to be converted using Adobe ExportPDF online

    Can't convert file keeps coming up with message "file failed to be converted using Adobe ExportPDF online.

    Hi Dude291,
    I'm sorry that you're having trouble with ExportPDF. Can you please tell me a bit more about what's going on, so we can get to the bottom of the issue?
    What browser are you using? Have you tried clearing the browser cache?
    Are you converting from within Reader, or directly via the ExportPDF website?
    Are you able to convert other files? Or is the error specific to this one file?
    How large or complex is  the file that you're trying to convert?
    Are you accessing ExportPDF from a networked computer that may have firewall/proxy settings that are limiting access to the Internet?
    I think that's good for starters. Please get back to us with some detail about the problem and we will see what we can do.
    Best,
    Sara

  • Few data files with wrong database name in header .

    Hi,
    there was problem with controlfile to trace generation , and an old one controlfile was used as (without few new datafiles recorded):
    CREATE CONTROLFILE set DATABASE "TEST" RESETLOGS NOARCHIVELOG ...
    during test environment creation .
    Then the alter database open resetlogs was done .
    The problem is few data files was not in controlfile (because of its oldenes), and
    they got still PROD in their headers as a database name .
    Is there any chance I can bring them back (attache) to new instance (after resetlogs) .
    Its test environment so I dont care if its supported or not :).
    Maybe manual editing file header or something ?
    DB is 9.2.0.8 .
    Regards.
    Greg

    GregG wrote:
    No I'm not. Looks like I need to rerun the whole process .
    There is no way to bring back those files to current instance :(.
    Regards.
    GregEither rerun the whole process again or contact the Oracle Support (and don't imagine to play with data file headers manually)

  • Data file recovery from Windows 7

    A Macbook that was running OS X with data files and pictures was taken by someone without their permission.
    That person then wiped the hard drive and installed Windows 7.
    The Laptop has since been returned to the original owner and to her dismay realizes all her files have been deleted.
    Is there any chance of recovering any of her previous OS X data files and pictures before she reinstalls OS X.

    Kappy and Limnos are both correct, depending on what was done to the hard drive.
    It's most likely that the person who put Windows 7 on the Mac did a quick erase, which would leave all but the first few cylinders of data on the drive untouched.
    After changing the partition scheme to NTFS and and installing Win 7, then the data that will be difficult to impossible to recover will be those areas that were written over with the Windows OS files, the swap file it creates, and any other areas of the drive that were written over during that person's use of the Mac.
    The first thing you will need to do before you can use either FileSalvage or Data Rescue 3, is boot to the disks the Mac came with, run Disk Utility from the DVD and change the partition back to Mac OS Extended. Neither of these recovery programs will read anything but a Mac drive. As in changing the drive to NTFS, you would only be overwriting the first few cylinders of the drive to do this. Just make sure not to install OS X. Only use the DVD to get the drive back to Mac OS Extended.
    Since the drive will have no bootable system on it at this point, you will need to purchase one recovery program or the other on a bootable CD/DVD. The only other option is a bootable external drive so you can try the demo versions before purchasing. The external drive will also need to have enough free space to recover files to.
    Now run either recovery program. As mentioned a few times now, getting any data back that was sitting on the areas overwritten with Win 7 are slim to none. But any data on the drive that was never written to during that time can be. What you recover all depends on what was sitting where.

  • Retrieve data/files fro HTTP POST request in On-Demand process

    Hello,
    I would like to integrate https://github.com/blueimp/jQuery-File-Upload to my APEX 4.2 application inside XE11g. I would like to use this kind of jQuery component, multiple file upload, use Drag & Drop, image resize, size limit, filter extensions etc...
    This jQuery component and also others javascript uploaders sends data files to some defined URL. Developer need to build some servlet, php script or something on server side that will read files from HTTP request and stores it somewhere.
    Do you know how to do it in APEX? How can I read data from HTTP POST request in PL/SQL? Now I can only call my On-Demand application process from javascript, but I am not able to read any data from HTTP POST in it.
    Can I do it in APEX, or using MOD_PLSQL?
    I would like to implement this:
    1) some javascript uploader will call some URL of my application and sends HTTP POST with data files
    2) I will read data files from HTTP POST and store them into database
    3) I will create some HTTP response for javascript uploader
    Thank you for some tips

    I know about that existing plugin " Item Plugin - Multiple File Upload"
    But I doesn't work in IE and has only basic features. Licence for commercial use is also needed. I would like to use some existing jQuery plugin. There are many of these plugins with nice features. And only one problem is that I need to create some server side process/servlet/script.. that can recieve HTTP request, get files from it and stores them into DB.

  • Email Notification with date field

    Hi,
    i marked the a field as Display field this way it is displayed in the Email notification. (%Records%).
    But i can see the letral date field displayed in email as 2010:03:09:00:00:00:000
    Why is the ''00:00:00:000'' displayed when i have a date field??
    Did anyone face this issue..
    KR
    John

    HI John,
    Date field in MDM is 18 characters long and has date as well as time component to it.
    You can use assignment to trim this and transfer its value to another field and make that field as DF,so that it is displayed in the mail as date.
    Otherwise you can also create a calculated field for this purpose.
    Please go through this very useful link to create expressions/validations with dates:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b025fab3-b3e9-2910-d999-a27b7a075a16?quicklink=index&overridelayout=true
    Thanks,
    Ravi

Maybe you are looking for