Problem Validating & Processing Transformation file in NW 7.0 version

I am trying to Validate & Process Transformation File against my Data file I am getting the error message that I have at the below. When I validate the Conversion files, I see the creation of corresponding .CDM files. I even deleted the .CDM files and recreated the files.
So my question is why it is giving "Sheet does not exist  (CONVERSION)" warning for which it is rejecting the records inside the Data File?
DATA FILE:
C_Category,Time,R_ACCT,R_Entity,InputCurrency,Amount
ACTUAL,2007.DEC,AVG,GLOBAL,USD,1
ACTUAL,2007.DEC,END,GLOBAL,USD,1
ACTUAL,2007.DEC,AVG,GLOBAL,JPY,110
ACTUAL,2007.DEC,END,GLOBAL,JPY,110
ACTUAL,2007.DEC,HIST,GLOBAL,JPY,110
ACTUAL,2007.DEC,HIST,GLOBAL,USD,1
ACTUAL,2008.MAR,AVG,GLOBAL,USD,1
ACTUAL,2008.MAR,END,GLOBAL,USD,1
ACTUAL,2008.MAR,AVG,GLOBAL,JPY,107.5
ACTUAL,2008.MAR,END,GLOBAL,JPY,105
ACTUAL,2008.MAR,HIST,GLOBAL,JPY,110
ACTUAL,2008.MAR,HIST,GLOBAL,USD,1
TRANSFORMATION FILE:
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
SPECIFICMAPPING=YES
*MAPPING
C_Category=*col(1)
Time=*col(2)
R_ACCT =*col(3)
R_Entity=*col(4)
InputCurrency=*col(5)
Amount=*col(6)
*CONVERSION
C_Category=[COMPANY]C_Category.xls!CONVERSION
Time=[COMPANY]Time.xls!CONVERSION
R_ACCT=[COMPANY]R_ACCT.xls!CONVERSION
R_Entity=[COMPANY]R_Entity.xls!CONVERSION
InputCurrency=[COMPANY]InputCurrency.xls!CONVERSION
ERROR
[Start validating transformation file]
Validating transformation file format
Validating optionsu2026
Validation on options was successful
Validating mappingsu2026
Validation on mappings was successful
Validating conversionsu2026
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Validation on conversions was successful
Creating the transformation xml file; wait a moment
Transformation xml file saved successfully
Connecting to server...
Begin validate transformation file with data fileu2026
[Start test transformation file]
Validate has successfully completed
ValidateRecords = YES
Task name CONVERT:
No 1 Round:
Record count: 12
Accept count: 0
Reject count: 12
Skip count: 0
Error: All records are rejected

*CONVERSION
C_Category=C_Category.xls
Time=Time.xls
R_ACCT=R_ACCT.xls
R_Entity=R_Entity.xls
InputCurrency=InputCurrency.xls
On validating with the above format, I still getting the same error
[Start validating transformation file]
Validating transformation file format
Validating optionsu2026
Validation on options was successful
Validating mappingsu2026
Validation on mappings was successful
Validating conversionsu2026
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Sheet does not exist  (CONVERSION)
Validation on conversions was successful
Creating the transformation xml file; wait a moment
Transformation xml file saved successfully
Connecting to server...
Begin validate transformation file with data fileu2026
[Start test transformation file]
Validate has successfully completed
ValidateRecords = YES
Task name CONVERT:
No 1 Round:
Record count: 12
Accept count: 0
Reject count: 12
Skip count: 0
Error: All records are rejected

