Managing an animation that exceeds the max comp size of 30,000px

Hi all,
this may well be a daft question with a painfully obvious answer but i need to ask it nonetheless.
I'm making an animation of photographs that are lined up along a wall with a camera panning across to the right over these images. However, i've reached the end of the 30,000px max comp limit.
so i need to continue onward but can't figure out how?
is there a way to continue with my camera pan or would it be best to simply animate the pictures etc past the screen using the position keyframes (to the left) to create the same (or similar) effect?
I've searched everywhere and am amazed that no-one's asked this question before, which leads me to conclude that i must be missing something and thus asking a really stupid question!!
your help will be gratefully received...
Mark.

You always want your main composition to be the same size as your biggest deliverable. Now days this means that for most work the smallest comp would be a standard HD 1920 X 1080 comp as the minimum size for most projects. Remember we're building videos here, not animated gifs or multi screen presentations. The exception to this rule would be if you were working on a project that originated as a 2K or 4K project. Here again, there are presets.
My standard process for animating a slide show like you describe is to first, resize the images using Lightroom/Bridge/Photoshop so that the images would be somewhere close to but not exceeding 100% scale, or, if you are going to be putting your images in 3D space, the images should not be closer to the camera than the Zoom value for the camera. This is the equivalent to 100% scale. If I had a bunch of 16 MPixel images from my DSLR that I wanted to use in a presentation and I wanted to see all of these images full frame in a standard HD comp, I'd scale them batch of them to about 2000 or 2500 pixels wide maximum. This gives me a little fudge factor to adjust position. If I had images  that  wanted to move in on so that I was cropping the image to about 1/4 of it's original frame then I would resize the images to about 4000 pixels wide. This means when the image is scaled to 100% in an HD comp we can only see about 1/4 of the image.  As the images are resized I would use Photoshops image enhancement tools to restore detail and adjust the images so they would work well in a video. The exact settings depend on the amount of detail and contrast in the original image and it takes some practice to get everything perfect.
Once the images are resized I would bring them into AE and animate their position with some of my animation presets that use the in and out point of the layers and expressions to make nice moves on the images or I would simply keyframe position, rotation, scale in the case of 2D layers or camera or image position in the case of 3D layers. I would set in and out points for each image layer so they didn't hang around out of frame when they were not visible.
I hope this helps. There are lots of great plug-ins and scripts, and presets available to help you quickly create things like Ken Burns Style animations (I cringe every time someone uses that term because the technique of moving on still images was developed in the first year of moving pictures - about a hundred years ago)
Here's one of my favorite sets of animation presets from my good friend Stu to make Photo Montage easy and quick. Prolost Burns 1.6 for After Effects — Stu Maschwitz

