Content generation error. [Error: Invalid operations]

I am getting the following error message while trying to create a dual-orientation folio…
Content generation error.
[Error: Invalid operations]
The strange is that the I am creating the folio from the exact same InDesign files I used to create the folio back in March of this year except that in March I was using InDesign CS5 and whatever the current build of DPS tools was at the time. I am now using InDesign CS6 and v21 DPS tools.
I have successfully created single-orientation folios of the horizontal and vertical InDesign files using CS6 and the v21 tools and I have successfully created a simplified “dummy” dual-orientation folio using CS6 and the v21 tools. It’s just when I try to create a dual-orientation folio using those InDesign files that I get the error message.
Is there any way for me to figure out what the “invalid operation” is?

I tried it both ways. First, I tried bringing in the separate _h and _v files. When that didn't work (i.e. generated the error when trying to add the second orientation to the article) I tried the alternate layout method and added them both at the same time. Same error message was generated.
In general though, I'm wondering what an "invalid operation" signals. I've searched for this term but couldn't find anything. Because I'm able to create single orientation folios from the _h and _v files without any problem, that seems to tell me that my files are built correctly. It's only when it tries to combine them in a dual orientation folio that the error occurs.
Thanks,

Similar Messages

  • 17076 : Invalid operation for read only resultset

    Hi,
    I am trying to update database table through java jdbc application.
    But while running the program i am getting the error message " Invalid operation for read only resultset: updateString " with error code 17076.
    My program is given below :
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    public class Misc2 {
    public static void main(String[] args) {
    Connection con = null;
    Statement stmt = null;
    ResultSet rs = null;
    try {
    con = JDBCUtil.getOracleConnection();
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    String query = "select * from employees";
    rs = stmt.executeQuery(query);
    while (rs.next()) {
    String fname = rs.getString(3);
    if (fname.equalsIgnoreCase("Elmer")) {
    rs.updateString(3, "Mark");
    rs.updateString(2, "Robert");
    break;
    } catch (SQLException ex) {
    System.out.println("error code : " + ex.getErrorCode());
    System.out.println("error message : " + ex.getMessage());
    } finally {
    JDBCUtil.cleanUp(con, stmt);
    ****JDBCUtil Class****
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.Statement;
    public class JDBCUtil {
    public static Connection getOracleConnection(){
    Connection con = null;
    try{
    // Load the driver
    Class.forName("oracle.jdbc.driver.OracleDriver");
    //Establish Connection
    con = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:XE","ex","ex");
    }catch(Exception ex){
    ex.printStackTrace();
    return con;
    public static void cleanUp (Connection con , Statement stmt){
    // Release the resource
    try{
    if(con != null){
    con.close();
    if(stmt != null){
    stmt.close();
    }catch(Exception ex){
    ex.printStackTrace();
    Please help me to fix this issue.

    >
    But while running the program i am getting the error message " Invalid operation for read only resultset: updateString " with error code 17076.
    >
    Your result using 'SELECT *' is not updateable. Gimbal2 was pointing you in the right direction. You have to specify the columns in the select list to get an updateable result set.
    You also need to use 'updateRow()' to update the database and have a commit somewhere to keep the results.
    This code works for me. Note that I added an explicit SELECT list, the 'updateRow()' method and an explicit COMMIT.
        try {
            con = getOracleConnection();
            stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    //        String query = "select * from employees";
            String query = "select first_name from employees"; -- added explicit SELECT list
            rs = stmt.executeQuery(query);
            while (rs.next()) {
                String fname = rs.getString(1);
                if (fname.equalsIgnoreCase("Adam")) {
                    rs.updateString(1, "Mark");
                    rs.updateRow();                                    -- need this statement to actually update the database
    //                rs.updateString(2, "Robert");
                    break;
            con.commit(); -- added explicit commit for testing
        } catch (SQLException ex) {See Performing an UPDATE Operation in a Result Set in the 'Updating Result Sets' section of the JDBC Developer's Guide and Reference
    http://docs.oracle.com/cd/B28359_01/java.111/b31224/resltset.htm#i1024720
    As gimbal2 also alluded it is considered poor practice to use column numbers to perform result set operations when you don't know for certain what column a given number refers to. Before people start jumping all over that statement let me clarify it. The key part is KNOWING what column you are referencing. It is more performant to access result column columns by column number rather than by column name since the methods that take a column name call the integer method under the covers anyway but have to search the array of column names in order to get the column number.
    With your query (SELECT *) there is no way to be sure the column order is the same since the table could be redefined with the columns in a different order or certain columns having been deleted. So for performance LOOP processing column numbers are used inside the loop but those column numbers are determined by using the metadata BEFORE the loop to convert column names to column numbers.
    That way you code (BEFORE the loop) can use column names but you use a set of integer variables (one for each column) for the actual access inside the loop.

  • Content generation error: invalid url for web content overlay

    Hi,
    I am having an error message " content generation error: invalid url for web content overlay" when I want to upload the article.
    I don't have any link with that article and this is my 1st time having this kind of error. I am using indesign CC
    Please help.
    Thanks,
    Rush O

    I’ve found watching the process helpful to narrow down the page.
    Working off a duplicate of the file, delete one layer at a time until you figure out what layer the problem is on.
    From there it’s a bit easier to narrow down.

  • Content generation error. [Error: invalid asset]

    I'm am trying to add an article to a Folio and am getting "Content generation error. [Error: invalid asset]. I have re-imported all of the files in the article. I'm stumped. Anyone have any ideas?

    Hm. Might be that the two errors are of a different kind:
    [Error: Invalid asset] vs. [Error: Invalid asset location].
    I have an error with a simple image I want to use with "Pan and Zoom" ("Schwenken und Zoomen" in my German InDesign CS5.5 v7.5.2 on OSX 10.6.8).
    The error message translates to "[Error: Invalid asset]":
    After a bit of experimenting I think I know why there was an error.
    My first attempt was on an TIFF image (=> ERROR), then I tried with a JPEG version (NO error).
    Too bad Overlay Creator cannot detect wrong file formats for the given task.
    Uwe

  • Pan And Zoom Overlay Content Generation Error Invalid Asset

    I am attempting to create a Pan AND Zoom overlay, I can get the overlay to work if I choose Pan only, but if I choose Pan AND Zoom and then go to preview, I get the following error: "Content Generation Error: Invalid Asset". Any ideas? I am using V17 of the tools, (the latest before todays update)

    What image file format are you trying to turn into a Pan-and-Zoom overlay?? I encountered this error last night (I found this thread while searching here for "Invalid Asset"), and determined that it was because I had placed a .PSD file. Once I converted the image to JPG, I got it to work.

  • Content generation error ...

    "The page size aspect ratio must match the folio aspect ratio." is an error i keep getting, although my file is 1024 px wide. It isn't however 768 px high. It's higher, to create a scrollable page. Is there a minimal / maximal size, are there constraints ?
    Also sometimes when i already have a portrait lay-out & want to add the landscape lay-out, InDesign's Folio Builder thinks it's still the portrait lay-out, so he does not add the landscape version, does not seem to see the difference ?!

    I'm also having GENERATION ERROR but on the article side of things
    Content generation
    [Error: Invalid value for parameter 'portraitDocument' of method 'exportMiniFolio'. Expected Document, but received /Users/christian/Library/Preferences/StageManager.BD092818F67280F4B42B04877600987F0111B59 4.1/Local Store/dmp/City Guide_2011_6_24_8_28_7/WiFi Ad_2011_6_24_8_28_7.folio.]
    Any remedy for this?

  • ERROR: OUI-10180:Invalid Operating System group name specified. em12c instl

    Hi All,
    I am doing a silent install of EM12C, I have downloaded the 2 zip files from e-delivery.
    The installation is done as ora3010 user whose group id is ems3010. On the same machine I have installed 11.2.0.2 with the same ora user ora3010 and group ems3010 for EM repos.
    Now when I try to do the silent install of EM12C with the command
    <EM_DUMP>/runInstaller -silent -responseFile $CONFIG_HOME/software_only.rsp -invPtrLoc $HOME/Middleware/oraInst.loc -waitForCompletion
    with the contents of "software_only.rsp" file like below
    RESPONSEFILE_VERSION=2.2.1.0.0
    UNIX_GROUP_NAME=ems3010
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    INSTALL_UPDATES_SELECTION="skip"
    ORACLE_MIDDLEWARE_HOME_LOCATION=/slot/ems3010/oracle/Middleware
    FROM_LOCATION="../oms/Disk1/stage/products.xml"
    DEINSTALL_LIST={"oracle.sysman.top.oms","12.1.0.1.0"}
    b_upgrade=false
    EM_INSTALL_TYPE="NOSEED"
    CONFIGURATION_TYPE="LATER"
    TOPLEVEL_COMPONENT={"oracle.sysman.top.oms","12.1.0.1.0"}
    I get this error
    ERROR: OUI-10180:Invalid Operating System group name specified.
    As you can see the UNIX_GROUP_NAME is set to proper group id ems3010
    -bash-3.2$ id ora3010
    uid=60103010(ora3010) gid=60403010(ems3010) groups=60403010(ems3010)
    Please Help.

    Thanks Asheoran.
    However the issue was with my Ora Inventory file OraInst.loc. I had actually installed 11.2.0.2 database on the same machine and as same user, and for that db I had a different OraInst.loc file. When I give the same OraInst.loc file for the EM install too, the error goes away. It seems we just need to have one Inventory file for both installations.

  • Scrollable Content article gets [Error: Invalid asset location]

    I'm trying to create a wide scrollable content product timeline.
    The Content  on the "Scrollable Content" layer is 3024x600
    Content is grouped text and image boxes
    Container frame on Layer 1 is 975x600
    Both Content and Containerhave the same name and are aligned along the left edge
    When I update the folio I get the following error:
    Content Generation Error
    [Error: Invalid asset location]
    Trying to preview in the desktop viewer gets the same error.
    Looking at the links tab, there are no missing or flagged files, and all the files exist within the article's links folder.
    What am I missing here?

    looks like you are okay on the folio builder panel (first line)
    but you are still on version 18 of the producer tools. make sure to have
    the latest version of the folio producer tools (separate installer)
    installed. maybe uninstall previous version.
    http://caniupdateadobedps.com/
    —Johannes

  • Using local HTML results in content generation error

    I'm trying to place local html that only deals with a column of text and an image in a box and make it scroll. When I place the html file with the Web Content Overlay directly in a frame and Preview on the Desktop Viewer, the frame scrolls perfectly, but won't import into the folio with the Folio Builder. "Content generation error, the folder is invalid for import." I also tried placing the html file in a frame as above, apply Web Content Overlay, and then Pasting Into a Content frame and then using the Scrolling frame Overlay. Works fine on the Desktop Viewer, but Builder won't import the article, same error as above. I could really use help with this! I can't find any instructions other than for YouTube embeds or full page html.

    Yes, but one of my clients uses HTML for many things, loves js and wants to provide content that way. I thought you could use any interactive overlay in a scrolling box. I'm also trying to embed a Google map in a scrolling box and not having much luck with that either!
    Sent from my iPad

  • Content generation error. Failed to open the InDesign file.

    Hey all -
    In importing an article to a folio, I just received this error:
    "Content generation error.
    Failed to open the InDesign file. Please confirm the file can be opened in InDesign."
    The file is open right now in InDesign. I can close it and reopen it with no errors.
    I've tried resaving the article to a new file. No help.
    I tried creating a new folio and importing the article there. No help.
    All links are good. It's a simple file with images, a scrolling pane, and some buttons that link to other articles.
    Anyone else run into this problem? Any solutions?
    Thanks!

    Im getting this error also....?
    Want to avoid inporting each artical on at a time. Need to import multiple articals at once.
    Thanks.

  • Content generation error. [Error: Failed to Export the PDF file.]

    Hi;
    Everytime i try to update an article within a folio in DPS folio builder i get this error :
    Content generation error.
    [Error: Failed to Export the PDF file.]
    My colleague next to me is running exactly the same set up and doesnt get the error. in fact his update anf sideloading is fast as lightning.
    the ONLY difference is that im running v28 tools and he is on v27, however wehave another colleague running v28 and his updates work perfectly.
    Any ideas lovely community?
    Scott

    Hi Bob;
    Have tried that one. And again on your suggestion....no luck.
    Scott

  • "Content generation error. Failed to Export the PDF file"

    Building a multi-folio in InDesign 6 Folio Builder V30. Received "Content generation error. Failed to Export the PDF file" on several of the spreads. I have tried reducing the original pdf files sizes, but that did not help.
    Any suggestions on other possible causes or way to fix.?
    thanks
    Christopher Huber
    MMN

    I'm very new to DPS so I hope the following description makes some kind of sense.
    My magazine is in the process of doing trial runs for an iPad edition. I'm setting some templates up for us to work off so the process from magazine to iPad will run a lot smoother month to month.
    So far I've set up some dummy stock pages in an InDesign CS6 document, currently 15 pages long.
    All images are linked and all fonts have paragraph styles applied to them.
    I'm at the stage I want to check the document on my iPad to test run font sizes and their legibility.
    We have successfully been able to export the document as a jpg file but we really need the PDF format. When attempting this we get the above message.
    Sonia.

  • Security error: Cannot authorize operation for invalid non-ASCII URL

    I have an error that popped up with Flash Player 10.1.85.3 or 10.1.82.76.
    In our application, we load users' avatars with their original filename. Some filenames have non-ASCII characters (i.e. Hebrew, accents, or umlauts) and I can no longer load those files from a different subdomain.
    For example, I'm trying to load this image (with the Loader class and a LoaderContext):
    http://photos.myawesomedomain.com/images/awesöme.jpg  (o with umlaut)
    It comes to me encoded in UTF-8:
    http://photos.myawesomedomain.com/images/awes%C3%B6me.jpg  (umlaut converted to %C3%B6)
    When I try to load the file from http://myawesomedomain.com/myawesome.swf, I get this error:
    *** Security Sandbox Violation ***
    Connection to http://photos.myawesomedomain.com/images/awesöme.jpg halted - not permitted from http://myawesomedomain.com/myawesome.swf
    Error: Cannot authorize operation for invalid non-ASCII URL http://photos.myawesomedomain.com/images/awesöme.jpg
    If I try this with a player earlier than 10.1.82.76, it works. It also works if I move the file to the same domain as the SWF (http://myawesomedomain.com/images/awesöme.jpg) -- but that's not an option for me. Files without unusual characters work regardless of the player version.
    The error occurs when I try to access the bitmap data of the loaded image. I've tried encoding the URL differently, but Flash always reports it as "http://photos.myawesomedomain.com/images/awesöme.jpg" - with the umlaut converted to strange characters. The cross domain file allow-access-from "*.myawesomedomain.com"
    Has anyone run into this? Is there a way I can fix it without renaming the users' photos (we have tens of thousands of these)?
    I feel like I must be missing something obvious; hardly anything comes up in Google for this, but I don't think it would be an uncommon problem.  I believe https://bugs.adobe.com/jira/browse/FP-5580 is related.
    Thanks!

    The problem is based on the player version, not the browser.
    The problem showed up in Chrome first because it auto-updates the player; when Firefox users installed the updated player, they started having the problem, too.

  • ITunes producer error 3000 character content of element "file_name" invalid. Can anyone help me out? This happens when i try and submit an epub file, i haven't had this before.

    Can anyone help me out? This happens when i try and submit an epub file, i haven't had this before. "iTunes producer error 3000 character content of element "file_name" invalid."
    This is the full message

    You really need to put your codes between the
    [\code] tags
    see http://forum.java.sun.com/features.jsp#Formatting
    for more infoCode tags might make it look a little better, but there's still too darn much code. We're volunteers, after all. It'd be a lot of work to review all of this stuff. Can you demonstrate your problem with something smaller? Learn out how to do a combo box with just a page or two and then appy that to your big problem. That's how I'd do it. - MOD

  • Content Generation Error in InDesign

    "Content Generation Error" in InDesign-every time I try to preview my document I get the following message:[Error: The assets for one or more overlays could not be located. Verify the assets used are available on disk, then update the article.]. Everything was working fine perfectly just the other day when all I did was preview it in InDesign.  I can't think of anything that I could have done to ruin it.  All my links appear to be fine, and so far I've gone through and stripped most of the document to find the problem but it won't work unless I take out 99 percent of the document.  It seems to have multiple issues and appears to be an entire corrupted document rather than just a few issues with MSOs. The document consists of five pages with vertical and horizontal layouts and I have slideshows, scrollable frames, and multi-state objects but no audio.

    That was the first thing I tried because obviously I wanted to find out if it was a problem with my file or a general issue with all uploads to that folio. It seems to be working ok now, although I still have no idea what the problem was and I have never seen that error message before :s
    Thanks for your response.
    Adam

Maybe you are looking for