Cannot save the layout correctly

I'm getting the message 'Cannot Save the Layout Correctly' when I try to save a report in DIAdem 11.0 and the TDR file does not save.
Any ideas what can cause this and any solutions?
Thanks

Hi RLH,
No, I've never heard of that issue before.  Was DIAdem working correctly for you at an earlier time?  If so, what changed on the computer from then to now?  Can you export a PDF file or a JPG image from the REPORT File menu?
Please post a screenshot of the error,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

Similar Messages

  • I created a form using acrobat XI pro.  SOME users of the form cannot save the form.  what can i do from my side to 'correct' the issue?

    i created a form using acrobat XI pro.  SOME users of the form cannot save the form.  what can i do from my side to 'correct' the issue?

    Do you know what PDF viewer those users were using? Do you have any more details about what happens when they attempt to save?

  • Cannot save the selected regions

    I'm just trying to set up a site for a client. I don't use Dreamweaver so I'm trying to create editable regions in the browser, following the instructions (http://help.adobe.com/en_US/InContextEditing/Administrator/index.html#editable).
    When I put a tick in the checkbox and click on Save, I get an error message: "You cannot save the selected regions, etc". The region is not dynamically generated - in fact this is a very simple static page with no scripts at all, nothing complicated. Here's the URL: http://www.artonhart.com.au/guestbook.html
    The region I'm trying to select is a td, id=guestbook.
    What to do?
    Jen

    Well... as for the table structure thats not exactly correct. The proper way to code a table is as follows
    Please read this thread: Re:  Editing a Table using ICE
    define div
         define table
              define table body (create a repeating group if you have repeating cells)
              define table rows
                   define table headings (can be editable if enabled)
                   define table rows (enable repeating if you like)
                        define table data (create editable cells)
    <div
    id="repeating-table">
      <table width="100%" id="Name_Table">
    <tbody ice:repeatinggroup="*">
          <tr>
           <th width="331"> <h2>Column Heading 1 </h2></th>
    <th width="76"> <h2>Column Heading 2 </h2></th>
    <th width="58"> <h2>Column Heading 3 </h2></th>
    <th width="50"> <h2>Column Heading 4 </h2></th>
    <th width="50"> <h2>Column Heading 5 </h2></th>
    <th width="42"> <h2>Column Heading 6 </h2></th>
    <th width="55"> <h2>Column Heading 7 </h2></th>
    </tr>
          <tr ice:repeating="true">
            <td
    class="style-it" ice:editable="*">content 1</td>
    <td ice:editable="*">content 2</td>
            <td
    ice:editable="*">content 3</td>
            <td
    ice:editable="*">content 4</td>
            <td
    ice:editable="*">content 5</td>
            <td
    ice:editable="*">content 6</td>
            <td
    ice:editable="*">content 7</td>
          </tr>
    </tbody>
      </table>
    </div>

  • Can I save the layout for a table?

    I'm using Hyperion Intelligence Explorer 8.3 on Windows XP/SP3.
    There is one section of a report I use that I like to convert to an Excel spreadsheet.
    I use the Insert Table function. Then layout all the columns from that section.
    Then do an Export Section. Which works just fine.
    What slows me down is that every time I do this I have to select off all of the columns for the report.
    Which takes a while.
    What I'm wondering is if there is some way that I can speed up this process.
    For example, if I could save the layout once and re-use it for future reports that would be wonderful.
    The columns are always the same. But maybe there is an even better way to convert this
    section to Excel?
    Thanks for any help or suggestions!

    Yes, one section of a .bqy file. The entire file has about 20 sections.
    I'm usually interested in just one of those sections.
    I think it is a results section. How can I check to make sure?
    It is a nicely formatted report. With columns and rows. Headers above each column.
    Totals on selected columns. It could easily be mistaken for an Excel spreadsheet.
    Yes, I would be happy to get all of the columns into Excel. From there it would
    be easy to hide/delete the ones I don't need.
    I have tried doing a File/Export/Section. Save as type 'Excel (.xls)'.
    That processing works without error and builds the .xls file.
    But I don't think it is really an .xls file. When I try to open it Excel complains that the
    filetype doesn't match the actual contents. When I say OK, the file opens.
    It's pretty messy. Some of the data rows are correct. But the column headers are all messed up.
    Rather than go left to right the column headers are one after another vertically.
    And a column header with two words gets spread over two rows.
    So 'First Name' becomes
    First
    Name
    What it actually looks like is some sort of .txt file. But it doesn't seem to have any commas or tabs
    that could be used to delimit the fields.
    Now when I go through the 'Insert Table' process and then Export that section I do get a 'real' .xls file.
    And it is formatted just fine.
    Well, I really appreciate the interest and help. Just let me know what I can try and I'll give it a whirl!

  • 'Cannot save the configuration.  Another process already wrote version 11.

    Hello:
    I shutdown the directory server 6.3.1 on Solaris 10, then modified the file dse.ldif by hand, then restarted the DS.
    Now whenever I try and make changes through startconsole it gives me an error. I have put back the *.startOK" file and even rebooted.
    I cannot seem to figure out how to correct this problem. Any ideas?
    WARNING 21 console hostname "The console caught exception: 'Cannot save the configuration. Another process already wrote version 11.' at 'SaveConfigurationTask:74'."
    Thanks

    Well I finally figured out a way to correct this problem. Not sure what caused it or if this is a good fix of not.
    But what i did was go into the DSCC
    selected my directory server and then chose the server configuration tab
    I then enabled a plugin, stopped/started and then disabled it, and then stopped/started.
    then i could make changes in my startconsole (isw settings)

  • In custom control , I wnt to save the layout with variant  -

    Hi,
    In custom control , I want to save the layout using variant and i want to choose the layout from the variant
    Plz give me the details.
    Rerards,
    Rani

    Hello Rani
    I assume you have an ALV grid displayed within a custom control. For this ALV grid you want to be able to save layouts.
    Assuming that you are using class CL_GUI_ALV_GRID you have set the following IMPORTING parameters when calling method go_grid->set_table_for_first_display:
    " Fill variant parameter with following values:
    gs_variant-report = syst-repid.
    gs_variant-handle = 'GRID'.  " 4-digit handle; required if you have multiple ALV grids
    - I_SAVE = 'A'   " allows saving of user-specific and global layouts
    - IS_VARIANT = gs_variant
    Regards,
      Uwe

  • I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes and ultimately upload to YouTube. The volume reverts back to a default? low l

    I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes, which is now version 11.1.1, and ultimately upload to YouTube. The volume reverts back to a default? low level. How can I retain the volume I assign in Garage Band, so that when the song moves to iTunes it doesn't revert?

    I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes, which is now version 11.1.1, and ultimately upload to YouTube. The volume reverts back to a default? low level. How can I retain the volume I assign in Garage Band, so that when the song moves to iTunes it doesn't revert?

  • "I received a PDF File via email,I can fill out the text box but I cannot save the file."

    I sent a PDF file to someone via email, they were able to fill out the form but they cannot save the file to send back, I have checked the security properties and there were no restrictions. Do I need to save the PDF a specific way? I have sent it to others that have Acrobat Pro and are able to save but those without Acrobat are unable to save. Please advise!
    Thank you!

    Hi MSMistry1,
    Users with Adobe Reader 8 and later will be able to save form data if you save the form as a Reader Extended PDF with Enable Additional Features selected. See http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7e0d.w .html
    a 'C' student

  • I get this message "Cannot save the file as the font "ArmenianLSU-italic" could not be embedded because of licensing restrictions. Turn off the pdf compatibility option and try again. I have this file from when I had CS4. It worked then. I trying to make

    I get this message when I am trying to save a file that was done in CS4, now using  CS6 "Cannot save the file as the font "ArmenianLSU-italic" could not be embedded because of licensing restrictions. Turn off the pdf compatibility option and try again." Even if I start a new file I unable to save it with this font. I need to use this font.

    Then you need to outline all text before savng the PDF.
    Make sure you do this on a copy of the file.

  • I am trying to download iTunes, but cannot save the file because the thank you page comes up right away.

    I am trying to download itunes 11.1.3. 
    I cannot save the file,ItunesSetup.exe. 
    I click on Save File and nothing happens, I use XP.  The thank you page comes up right away

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • How to save the layout screen of the report in which contains subtotal

    Hi All,
    I developed Zprogram with 100 fields in ECC 6.0.Now i want to change the layout and save the layout.
    It was working fine if I select the fields which does not contain subtotals.
    Now I am facing the problem when I am selecting the subtotal and saving the layout then it was not
    reflecting in the saved layout.Can any body solve this problem.
    Thanks,
    Ram

    HI,
    while changing the layout are you not checking the check box for "Aggregate".
    regards,
    neha

  • Error: Document is incomplete: You cannot save the delivery

    During MB1B, mov type 343 in decentralized environment getting error "Document is incomplete: You cannot save the delivery"

    Sharing screens from ERP Customization mov 343
    In warehouse mov 343
    Entries are maintained for mov 343

  • How to resolve this error - "Cannot save the illustration The requested transformation would make.."

    Hello Adobe Community,
    I am trying to organize some album artwork within a pre-designed template and I keep getting this error when trying to save the file in the eps file format:
    Cannot save the illustration The requested transformation would make some objects fall completely off the drawing area.
    All the art is within the bleed lines. The only transformation I did was rotating one of the pieces 180 degrees. I'm not exactly sure what it is referring to when illustrator says objects are going to completely fall off the drawing area.
    Your insights would be appreciated.
    Thank you!
    Chris

    Did you use Guides at all? From the View menu, choose Guides>Clear Guides. Then zoom way out and do a Select All and see if there any stray points near the borders of the artboard. Direct select them and delete. Then try your transformation.

  • Can anyone help me with an iWeb problem? I cannot save the site after making changes. I receive this error: "website.sites2 could not be saved"

    Can anyone help me with an iWeb problem? I cannot save the site after making changes. I receive this error: "website.sites2 could not be saved"

    You could try duplicating the Domain.sites2 file and launch this in iWeb. Delete the last page you edited and try saving. If that doesn't work, undo and try deleting another and so on...
    If you can find the problem page you would only have to rebuild it rather than the whole site.
    The other possibility is to create a new site on the same domain file and drag each page in turn down to it from the top site and try to save each time.

  • 4500157269 -Document is incomplete: You cannot save the delivery

    Hi all,
    When I try to create an outbound delivery for an STO using t-code VL10B, i get an error saying the following:
    Error Log for coll. run 0000740903.
                4500157269 000000 Document is incomplete: You cannot save the delivery.
               LongText               Detail                 Diagnosis
                        When the system checked whether saving delivery was
                        permitted, it determined that the requirements stored in
                        Define Incompletion Procedures for this document do not
                        allow this subsequent function.
    Please advise how to overcome this problem.
    Thanks
    Kaveri

    Hello Kaveri,
    It seems to me that the "incompletion procedures" for replenishment delivery have not been fulfilled to create the delivery.
    Can you please check what is the incompletion procedure assigned to your replenishment delivery and what fields in that procedure are mandatory to be filled before the delivery document gets generated.
    If these fields are not filled, then the delivery creation fails. Please check the details in the config (LE>Shipping>Basic Shipping functions>incomplete control for deliveries>Assing incompleteness procedure and then define incompletion procedure for the field information at the header and item level).
    If this seems to be lengthy, please check with your SD guy who can quickly check it for you about the incompletion procedure requirements.

