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.

Similar Messages

  • Cannot Save Transformation File

    Hi
      I created a transformation file for Master Data Load. But, when I am trying to save it, it is giving me an error "You do not have authority to save this Transformation File" -- Can anyone throw some light
    " I have given full admin access to the user I am using"
    Thanks
    KC

    Are them trying to save it to the company folder or a team folder?  If team, perhaps they have not been assigned to that team.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could

    Not sure if anyone can help but I have a copy of Photoshop CS5.1. Ever since it was installed, every now and again when I try do something simple like save a file or scale something using the Transform tool, in fact anything at all it comes up with "Could not complete your request because of a program error". Have thought about re-installing  it but I have lost my serial number.  I'm living in Ireland and trying to get to talk to someone in tech support is a complete joke. Any ideas what to do ? Thanks

    Ianp69549740 have you tried reinstalling Photoshop CS5.1?  If so do you receive any specific errors?  What operating system are you using?

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

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

  • Merge two mst transform files

    Hi,
    I have two mst files and I need to merge both and create a single transform file and then apply it over an msi. How can I achieve this using C#?
    Any code snippet would help.
    Regards,
    Pradeep R

    If you have an original database (.msi) to which the transforms apply, then I think you can do this:
    Copy the original database to a new file. (Or perhaps you can use the szPersist parameter of MsiOpenDatabase to skip this step.)
    P/Invoke MsiOpenDatabase to open the copy database.
    P/Invoke MsiDatabaseApplyTransform to apply each transform (.mst) to the copy database.
    P/Invoke MsiDatabaseCommit to save the changes to the copy database.
    P/Invoke MsiOpenDatabase to open the original database.
    P/Invoke MsiDatabaseGenerateTransform to compare the original database to the copy database and save the differences as a transform.
    P/Invoke MsiCloseHandle twice to close both databases.
    If you don't want to use P/Invoke directly, then check if Deployment Tools Foundation wraps these functions.  Alternatively, you could run the msitran.exe program in the Windows SDK.
    If you don't have a suitable original database, then I guess you'll have to use the MSITRANSFORM_ERROR_VIEWTRANSFORM flag of MsiDatabaseApplyTransform and read the _TransformView table afterwards. That should give you enough information to construct a suitable
    database.
    Yet another approach would be to check if the WINE project has reverse-engineered the .mst file format.  If so, you could probably merge the transforms without needing an original database. IIRC they have code for reading .msi files at least. Don't
    expect Microsoft to support that though.

  • An unknown error appears when I try to save older files in CC 2014. If I outline the fonts, I can save.

    An unknown error appears when I try to save older files in CC 2014. I can save the file if I outline the fonts. Is anyone else having this problem?

    It also happens with my illustrator.
    Have you found a solution with Adobe Support?
    You can transform the all fonts in curves, but itll be impossible edite again. Sad. too sad.

  • Can't save EPS File due to Error

    I am currently using Adobe Illustrator CS3 and I am getting an error when I go to save a file I'm working on for a vinyl lettering job.
    ERROR:
    "Can't save the illustration. The requested transformation would make some objects fall completely off the drawing area."
    Any help would be greatly appreciated, as I need to be able to save this file so I can complete the job.
    Thanks,
    Wayne Chinn.
    1 Shot Services
    937-447-3300

    Try going to the View menu and from the Guides tab do a Clear Guides, then try.

  • Unable to save .msg files even file screening has been uninstalled from server

    We have removed FSRM role from server by removing the file screening policy. Event though .msg or specified files not able to save on the drive.
    OS : Windows Server 2012 R2
    if we restart the server then issue gets resolve for 15 or 20 days. After that again we are not able to save such file on Drive.
     We have done the troubleshooting but no resolution yet.
    Please help.
    Thanks & Regards
    Kiran Barhate

    Hi,
    Did you create a file screening policy on the drive to prevent you from saving .msg or specified files? Can you save these files on other drives? 
    If the issue only occurred on the specified drive, please check the state of the drive and repair it if necessary.
    For more detailed information, please refer to the article below:
    http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows+Operating+System&ProdVer=5.2&EvtID=55&EvtSrc=ntfs&LCID=1033
    You could also refer to the Comments: to check if it can resolve the issue:
    Event ID: 55 Source: Ntfs
    http://www.eventid.net/display.asp?eventid=55&source=Ntfs&phase=1
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I have an external hard drive, from Iomega. However, I cannot copy or save any file to it. On my PC it says that is possible to read and write in it, but in my Mac, it says I can only read. can somebody help me?

    I have an external hard drive, from Iomega. that I can open and see my files. However, I cannot copy or save any file to it. On my PC I have it says that is possible to read and write in it, but in my Mac, it says I can only read. can somebody help me?
    Also, Im a photographer, so I like to name a lot of files at the same time (used to do in on PC and it was very usefull.) cannot find out how to do it on my Mac. Really appretiate if some one can give me a solution! Thanx

    Your drive is formatted with the NTFS file system.  OS X can read but not write to the NTFS file system.  There are third party drivers available that claim to add the ability to OS X to write to an NTFS partition.  I have not tried them and don't know if they work.
    The only file system that OS X and Windows can both write to natively is the FAT32 file system.

  • Why do I get a program error when trying to save a file

    I've loaded and reinstalled photoshop elements 3 times. I can not save any files. all i get is cannot save file do to  program error message'
    this is a brand new product with a program error and they want me to pay them to fix there problem. it ain't right.

    which version of Photoshop Elements are you using? Also, do tell us about the flavour of Operating System you are using and the format in which  you are trying to save your file.
    You can also try saving your file to a different location( e.g. desktop) to check if your computer has any permission issues

  • 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

  • How do I save PDF files by default to the folder of the source file?

    How do I save PDF files by default to the folder of the source file with Acrobat 9.0.0 Standard?

    I am not seeing that behaviour. If I right-click a link to a .pdf file, I get the file saved with the original filename.
    Maybe one of the settings in about:config controls that?
    pdfjs.previousHandler.preferredAction is a setting that has a value of 4 with my setup. I have no idea what that means, and I could not find any explanation anywhere. You could try using different numbers for that value and see if any make any difference. Why has nobody bothered to explain that setting anywhere?

  • I am using a Mac and when I save my files as a jpeg, the files become much smaller, and consequently darker and blurrier.  What can I do to fix this?

    I am using a Mac and when I save my files as a jpeg, the files become much smaller, and consequently darker and blurrier.  What can I do to fix this?  I have tried to figure out how to chat with someone at Adobe, but they certainly don't make it easy to do.  At the moment, this program is useless to me.  Very depressing....

    Hello,
    I would like to inform you that not all the browsers and online PDF readers support copying text from a PDF. If you have opened the PDF online, please download PDF file to your computer and then open the file in Adobe Reader.
    Please share a screenshot if the issue still persists.
    Regards,
    Nakul

  • My Illustrator CC, is taking too much time to save my files (the files are not necessarily big).

    It´s been I while since my Illustrator CC started having problems to save files. Even the smalest ones, whenever a hit the save command, (or save as, or save a copy) it takes forever to save my file, whether its an .ai file or .pdf. (export, and save for web are working just fine)
    I´ve tried to change, scratch disk, settings, Adobe creative Cloud settings, even reinstalling my illustrator, but nothing seems to work.
    I use it Professionally, and it has been such a hassle to mange my schedule when every single change I do in my work takes me more than 1 hour to save.

    And it's the local printer that is active in Illustrator?
    Have you tried turning off ICC profile and/or PDF embedding and/or compression?
    Are those CMYK files?
    In that case the color profile is not necessary anyway since you select color from printed samples and acording to the printing process anyway, don't you?

