Header/Footer sizing not constant

Hi,
I'm trying to output Acrobat 9 pro pdf's with header/footer text at a constant size relative to the paper (letter) . I have found the appearance options screen where I've set the "Keep position and size of header/footer text constant when printing on different page sizes" checkbox. This seems to make no difference to my output...headers/footers print at varying sizes on pages with different shrink-to-fit amounts.
The headers/footers are added to the document via batch processing sequence file. Could that be part of the problem?
I solved a similar issue with watermarks on the same documents using the very similarly worded checkbox under the watermark appearance options screen. Why doesn't this seem to work for headers/footers?
Thanks for any assistance...
Mike.

Folks,
No one responded to this, so I made a WAG and it worked!
=> I selected all the topics with a ctrl-A, opened the
properties dialog and changed the template setting to none.
=> I checked a random sample of topics to ensure that
none displayed the header or footer.
=>Finally, I selected all the topics again, opened the
dialog and chose the correct template.
A random sample of topics proved that the template 'took' and
all topics properly displayed the header and footer.
Best regards,
Charles Arnold
MetLife DI
Tampa, Florida

Similar Messages

  • How can I print the DATE in the Header/Footer but NOT the TIME?

    I know how use page set-up to change the headers and footers. Firefox doesn't give me the choice of printing just the DATE rather than the DATE/TIME. I tried Custom Date and it printed "Date", and not the date. I tried &Date and it print the Date & Time.
    Is there a way to print just the date?
    Sign me
    Midnight Printer

    You want to print them on their own? Can't be done. WIth the photo? Install this
    http://www.iborderfx.com/iborderfx/

  • Report header/footer not getting displayed ondashboard

    We added deault header/footer to OBI reports as per the steps given in OBI Presentation services
    administrator guide (section 3: Administering Oracle BI Answers):
    By adding xml code as below under 'OracleBIData\web\msgdb\customMessages' folder
    <WebMessage name="kuiCriteriaDefaultViewElements" translate="no"><HTML>
    <view signature="compoundView" >
    <pageProps pageSize="a4">
    <pageFooter showOnDashboard="true" show="true">
    <zone type="top"><caption>Footer Text</caption>
    <displayFormat fontColor="#FF0000"/></zone>
    </pageFooter>
    </pageProps>
    </view>
    </HTML>
    </WebMessage>
    The 'Footer text' is coming in all new requests created, but when we add that request to a
    dashboard as embedded section, the footer is not displayed. Can anybody please provide some
    information that how we can get any customized text/link added in report footer to get displayed
    on the dashboard page.
    Thanks!

    Hi..
    yes, whatever the headers/footers you have mentioned in report will not be shown in dashboard..
    But if you mention the report link - download (don't specify headers/footers for dashboard at this time), when you download that report you can see the headers/footers in that report..
    But when you use download option for whole dashboard, you can't see those h/f s unless you mention the h/f s for the dashboard...
    This is expected, because when user download the dashboard he shouldn't see the 2 h/f s.
    So, you need to mention the print pdf s in edit dashboard.
    Hope it's clear..
    Thanks & Regards
    kishore Guggilla

  • Is It Possible to Bates-stamp (or add header/footer) USING A SCRIPT?

    I need to Bates-stamp (or add a header/footer) to >1000 docments. The Bates-stamp (or header/footer) needs to contain ONLY the first four characters of the filename. Is there a way to do this using only the tools that are part of Acrobat X Professoinal?
    If not possible using the toold of Acrobat X Pro, is anyone aware of a third-party plugin that would do this?

    You can use a Javascript function to place something onto one or more files as a watermark, which visually is the same as a header/footer even though internally it won't be tagged as such. For example:
    addWatermarkFromText({
      cText: this.documentFileName.substring(0,4),
      nTextAlign: app.constants.align.right,
      nHorizAlign: app.constants.align.right,
      nVertAlign: app.constants.align.top,
      nHorizValue: -72, nVertValue: -72
    paste it into the JS console to test it (Ctrl-J or CMD-J), to run it against a bunch of files create a new Action and use the "run a Javascript" step. See the SDK documentation for the parameters you can set on the function.
    There's no script access to Bates numbering or the H&F creation dialog.

  • Remove header/footer/concatenate?

    Hi All,
    I'm new to the PI developmental game and am just back from a couple PI classes. I have been tasked with the following as my first developmental challenge and am really not sure where to start. Hopefully someone can point me in the right direction to get this one solved.
    I'm currently working on a process that allows our customers to query the location of their product during shipment.
    We receive flat text file updates from the shipping company 4 times a day and sometimes in multiple files.
    Each file contains a header of undetermined rows and character length
    Each file contains a footer of undetermined rows and character length
    The file we receive is a text file that is not tab delimited and not in csv format.
    The needed data resides between header/footer and has only 3 constants
    Constants: the first 10 characters are the individual truck identifier name and as imagined are all unique alpha-numeric
                      following the rail car identifier is the date in YY/mm/dd format
                      the last constant is another date at the 40th character in YY/dd/mm format
    I need to strip the header/footer and only keep the needed data in between. I also need to concatenate the messages (if there are multiples) in our inbound directory into a single file for outbound after processing.
    My idea for processing is to use the truck name length (with a requisite entry length of 10 characters) that must be followed at the 11th character by a valid date in YY/mm/dd format. Using a rule of a requisite valid date at character 40 would further strengthen the guarantee of needed data delivery while further strengthening the removal of the header/footer/unneeded data.
    Does this sound like a rational plan  and if so does the content conversion have to take place in the file adapter? Inbound or outbound? How to concatenate these files into one?
    Any help would greatly be appreciated!
    Don

    Hi Donald,
    For PI to receive the file you need to use the SENDER file adapter and you can use it with File Content Conversion.
    Here are details how to use that: [help.sap|http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm]
    and here is some more information on the same:
    [more|http://www.riyaz.net/blog/xipi-file-content-conversion-for-complex-structures/technology/sap/79/]
    For the concatenation it looks like you will need BPM as mentioned also by the others.
    Kr
    Robert

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • Why is my header/footer missing when I mail merge in Word 2013?

    I have just converted from Word 2007 to 2013 and now I am having an issue with my mail merge document. My mail merge document has our company letterhead set up in the header/footer. When I finish the mail merge by selecting 'Edit Individual Documents' using
    an Outlook contacts list - the first page is missing the header/footer but all the others are correct. 
    I use this document and mail merge every few days so this is going to cause me much grief if it can not be resolved.
    I have never experienced this issue before and I consider myself an advanced Word user.
    Has anyone else had this issue and knows how to fix it?

    Hi,
    According to your description, my understanding is that the first page of the Word document lost
    the header/footer, but the other page display well.
    If it is, please try the methods and check if it is helpful:
    Click on File>Options>Display and make sure that there is a tick mark in the box for "Show white space between pages in Print Layout view."
    Then, do you use DOC file (Create in Word 2007) or DOCX file?If
    you use Doc file, I recommend you convert it to DOCX file to test.
    If I misunderstand something, please let me know.
    Regards,
    George Zhao
    TechNet Community Support

  • Why is my header & footer cut off by Dreamweaver?

    Greetings. I would highly appreciate any help in resolving this issue.
    I created a website using dreamweaver. Upon publishing it, I noticed that the header, footer, and sidebar have been cut off. I have an image in the header and footer, and only 1/4 of the image is showing on the website.
    Furthermore, the second part of the sidebar, starting with the black area is supposed to extend all the way down to the bottom of the page (right on top of the footer), yet only about 1/4 of that is showing as well.
    please  let me know what I can do to resolve this issue.
    http://www.ziyah.com/
    Thank you in advance.
    if it helps, the following is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Ziyah.com</title>
    <!-- TemplateEndEditable -->
    <link href="../twoColLiqLtHdr.css" rel="stylesheet" type="text/css" /><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    .ziyahED {
        display: block;
        width: 150px;
        margin-right: auto;
        margin-left: auto;
    h1 {
        font-size: 50%;
    h2 {
        font-size: 50%;
    h3 {
        font-size: 50%;
    h4 {
        font-size: 50%;
    h5 {
        font-size: 50%;
    h6 {
        font-size: 50%;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p><!-- end .header --></p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="../index.html">Home</a></li>
          <li><a href="../classiccollection.html">Classic Collection</a></li>
          <li><a href="../peaceblossom.html">Peace Blossom</a></li>
          <li><a href="../colorsoflove.html">Colors of Love</a></li>
          <li><a href="../fruitgarden.html">Fruit Garden</a></li>
          <li><a href="../policies.html">Policies </a></li>
          <li></li>
        </ul>
        <p> </p>
    <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      <!-- end .sidebar1 --></div>
      <div class="content"><!-- TemplateBeginEditable name="Page Content" -->
        <h1 align="center">Welcome To Ziyah Jewelry Boutique</h1>
        <p align="center">  </p>
        <p align="center">A decadent collection of jewelry that will make you feel elegant awaits you.<br />
          <br />
          Classic colors and modern styles are brought together to create jewelry that is romantic, sexy, and<br />
          stunning.  <br />
      <br />
          Treat yourself to a gorgeous piece to wear for a party, special evening, or accent a sophisticated <br />
          look. Jewelry by Ziyah is destined to heighten the loveliness of any outfit for those moments you <br />
          want to look extra special. </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><img src="../images/Ziyah_GiftBox2.jpg" width="290" height="376" alt="ziyah giftbox" /></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center">Free Shipping on all orders in the U.S.A.</p>
        <p align="center"> </p>
      <!-- TemplateEndEditable --><!-- end .content --><img src="../images/ZIYAH_ED.gif" alt="ziyahed" width="150" height="25" class="ziyahED" /></div>
      <div class="footer">
        <p> </p>
        <p> </p>
        <p> </p>
        <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    In the header, you have your image as a background image.  A BG image does not change the height of the container, so the only thing that is giving your height is your use of
    <p></p>
    which is not the correct way to go.
    Set a new rule in your .header for a min-height of however large your background image is, that is will solve the header/image issue.
    In the side nav, change the background color to your menu color, see if that solves your problem, if not a better option would be to use a faux column, you can read about them here.
    http://www.paulgdesigns.com/faux-columns.php
    Your footer you have the image set to 25 px in height, and that appears to be what you are getting.
    Gary

  • Acrobat 8.1.2 crashes when Document Header & Footer Add .. is invoked

    I'm running Acrobat 8.1.2 PPC on a PowerBook G4/1.67 Ghz running Leopard 10.5.4. I haven't used the page numbering function in quite a while, since before I upgraded to Leopard. Today I assembled a course packet of 150+ pages from 50 or so individual pdf documents. All was fine until I wanted to put a page number in the footer by invoking Document > Header & Footer > Add.... It either crashes Acrobat after putting a spinning system cursor (more frequently) or simply does nothing. I've tried "Examine" to remove things, but it doesn't help (and it removes bookmarks even when you tell it not to!). Running the PDF Optimizer on this document crashes Acrobat as well!
    Invoking Document > Header & Footer > Add.... on other documents does work. Let me stress that this composite document was created by Acrobat itself! The workaround I found was to open the document in Preview, do Print > Save as pdf, and *then* invoke Document > Header & Footer > Add....
    Has anyone else seen these problems? Are these remaining incompatibilities with Leopard? Advanced > Document Processing > Number Pages doesn't seem to add page numbers!

    I don't think it makes a difference. An Adobe engineer has confirmed that this doc has revealed a bug in both Acrobat Pro 8 and 9.

  • IDCS4 Export to PDF (Header/Footer Screwed Up) in PDF...Possible Solution?

    THE PROBLEM (See "Evil footer setup.pdf"):
    When you convert a IDCS4 document to a PDF while using a 2-page master, the PDF may be missing the odd or even pages. The page content (silly face) is there, but the header and/or footer is screwed up on either the odd or even pages.  The even pages are mess up in this example.
    THE REASON:
    INCS4 does not like a single (header and footer) box to be dragged across both pages.  Whe you do, you get them on one page or the other. Anything in theses header/foot goes asta-la-bye bye. In "Evil footer setup.pdf" both the header and footer boxes were two separate boxes drawn on one side, then dragged across the other page.
    THE SOLUTION: (See "Happy footer setup.pdf")
    On the 2-page master, set up the even (left pages) first with all of the header and footer information (include bleeds). If your using colored boxes for the header and foot area, put them on the bottom layer and put all text and page numbers on a new layer above. In the "Happy footer setup" example, the even (left) page header is identified by light cyan and the footer is identified by light magenta. Once the left side is done, group it, dup it and move it to the odd page (right side). The header on the odd (right) pages is now dark cyan while the footer is dark magenta.  Once boths sides are set up, overlap each header and footer onto the opposite page by 1/8 of an inch to cover any gaps (seen in the happy example). This is assuming the header on both sides is the same color.
    The "Sample Master Pages.pdf" (TOP) shows a single box header and footer dragged across 2 pages. (BOTTOM) shows a single box header and footer on each individual page.  Remember the layers. Compare the sample to Happy and Evil and you'll get the idea.
    Hope this helps someone.

    This MAY be solved by the 6.0.4 update. See the release notes for item #2299929.
    An important update to the InCopy and InDesign products has been released today!
    To install the update, choose Help > Updates from any Adobe CS4 application, or navigate to the Adobe Updater and launch it:
    Mac: /Applications/Utilities/Adobe Utilities/Updater6/Adobe Updater.app
    Win: C:\Program Files\Common Files\Adobe\Updater6\Adobe_Updater.exe
    You can also download the updates from Adobe.com at the following locations:
    InCopy Mac: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=Macintosh
    InCopy Win: http://www.adobe.com/support/downloads/product.jsp?product=30&platform=WIndows
    InDesign Mac: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=Macintosh
    InDesign Win: http://www.adobe.com/support/downloads/product.jsp?product=31&platform=WIndows
    Release notes are here: http://www.adobe.com/go/id6_readme_en

  • How can I add a header/footer to a document?

    I am using Adobe X Standard, version 10.1.2 and everything I am reading tells me to go to tools>pages>Header & Footer>Add Header & Footer, but once I click on tools to the left, the only options I have are export and create pdf files and send files. There is no tools option in the tool bar on the top. File, edit, view, window & help are my only options. How can I add a header/footer to a document?!

    What you describe tends to indicate that you're using Reader, not Acrobat. If you do have Acrobat installed, make sure you're using it and not Reader.

  • Header / Footer in Analysis PDF

    Hello,
    I'm trying to add a default header / footer to all pdf generated by Analysis.
    I looked at the section "18.6.2.1 Adding a Default Header or Footer to New Analyses" in OBIEE system administrator guide and followed exatcly the steps.
    I created a new file like this and restarted the server:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem">
    <WebMessageTable system="Answers" table="ViewDefaults">
    <WebMessage name="kuiCriteriaDefaultViewElements" translate="no"><HTML>
    <view signature="compoundView" >
    <pageProps pageSize="a4">
    <pageFooter showOnDashboard="true" show="true">
    <zone type="top"><caption>Acme Confidential</caption>
    <displayFormat fontColor="#FF0000"/></zone>
    </pageFooter>
    </pageProps>
    </view>
    </HTML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The problem is that when I do a new analysis, when clicking results tab, it appears an error "Bad XML Instance .......... Line:2 Col:811, Unresolved type 'saw:top' found in xsi:type handling"
    Does anyone know how to solve this problem ?
    Many thanks
    Victor

    Hello,
    I could get it work by changing the zone tag from <zone type="top"> to <zone type>
    Now I can see the footer in the compound layout. But when I export a pdf file the footer is not shown !!
    Anyone ?

  • Using Content Server 5.02 for Header/Footer Now

    I'm trying to migrate our 5.01 deployment to 5.02. One of the problems I'm having is the header and footer that I created before don't show. I had assumed that installing Content Server wouldn't impact my old header/footer that I created with the Branding Engine. Does anyone know what I have forgotten or haven't set? Also, I get an error when I try to create a new header or footer. - "Gateway was not able to access requested content. If the error persists, contact your Portal Administrator."
    I'm running the java version of 5.02 on Tomcat. Below is the PTSpy when I try to load a page.
    Thanks, Jamie
    1 03-24 16:12:52 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1109) Entering handleRequest: GET http://fra-its-pt2:8080/portal/server.pt?in_hi_PostToSelf=59&in_hi_Passthru=&in_hi_PassthruArgs=&in_hi_space=ObjMgr&in_hi_spaceID=1&in_hi_control=ObjMgrRepost&in_hi_page=ObjMgr&in_hi_req_apps=1&in_hi_opt_gtl_objtype=61&in_hi_opt_use_objtype=1&in_hi_opt_gro_objtype=2&in_hi_opt_aut_objtype=3&in_hi_opt_fol_objtype=20&in_hi_opt_fil_objtype=32&in_hi_opt_sav_objtype=33&in_hi_opt_dat_objtype=35&in_hi_opt_pro_objtype=36&in_hi_opt_typ_objtype=37&in_hi_opt_cra_objtype=38&in_hi_opt_gad_objtype=43&in_hi_opt_inv_objtype=44&in_hi_opt_fed_objtype=46&in_hi_opt_gcs_objtype=48&in_hi_opt_ctp_objtype=54&in_hi_opt_bun_objtype=55&in_hi_opt_pgt_objtype=56&in_hi_opt_job_objtype=256&in_hi_opt_com_objtype=512&in_hi_opt_web_objtype=47&in_hi_opt_ext_objtype=58&in_hi_opt_thisfold_adfolder=371&in_hi_opt_thisfold_subfolders=0&in_hi_opt_subfold_adfolder=371&in_hi_opt_subfold_subfolders=1&in_hi_opt_allfold_adfolder=1&in_hi_opt_allfold_subfolders=1&in_hi_userid=238&in_hi_editlinks=1&in_se_sel_1=all&in_se_sel_2=allfold&in_tx_query=&in_hi_FolderID=371&in_hi_ObjectIDs=&in_hi_FolderTreeID=&in_hi_Comment=&in_hi_Enable=&in_hi_ExpandObjectIDs=43&in_hi_Expand=true&in_hi_FolderName=&in_hi_FolderDesc=&in_se_CreateSelect=0&in_se_UtilitiesSelect=02 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []3 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)4 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []5 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)6 03-24 16:12:55 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1962) Leaving handleRequest - User ID: 238

    You should check the URLs and gateway space URLs in the "Branding Web Service" object. It seems like they are not pointing correctly to your Branding Engine/Content Server. The base URL should of course point to the location at which CS is running, while the gateway space should also include the Community Published Content URL.

  • Dynamic table header/footer on multiple pages stay original

    hi experts,
    i've got a form with a dynamic table. this means that i have a footerrow with mapped information if it should be visible or not. so the table can have from 1 to 40 columns.
    i did some scripting in the table's initialize section:
    loop over count of colums and set the headerrow, row1 and footerrow elements for index x to hidden.
    everything works out fine BUT if the data spans over multiple pages the headerrow on pages 2 to last is original again. means that the hiding of cells is not effective any more. same with footerrow (but here its fine at last page and original at  page 1 to last -1).
    i tried to hide cells again in layout:ready section for the other instances of the headerrow.
    cells got hidden, but the still visible cells didnt relocate to the left (if i hide it, there should be no space between staying cells).
    can anyone please give me a hint what i am missing here?
    does anyone have a simple sample for this task? its all about the header/footer for multiple pages!
    thanks a lot!
    daapoo

    When the footer goes to the 2nd page the page subform is incremented so you will have to reference the page subform as well. I suggest that you add a button (this is for a test only) to the footer subform and add the code app.alert(this.somExpression). Now render the form and make sure the footer stays on one page. Hit the button and take note of the someExpression. Now add enough rows to force the footer to a new page. Hit th ebutton again and take note of the changed somExpression. So to solve your problem you will have to find out which page your footer is on. and then construct your expression to incorporate this chane in expression. Note that the indexes are 0 based but the page numbering is 1 based.
    Hope that helps
    Paul

  • Grouping results in Header/Footer.

    I am working on the template below, and I want the pages to break based on the Header/Footer, not on the page breaks that I have put in. I compromised and put the Group By VP before the report header, but I really want the E.NAME and Date to be in the footer, and to break to a new page when the VP changes. It seems that there should be a way to do this, but Word tells me that I can not put fields in the Header/Footer. Any help would be greatly appreciated.
    Group by VPCurrent Learners and Competency Development Focus
    E.NAME - June 26, 2009
    Name GroupingB.FIRST_NAME B.LAST_NAME
    Competency GroupEXPR5_5 End Competency Group
    End Name Group
    End VP Group

    Mikael,
    Remember, FM searches for the match on the current page first and only
    then backwards when fulfilling a request for a variable. So even if
    you have a section that is in Level 1 of 2 and a Level 2 of 24 at the
    top of your page, and there is another Level 1 (value of 3) introduced
    on that page, FM will use the newer Level 1 (value of 3) from the page
    first. If it's the only one on the page, the "+" doesn't make any
    difference.
    Nothing that you can do about it. It's simply looking at tag content,
    not context.
    You could consider using the <$marker1> and <$marker2> variables for
    the running h/f variables and manually inserting and clearing the
    counter values at the start and end of each Level 1 entry, e.g.
    {<$marker1 content>}Level 1 content{<$marker2 content>}, where the
    marker1 content is the old Level 1 value and the marker2 content is
    the new Level1 content. But this is totally manual and a maintenance
    nightmare.
    An alternative solution is to have a Framescript that determines the
    values and manually inserts the correct content in a "pseudo" header
    text frame (i.e. another flow on the body page that mimics the header
    content).

Maybe you are looking for

  • Runtime Error in E-Commerce 5.0

    Hi Experts I am facing a runtime error in ISA 5.0, when I tried to run Webshop for r/2 b2c webshop. We have done all the XCM Configuration. It says Runtime Error/Contact Administrator . Can anyone please help me out with that ? Thanks Gaurav Sahai

  • Why are my alerts not working?

    Why are my alerts not working?  Sometimes the alerts work and other times I have to manually retrieve messages.

  • Card Charged From outside source

    I went to log on to Skype this morning and it had seemed my account was suspended. After some digging and finally getting back on i find my account drained and my card charged several times.  No luck contacting Skype. 

  • Upgraded to Lion missing Remote Desktop

    I'm running 10.8.1 and after I upgraded to Lion remote desktop is missing (this is a work computer so i'm unsure if ARD was there to begin with, but there was some related files i found poking around in the termial). I've tried installing many differ

  • New system create in SAP Portel

    Dear Group, I have just Install  One system in my landscape. Now I want to configur this System in  SAP Portel.How I can Configure this system in SAP Portel.So that when I go to sap portel and Connect to sap.It show that system. Right now only PRD, D