Publishing an ERD to a file fails without feedback

I am using Designer 10.1.2.0.2 and am trying to publish an ERD to a jpeg file. I have tried turning on diagnostics but get no indication of errors, warnings, or failures in the log file. I can edit and save changes to the ERD but cannot get it to write to a local file on my Windows XP 2002 Sevice Pack 3 system. Any suggestions are welcome.

Will this work around do the trick?
Choose select all from the edit menu and then copy the elements of the ERD (edit -> copy). Then open i.e. Microsoft Paint and paste the ERD inside paint. Now you are able to save your ERD as jpeg.
Regards,
Mark

Similar Messages

  • Why StorageFolder.CreateFileAsync(String) creates file fail without any exception thrown?

    I need to develop a windows phone store app to test file system. And I use
    StorageFolder.CreateFileAsync to create a file on ApplicationData.Current.LocalFolder path and write
    1MB text content, and read it, modify it, and re-write it. But after about 5000 times write/read.I found that the applicaition blocked at
    StorageFolder.CreateFileAsync through a test method of log. However, there isn't any exception thrown. Why did the
    StorageFolder.CreateFileAsync  fail? And how to solve this problem? We need to write/read about 150000 times.

    Hi jinchanglin,
    Have you ever tried with profiling the app while debug the app,
    Analyze app performance and
    Analyze memory usage (VB, C#, C++)
    Is it possible that CPU or memory usage reach to the limitation as you need execute the same code with nearly 150,000 times. Also you mentioned, 5000 times is ok, personally I think the code is fine, but you may need to care more about performance behavior.
    As I know if you are working with a Phone device, there is some limitation for memory usage, you cannot let your app use more memory set than that value, try to find the limitation from
    AppMemoryUsageLimit | appMemoryUsageLimit property
    --James
    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

  • StorageFile.DeleteAsync() delete file fail without any exception sometimes.

    I develop a test tool to Write a file, then delete it, over and over again.
    Using "await StorageFile.DeleteAsync()" to delete file , sometimes, it run successfully without any exception, but the file to be deleted wasn't deleted as expect. Why the API " StorageFile.DeleteAsync" doesn't work?
    Thanks.

    Hello,
    Code is as this:
     private async void SDCardFile(String basename)
                while (true)
                    if (this.isStop)
                        return;
                    Boolean isWirteSuc = await WriteSDCardFile(fileName, writeText);//writefile
                    if (isWirteSuc)
                    else
                    Boolean isDeleteSuc = await DeleteSDCardFile(fileName);  //deletefile
                    if (isDeleteSuc )
                    else
     private async Task<bool> DeleteSDCardFile(String filename)
                try
                    StorageFolder externalDevices = KnownFolders.RemovableDevices;
                    StorageFolder sdCard = (await externalDevices.GetFoldersAsync()).FirstOrDefault();
                    StorageFile storageFile = await sdCard.CreateFileAsync(filename, CreationCollisionOption.OpenIfExists);
                    await storageFile.DeleteAsync();
                    return true;
                catch (Exception ex)
                    return false;
    I use a timer to stop the test after 12 hours, during this test, most of the file delete success, but some failed, it still return "true"  from "DeleteSDCardFile(String filename)", so there is no exception, but the file is not deleted,
    I can find these files on SD card.
    Look forward to your answer, thanks for your comments.

  • 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

  • Publishing of the translation for an Iview fails without any notice

    We face the followoing problem with an custom IView in SAP portal:
    The publishing of the translation for an Iview fails without any notice it only works directly after the IView was deployed.
    The translation is done by first generating the translation data then translating to the several languages, marking the data as translated. After that the translation is published via the Translation Worklist Coordination.
    All is done in the Portal under Contenet-Administration->Portal Content Translation, Translation Worklist Coordination and Worklist Translation
    The publishing works directly after deployment of an iView but if one tries to retranslate the translation is saved in the repository but not published. If we delete the translation Worklist and start over again the translations that are not published are still in the generated data but still we can’t publish them.
    There is no Information that the publication failed or anything. In the Worklist it just goes back to normal state where we can again generate the translation data.
    The Iview is a Java IView for the translation a properties file was created and all the words from properties file show up in the generated data from the Worklist.
    We could deploy the Iview every time the translation needs to be changed but the customer wants to do the translation without that step.
    We use the following Versions:
    Sap Portal nw2004s
    sap.com/SAP-JEECOR 7.00 SP10 (1000.7.00.10.0.20061026144500) 20070119122211
    sap.com/SAP-JEE 7.00 SP10 (1000.7.00.10.0.20061026144500) 20070119121940
    Thanks 4 Help

    Please review the terms of your Comcast agreement. Many agreements include scheduled price increases, and typically state that prices will return to the prevailing (almost always higher) rates when the agreement expires.
    If you still have questions contact one of their Billing reps at the phone number on your bill or 1-800-Comcast, chat with them using one of the "Account and Bill" options at https://www.comcastsupport.com/chatentry/, or visit a Service Center if one is nearby (check locations and hours at http://customer.xfinity.com/service-center-locations).
    Comcast sometimes responds to questions here in the forums, and sometimes they do not. When they do the typical response time is somewhere between a few hours and a few days.

  • Payables Open Interface Pgm fails without any error(Very urgent)

    All,
    I'm into an integration project where in I'm pushing Invoice doc from a third party appln to Oracle apps (11.5.10.2) thru payables open interface. The integration is smooth till today. We pushed a record today, but the concurrent neither picks up the data but failed with 'completed error' status. When I delete the same record from the interface, the concurrent runs fine. So we are sure there is some issue with the data in my record. Since concurrent is failed without any reason, from where I can get the log to know what is the actual problem with that record? Pls help me with your inputs.
    Thanks,
    Sen

    Sen,
    To enable trace, please refer to this document (skip the part about generating TKPROF, just check the concurrent request output file if more details about the error are logged after enabling trace and setting the profile option).
    Note: 453527.1 - How To Trace a Concurrent Request And Generate TKPROF File
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=453527.1
    The database log file can be usually found under $ORACLE_HOME/admin/<SID>_<hostname>/bdump directory (or from SQL*Plus, issue "show parameter background_dump_dest").
    Regards,
    Hussein

  • I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Any ideas?

    I am trying to convert a Microsoft Publisher Document to PDF but it fails every time although the reason is not clear. Anyone else had problems like this and how do I solve it? Thanks. Ray

    Hi raythree,
    I'm sorry that your PDF conversion is working. Can you please tell me if you're getting a specific error message? Knowing that can help pinpoint the cause of the conversion failure. However, here are a couple of things that you could try:
    Clear your browser cache (steps to do this vary by browser).
    If you're using a work computer, check with your IT team to confirm if you have firewall/proxy settings that restrict the ability to upload files to the Internet.
    Try another web browser.  A list of supported browsers for accessing the ExportPDF service is available here: http://www.adobe.com/acom/systemreqs/.
    Also, note that there is a 100MB file size limit, so if your publisher file is larger than that, it won't upload to ExportPDF.
    I hope this helps. But let us know if you need further assistance.
    Best,
    Sara

  • Problem with File RFC File scenario without using BPM

    Hi all,
      I am trying a File RFC File scenario without using BPM with the help of the following thread:
    File - RFC - File without a BPM - Possible from SP 19.
      The XI system is PI 7.0 sp 12. When I am trying to acheive the above scenario, I am getting wierd results i.e., when I observe in SXI_MONITOR, the message is showing as processed successfully, but when I watch the message status in communication channel monitoring, I am getting the following error:
    "Attempt to process file failed with com.sap.aii.af.service.cpa.CPAException: Couldn't retrieve inbound binding for the given P/S/A values: FP=;TP=;FS=DEV120;TS=Test_Service;AN=MI_Invoice;ANS=urn:sap.com:test;"
    I am not able to understand what the problem is. By the way, one more thing, is, I have kept the File processing mode as "Delete" in the sender file adapter. But the file is not getting deleted. I think the reason could be because of the above error.
    Can any body help me out in getting my problem resolved?
    Thanks,
    Adithya K

    CPA Cache Refresh from the Adapter Engine To trigger a cache refresh from the individual Adapter Framework, open a browser window and enter the following
    URL: http://<host>:<port>/CPACache/refresh?mode=<b>delta|full</b>
    The Monitoring url is like this: http://<host>:<port>/CPACache
    Thanks & Regards,
    Farooq.

  • HAS ANYONE HAD A PROBLEM WITH WIRELESS PRINTING ERROR RASTER FILE FAILED

    My printer displays error message - opening raster file failed.  Has anyone had this happen?

    Lightroom should recognize your camera (assume it's LR3 or later) automatically without pointing it to the DCIM directory. The files you are referring to is system file I think and not the photos; thus OS cannot read the file.
    Do you have a card reader? For some reason, if you connect your camera into Lightroom directly, sometimes LR doesn't show the preview of your images. Instead you'll get ? next to a gray box. If you don't have a card reader, just plug your camera in, ignore the ? and the gray box (this is LR problem, not your camera), then import them anyway. You should see your test shot once it's done importing.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • Attempt to process file failed with java.lang.StringIndexOutOfBoundsExcep..

    Hello All,
       I am implementing file2file with file going from shared folder to FTPS server.
    I am using TLS and X.509 certificate in file receiver communication channel.
    when I implemented my scenario, this is the error its throwing :
    Success : Connect to FTP server "my ftp address", directory "/TEST/"
    Error : Attempt to process file failed with java.lang.StringIndexOutOfBoundsException: String index out of range: 3
    I know this error is caused when java expects the 3 character length string and if its getting more than that... Does any faced this kindaa problem before...Any help is greatly appreciated....Obviously even points....
    Thanks,
    Ravi

    There is no custom code at all? No mappings, no custom modules, no pre/post processing commands?
    Also, check if you get this error when sending to ftps server without certificate (or with another certificate). It may be an incompatibility issue with certificate.
    Did you import the .pfx (or .p12) file in KeyStorage Service?
    Regards,
    Henrique.

  • Changing art file names without reimporting?

    I have a book project just completed with about 150 pieces of art imported ... the publisher would like the art file names appended with the book title on them. I can do that easily enough in Bridge, but is there a way to accomplish this within InDesign so all 150 won't show up as missing and have to be reimported? Thanks!

    Hello,
    Here's a solution I used for myself in a similar situation to yours. The approach is similar to what Jarek suggests in #1. This script should relink all graphics including anchored/inline graphics and multiple instances of the same link. It puts the links in the format listed below (which you can change). Assuming your document name is "test.indd":
    links are named:
    test_originalNameofLink.ext
    Lindsay
    //set active document
    var doc = app.activeDocument;
    //set document name
    var docName = doc.name.split(".")[0];
    //set destination folder
    var destFolder = "~/Desktop/test/";
    //count links
    linkCount = doc.links.length;
    //loop through links
    for (i=linkCount-1; i>=0; i--) {
        //get current link name
         var currentLink = doc.links[i];
         var clFullName = currentLink.name;
         var clFullNameCount = clFullName.length;
         var clName = clFullName.split(".")[0];
         //get current link file path
         var clFilePath = currentLink.filePath;
         var clFilePathCount = clFilePath.length;
         var clFilePathSplitList = clFilePath.split (":");//<--- the colon is specific to mac file paths change to / for windows
         var clFilePathListCount = clFilePathSplitList.length;
         var clFileName = clFilePathSplitList[clFilePathListCount-1];
         var clFileNameCount = clFileName.length;
         //check for link status
         if (currentLink.status == LinkStatus.NORMAL) {
                 //set filename without document name
                 var clNameNoPrefix = clFullName;
                 //set relink destination folder & filename
                 var reLinkDest = destFolder + docName + "_" + clNameNoPrefix;
                 //set relink destination file
                 var relinkDestFile = File (reLinkDest);
                 //check if link is named and relinked
                 if (!relinkDestFile.exists) {
                     //relink file
                     currentLink.copyLink (new File (reLinkDest));
                     //relink to already existing file
                     } else if (reLinkDest != clFilePath && relinkDestFile.exists) {
                         //relink file
                        currentLink.relink (relinkDestFile);
                  //alert user link is inaccessible
                 } else if (currentLink.status == LinkStatus.LINK_INACCESSIBLE || currentLink.status == LinkStatus.LINK_MISSING || currentLink.status == LinkStatus.LINK_OUT_OF_DATE) {
                     //alert user
                     alert (clFullName + "\n\nThis link is missing, out of date, or inaccessible and can not be updated.")
    alert ("Done.");

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

  • Error 25099. Unzipping core files failed

    {color:#0000ff}+I'm unable to install Version 6 Update 11 on my machine. I uninstalled all older versions before I downloaded Version 6 Update 11. When I try to install it I get this message, Error 25099. Unzipping core files failed.+
    I need java to run chatrooms and some games I have installed. Without it I can't do anything. I might as well through my computer in the trash.
    I run Windows Vista Home Premium.{color}

    can somebody tell me how 2 fix http://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal — in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • AR Autoivoice fails without any error

    Autoivoice fails without any error, the lines remains in the Interface Lines. I do not get any exception or error, but the invoice is not created. After running Autoinvoce, Sales Order status is closed, so the problem is with the Autoinvoice..
    Any ideas of solving this problem? Thank you..

    It is completed, there is nothing in the log file but this Warning: some records remaining in ra_interface_lines..it looks as if it had completed normally, but the invoices are not created..there is no error shown..
    Could it be the problem the Accounting and Invoicing rules that are set to Monthly?
    Thank you.

  • ITunes v10.6.1.7 "Copying files failed. The File name was invalid or too long."

    I'm trying to organize my music files using iTunes 10.6.1.7 and I keep getting the error message "Copying files failed. The File name was invalid or too long."
    I've got music folders by artist in both the iTunes Music folder and the iTunes Media/Music folder. When I add certain files by drag/drop they sometimes get lost and I don't want that to happen anymore. I used to just consolidate my music files using the File/Library/Organize Library option and that worked, however now when I do that, I get the error message.
    I'm a novice and the only online stuff I see is both confusing and refers to earlier versions of iTunes.
    My concern is that I have heard that people lose entire libraries of their music when they trry to fix things like this and I don't want that. If this is of any importance, I have several files called iTunes library and temp library. I have no idea what that all means but I'm scared to death of it.
    Also, I can't get to the "re-organize library" link at all. It won't let me.
    One thing that be of some interest is that when I pull up the properties of the music and media/music files they are marked "read only" I'm also afraid to touch that!
    Please help and please know that I am a dummy. Be kind and be clear. Step by step would be great, with images even better. Thanks.

    Perhaps nobody knows the answer? We're fellow users here answering questions in our free time when we think we've something useful to contribute.
    You can choose to *Consolidate selected tracks* with a right-click menu. Perhaps if you can identify a specific track that won't consolidate and examine the full path to the file & the path that iTunes would create when it consolidates the problem might become apparent. For example iTunes may not be able to move files if the source or destination path length exceeds 255 characters.
    tt2

Maybe you are looking for

  • Drive does not appear in ISCSi volumes

    Hi, I have configured a windows server 2012 r2 OS with 2 disks/ The server is a VM. Both disks are SCSI. Hoerver, the data disk does not show in ISCSI setup Screenshot of the part in question is here: https://weikingteh.files.wordpress.com/2012/12/im

  • Why is the lock screen wallpaper in my iPad Mini blurry

    When the iPad Mini has been off for awhile, when you open the case the lock screen shows but the wallpaper background is blurry.  If I look at the wallpaper setting in Settings, I can view the picture as a wallpaper and it's clear (not fuzzy or blurr

  • Cash flow, treasury management, liquidity planning

    Hello everyone, I am currently looking for solutions related to cash flow, treasury management, liquidity planning etc. Can anyone tell me where i can find information about Business Content for BI related to these topics? I am especially looking for

  • Help with a construct like this: find | parallel function [SOLVED]

    I'd like to use a find | parallel function combo to: 1) Find all directories 2) Enter the directories and run a predefined function #!/bin/bash bcue() { shntool cue *.flac > foo.cue shntool join *.flac find -type d | parallel cd {} ; bcue Running thi

  • Quick Question - Find background colour of image?

    Hi guys, Its been years since I've used Photoshop, and I'm just trying out the Photoshop CS5 atm (a lot different from the simple PS7 that I was used to!) I've got an image that I want to find the background colour for, as I want to fill it to other