Maybe you are looking for

  • How do I delete a podcast icon from my iphone?

    I'm somewhat Mac and iphone saavy and have looked all over the Net and these forums for an answer.  No dice! Let's see what you guys got:  I have deleted some podcasts from iTunes that I don't want to see anymore and the icon has stayed on my iphone.

  • Color Won't Render QT File

    New to Color, I'm trying to Render prior to sending back to FCP a graded .MOV file, but it doesn't show up in the Render Queue. This file was originally a Twixtor re-timed sequence I made a QT file out of, since Color doesn't recognize filters like T

  • Inbound Proxy created as Synchronous

    Hello, How do I determine the mode (synchronous/asynchronous) when I create a proxy?  I am trying to create an asynchronous inbound proxy and when I hit "generate" in SPROXY I get a synchronous proxy. Thanks, Matt

  • Connecting to internet after installing snow leopard software

    I just uploaded the new snow leopard mac os x v10.6 software and after my computer restarted it wouldn't connect to my wifi like it usually does. I'm able to get the connection and it says that there's full bars but my webpage says I am not connected

  • Execute planning functions

    Hi Experts, I have few planning functions in my IP for a real time cube. 1 of my planning function is giving an error ' Planning function ended with errors'. i want to debug this or test this function. how to do that. i went to T.Code BPS0, but i m u