Paragraph Assembly Issues

Hi All,
I currently have a form utilizing a single MLT field using a paragraph assembly rule. There are about 20 or so paragraphs included so it spans past a single page. We are seeing some really strange results.
The first issue involves a blank first page. My headers and footers appear fine but the paragraph text is nowhere to be seen. It does however appear on page 2. This happens at random as well. The only workaround I have is to resubmit the document in question and hope it works.
The 2nd, and more problematic issue is removing a paragraph through the selection window. Upon removing a paragraph, the entire section shifts down on the front page causing a large amount of blank space.
Ultimately, the paragraph assembly function appears to work well but only when dealing with a single page. We enter limbo when it comes down to spanning multiple pages. Has anyone observed any of these issues?
Thank you,
Ken

There are several things that could come into play here. First, make sure that your MLT field destination for the paragraph selection is set with the option to allow it to span pages. If it isn't, then when the section grows large enough it will move to the next page in its entirety until it is the first and only section following a header or footer. Second thing to check is that you have not set any of your paragraphs of text with the "Do Not Break" option. This is under the paragraph properties. When the paragraphs are set to not allow break, the content will move to the next page until it is first on the page and spans the entire page size. Finally, it is possible that some earlier section on the page is forcing the section off the page. In a normal sequence where you complete data from the top-down, splitting and pagination usually works as expected. However, sometimes if you use DAL scripts or maybe certain rules, it is possible that once your section is initially sized, then an earlier section on the page can change size - due to another MLT or text area with embedded fields - and it is the growing of that section which forces the one with your paragraph assembly off the page.

