Adding a  Page to section causes TOC error

I have the following document with the section and page setup:
Front Cover - pg A  - Section : letters, start at 1 (A)
Inside Page - pg B
About Page - pg i - Section: roman numerals, start at 1 (i)
TOC page - pg ii
Desc Page - pg 1 - Section: arabic numbers, start at 1
Desc Other Page - pg 2
Inside Back Page - pg 3
Back Cover - pg C Section: letters, start  at 3 (c)
I got the following function in c#:
private static void AddPageToSection(Document doc, Page page, int pageStartNumber, idPageNumberStyle style)
   Section section = doc.Sections.Add(page);
   section.ContinueNumbering = false;
   section.PageStart = page;
   section.PageNumberStart = pageStartNumber;
   section.Style = style;
I have the following method calls:
AddPageToSection(doc, doc.Pages[1], 1, idPageNumberStyle.idLetters); // Cover page
AddPageToSection(doc, doc.Pages[3], 1, idPageNumberStyle.idRomanNumerals); // About page
AddPageToSection(doc, doc.Pages[5], 1, idPageNumberStyle.idArabicNumbers); // Desc page
AddPageToSection(doc, doc.Pages[5], 3, idPageNumberStyle.idLetters); // Back cover page
When I run the code, it throws the error when it tries to generate the toc:
document.CreateTOC(document.TOCStyles[1], true, book, Type.Missing, true, Type.Missing);
It works fine IF only the cover page is added to the section. If any other page is added to a section, it throws the error:
Error HRESULT E_FAIL has been returned from call to a COM component.
Why is this happening? Indessign is Desktop CS 5 with all patches installed. C# and .NET are both supported according to Indesign Documentation.

I might meet the same problem and spent a day to solve it, i use InDesign 5.5, some indesign files can use the createTOC, and some files just through error in javascript or HRESULT_FAIL in VB.NET, here is my code:
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
var doc = app.open(myFiles[i], false); <--- you should set it to true
var myStorys = doc.createTOC(tocStyle, true, undefined, [myX1, myY1]);
the key point is when i open the document with false, the error will happen again with some files, but if this parameter set to true, it's just ok.
Too few information from support person to handle the problem... we have to try the script to solve the problem....