Similar Messages

  • Problem while processing large files

    Hi
    I am facing a problem while processing large files.
    I have a file which is around 72mb. It has around more than 1lac records. XI is able to pick the file if it has 30,000 records. If file has more than 30,000 records XI is picking the file ( once it picks it is deleting the file ) but i dont see any information under SXMB_MONI. Either error or successful or processing ... . Its simply picking and igonring the file. If i am processing these records separatly it working.
    How to process this file. Why it is simply ignoring the file. How to solve this problem..
    Thanks & Regards
    Sowmya.

    Hi,
    XI pickup the Fiel based on max. limit of processing as well as the Memory & Resource Consumptions of XI server.
    PRocessing the fiel of 72 MB is bit higer one. It increase the Memory Utilization of XI server and that may fali to process at the max point.
    You should divide the File in small Chunks and allow to run multiple instances. It will  be faster and will not create any problem.
    Refer
    SAP Network Blog: Night Mare-Processing huge files in SAP XI
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Processing huge file loads through XI
    File Limit -- please refer to SAP note: 821267 chapter 14
    File Limit
    Thanks
    swarup
    Edited by: Swarup Sawant on Jun 26, 2008 7:02 AM

  • Select Time at Validate and Process Transformation File

    Hi, Experts,
    We have SAP BPC 10 NW.
    We need to load data (not DELTA) from BW using a batch process every night and we don't want to need to make any change when the current month changes. We need to filter the current month and the month before automatically.
    I think in solve this at transformation file level, when we select the InfoProvider and filters. We can select the Dimension/Field, Attribute, Operator an Low Value. Question: Is it possible to use a formula to have the current month dynamic (and the month before too)?
    I though in another possibility: create a field a InfoProvider that has "Y" when the current month (or the month before) from system is the month of TIME.
    Maybe there is a way by Data Manager Package.
    May you help me?
    Best Regards,
    Ana Teresa

    Hi Ana,
    The standard option is to use START_ROUTINE in your transformation file to check the server date and filter the data to be loaded accordingly.
    Regards,
    Kalyan.

  • 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.

  • How to execute several ROUNDS in a single transformation file?

    Hi everybody,
    I've put several transformation files into one transformation file but I have the following problems:
    - when I look at the log after validating the transformation file, it only shows values for the last combination of OPTIONS / MAPPING / CONVERSION
    - when I execute the package for loading dat into the cube, it ONLY loads data for the last combination of OPTIONS / MAPPING / CONVERSION that appears in the transformation file
    The number of 'Submit record count' is always the same as the number of accepted records of the last round. And if I create a view from the target cube, it only has data for the last combination of OPTIONS / MAPPING / CONVERSION.
    What is happening? Do I must change any parameter?
    It's critical for the project as we are loading a lot of key figures and we must simplify the administration of the load process
    Thanks a lot in advance for your support,
    Albert Mas

    Hi,
    Please try (for Windows):
    Double click printer icon on desktop,
    Select Scan a Document or Photo,
    Put the first page on the glass (face down),
    Check options (size, dpi ...), and select Scan document to file,
    Click Scan - machine will scan the first page
    Remove the first page on the glass, put the second page,
    Click + (plus sign) It sits on the left hand side of a red x
    Machine will scan the second page, put 3rd page on the glass and click + again ..... to the end then click Save
    Click Done after Save
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Need Help Regarding Nested IF condition in Transformation File.

    Hi,
    In BI Cube I am having 2 Currency Type values 00 and 10.
    And for some GL Accounts Cost Centres are Empty. So for these Empty 0COSTCENTER I am inserting a String CC_NONE.
    My requirement is to load Data into BPC by validating 2 Conditions for 0COSTCENTER,
    C1. Where 0CURTYPE (Currency Type) = 10 only.  *IF(0CURTYPE=*STR(10) THEN
    C2. Check where 0COSTCENTER are Empty.          *IF(*STR(CC_)+0COMP_CODE+0COSTCENTER = *STR(CC_)+0COMP_CODE
           then load the string CC_NONE.                            THEN *STR(CC_NONE);
           else load 0COSTCENTER's                                  *STR(CC_)+0COMP_CODE+0COSTCENTER))
    So entire code will be as below to load 0CostCenter into BPC
    COST_CENTER=*IF(0CURTYPE=*STR(10) THEN *IF(*STR(CC_)+0COMP_CODE+0COSTCENTER = *STR(CC_)+0COMP_CODE THEN *STR(CC_NONE); *STR(CC_)+0COMP_CODE+0COSTCENTER))
    For this, while validating the Transformation File I am getting error as,
    Command Error: STR(PC_NONE
    If there is any possibility let me know.
    Thank you,
    Hemanth

    Hi Hemanth,
    But why not to combine both checks like:
    COST_CENTER=*IF(0CURTYPE+*STR(CC_)+0COMP_CODE+0COSTCENTER = *STR(10CC_)+0COMP_CODE THEN *STR(CC_NONE); 0CURTYPE=10 THEN *STR(CC_)+0COMP_CODE+0COSTCENTER)
    Vadim

  • Why are no Pentax lenses in the Adobe Camera Raw lens profiles when processing JPG files?

    I normally shoot and process raw files and use the latest version of Adobe Camera Raw for processing. Some of these files are converted to jpg for use on the net or e-mailing etc. Sometimes I want to make minor changes to the now converted jpg file and often go to Adobe Camera Raw for ease and speed of use. Lately I have gone back to some files that were not thoroughly processed as raw files before conversion to jpg. When, in ACR, I go to Lens Corrections panel, Profile tab, I Enable Lens Profile Corrections and choose Setup: Auto (or Default) and get the message, "Unable to locate a matching lens profile automatically".
    I then go down to Lens Profile and click on Make with the intention of choosing the Pentax lens which I used for the photo. Here is the problem - there are only six choices under make, namely Apple, Canon, Nikon, Sigma, Sony and Tamron. I have no such issues when processing a raw file in Adobe Camera Raw. Pentax lenses are automatically detected and Pentax, along with Leica, Samsung, Zeiss, etc. are choices under Make of lens.
    Do other people have this problem? Is there some setting I have missed? Is Adobe just not permitting some makers' lenses, for which there are profiles, to be corrected if the files are jpgs?
    BTW, I have checked and the same issues exist for tiff files opened in ACR.

    Assuming I read your post correctly, and that you're trying to use Lens corrections on JPEGs and TIFFs...  I believe there's a completely different set of profiles for correcting already "developed" images (such as JPEGs and TIFFs).  If I recall correctly (and it's been a while since I read about this), it's the same set that's used inside Photoshop for the Filter - Lens Correction tool (I hope someone here will correct me if I'm wrong, but I'm sure I read this somewhere).
    If your lenses are known to Camera Raw when you develop raw files, I suggest you will need to go all the way back to your Raw file and reprocess it from that stage.  You'll get a better result anyway.
    -Noel

  • 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

  • Save Transformation File

    How to save the transformation file through EV function. I tried to use MNU_eDATA_SAVESTRANSFORMATION but nothing is happening.

    Hi Anurodh,
    I was just about to reply you with the correct EV function. Good thing you got it.
    Regarding validation of transformation files - When you validate the transformation file, it creates the TDM file and saving will create the xls file. I am not sure whether the specified EV function will validate the file as well or not. However, just to test it, please delete the TDM file (take a backup and then delete). Then you run the EV function. If it creates the TDM file, then the EV function is actually validating and then saving. If TDM file is not created, then I am afraid that you need to maually validate the file and then save it using the EV function.
    Hope this helps.

  • Problems with creating XML file via Call Transformation

    Hi,
    When creating a XML file via Call transformation an extra character '#'is placed at the beginning of the file.
    This problems occurs since the upgrade to ECC6.0 and the Unicode conversion.
    When opening the XML file the following error message appears:
    Invalid at the top level of the document. Error processing resource 'file ....
    Has anybody an idea why this extra character is placed at the beginning of the file. Has it something to do with the unicode conversion and how can we solve the problem?
    thanks for your help
    kind regards,
    Maarten van IJzendoorn

    Hello Marteen,
    Can you please share the solution to this issue and let me know.
    Our Issue:
    1) We are executing a report which generates an XML file on FTP.
    2) The FTP file is always in Error when executed thorugh JAPANESE login but not thorugh EN login.
    3) The XML files generated have always an extra character in the end ( which can be space,#,$%^&, etc.) when this extra character is removed from XML file with opening it in NOTEPAD then XML works OK in JA login as well.
    4) In the PROGRAM everything has been checked with respect to OPEN dataset statement , XML ports UNICODE etc.
    5) THIS issue has been reported only after upgrading to ECC 6.0 from 4.6C.( in older version it works fine).
    Various OPEN dataset statments are :
    OPEN DATASET path_fil
    FOR OUTPUT
    Thanks to reply.

  • TS3694 Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out.

    Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out. Make sure your network settings are correct and your network connection is active. or try again later." and next to the file it has err = -3259. I have tried this 17 times and it won't work. My iTunes is completely up to date. I have made sure that my connection is fine and I have tried turning my firewall off with no avail. This has happened to me before but usually the update will go through after 2-3 tries, never to this extent. I don't know what to do. Help!

    Error -3259 is a network timeout error, usually. This article might help:
    http://support.apple.com/kb/TS2799

  • Memory overflow problems when processing huge XML files

    Hi All,
    We are in need of processing very large XML file.(more than 100MB)..
    We ran this job in background and it resulted in runtime errors.
    Is there any way of processing this file as a whole?
    Edited by: Thomas Zloch on Nov 17, 2010 4:16 PM - subject adjusted

    Normally such memory problems can be avoided by using block processing and clearing tempory data inbetween the blocks. However all XML techniques that I know (DOM, XSLT, ST) require all data to reside in an internal table at once. I will be facing a similar problem soon, so I'm quite interested in a solution.
    One way would be to upgrade the hardware and allow more memory to be allocated to the workprocess (system administration). Some background information:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/32eb1fe92e3504e10000000a421937/frameset.htm
    I wonder if there are other workarounds, let's see if there will be additional replies.
    Thomas

  • Im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    i have been dealing with this same issue, tried to  turn off firewall and even turn of antivirud but still it gave me the same error.

  • Elements 11, PC Windows 8.  Problem: Process Multiple Files is grayed out.  How can I activate it?

    I have to reduce the resolution for files in a folder.  I have done this in the past but have a problem with the reinstall of Elements 11 on a PC that lost it's mind and had to reinstall all software.  The Process Multiple Files under the File heading is grayed out and will not allow me to point to the files to be reduced.  Sure would like some help on this.   THX.

    You have to be in Expert Mode (see this picture) to enable the "Process Multiple Files ..." from the file menu.   You are in the Editor windows, right?

  • Problems with processing files uploaded from Safari browsers

    I have a jsp that allows users to upload files via a secure form and the standard html <input type=”file” … > tag.
    For complex reasons I need to get the contents of the HttpServletRequest into a character array. Basically my code looks like this:
    BufferedReader reader = request.getReader();
    char[] ba = (char[]) Array.newInstance(char.class, MAXFILESIZE);
    int total = 0;
    int charsRead =0;
    while ((charsRead = reader.read(ba, total, 1024)) > -1)
    total += charsRead;
    When the request is submitted by a Safari browser, approximately 70% of the time, the very first reader.read does not return a result. After about 2 minutes, I get a SocketTimeoutException. On the client side, Safari shows a “loading ….” Message and after 5 minutes reverts to a blank screen – unsurprisingly since the server never serves up a response.
    By way of comparison, when the transaction is successful, the process takes less than 1 second.
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
    at com.ibm.ws.io.Stream.read(Stream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:342)
    at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200)
    at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80)
    at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:312)
    at java.io.InputStream.read(InputStream.java(Compiled Code))
    at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java(Compiled Code))
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java(Compiled Code))
    at java.io.InputStreamReader.read(InputStreamReader.java(Compiled Code))
    at java.io.BufferedReader.fill(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read1(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read(BufferedReader.java(Compiled Code))
    This problem occurs regardless of file size and even if Safari is told to report itself as firefox. This problem has not once occurred with any of IE 5,6 or 7 or Firefox 1.* and 2.*
    I have not been able to test this with Safari 3 Beta for Mac or Windows.
    Environment:
    Client is Mac OS-X 10.4.10 with Safari: 2.0.4
    Server is Websphere 5.1

    Since a few hours, I have the same problem like you. I uninstalled Firefox, because I thought it was a problem with it, but then i started Safari to redownload Firefox and guess what happened.. nothing. I can't download anything. don't know why. does anyone know whats wrong??

Maybe you are looking for