Similar Messages

  • Layer 0 exceeds the max layer

    When I try formatting a dvd I get the message: Layer 0 exceeds the max layer size allowed please choose a suitable marker location that will support this condition.
    I brought in a 2 hour and 45 minute vcr video and added chapter markers. Does this simply mean the size is too big or what is it looking for?
    Thank You

    DUAL LAYER BREAK POINTS
    Basically when burning a DL disc there needs to be something called a "break point" which is effectively a marker at what is considered a "permissable" spot for a break point. The requirements for break points have certain conditions (Layers cannot exceed certain sizes, Layer 0 needs to be larger than Layer 1 etc.) If there is not a marker that meets these conditions, then you will get various error messages.
    1.) In a DL disc Layer 0 needs to be larger than Layer 1
    2.) A marker needs to be placed as a Layer Break in the project to indicate the layers.
    3.) You can start by assuming the marker will be right around the 1/2 point of the disc (give or take)
    4.) Find the place which is about 1/2 way and put a few markers in there
    5.) Build the DVD to the hard drive then select format. If there is a suitable layer break marker it will be black otherwise it will be gray.
    Look [over here|http://dvdstepbystep.com/break.php] has generally the same info and some links for things to look at.
    and [this thread|http://discussions.apple.com/message.jspa?messageID=11256039#11256039]

  • Flooded with error: Table RequestUsage_PartitionX has 442892288 bytes that has exceeded the max bytes 442857142

    Hi all,
    Since last week my 2013 farm (3 WFE, 3 App server, SQL 2012) application event log flooded with error every 5 minutes.
    Table RequestUsage_PartitionX has 442892288 bytes that has exceeded the max bytes 442857142. 
    I have google the error and only found Steve Mann's blog discussing about this.  Yet there is no additional information in terms of how to fix it.  Just wondering if anybody has seen this and know how to fix it? 
    Appreciate any suggestion and thanks in advance.
    Sally

    Hi  Sally,
    Thank you for your posting!
    For your error, it is coming from the Usage Infrastructure. The root cause is that your SharePoint Server  usage data is exceeding the daily partition size for the logging DataBase.
    For more detailed information, you can refer to the blog:
    Blind spots in Usage file and Web Analytics Reports
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Table RequestUsage_Partition14 has 445538304 bytes that has exceeded the max bytes 442857142

    Dear All,
    Since last 4 weeks my SharePoint 2013 Farm facing Error in Event Ever such as "Table RequestUsage_Partition14 has 445538304 bytes that has exceeded the max bytes 442857142"
    Kindly do let me know how we can resolve this issue.
    Thanks in Advance.
    Pravin Dhulap

    Hi All,
    I have updated the below script on our test Environment and i am not bale to see this error in Error log.
    add-Pssnapin Microsoft.SharePoint.PowerShell
    $UsageDefinition = Get-SPUsageDefinition -Identity "Page Requests"
    $UsageDefinition.MaxTotalSizeInBytes = 21884901888
    $UsageDefinition.Update()
    and i have used smae script on PROD server but the i am still receiving same error.
    Kindly let me know if there are any settings needs to be done or not??
    Kindly provide the solution if anyone of you has it.
    Thanks.
    Pravin Dhulap

  • What is the max file size that a Adapter Engine [J2SE] can handle ?

    We are having a scenario where a 4 GB compressed file needs to be sent across without mapping, I'm trying to explore the possible options to tackle this scenario.
    Some of the options, we are considering :
    - Sending a file from one Adapter Engine [J2SE] to another Adapter Engine [J2SE] bypassing PI. Adapter Logs will be monitored. What is the maximum file size that can be then handled assuming a standard installation ?
    - What is the max file size that Adapter Engine [J2SE] can send through PI without mapping?
    Any help with the above options or with any other possible solutions to handle extremely large file transfers will be much appreciated.

    Hi,
    j2se is not a good option here
    if you have 4gb then you need a copy solution
    a) build an proxy that will just copy the file from sender dest to receiver
    b) build an adapter that will do the same as proxy)
    this way processing of this message will be controlled with SAP PI/XI
    it will be as quick as copy & paste of the 4gb file
    I did the a) for one of the flow for 300 mb and it works perfectly
    Regards,
    Michal Krawczyk

  • Inactive sessions  accumulate exceed the max session

    Hi All,
    once i checked the v$session, always find lots of inactive session.nearly after two month it will exceed the max session value in the init.ora profile.
    I have check the sqlnet.ora profile and the value of expire_time is 10 minuter, while not sure why so many inactive session? and if i need to kill all inactive session?
    Best Regards,
    Chelsea

    INACTIVE users are users not actively running a query, but they are connected to the database.
    If SQL expire time is set, you can verify the logfiles, if users get disconnected because of idle connections.
    For the remainder I agree with the other post.
    Cheers
    FJFranken

  • SSL received a record that exceeded the maximum permissible length

    For the past few days ALL of my computers show the following message when I attempt to access ANYTHING to do with google:
    "Secure Connection Failed
    An error occurred during a connection to https://www.google.co.uk/firefox
    SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)"
    1) When I remove the 's' from https, it works
    2) No difference if I attempt to access google.com or goggle.co.uk
    3) I do not have security.enable_ssl3 and security.enable_tls when I type about.config

    Do you have any content blocking software or security software that monitors secure connections?
    You can check the connection settings.
    *Tools > Options > Advanced > Network : Connection > Settings
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can

  • I sporadically can't use certain Google features (Gmail, Documents, Calendar, etc.). The error I always get is "SSL received a record that exceeded the maximum permissible length. Error code: ssl_error_rx_record_too_long"

    SSL received a record that exceeded the maximum permissible length.
    Error code: ssl_error_rx_record_too_long
    I get the above message often (but not always) when trying to access my Gmail account, Google docs, calendar, etc. There's really no rhyme or reason for when it works vs. when it doesn't, but I've found that typing in something like "www.gmail.com" never works. When I use the history (or the search bar) it occasionally works.

    Just cleared out the cache and removed all cookies, but I'm getting the same error when I try to open my Google Calendar.
    (Gmail opened just fine a second ago)
    I'm a teacher and using my school-provided laptop from home. Could it be something with the school's network filter? (even though I'm not actually on their network)? How can I check?

  • [BlazeDS]Error serialization exceeds the max collection object nest level of '15'.

    I am getting the following error when I try to import large data from server to client. I am not able to find where I can change the settings to handle more data.
    [BlazeDS]Error serialization exceeds the max collection object nest level of '15'.
    flex.messaging.io.SerializationException: Error serialization exceeds the max collection object nest level of '15'.
            at flex.messaging.io.amf.AmfIO.increaseNestCollectionLevel(AmfIO.java:142)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:753)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:439)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:453)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:439)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:453)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)

    I am getting the following error when I try to import large data from server to client. I am not able to find where I can change the settings to handle more data.
    [BlazeDS]Error serialization exceeds the max collection object nest level of '15'.
    flex.messaging.io.SerializationException: Error serialization exceeds the max collection object nest level of '15'.
            at flex.messaging.io.amf.AmfIO.increaseNestCollectionLevel(AmfIO.java:142)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:753)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:439)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:453)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:439)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:453)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)
            at flex.messaging.io.amf.Amf3Input.readArray(Amf3Input.java:358)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:156)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.ArrayCollection.readExternal(ArrayCollection.java:87)
            at flex.messaging.io.amf.Amf3Input.readExternalizable(Amf3Input.java:493)
            at flex.messaging.io.amf.Amf3Input.readScriptObject(Amf3Input.java:420)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf3Input.readObjectOneLevelDown(Amf3Input.java:754)

  • XMA exceeding the configured page size

    I've developed a call-based ECMA2.0 xma that gets a load of users from a web-service and for the full-import builds a ~3600 user list of CSEntryChange objects which are added to the GetImportEntriesResults object that's returned to the sync engine.
    I've got a full-import (stage only) run profile with default values and when running the xma, which builds the list of users as expected, I get a "stopped-ma" error in the sync engine and then the following item in the event log:
    The server encountered an unexpected error while performing an operation for a management agent.
     "3459 objects were returned on import, exceeding the configured page size in the Run Profile of 0. Only the first 0 objects were processed. Import aborted."
    Looking at the
    http://technet.microsoft.com/en-us/library/hh859479(v=ws.10).aspx walk-through guide, I've followed it and even put in their values for the page-size properties (which seem very low to me) and even tried configuring the page-size of the run profile,
    though this doesn't seem to have any effect.
    I'd like an unlimited page-size so it can handle any number of users, which I thought the default run profile value of 0 would be.
    Does anyone know what I'm doing wrong?

    There's no need to spool anything to disk - just wrap the results in an Enumerator that lives outside the scope of getting a page of results.  Here's a little example that maps quite closely to ECMA2 structure.
    IEnumerator<string> enumerator;
    void Main()
    enumerator = Stuff().GetEnumerator();
    bool hasMore = true;
    while (hasMore)
    var results = GetPage(995, out hasMore);
    Console.WriteLine("Got {0} results", results.Count);
    List<string> GetPage(int pageSize, out bool hasMore)
    var list = new List<string>(pageSize);
    hasMore = true;
    for (int i = 0; i < pageSize; i++)
    if (enumerator.MoveNext())
    list.Add(enumerator.Current);
    else
    hasMore = false;
    break;
    return list;
    IEnumerable<string> Stuff()
    for (int i = 0; i < 1000; i++)
    yield return string.Format("value {0}", i);
    Steve Kradel, Zetetic LLC

  • The reporting service web service connection pool reached the max pool size

    I got a problem that it throw an exception "The timeout peroid elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connection was in use and max pool size was reached."
    The satuation is our service use 15 thread to render report, but sometimes we met such exception I list above. I didn't change any configuration in rsreportserver.config, and it seems the connection to reportserver database from reporting service web
    service was not disposed.
    Is there any configuration I can modify to fix this issue?

    Hi Dexter,
    In your case, we can try to increasing the size of the connection pool to resolve the issue. By default, the Max Pool Size is 100. You can refer to the similar issue below:
    http://social.msdn.microsoft.com/Forums/en-US/c57c0432-c27b-45ab-81ca-b2df76c911ef/timeout-expired-the-timeout-period-elapsed-prior-to-obtaining-a-connection-from-the-pool?forum=adodotnetdataproviders
    Since the issue is related with ADO.NET. I suggestion you post the question in the following forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=adodotnetdataproviders
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • HELP!!! layer 0 exceeds the maximum layer size allowed (DVD STUDIO PRO)

    when I try to burn a dual dvd with 7.1 gb on it. The discs are 8.5gb dual dvd's, it says this in the error box.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.
    I have tried to dual layer break point on a chapter half way through and other locations, but it still says it. What do I do???? I need to get this done ASAP!!!!! Can you please help, its kinda a emegency!!!!!!
    please email me back at [email protected]
    Thanks so much
    G5   Mac OS X (10.4.6)  

    Hey timeline
    welcome to the apple boards...
    ill give you the easy fix, although i would recommend the proper fix.
    first, build your project on any of your drives so you can see your audio and video TS folders.
    once you see your build, then click on "Format" and before you click on format (on the lower right hand corner of the Format window, click on the second tab and under "Layer Break" click the drop down box and whatever is NOT greyed out, can be used as a layer break.
    the more proper way do it it would require you to do some calculations based on the amount of video in your project and re-encode your video.
    hope that helps
    Mikey M.

  • Formatting was not successful.  Layer 0 exceeds the maximum layer size

    I am attempting to burn my first dvd w/ dvdstudio pro. I pressed burn. Processing took approximately 25 minutes. Everything seems to be goin well. The I get the following message,
    "Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition."
    Can anyone help me out with this?
    The following info was in the build log,
    Starting DVD Build MUSICVIDEOMIXTAPE...
    Compiler Initializing...
    Precompiling Project MUSICVIDEOMIXTAPE
    Compiling VMG Information...
    Created 8 PGCs in VTSM1
    Created 5 PGCs in VTSM2
    Created 8 PGCs in VMG.
    1 Menu(s) will be created...
    Compiling Menu PGCs...
    Compiling Menu#1 (Menu 1)...
    Rendering Menu:Menu 1,Language:1...
    Generating Transition: VTSM #01, VOB #1...
    Writing VIDEO_TS.VOB
    Compiling Menu PGCs...
    Writing VTS020.VOB
    2 VTSs and 2 Titles will be created...
    Compiling VTS#1 (drivin me wild- Common & Lilly Allen)...
    Muxing VTS011.VOB
    Done.
    Compiling VTS#2 (d12 vid mix tape)...
    Writing VTS020.VOB
    Muxing VTS021.VOB
    Done.
    Linking VMG...
    Linking VTS#1...
    Linking VTS#2...
    Writing VTS#1...
    Writing VTS#2...
    Writing VMG...
    Writing Layout Info...
    Compile Completed Successfully
    Note: The file ‘MUSICVIDEOMIXTAPE.layout’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Note: The file ‘VOB_DATA.LAY’ found in the ‘VIDEO_TS’ folder is not a DVD-Video file and will not be included in the final disc or DLT.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    It sounds like you are trying to burn a dual layer disc. Do you need a dual layer disc? (i.e., do you have more than 4.3 GB of material?) If you do then there is a tutorial at;
    http://www.kenstone.net/fcphomepage/dual_layer_mediagary.html

  • Layer 0 exceeds the maximum layer size allowed.

    I am getting the following message and do not know what to change in my pref.
    Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition.

    No change in preferences, it is something you need to make a marker for on a DL Disc
    On the layer break some threads below - basically there needs to be a marker somewhere so that is around 1/2 way give or take Take a look at the PDF pages 576-586 for some of the details.
    http://discussions.apple.com/thread.jspa?messageID=4274608&#4274608
    http://discussions.apple.com/thread.jspa?messageID=4470720&#4470720
    http://discussions.apple.com/thread.jspa?messageID=4309773&#4309773

  • Smartform doesn't show preview when the records exceed the main window size

    Hi
    When i print the smart form having line items exceeding the main window size on the page it does not show the preview. The internal table loop goes into infinite loop. Is there any means whereby if the records don't fit on the main window of the page will be continued to the next page. Right now I have no clue how it is to be resolved. I feel the problem is in layout, as when i remove the main window the internal table code works fine and it does not move in infinite loop. Please help me resolve this issue.
    Thanks in advance

    Hi
    I have deleted the table from main window and instead inserted a loop.
    Also i created the two pages. But the problem still persists.
    But for my requirement my each line item in the main window has 3 lines.
    Also my layout will be the same for all pages so is there a need to create a new page.
    Is there any mechanism whereby if the line items dont fit on the mainwindow of the page will automatically continue on another page without having to define it.. please guide? Right now the smartform goes in infinite loop if it doesn't fit in main window size
    Thanks

Maybe you are looking for

  • Logo Visible in Print Preview, but not in pdf and hard copy

    Hi, We have uploaded a logo to be shown in the footer. We are able to see the logo in the print preview, but when we print the invoice (SAP Script),  it is not seen in the hard copy. We tried by saving it as a pdf, even in the pdf, it is not displaye

  • Full Albums not Showing up in Music App

    I've been having problems with my album tab in the music app. In some albums not all of the songs appear in the album and say "Show Complete Album" when I tap that the songs that are not on the album appear in the album but have the "download" button

  • REPLACE command using passed variable values does not work

    Hi SDN Community Are you aware of the replace command not working when passing strings as opposed to a variable containing the string. For example: This works:      replace '>JUL 2008</a>' with I_TEXT_VALUE into                 I_TEXT_VALUE_REPLACE.

  • How can i make trigger with basler camera GIGE 659x494 - 70 FPS and I/O terminal block

    Hi all, How can i make trigger with basler camera GIGE 659x494 - 70 FPS and I/O terminal block

  • ABAP RFC WebService

    Hi I have a RFC with a different name space for example /TESTNM/Z_RFC_TEST . WSDL generates an operation as below -TESTNM-Z_RFC_TEST Because of the "-" the Java Client proxies giving compilation problems . Does any one encountered this problem before