Similar Messages

  • Class added on page load giving a validator error

    hello All;
    I have an adf_bc application with 2 pages, in the main page the user selects to create or edit a record, in the edit page he selects the id of the record from an LOV, back at the main after saving, the look up description of the ID should be displayed
    i have done everything as the above, only when i select to save the look up description, which i added to the SQL of the view is not appearing, i tried to add on page load class, to re-execute querry but is giving me a validator error when i debug,
    any idea's on how to re-execute the querry and display results
    regards
    Halim

    sorry man::
    i am displaying a table, which has the ID of departments, i created a view which returns the description of the selected department ID, and then i added the description from the view as an adf read only column to the table, and it worked fine
    the page has an edit button which takes the user to another page, where he selects an ID for the department using an LOV
    THE PROBLEM: when the user selects save with the new ID in the edit page, and returns to the main page, the description of the ID is not appearing, unless i re-excute the query, thats why i added a class on page load to re-execute the querry
    is there a better way, to refresh the results

  • Getting Runtime error while adding Second page in Smartform.

    I added 2 pages in smartform. When I worked with single page. smartform working properly. Now I added one more page(i.e Second page) I am getting runtime error.  ("The current ABAP/4 program encountered an unexpected
    situation".   A RAISE statement in the program "SAPLSTXBC" raised the exception
    condition "ERROR".)   When I debug this standard program Something width problem getting on line number 110. Both width not matched so program raising exception. Can you please tell me to solve this problem what changes will I do in my smartform?

    Please let me know the details of each page.
    Error can occur in these cases.
    1) You copied the first page to second. and later you change the width of second page
    2) You created the second page and there is template in second page. each column width is not matching with the total width of the template.
    3) windows width is greater than the page width
    Please have a look.
    Regards,
    Nikhil
    Edited by: Nikhil V Kumar on Jul 27, 2010 12:16 PM

  • Bug? calling javascript click() on a hidden button causes js error on page

    I call the .click() method on a hidden button to cause the page to refresh. This works OK, but when the page comes back up, it has a javascript error on it. It turns out the error is from some javascript that is trying to set the focus on the hidden button that was clicked, which causes an error in IE (This doesn't seem to bother Firefox) .
    While I imagine that there are workarounds, why should the underlying faces architecture be setting the focus to a hidden button?
    It's easy to duplicate:
    Create new page. Add two buttons. For the first, make it invisible (uncheck visible in properties), then cause it to submit a virtual form.
    For the second, add this to the onclick:
    document.getElementById("form1:button1").click();return false;
    Bring up the page, click on the visible button. The page will refresh, and you'll have a nice js error.
    BTW: Obviously, I don't want to click one button from another. What I want is a way to cause an action to happen from javascript. I can't imagine it would work to simply submit a form from javascript, so I use this method. It works fine except for the error. Is there a better way to do this?

    which causes an error in IE (This doesn't seem to bother Firefox) .Vaious browsers behave differently at times when executing javascript code. Many instances of this can be found on the net. This is a browser specific problem.So it's ok to set the focus to a hidden button because firefox is more relaxed about this obvious error than explorer is? When would anyone really want a hidden button to gain focus? What do I tell my users--don't use explorer, because it doesn't like it when faces sets the focus to a hidden button? Ignore the error message you get? What?
    BTW: Obviously, I don't want to click one button from another. >>What I want is a way to cause an action to happen from javascript.Please describe in detail what action you would like to perform from javascript. It is not clear as to what the use case is.
    I don't really see how the use case matters. I gave a very easy example how to duplicate this problem. The reason that I want to do this is that there are many places to enter javascript code that don't allow for an action to be triggered. I have many instances of this. For example, I'd like a mouseover on an edit field to cause an action. I can capture this in javascript, but I can't cause any server side processing. To get around this limitation, I call the hidden button's .click method, which does cause a server side event.
    Here's a simpler, more direct incarnation of this error that doesn't involve javascript.
    Create a new page. Put an element on it, like an edit box. Put a button on the page. For its action, put:
    public String button1_action() {
    getButton1().setVisible(false);
    return null;
    Pressing this button will cause a page refresh, and then a javascript error.
    Use Case: After the user presses the button, they shouldn't be allowed to press or see it again.

  • Blog Post Comments - #comments anchor causing an error on 2nd page of comments

    We have run into a problem with blog posts on our SharePoint 2013 on premise installation (15.0.4649.1000). The problem is with the blog on the users' MySites.  On the front page of the blog, (https://mysite.url/personal/user_name/Blog/default.aspx),
    you are presented with a listing of the blog posts - displayed as a summary view.  So, this includes:
    -  the title (linked to the post ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5)
    -  the publication date
    -  an excerpt of the post
    -  the author, the time posted
    -  the number of comments (linked to the post - but with an anchor to the comment section ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments).
    If you click on the Title (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5) everything is fine - the problem does not come up.
    If you click on the number of comments (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments), here's where things go wrong.  The initial page loads fine, but if there are more than 10 comments, you have to go to the next page. 
    If you click the arrow to go to the next page you get the following error:
    Exception from HRESULT: 0x80131904
    Correlation ID:20a9f49c-d329-0015-874e-4818b529d673
    If I check the ULS logs, this is what I see:
    System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value '5#comments' to data type int.    
     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)    
     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)    
     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)    
     at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)    
     at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)    
     at System.Data.SqlClient.SqlDataReader.Read()    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)  ClientConnectionId:e6cdabb3-a778-4c47-8024-73913a538b51  Error Number:245,State:1,Class:16
    So what I think is happening here, is that SharePoint is not stripping the comments anchor (#comments) from the post ID before it queries the database for all comments related to that post.  SQL is expecting an integer - in this case "5", but
    is instead getting "5#comments".
    For the time being we are going to let users know not to click on the comments, but to click on the title instead.  But we would like to correct this problem.
    Is there a fix for this?
    Thanks!

    Hi,
    In my environment, I do not encountered the error as yours. My environment has installed the 2014 December CU. I recommend you
    to install the 2014 December CU or the latest CU for SharePoint 2013.
    The article below is about the 2014 December CU for SharePoint 2013
    http://blogs.technet.com/b/stefan_gossner/archive/2014/12/09/december-2014-cu-for-sharepoint-2013-has-been-released.aspx
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Alert! The page yu are trying to view cannot be shown because an erros in the data trabnsmission was detected. What is causing this error?

    when visiting the website www.ontwowheels.nl I get the error:
    Alet. The page you are trying to view cannot be shown because an erros in the data transmission was detected. I than have to clear my history before I can see the page once. After a visit I get the Aleret again. What can cause this error? When I use IE there is not such a problem. Also when I use IE TAB all is fine

    From the http log:<br>
    <br>
    nsHttpTransaction::ParseHead [count=236]<br>
    nsHttpTransaction::ParseLine [HTTP/1.1 304 Not Modified]<br>
    nsHttpResponseHead::ParseVersion [version=HTTP/1.1 304 Not Modified]<br>
    Have status line [version=11 status=304 statusText=Not Modified]<br>
    nsHttpTransaction::ParseLine [Content-Type: text/html]<br>
    ParseContentType [type=text/html]<br>
    nsHttpTransaction::ParseLine [Content-Length: ]<br>
    invalid content-length!<br>
    nsHttpTransaction::Close [this=4e23aa0 reason=804b001d]<br>
    nsHttpConnectionMgr::ReclaimConnection [conn=d1e980]<br>
    STS dispatch [3b04b20]<br>
    nsHttpConnection::CloseTransaction[this=d1e980 trans=4e23aa0 reason=804b001d]<br>
    nsHttpTransaction::Close [this=4e23aa0 reason=804b001d]<br>
    <br>
    Firefox is receiving malicious content-length<br>
    Reason 804b001d ->> NS_ERROR_CORRUPTED_CONTENT <br>
    A transport level corruption was found in the source document. for example<br>
    a document with a calculated checksum that does not match the Content-MD5<br>
    http header.<br>
    <br>

  • Pages won't let me create TOC, in sections no TOC option

    I can't create a TOC (table of contents) inside my pages 09 documents.  When I go to the sections tab all I get is blank page and text page, no toc or anything else.

    Pages 09, OSX 10.7.3, everything up to date
    word processing blank template
    I have assigned Heading 1 and Heading 2, and Title
    I have watched the tutorial video and read the help section on TOC where they explain you simply go into the first tab of the inspector, go to TOC and choose which you want and if you want pages numbers.  I've done this.
    Then above the format bar you are supposed to simply choose Sections and from the pull down choose TOC, however I only have Blank and Text Page, no  TOC or all the other options shown in the video.

  • Getting "this site untrusted...". tried the fixesn help pages, but still receiving the error messages. Also some pages are not showing correctly, no graphics

    Started receiving "This site untrusted...."messages on sites I open all the time in Mozilla. I have tried the fixes in the help section but problems continue. Also, some sites like facebook don't appear correctly, just text and no regular graphics etc. Even Mozilla help is "untrusted". Sometimes aI can bypass the message by allowing the certificate, but not always. All of a sudden it seems like Mozilla just "blew up" and I can't find a solution -even after trying all the suggestions in the help area.

    One of the most common reasons for having problems with ALL secure certificates is a problem with the date and time on your computer. For example, if the date got set one year forward or backward. You would expect this to cause the same problem in all browsers.
    If you expand the Technical Details section of the error page, do you see an error code such as the following in most of these cases:
    * sec_error_untrusted_issuer
    A common problem recently is Firefox not being set up to work with your security software. Some security suites include a filtering feature. In order to filter secure connections (HTTPS URLs), the security software presents a fake certificate to Firefox so it can intercept and stand in the middle of the secure connection. To have Firefox trust these certificates, you may need to do something such as import a root certificate, or click something in your security software's settings.
    Of course, the problem also could be caused by spyware.
    Please check the "Issued by" section on one or two of the exceptions you've made to learn more about the source of this issue.
    orange Firefox button (or Tools menu) > Options > Advanced > Certificates mini-tab > "View Certificates" button > Servers tab
    Click a certificate and use the View button. The kind of issuer you might find is:
    * Name associated with your security software, such as ESET, BitDefender, etc.
    * Sendori (indicates unwanted software from Sendori)
    * FiddlerRoot (indicates unwanted software named similarly to BrowserSafeguard, BrowserSafe, SafeGuard)
    * Something else
    What do you see?

  • "Page Security cannot be asserted" error

    I have a page that depending on business logic will give various error dialogs (Y/N), however I keep getting the following error (when returning to self/calling page):<br>
    <<<b>Page Security cannot be asserted. The page has either expired or has been tampered.</b>>>
    <br><br>
    I've was getting this when I pressed no so I did a work around by explicitly forwarding to current page:<br>
    << super.setForwardURL(oapagecontext, true, "OA.jsp?page=/oracle/apps/per/[mypackages]/MyPagePG&akRegionApplicationId=800", true, hashmap1, "N", true);>><br><br>
    But after adding that, if I throw a validation exception (<<throw new OAException(..)>>) it gives me the same old error along with the one I specified in the exception constructor.<br><br>
    Is there something special about this foward? In other places I use the very same method to redirect to dialog without any problems.<br><br>
    Any ideas what causes this error?<br>
    -C
    <br><br>Source:<br>
    <<
    <br> String yes = oapagecontext.getMessage("AK", "FWK_TBX_T_YES", null);
    <br> String no = oapagecontext.getMessage("AK", "FWK_TBX_T_NO", null);
    <br> dialogPage.setOkButtonItemName(okButtonName);
    <br> dialogPage.setNoButtonItemName("No");
    <br> dialogPage.setOkButtonToPost(true);
    <br> dialogPage.setNoButtonToPost(true);
    <br> dialogPage.setPostToCallingPage(true);
    <br> dialogPage.setOkButtonLabel(yes);
    <br> dialogPage.setNoButtonLabel(no);
    <br> java.util.Hashtable formParams = new java.util.Hashtable();
    <br> if(appraisalId!=null){
    <br> formParams.put("AppraisalId", appraisalId);
    <br> }
    <br> if(objectiveId!=null){
    <br> formParams.put("pObjectiveId", objectiveId);
    <br> }
    <br> if(oapagecontext.getParameter("AddAnotherYes")!=null){
    <br> formParams.put("AddAnotherYes", oapagecontext.getParameter("AddAnotherYes"));
    <br> }
    <br> if(oapagecontext.getParameter("ApplyYes")!=null){
    <br> formParams.put("ApplyYes", oapagecontext.getParameter("ApplyYes"));
    <br> }
    <br> formParams.put("event", oapagecontext.getParameter("event"));
    <br> dialogPage.setFormParameters(formParams);
    <br> oapagecontext.redirectToDialogPage(dialogPage);
    >>

    I found the problem.<br><br>
    <b>HashMap hashmap = super.getKeyParams(oapagecontext);<br>
    hashmap.put("MyParam1", value)<br>
    hashmap.put("MyParam2", value)<br>
    hashmap.put("MyParam3", value)<br>
    </b><br><br>
    As it turns out, "MyParam1" was already pre-populated in the key hashmap and so when I tried to reset it, the framework noticed it was rekeyed and threw the mentioned error. Simply removing the line that inserts that param into the map fixed the problem.<br><br>
    So, the solution was to use the code inspector in debug mode to crawl the hashmap to see what key params were auto-populated.<br><br>
    hth,<br>-C

  • Web Part Error: This page has encountered a critical error. Contact your system administrator if this problem persists

    Hi there,
    I am getting the following error in SharePoint 2007 site.
    Web Part Error: This page has encountered a critical error. Contact your system administrator if this problem persists.
    Show Error Details
    Hide Error Details
    [WebPartPageUserException: This page has encountered a critical error. Contact your system administrator if this problem persists.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.RethrowExceptionIfNeeded()
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Guid guid)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    There is no event logged related to this error. I have checked ULS log and nothing much I can find over there.
    Any help would be highly appreciated.
    Thanks,
    Puli
    Puli Bala

    It is not only because of unsafe controls. Please refer the articles below.
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/09/24/safe-mode-did-not-start-successfully-request-failed.aspx
    http://blogs.edwardwilde.com/2009/12/22/safe-mode-did-not-start-successfully-could-not-load-file-or-assembly/
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/6d81f7b0-33c5-482b-b7aa-9f639c784dea/what-reason-can-cause-the-errorerror-failure-in-loading-assembly-microsoftsharepoint?forum=sharepointadminlegacy
    https://paulsiu.wordpress.com/2008/07/24/sharepoint-loading-assembly-error-in-the-event-log/
    Puli Bala

  • A view, function and TO_DATE causing an error.

    I have the following statement which calls a view, VW_DIST_RPT_WORK_LIST which in turn calls a function which returns either 'Null' or a date string e.g. '07 Oct 2003' as a VARCHAR2 (alias PROJECTED_DELIVERY_DATE).
    Statement:
    SELECT CUSTOMER_NAME, PROTOCOL_REFERENCE, SHIPPING_REFERENCE, CUSTOMER_REFERENCE, COUNTRY, PROJECTED_DELIVERY_DATE, STATUS, NOTES,
    TO_DATE(PROJECTED_DELIVERY_DATE)
    FROM VW_DIST_RPT_WORK_LIST
    WHERE EXPECTED_DESP_DT IS NOT NULL
    AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%')
    AND EXPECTED_DESP_DT <= TO_DATE('07/10/2003', 'DD/MM/YYYY')
    AND TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') --< Problem here
    I need to be able to specify a date filter on the PROJECTED_DELIVERY_DATE field and hence used the TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') but this is generating an ORA-01858: a non-numeric character was found where a numeric character was expected.
    I think the problem lies with the fact that this field can contain 'Null' which cannot be converted to a date using TO_DATE. I've tried adding a NOT LIKE ('NULL%') statement to catch any nulls which may be creeping in bu this doesn't solve the problem.
    I've added TO_DATE(PROJECTED_DELIVERY_DATE) to the select above to determine if the nulls are being caught and if the TO_DATE in performing the conversion correctly which it is on both counts.
    Any ideas anyone ?

    The answer provided above by Monika will work for this situation. However, you should seriously think whether you should be using a string for date datatype. Ideally, you should rewrite the function that returns PROJECTED_DELIVERY_DATE and change the return type to DATE. The least you should do is to return NULL (instead of the string 'NULL') from the function. Oracle handles nulls perfectly, there is no reason you should write code to handle nulls;
    One more thing. Looking at the type of error you are receiving, it seems that you are using rule based optimizer. Why do I think so? Because, in rule based optimizer, the conditions are evaluated in a specific order (viz, bottoms-up for AND clauses). To show this, look at the following simple demonstration. I did this in Oracle 8.1.6 (also in 9.2.0.4.0 on Windows).
    -- Check the database version
    select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
    PL/SQL Release 8.1.6.1.0 - Production
    CORE 8.1.6.0.0 Production
    TNS for Solaris: Version 8.1.6.0.0 - Production
    NLSRTL Version 3.4.0.0.0 - Production
    -- Create the test table
    create table test (a number(2));
    insert into test(a) values (0);
    insert into test(a) values (1);
    insert into test(a) values (2);
    insert into test(a) values (3);
    insert into test(a) values (4);
    insert into test(a) values (5);
    insert into test(a) values (6);
    insert into test(a) values (7);
    commit;
    -- See that I have not analyzed the table. This will make use of RULE based optimizer
    select * from test
    where a > 0
    and 1/a < .25;
    and 1/a < .25
    ERROR at line 3:
    ORA-01476: divisor is equal to zero
    -- Look at the query clause. Even though I specifically asked for records where a is positive
    -- the evaluation path of rule based optimizer started at the bottom and as it evaluated the
    -- first row with a=0, and caused an error.
    -- Now look at the query below. I just re-arranged the conditions so that a > 0 is evaluated
    -- first. As a result, the row with a=0 is ignored and the query executes without any problem.
    select * from test
    where 1/a < .25
    and a > 0;
    A
    5
    6
    7
    -- Now I analyze the table to create statistics. This will make the query use the
    -- cost based optimizer (since optimizer goal is set to CHOOSE)
    analyze table test compute statistics;
    Table analyzed.
    -- Now I issue the erring query. See it executes without any problem. This indicates that
    -- the cost based optimizer was intelligent enough to evaluate the proper path instead of
    -- looking only at the syntax.
    select * from test
    where a > 0
    and 1/a < .25;
    A
    5
    6
    7
    Does the above example seem familiar to your case? Even though you had the AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%') in your query, a record with PROJECTED_DELIVERY_DATE = 'NULL' was evaluated first and that caused the error.
    Summary
    1. Use dates for dates and strings for strings
    2. Use cost based optimizer
    Thanks
    Suman

  • How can I paste a part of a sheet from Numbers in Pages as text, without the formulas.The reason I need this (and was used to in Office) so that I have the freedom to delete something in one cell (in pages document) without causing changes.

    How can I paste a part of a sheet that I copied in Numers in a pages document without the formulas, simply as text. Used this a lot in Office. When I make some changes in the pages document. f.i. deleting a cell, I don't want to change other cells. Also when I copy a part of a sheet from Numbers and one of the cells that is part of the formula is not also copied, when I paste in Pages it shows as an error.
    Hope that You can me help with this.

    Leon,
    There are two solutions to the first question, narrowing to one solution when you have a broken link causing an error.
    Here's the "works always" solution.
    Copy (Command-C) the table or range in Numbers
    Click off the table on the blank canvas of the sheet.
    Edit > Paste Values
    Command-C
    Switch to Pages
    Command-V
    Regards,
    Jerry

  • How to keep the SAME position of layout on left & right pages when adding a page?

    A little background first before I ask the question:
    I've been converting a PowerPoint document to the InDesign format, and adding pages as I go through by duplicating a page in order to keep the top description text in the same position at the top left hand side. The document is over 110 pages- more pages will be added soon, and some pages deleted. Basically the presentation will be printed as a book, and the client we are designing this presentation for sent us the master pages for the layout.
    The issue I'm now having: I had to delete an odd number of pages which caused a shift of the layout of pages throughout the document after the pages I deleted. I figured that the right hand page was not aligned the same as the right hand page, so I measured in the same distance from the left edge on both pages and made the adjustments. But then when I added a page, the alignment shifted again.
    Is this an issue with the master pages? Or is this another issue? Any idea how to fix this so that the pages are aligned the same whether I add or delete a page? I've included two screen grabs to better illustrate what is happening:
    I would be very grateful for any help you may be able to offer on this, thank you in advance.
    Vera

    Those are your margin guides, and your client evidently expects the margins to be larger on the outside of the page than at the spine. Putting the text frame that says Main Building... on the master page will not only save you having to enter it each time, but will let you put it where it should be and have it stay there when pages switch sides. Your images are going to seem to shift, too, unless they are centered on the page on the horizontal axis.
    I'm sensing you really have little or no experience using ID, and some basic training would probably help you quite a bit. I'll recommend Sandee Cohen's Visual Quickstart Guide to InDesign -- best book out there for beginners.

  • Applications Start Page Profile Option Causing Issues

    Hello Oracle Gurus,
    I'm having an issue in a 12.1.3 instance that I think may be related to the "Applications Start Page" profile option.
    For testing purposes, we set the profile to a specific Self-Service page at the Site level. We eventually removed the Site level profile and added it at the user level just for specific users, but since the Site-level profile was set, every time we click the Home link in the upper right-hand navigation, we get an "unexpected error." If we attempt to log in as a user that does not have the Applications Start Page profile defined, we also get an unexpected error.
    After getting the error using either of the methods listed above, if we then try to navigate back to the login page, the instance throws a 500 Internal Error.
    If we close the browser and navigate to the instance again, we're able to log in without any issues with user accounts that have an Applications Start Page profile defined.
    Our "Self Service Personal Framework Mode" is set to "Framework Only" at the site level.
    Bouncing Apache seems to resolve the issue temporarily, but then it comes back again a few hours later...
    We've opened a Service Request, but has anyone else run into this before / have any ideas on how to fix it?
    Here are some related Metalink notes from 11.5.10:
    729375.1 (About the Applications Start Page profile option)
    331814.1 (Error on Personal Home Page when returning to 'Home' link)
    Thanks!
    Anne

    The issue is not specific to a responsibility or application.
    Here is the error:
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for Linux: Version 11.1.0.7.0 - Production
         Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
         TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    Time: 27-JAN-2011 09:46:02
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.30.31.107)(PORT=1502))
    Thu Jan 27 09:53:30 2011
    Incremental checkpoint up to RBA [0x42.e3635.0], current log tail at RBA [0x42.e37e1.0]
    Thu Jan 27 10:13:31 2011
    Incremental checkpoint up to RBA [0x42.e602b.0], current log tail at RBA [0x42.e6146.0]
    Thu Jan 27 10:33:33 2011
    Incremental checkpoint up to RBA [0x42.e7bc9.0], current log tail at RBA [0x42.e7d51.0]
    Thu Jan 27 10:53:35 2011
    Incremental checkpoint up to RBA [0x42.e995f.0], current log tail at RBA [0x42.e9ac9.0]
    Thu Jan 27 11:13:37 2011
    Incremental checkpoint up to RBA [0x42.ec163.0], current log tail at RBA [0x42.ec3f7.0]
    Thu Jan 27 11:23:48 2011
    Starting background process CJQ0
    Thu Jan 27 11:23:48 2011
    CJQ0 started with pid=8, OS id=17239
    Thu Jan 27 11:33:39 2011
    Incremental checkpoint up to RBA [0x42.ee08f.0], current log tail at RBA [0x42.ee216.0]
    Thu Jan 27 11:53:41 2011
    Incremental checkpoint up to RBA [0x42.efd07.0], current log tail at RBA [0x42.eff13.0]
    Thu Jan 27 11:54:02 2011
    Stopping background process CJQ0
    Thu Jan 27 12:13:43 2011
    Incremental checkpoint up to RBA [0x42.f25c0.0], current log tail at RBA [0x42.f2e4b.0]
    Thu Jan 27 12:33:45 2011
    Incremental checkpoint up to RBA [0x42.f4cae.0], current log tail at RBA [0x42.f4e4b.0]
    Thu Jan 27 12:53:47 2011
    Incremental checkpoint up to RBA [0x42.f6e8a.0], current log tail at RBA [0x42.f6fb7.0]
    Thu Jan 27 13:13:50 2011
    Incremental checkpoint up to RBA [0x42.fa3d0.0], current log tail at RBA [0x42.fa845.0]
    Thu Jan 27 13:33:52 2011
    Incremental checkpoint up to RBA [0x42.fc7d9.0], current log tail at RBA [0x42.fc989.0]
    Thu Jan 27 13:53:55 2011
    Incremental checkpoint up to RBA [0x42.fed4e.0], current log tail at RBA [0x42.ff12e.0]

  • What has caused "data error count"  under execution detail on Audit browser

    Hi,
    I have a simple mapping that load data from external table to target fact table. From OWB Runtime Audit browser, the Execution Details page show the status= Complete + <Red error sign>. And the value under Data error count is 2563. Where can I look for information about what has caused this errors or what the data error are? The SQL*Loader log file looks OK and no bad file generated. And I don't see suspecious under WB_RT_AUDIT*, WB_RT_ERROR tables It's owb9ir2 on 9iDB Thanks.

    Solved. I set the audit level to the highest and re-executed and can see the error msg now. It would be nice if audit broser can show the report for all the rejected rows.

