Invalid Asset when updating an Article to iPad

Going through the learning curve of publishing to iPad and have successfully uploaded 2 basic articles to my iPad.
For some reason I am now getting an [Error:Invalid Assest] when building folio. I have a Pan and Zoom on an image but other than that they are just static with H and V layouts.
I was getting this earlier and deduced that it was a PSD image but have since changed to a JPEG and was working fine.
All I have done it rearrange the order of the 2 articles and the error is back. Cannot work out why. Have remove the Pan and Zoom entirely but still getting it.
The annoying thing is PreFlight doesn't flag anything and the Caution symbol gives no clues as to where the error is!
Very frustrating – any clues appreciated.
Message was edited by: RollDotHome

It's best if you recreate the page in InDesign. refer to http://help.adobe.com/en_US/digitalpubsuite/using/WS9293e1fb3b977c5c73657495129f66e490f-7f fe.html for Pan and Zoom overlays. The error might be related to you using PSD file originally. Also, have you moved any file locartion, if yes, refer to : http://helpx.adobe.com/digital-publishing-suite/kb/error-invalid-asset-location-indesign.h tml

Similar Messages

  • In Design is regularly crashing when updating an article

    I'm getting frequent In Design crashes when I update the article, seems to be when it is converting some images judging by the procress bar. but I tried removing all graphics and it still crashed. Not sure where to start looking, the page has quite a lot of MSO all with several actions. Could this be the cause?

    thanks, I narrowed down one cause of the crash, I have interactive elements on a seperate layers to help organise things better, if you update while a layer is invisible it almost always crashes for me ( possibly because some actions are referencing hidden layers) but it crashed a few times when all layers where visible, if it does it again I'll try your tips.. its crashing at "writting png" stage

  • ORA-01722: invalid number when updating a CMP bean, SP10 WebLogic_RDBMS.jar problem?

    Hi guys
    We are having a problem with the migration to WLCS 3.2 SP2 / WLS 5.1 SP10.
    We are moving from WLCS 3.2 and WLS SP6. Our CMP beans generate errors when
    the container tries to update them. They deploy without error though.
    See below for the stack trace
    We use the recommended weblogic driver for our Oracle 8.1.7.0 database. WL
    runs on w2k, and Oracle on Solaris 7.
    Extract from set-environment:
    SET DB_CLASSPATH=
    SET PATH=%PATH%;%WEBLOGIC_HOME%\bin\oci815_8;%WLCS_ORACLE_HOME%\bin
    SET
    SQLPATH=C:\WebLogicCommerceServer3.2\db\oracle816;C:\WebLogicCommerceServer3
    .2\db\oracle816\event;
    Extract from weblogic.properties:
    weblogic.jdbc.connectionPool.commercePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    I made a few experiments, and I noticed that generating the CMP classes
    (with EJBC) with the old WebLogic_RDBMS.jar (from WLS SP6) is working fine.
    Here is what I mean : ejbc uses the library
    c:\weblogic\lib\persistence\WebLogic_RDBMS.jar And this library has changed
    with SP10. However since that change and after rebuilding our jars, all CMP
    entity beans fail to update.
    If I just replace that WebLogic_RDBMS.jar with the previous one (from SP6),
    and without changing anything else, our CMP beans work fine. I did not
    change any driver or xml deployment descriptor.
    One of the generated files in the jar (for our bean
    VisibilityPSWebLogic_CMP_RDBMS.class) differs, and that seems to be the
    cause of the problem.
    I jadded that class and here is a difference I notice:
    OLD, ejbc ran with SP6 WebLogic_RDBMS.jar : visibilitybean.targetCompanyId =
    (BigDecimal)resultset.getObject(5);
    NEW, ejbc ran with SP10 WebLogic_RDBMS.jar : visibilitybean.targetCompanyId
    = resultset.getBigDecimal(5, 35);
    Similar differences for the SETbigdecimal.
    Dunno if that will help, but I'm attaching the 2 jar files with explicit
    names.
    Damn that was long, I hope someone will read it... Thanks for any help on
    this, see stack trace attached below
    Nicolas Lejeune
    Stack trace:
    mer. oct. 03 12:16:22 CEST 2001:<I> <EJB JAR deployment
    C:/WebLogicCommerceServer3.2/lib/foundation.jar> Exception in
    non-transactional EJB invoke:
    java.rmi.UnexpectedException: Unexpected exception in
    com.b2boost.visibility.VisibilityBean.getVisibilityId():
    java.sql.SQLException: ORA-01722: invalid number
    at weblogic.db.oci.OciCursor.getCDAException(OciCursor.java:230)
    at weblogic.jdbcbase.oci.Statement.executeUpdate(Statement.java:980)
    at
    weblogic.jdbc20.pool.PreparedStatement.executeUpdate(PreparedStatement.java:
    47)
    at
    com.b2boost.visibility.VisibilityPSWebLogic_CMP_RDBMS.update(VisibilityPSWeb
    Logic_CMP_RDBMS.java:446)
    at
    com.b2boost.visibility.VisibilityPSWebLogic_CMP_RDBMS.store(VisibilityPSWebL
    ogic_CMP_RDBMS.java:376)
    at
    weblogic.ejb.internal.EntityEJBContext.store(EntityEJBContext.java:192)
    at
    weblogic.ejb.internal.EntityEJBContext.beforeCompletion(EntityEJBContext.jav
    a:227)
    at
    weblogic.ejb.internal.StatefulEJBObject.postInvokeNoTx(StatefulEJBObject.jav
    a:355)
    at
    weblogic.ejb.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:865)
    at
    com.b2boost.visibility.VisibilityBeanEOImpl.getVisibilityId(VisibilityBeanEO
    Impl.java:198)
    at
    com.b2boost.visibility.pipeline.LoadFirstVisibilityRequestPC.process(LoadFir
    stVisibilityRequestPC.java:83)
    at
    com.beasys.commerce.foundation.pipeline.PipelineExecutorImpl.process(Pipelin
    eExecutorImpl.java:193)
    at
    com.beasys.commerce.foundation.pipeline.PipelineExecutorImplEOImpl.process(P
    ipelineExecutorImplEOImpl.java:56)
    at
    com.beasys.commerce.foundation.pipeline.PipelineExecutorImplEOImpl_ServiceSt
    ub.process(PipelineExecutorImplEOImpl_ServiceStub.java:154)
    at
    com.beasys.commerce.webflow.PipelineProcessor.callPipeline(PipelineProcessor
    .java:170)
    at
    com.beasys.commerce.webflow.PipelineProcessor.process(PipelineProcessor.java
    :102)
    at
    com.beasys.commerce.webflow.WebflowAdvisor.handleTarget(WebflowAdvisor.java:
    409)
    at
    com.beasys.commerce.webflow.WebflowAdvisor.processTarget(WebflowAdvisor.java
    :156)
    at
    com.b2boost.framework.B2boostPortalDestinationDeterminer.determineDestinatio
    n(B2boostPortalDestinationDeterminer.java:208)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:438
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :120)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:922)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:886)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:269)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:392)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:274)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    [Visibility_generated_with_SP6_weblogic_rdbms_jar.jar]
    [Visibility_generated_with_SP10_weblogic_rdbms_jar.jar]

    You are using WebLogic jDriver for Oracle which needs exact version of OCI API, that comes with the Oracle client installation. Ensure that you have installed the right Oracle client version. And updated the PATH properly.
    I notice that you have
    bin/oci815_8
    oracle816
    Thsi looks liek the inconsistency in your environment.
    What you need to do is
    1. find oci817_8 and place that in the PATH.
    2. install oracle 817 and use that client and set the ORACLE_HOME environment variable and the PATH properly.
    Try this and see if it helps.
    BTW - WLS 5.1 is EOL

  • "iTunes has a invalid signature" when updating to 11.1

    I was trying to have iTunes updated to version 11.1 but It failed to download first before install, then I clicked download only and the message popped up saying "iTunes has a invalid signature". Why I keep getting this? and How can I fix it?
    I'm running Windows 7 64-bit.

    Hello mms math 8,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS devices: Keeping device within acceptable operating temperatures
    http://support.apple.com/kb/ht2101
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/ht1414
    Use iTunes to back up your device and transfer and sync any additional content to your computer.
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/ht1476
    About battery life and the battery
    Battery life and number of charge cycles vary by use and settings. Find more information about batteries foriPhone and iPod.
    Find information on how long the battery is expected to last between charges.
    Rechargeable batteries have a limited number of charge cycles and may eventually need to be replaced.
    http://www.apple.com/batteries/iphone.html
    Have a nice day,
    Mario

  • HT201413 Invalid signature when updating itunes and icloud, cancels update?

    Apple software update cancels because of invalid signatures, what setting do I need to change?

    That one suggests the installer has gotten damaged during the download.
    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?

  • Help..error: invalid signature when updating itunes

    I am trying to update my Itunes with current version but keep receiving error message that Itunes & Safari has an invalid signature and will not complete the update. Any advice?

    Any body with a solution??

  • 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

  • HT1212 I am unable to get our of a continuous cycle when trying to update or restore my iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.

    When I tried to update my iPad I got an error 9. Now, I am unable to access my iPad. It is in a continuous cycle when I try to update or restore the iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.
    Here's the cycle:
    I plug in my iPad when “cable to iTunes shows on iPad screen. It says "Your iPad can't be updated, you must restore it to factory settings." That bad enough news, but it gets worse.
    Click Restore
    Extracting software…
    Preparing iPad for restore
    Waiting for iPad…
    Verifying iPad restore with Apple…
    (empty bar under the Apple logo…does not show any activity)
    “The iPad “iPad” could not be restored. An unknown error occurred (9).”
    Notes: I just upgraded to OS X Yosemite 10.10.1 on my iMac (27-inch, Mid 2011) in the last week. It’s the first time I’m tried to backup/update my iPad since the iMac update.
    I swapped out the USB cable to a new cable and get the same results.
    I also unplugged all other USB devices from the iMac and security on my iPad and still get the same results.
    I find it strange that it shows no Serial number for my my iPad 2 when plugged in. It shows “Serial Number: n/a on the screen when it displays: “iPad Recovery Mode To update your iPad without erasing its contents, click Update. To restore your iPad to its factory settings, click Restore iPad.
    I prefer to update my iPad, but it displays “Your iPad can’t be updated, you must restore it to factory settings. If you previously backed up the iPad, click Restore Backup after the restore process completes.”
    It’s a continuous loop. I get the display on my iPad to plug in the iPad to iTunes, plug it in which ends after going through the above procedure saying an error occurred (9).
    So now I cannot use my iPad. When I turn it on I get the display showing me to plug it into iTunes with the cable. Since this is the only option I have I plug it in and the loop begins.
    Any advice would be appreciated.
    Thanks!

    Hello jaybearden,
    Thanks for the question. After reviewing your post, it sounds like you are not able to restore the iOS device since you get an error 9. I would recommend that you read this article, it may be able to help the issue.
    Resolve iOS update and restore errors - Apple Support
    Check your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006. Sometimes security software can prevent your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't preventing a connection to the Apple servers.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • I have a problem when ı want to update and restore my ipad for ios5 : an error occurred while restoring this ipad (-10), what can i do??

    i have a problem when ı want to update and restore my ipad for ios5 : an error occurred while restoring this ipad (-10), what can i do??

    Error -1 is not mentioned in this article about error messages during a restore process: http://support.apple.com/kb/TS3694
    This one comes close:
    The device could not be restored. An internal error occurred, or Error 3200: This indicates a network-connectivity or traffic issue. If you see this error, wait an hour or more and try again.
    You may also check your security software settings, to make sure that iTunes can contact Apple servers during this process: iTunes for Windows: Troubleshooting security software issues

  • I can connect to iTunes on apple TV, but get "invalid I.d. Or password" message when trying to connect with iPad or iPhone.  What the...?

    I can connect to iTunes on apple TV, but get "invalid I.d. Or password" message when trying to connect with iPad or iPhone.  What the...?

    Hi Boscoboi,
    Welcome to the Support Communities!
    You may need to check the settings for your iTunes Store on the iPad and iPhone.
    Sign out of the iTunes account, restart the device and sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    If these basic steps don't resolve your issue, then follow the advice in this article for connectivity issues with iTunes:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    - Judy

  • When updating iTunes I get a message saying invalid signature and it won't update, is there a fix for this?

    When updating iTunes on my PC I get a message saying "invalid signature" and it won't update. Is there a fix for this that I can do myself or do I need to take it in to a computer guy?

    Hi there Jmd65,
    You may find the troubleshooting steps in the article below helpful.
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    -Griff W. 

  • TS3694 When updating my Ipad right near the completion of the process i get the error #6 when i clicked onto this to find out what to do it sent me to -48 or 20000 - 200008 and a few more ?  What should I do ? How do I know which one to do ?

    When updating my Ipad 2  right near the completion of the porcess it gave me an error #6  not sure what to do .  I made sure i was update in I tunes before I started process ?  need some assistance ?

    What iOS is on your iPad?
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    From above link:
    Error 2, 4 (or -4), 6, 1000, 9006            
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.
    Therefore - disable your firewall and anitvirus software temporarily.
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    To update the iOS - If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    To update your iOS - If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • HT4972 why am i getting an error -48 when updating to iOS5 on my iPad

    why am i getting an error -48 when updating to iOS5 on my iPad and how do I fix it? Apple's suggestion does not work.

    I'm sorry but I don't what the error means other than the ipsw file is bad - which is what it says in the article and it usually relates to something in the specific user account.
    You did try creating a new user account on the Mac and tried updating that way? You have no security software running on the Mac?
    The app that was downloaded using your son's ID should not affect the update to the best of my knowledge.
    jparrsies wrote:
    On a related question, I would not care so much if i could make a good backup and not have the upgrade overwrite this backup.  Once I start the upgrade, iTunes thinks I've never done a successful backup of the iPad and yet I've done at least a dozen over time.
    I'm not sure I understand what you mean here by "iTunes thinks I've never done a successful backup". Are you trying to do a manual backup?

  • HT4972 When I tried to update my iOS 4 ipad to iOS 6, it doesn't work but only say that the ipad software update server cannot be contacted. What should I do?

    When I tried to update my iOS 4 ipad to iOS 6, it doesn't work but only say that the ipad software update server cannot be contacted. What should I do?

    Hi Ruby,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting steps in this article helpful for troubleshooting the connection issue you're seeing:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Regards,
    Jeremy

  • TS1389 "Invalid Signature" when downloading the Itunes update - how do i fix?

    i get a message "Invalid Signature" when downloading the Itunes update - how do i fix?

    Hi Antosydney,
    Thanks for visiting Apple Support Communities.
    The steps in the "Additional Troubleshooting" section of this article can help with the message you're receiving:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Cheers,
    Jeremy