Maybe you are looking for

  • Bad update for ITUNES and QUICKTIME

    After this update of ITUNES 7.0.1, and QUICKTIME 7.1.3 I am getting tons of skips, blanks of silence, etc when listening to ITUNES while browsing the net with SAFARI. What's the deal?

  • Framed-IP-Address in auth

    i have Cisco 7206VXR IOS 12.2(6c) setted up for pptp users and aaa (Radius) accounting... now i have to check source IP of the client during the authorization... But can't find it in auth packets. Only in start/stop/alive (Tunnel-Client-IP or somethi

  • Create freeze frame

    Trying to complete a two phase ken burn's effect using a still photo: i.e., (1) from detail A, zoom out to full frame; (2) from full frame zoom in on detail B. The problem is that ken burn's doesn't allow quite a full frame at 16:9 ratio (even though

  • Livecache Error in SCM5.0 - Database Instance Not Found

    Hi, I installed SCM5.0 SR2 IDES version on Windows 2003. I selected Livecache in SAP System option when installing SCM5.0. After complete installation, I executed MAxDb exe file to install the MaxDb. I get this error when I try to access LCA Monitor

  • RE: Have a Menu that needs sub menu for submenus...

    I do not know if this is the right forum for this. However here goes. I have a Flash Menu that I am working with using Action Script 2.0 inf Flash CS3. I have successfully created the Main menu and the sub menu, however I need a sub sub menu for the