Similar Messages

  • Paragraph style issue when opening imdl (CS5) file in CS4

    Sending a CS5 file to a printer using CS4.  When they open the imdl file in CS4, it changes the paragraph style in the pull quotes. The initial character, whether a letter or a quote, appears tiny.  It looks like a paragraph style issue.  The 'quote' paragraph style in CS4 has a drop cap set on it. 
    Has anyone else had this problem or have a suggested fix? Certainly, we can check our files in CS4 before sending each time, but what a pain!

    IDML is meant as an interchange format, and is far from "the same file but in another version".
    If your printer wants a CS4 file, send them a CS4 file. Better yet, ask them why you have to send them native files anyway and what's their problem with a PDF?

  • Paragraph Alignment Issues

    Okay I am a novice when it comes to using Indesign and am putting together a lengthy document that requires paragraph headers.
    Im having some trouble adjusting the headers seperate from the body of the paragraph. The headers do not appear at the begining of every paragraph so I have been attempting to change the headers manually. My issue is with their alignment, I want my headers Align Left with the body Justified. When I change one line the alignment effects the whole paragraph. The only solution I can come up with is a hard return and then adjust the leading back to make the text tight again.
    Any help is greatly appericated.

    Id love to send you a screen shot but the text is for a legal document for a financial institution so ill just try and explain it here. The text reads like this:
    Lorem ipsum dolor sit amet.
    consectetur adipiscing elit. Nunc est augue, sagittis eu faucibus ut, euismod quis lectus. Mauris feugiat tellus id nulla eleifend elementum cursus tellus dignissim. Mauris eget mi lorem. Sed suscipit molestie mattis. Nam ac lectus quam. Aliquam dolor tortor, tincidunt ut tempor in, ultrices id ligula. Pellentesque tincidunt magna ut augue malesuada blandit. Nulla facilisi. Integer sed ligula vitae magna gravida consectetur. 
    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed ultricies, massa sed feugiat tempus, quam quam tempor felis, id consectetur sapien nulla quis dolor. Donec interdum gravida libero, in tempor justo egestas sed. Mauris sit amet elit in tellus faucibus aliquam eu sit amet diam. Aliquam vitae purus tellus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras varius justo id sem laoreet in venenatis velit gravida. Cras elit magna, sodales at scelerisque ac, molestie quis erat. Quisque aliquam, arcu nec tincidunt vulputate, neque enim adipiscing lacus, id posuere purus nibh vitae purus.
    Proin dignissim bibendum risus in fringilla.
    Ut justo justo, elementum varius auctor non, eleifend quis ante. Cras bibendum ullamcorper turpis, vitae feugiat purus ornare ac. Nam non purus a purus porta tempor. Sed convallis vehicula elit pretium vehicula. Morbi rhoncus placerat nisl, nec lobortis ligula rutrum id. Phasellus rhoncus metus fringilla elit dictum ultricies. Nulla a eros quis diam suscipit sodales eu ullamcorper lorem. Praesent aliquam urna et odio auctor hendrerit. Mauris rutrum erat id nibh aliquet et volutpat ante semper. Proin ultricies erat ac velit porta elementum consectetur et ante. Maecenas et dui eget enim vulputate scelerisque non quis orci. Vivamus pharetra blandit sapien a pharetra. Nulla eget magna vitae tortor imperdiet fringilla.
    I placed the text from a word file and cannot get the headers of the paragraphs to align themselves to the left without it pulling the entire paragraph over. Hopefully this description helps
    Thanks in advance.

  • Could not load file or assembly issue with SSAS Deployment Wizard

    Hi
    I am getting an error when trying to update 'Data Source Connection Strings' under 'Specify Configuration Properties' of the SSAS Deployment Wizard.
    Unhandled exception occurred: Could not load file or assembly 'Microsoft.VisualStudio.Data, Version=8.0.0.0 ...
    Well, it used to be 'version = 10.0.0.0. It changed to version 8 after trying to fix it for hours by googling and so on.
    I just can not make it work. I really need to make it work as I need to use the deployment wizard to deploy the project to the production server. (Looks like this is the only way as the server is not part of domain, just a standalone server hosted on a cloud).
    on top of my head, I remember installing everything under SQL2012 DVD  D:\redist\VSTA.
    Visit Micirosoft site and download components and so on..
    I have two other servers, one with SQL2008R@ and SQL2012. Both are ok. But this server which I want to use it as the production server is causing me an issue. ah...  I can not make it work. Please help me!
    Kind regards

    Hi Dustin
    You do  not need to be concerned if your app references 32 or 64 bit assemblies. VS being 32 bit, needs to reference 32 bit assemblies in order to compile correctly. Thus running the app from the VS IDE, you wil be using 32 bit assemblies. Using a compiled exe or a DLL, the app will use 32 bit or 64 bit assemblies depending on how the app was compiled and "bitness" of the OS.
    E.g;; an app compiled as 32 bit will require 32 bit assemblies
    An app compiled as 64 bit will run 64 bit assemblies - on 64 bit OS only.
    An app compiled as "Any CPU", will run 32 b it or 64 bit assemblies, depending on the OS. On a 64 bit OS, the app will by definition use 64 bit assemblies (but it is up to you to deploy the 64 bit runtime - not the 32 bit runtime). On a 32 bit OS the app will use 32 bit assemblies.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • CMS Assembly issue

    Hi Friends,
    Last week, We were having CMS issues in assembly step, while transporting IR objects from XIQ to XIP. Some of the  SWCVs were in the failed state. We deleted the tracks corresponding to these SWCVs. That way we deleted all the pending transport requests from the queue of these SWCVs. Then we created the tracks again for these SWCVs and started with a clean state. Now, when I try to export on namespace from XIQ to XIP, it is not doing anything on the assembly tab. Means, In the assemble components window, If I select 'subset assembly' and select my change request and hit assemble. It does not assemble and the SWCV still shows the status 'waiting for assembly. If I don't select 'subset assembly' , then it assembles the SWCV. That means I am not able to assemble individual change request and I will have to assemble the entire SWCV, and I don't want that. Please advise what can be the reason for 'subset assembly' not working.
    Thanks,
    Rajesh

    Transporting Objects
    using CMS system. in XI
    1. /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    2. /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    3. /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    4. /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi --> Overview of Transition from Dev to QA in XI
    5. /people/sravya.talanki2/blog/2005/12/20/inconsistencies-while-transporting-rfc-objects-from-dev-to-qa-150-sp12
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm --> Transporting XI Objects
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm --> Configuring Groups and Transport Targets

  • ADDRESS DELIVERY PARAGRAPH AS - Issue

    Hi Experts,
    I am facing the following issue with ADDRESS DELIVERY PARAGRAPH AS. The address used to be properly displayed, but suddenly the postal code and region is being duplicated, the reason is that this function now is returning, in the field CITY1, the city, postal code and region, to be more clear:
    It used to be:
    City: Miami
    Region: FL
    Postal code: 123456
    But now this function is returning:
    City: MIami FL 123456
    Region: FL
    Postal code: 123456
    So now in my form I see:
    MIami FL 123456 FL 123456
    This is something that happens only in one environment (development) but this is not happening in quality environment, so it makes me suspect that this may be related to data or configuration.
    I know how to fix this, but if I leave only the field CITY1, when I move this to Quality, I may have problems.
    By the way, this is happening in a Z form which is a copy of a standard form (MEDRUCK), and this code comes from the standard part:
    ADDRESS DELIVERY PARAGRAPH AS
      TITLE    &ADRC-TITLE&
      NAME     &ADRC-NAME1&, &ADRC-NAME3&, &ADRC-NAME4&
      STREET   &ADRC-STREET&
      CITY     &ADRC-CITY1&
      POSTCODE &ADRC-POST_CODE1&
      COUNTRY  &ADRC-COUNTRY&
      REGION   &ADRC-REGION&
      FROMCOUNTRY &LFA1-LAND1&
    ENDADDRESS
    Any suggestion will be appreciated.
    Thanks,

    Nop, it is exactly the same code above. Debugging I noticed that actually the field CITY1 comes wrong:
    Miami FL 123456 FL 123456
    This happens in function ADDRESS_INTO_PRINTFORM.
    This is odd.

  • Paragraph Alignment Issue

    This is probably a simple issue, but I just can't seem to figure it out.
    I have a caption with two lines on all the photos, On one caption I need it to be three lines, but I want The line that is usually second to stay in the same place without moving down when i add a third line. Where do I need to put the breaks in to have the second line stay in place.
    Gsld.net/civic2/index.html
    Its the credits in the lower left. I need copyright to always be in the same place.
    Thanks

    Have you tried adding a div after div#slidecaption that contains the copyright info? You may have to give #slidecaption a fixed height.
    I have also noticed that you have placed style rules outside of the <HEAD> element; not good.
    Font-family: Candara????
    You may also like to have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fgsld.net%2Fcivic2%2Findex.html

  • HP PSC 1315 - Encoder Strip Assembly Issues

    I am searching for help on assembling the encoder strip on my HP PSC 1315 printer.
    My kid reached inside and pulled it out before I could even gasp...now i have a clear plastic strip, a metallic piece that seems to be floating and a printer that doesn't work.
    I am mystified on how it assembles and where the 'threading across the sensor' has to be done etc...
    Unable to find any pictures ...
    Any and all help would be highly appreciated.

    The page here may help, it shows some pictures (for a different model).  
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Paragraph format issue

    Hi there,
    I have this paragraph with font bold & font style Arial & size 10 PT. But when I use it for one txt in Smartforms the text doesn't appears to be Bold as expected. Weird thing is when we switch from this Para format to some other or some other(whcih contains Bold font in it) to this Para format it appears bold in the general attributes tab but when save it the Bold effect dissappears & the text will be normal. Pls advise on this.
    Thanks & BR,
    Vinay.

    Hi Vinay,
    For font Arial I hink you upload a true type font into SAP via transaction SE73.
    When you upload the Arial true type font, you need to upload 4 different font files
    ARIAL.TTF
    ARIALBD.TTF
    ARIALI.TTF
    ARIALBI.TTF
    So first you upload ARIAL.TTF. Then you check the bold tickbox and upload font file ARIALBD.TTF under the same font name. Similar for italic with font file ARIALI.TTF and bolditalic with font file ARIALBI.TTF.
    Regards,
    Aidan

  • Paragraph Alignment issues in version 5.1 (1769)

    I have been having nothing but issues with using the Justify alignement setting in the newest version of pages 5.1. I can copy and paste the same text into pages 4.3 (1048) and can use this alignment feature no problem but in 5.1 I cannot get my text to justify. Anyone else have these issues at all?
    Thank you.

    What else do you have in the same line as the text?
    Have you tried Paste and Match Style?
    You could be copying over unknown formatting from wherever the text is coming from.
    Peter

  • Paragraph indenting issue

    I have a text frame where I would like to indent every line after the first - I am numbering my paragraphs and I don't like the look of the text wrap in the vertical space where the numbers are. Anyone know how to deal with this?

    Do you mean you like all line to be indented or all line exept first line? You have to give proper left indent and first line indent values to your text...
    in upper picture I have used a negative value for first line, and same value as positive for left indent. That way first line hangs outside of indent.
    in lower picture theres only left indent given and all lines have been indent.
    You will find those indent fields in Control panel if you activate paragraph formatting, or from Paragraph panel (Type>Paragraph)

  • Transports in XI using CMS, assembly issue

    Hi all,
    We have a 3 system landscape of XI . We have JDI configured in D system.
    Currently we are using CMS transports from D to Q and file system transports from Q to P. We have planned to use CMS transports from Q to P also instead of file system transports.
    In that process, when we selected a particular software component in the assembly tab, and selected assemble component, we noticed that all the software compoents assembly is running, which are present in the assembly queue.
    Is there any procedure to stop the assembly for all the software components?
    Thanks.

    Transporting Objects
    using CMS system. in XI
    1. /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    2. /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    3. /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    4. /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi --> Overview of Transition from Dev to QA in XI
    5. /people/sravya.talanki2/blog/2005/12/20/inconsistencies-while-transporting-rfc-objects-from-dev-to-qa-150-sp12
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm --> Transporting XI Objects
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm --> Configuring Groups and Transport Targets

  • Assembly issue + SSIS package

    Hi All,
    We have added "DataWarehouseLibrary.dll" under C drive of our server, as we are usiing that assembly in our SSIS package Script Task Editor -->> Edit Script -->>  Add Reference.
    Now we are executing that package through an SSIS Agent Job, but we are getting below error:-
    SLoad (SSIS package) encountered the following error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'DataWarehouseLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=959d9ef6c647261e' or one of its dependencies. The system cannot find the file specified.
    File name: 'DataWarehouseLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=959d9ef6c647261e'
    at SLoad.csproj.ScriptMain.Main()
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
    at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Any body can help me out.
    What and where I'm doing wrong, to execute this package successfully.
    Thanks
    Kumar
    KG, MCTS

    OLD Server (which has same package running through the Job), has VS 2008 details as:-
    Microsoft Visual Studion 2008
    Version 9.0.30729.1 SP
    Product Details as:-
    Microsoft SQL Server Integration Services Designer
    Version 10.0.4000.0 ((Katmai_PCU_Main).100916-1939 )
    NEW Server (which is also same package running through the Job), has VS 2008 details as:-
    Microsoft Visual Studion 2008
    Version 9.0.30729.1 SP
    Product Details as:-
    Microsoft SQL Server Integration Services Designer
    Version 10.0.1600.22 ((SQL_PreRelease).080709-1414 )
    Does this will make any difference?
    Thanks
    Kumar
    KG, MCTS

  • Illustrator CC paragraph styles issue

    Illustrator CC, Mac OS 10.8.4 : When pasting text formatted with a Paragraph Style, the style drops off and the text converts to Myriad. I am copying and pasting from/into the same file - even into the same text box.

    Pasting into the same or a different (existing or new) text box looses formatting. If I paste without anything selected, it keeps formatting, but then I have to recopy it and paste into the text box - and then the style name has a + by it.
    No third-party extensions that I know of.
    Thanks!

  • Hp pavillon g6 re-assembly issue (screen)

    I disassembled my laptop because there was something in the fan. When I reasembled it the screen don't swirch on. I' v also noticed that the the caps lock light was "flashing" and the wi-fi led was red (like if it was turned off) (these leds are on the keys on the keyboard).
    Now i m trying to reassemble it and I ve some question: 1) can i try to switch the computer on when it is not full assemble to chek if the sceen it s plugged in right? 
    2) in your opinion why the sceen don't switch on? (there aren't any warning suond while strarting)
    Thanks a lot, Mario.

    Problem solved. probably it was the "plug/socket" connection between the screen and the mother board.
    I did not think it was so difficult!|

Maybe you are looking for

  • I am unable to print color photos from i photo using a Brother Printer

    I am unable to print color photos from i photo using a Brother MFC-6490CW all in one.  The photos appear to be in grayscale.  I have checked the printer settings, but for some reason I am not able to access the color management on my printer from pri

  • Creation of Invoice from Sales Order

    Hello Gurus I have to create Invoice against the Sales Order.  I do not want the delivery document. I just want to save the Sales Order and raise the Invoice against the Sales Order.  What are the necessary configuration steps to achieve this? I real

  • GOS storage relationship structure

    Hi 1) How GOS attachment files are stored in SAP DB(What are the tables and how its linked, any doc available for reference) 2) I would like to know the relationship between the tables stored or the GOS saving structures. can you pls suggest me regar

  • OSMF Caption Support

    Hi all, With the recent US legislation requiring online broadcasts to support closed captioning (Fall 2012 is the first deadline), I was wondering what the current and future state of captioning in OSMF. My understanding of the current state is that

  • Problem with subwoofer on DDTS-100

    I have bought the DDTS-100 decoder recently. I have a DVD with optical output and Luxeon LogicFox T5.1 Home Theatre system. When I connected everything there is no subwoofer. The other channels work fine, except the subwoofer. Yesterday I returned th