Maybe you are looking for

  • Win 7 wifi causes my WRT54G to slow down 20x till reset

    My wrt54g (firmware old - v1.00.6) has run fine for years until my daughter got a laptop with win7. All my other systems still run XP or win2k. I only run wireless with her win7 and one netbook with xp, all the other connections are wired. Going to s

  • IOS 5 downland complete then file processing an error 3259 comes out what to do

    I have trying to download IOS 5 on my Iphone , however, everytime the download is complete and file processing starts i get an error 3259 and that the connection timed out. I check my internet connection, its ok. I connected my laptop to the internet

  • My iPad2 keeps asking me to enter my password after updating to iOS5.1

    Hello, I can't find the answer to this after lots of searching and it's driving me crazy! My iPad2 keeps reverting back to the Lock screen and asks me to enter my password. This happens whilst in the middle of using apps, especially ones that involve

  • Can not validate XML against schema

    Hi all, I'm new to XML validation. I have this sample from net. this is the schema definition: <xs:schema targetNamespace="http://www.w3schools.com" elementFormDefault="qualified"> <xs:element name="note" type="xs:string"/> </xs:schema> and this is t

  • Delete 'Defective sessions' to make Table APQD free

    Hi All, We checked and found that We have one table APQD in our ECC 6.0 system which is taking 39.54 GB space. We found OSS Note 36781 - Table APQD is very large which says to run report RSBDCREO. We ran report RSBDCREO and it only deleted 10 entries