Maybe you are looking for

  • Mac Book Pro runs slow

    I have a mid-2009 Mac Book Pro. Safari runs poorly. I put something in the search bar, it sits, pauses, disappears, then reappears, then searches fairly slowly. I ran EtreCheck on it, here's the report. Any suggestions are welcome. Problem descriptio

  • Cp6.. Audio from FLV Slide Video keeps playing

    I have a project with several slides in a row that have flv videos with audio.  I used the multi-slide/sync video.. not event video to install the video on each slide.  Here's the problem: Say I'm watching /listening to the video on slide 1, when I u

  • Mail rejects correct Keychain password data

    Intermittent problem Number Three with Mail since Leopard 10.5.x: Mail reports that the server rejects log-in data from Keychain (or possibly ignores existing Keychain data). I've got Mail checking three mail accounts: Two on the same (POP) mail serv

  • Cleaning up duplicate contacts

    How do I clean up duplicate contacts from my iphone 5?

  • Epson PictureMate Shows "Stopped" After Last Java and Security Updates

    Hi, After installing the following updates ("Final Cut Pro Update" (5.1.3), "Java for Mac OS X 10.4, Release 5" (5.0), "Security Update 2007-002 (PowerPC)" (1.0), "Security Update 2007-001" (1.0) and "Daylight Saving Time Update" (1.0)). My Epson Pic