Page branching corrupted

We have found that our development environment has been corrupted so that some of the page branching that worked successfully before returns ERR-1777: Page 9 provided no page to branch to. Please report this error to your application administrator.
This had not been noticed in dev before I did last migration to test and now test has the same problem.
I restored last release to the development workspace and it is running OK with the page branching correctly.
There was a thread that referred to a similar problem occuring afters css was changed. As the two apps are sharing the same workspace the static files and css's are shared so they shouldn't be the problem. I also went as far as deleting the css's and the problem remained.
We have tried deleting the button and branch from the page and adding it back in and it still fails. We also copied the page and it still failed.
In our testing have found that if we add an unconditional branch that it will work but that all the conditional branches fail. The form doesn't seem to recognise any of the buttons being used.
We used to take nightly exports as backup but have just been using the versions of the export sql used for each release as backup. The last release was a fortnight ago I'm very unhappy.
This is not on all pages.
Any advice on what might be corrupted or need restting would be

OK we've found the problem.
To fix another issue we were having one of the team aded a #FORM_OPEN# AND #FORM_CLOSE# inside a region template for the page.
Removing this fix the problem.
Will now write a cron job using HTMLDBExport to backup nightly.

Similar Messages

  • Application Items/Session State Values and Page Branching

    I have users coming into a specific page in my application, passing in a value on the url that sets the value of an application item, where a validation routine occurs. If their session validates, I want to send them to one page, if it does not, I want to send them to a login error page.
    During validation, I am setting the values of several application items so that these values can be saved and used throughout their session. The values appear to be setting correctly. I am concerned that setting the application items may not be limiting these values to a particular session. So, I have also tried setting the setting session state variables with code like:
    apex_util.set_session_state ('F203_REQ', vReqID);
    I found it curious though when I ran this page, not trying to branch so I could check session state, these values showed up as being application items and I saw nothing under session variables.
    The problem I am having is that once validated I don't know how to branch to these other pages. I have tried adding some javascript in the header to force a page submit so that I could use a branch setup on the page. However, when it comes time to evaluate the branches (it's using one of the application item values I set earlier), I'm getting an error that no branch has been provided. Further research suggests the application item values are being cleared on the page submit.
    So, (1) I either need to know how to preserve those values on submit so the page branch works or (2) I need to branch to the new page without using a page submit and instead doing that in a some code (assuming submit is clearing application item values). I have not been able to find an example of how to do this in code. If there is a way to do this in code, will the application item or session state variable values be retained? I will need these values to be available to the user throughout their session.
    Thanks for the help,
    Steve

    Steve,
    I am concerned that setting the application items may not be limiting these values to a particular session.They are set in the current session only.
    It is hard to know what you are doing exactly without seeing it. If you set up an example on apex.oracle.com we could could address one specific question at at time.
    Scott

  • Why do certain web pages become corrupted even after I re-install Firefox even when I don't save my bookmarks?

    Why do certain web pages become corrupted even after I re-install Firefox even when I don't save my bookmarks?

    cor-el,
    Yes, I will....the next time it happens. In the past it has happened to AOL a number of times (which is usually my home page), as well as some Yuku message boards I visit...The History Channel A&E, Spike TV, all at various times.
    Unfortunately, this morning when it happened to one of the Yuku message board, I went directly to the tool bar, cleared my cache and cookies, without capturing a screenshot. Now , everything I've bookmarked is working properly but I will tell you it's a problem that I only experience on Firefox and not any other browsers, even when I've imported bookmarks from Firefox. It's been a fairly consistent problem for the past 6 months or so where I manually uninstalled, reinstalled Firefox (my preferred browser) and again, manually started bookmarking my sites all over again. It seems that when it happens most of the icons, graphics and photographs are missing, leaving me with only disorganized text.
    The next time that it occurs, I will take a screen shot and forward it to you.
    Thanks for you interest and help.

  • Web page view corrupted

    I designed a website last month with dreamweaver with no
    problem. Since then I have done some work on a couple more sites.
    Now I have gone back to the site every page looks corrupted. They
    view ok in ie but not in dreamweaver. I dont know why and I am
    beginning to PANIC. Please help me. Thank you in advance

    > which looks fine but in dreamweaver it looks like this:
    Browsers are quite forgiving. Dreamweaver is not a browser.
    That page's
    code looks like a truck hit it.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faltinkumproperty.site90.com%2F
    The validator finds 75 errors, many of which would be fatal
    to DW's ability
    to display the page. Remember, DW is focused on producing
    valid, standards
    compliant HTML. When you feed it code like this, it's not
    surprising that
    it chokes. I'd want it to do so....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "iciman" <[email protected]> wrote in
    message
    news:gklnlg$44v$[email protected]..
    > The website is:
    >
    http://altinkumproperty.site90.com
    >
    > which looks fine but in dreamweaver it looks like this:
    >
    >
    http://altinkumproperty.site90.com/web.jpg
    >

  • Will blocking pop-ups and refusing cookies effect page branching?

    When I had friends test my form -- in which a do quite a bit of page branching -- the first page loaded and allowed them to click a choice but would not allow them to click the "Next" button to continue.  In fact, the "next" button was faded out so was not, in essence, a choice at all.
    It works fine when I test in on my computer. So, I'm wondering if perhaps blocking pop-ups or refusing cookies (on their end) could be the problem.
    Thanks in advance for any help you can give...
    J

    Do they also have Javacript turned off?
    This would be a reason why the Next button would be disabled.
    There should also be a message at the top of the form telling the user to turn on Javascript which would look like this

  • Avoiding unhandled error page branching

    Hi all,
    I was trying to avoid those situations where the user is brought to that spartan error page when an "unhandled" exception occurs, such as a constraint violation.
    In such situations one should first check whether an identical unique key is already existing, that is one should write some pl/sql code for the validation and, if it succeeds, let the process insert the new row or return an error otherwise.
    However I started to wonder: what about moving my insert process inside the validation and trap the exception there?
    So I did, transforming the process (conditional on a certain button) to a conditional pl/sql function returning boolean type of validation and it works just fine.
    So, now, instead of displaying that unwelcoming error page, I write an inline notification telling the user that an identical entry is already existing which looks much better.
    My only concern was with the commit/rollback behind the scene, but I didn't find problems until now.
    What do you think guys?

    Scott,
    I forgot to mention that most likely this "validation" must occur last, at the very end of the chain of real validations on the fields.
    The page where I tested this contains several item validations and three different branches depending on buttons and also the validations are depending on those buttons.
    After completing 10 "normal" validations there are these two special validations hooked up to two distinct buttons and they work fine.
    Of course it doesn't make sense to execute them upfront, before item validations, it would be a big mistake from the application logic viewpoint.
    Last but not least, this way I avoid also a custom validation checking against the primary key and/or unique key(s) by means of a query which would require a very similar approach, either a SQL or PL/SQL custom function.
    I mean, not a big deal probably, but the lighter is the burden on the server, the better, isn't it?
    Bye,
    Flavio

  • 124 pages of corrupted .plist files for Pages/Numbers

    Computer has been very slow and Pages/Numbers will not allow trashed files to be deleted unless the program is open. Least of my concerns. Just ran Disk Warrior and did a file check and got 124 pages of nothing but corrupted .plist files for Pages and Numbers. All references to files look like this, with very slight variations (can't post 124 pages here):
    (hard drive)/com.apple.documentVersions/
    3C712EC1-735C-406C-9BE6-D1D4A1ADD5B8.pages/Metadata/
    All of the errors are in com.apple.documentVersions.
    Not at ease with deleting all of these .plist files, but these corrupted files are really affecting iMac's performance. iWork updates have been through App Store, don't have original disk to reinstall. What to do?

    Sometimes, DiskWarrior simply doesn't know what certain files are, or what to do with them, and tells you they are corrupt. What I would have expected it to find is (hard drive)/.DocumentRevisions-V100 folder, and not what you posted, which has never existed on my OS X machines with Pages/Numbers of any version.
    Presumeably, and before you ran DiskWarrior, you booted into Recovery mode and performed 1) verify/repair permissions, 2) verify Disk, and 3) a Safe Boot mode procedure.
    I have not updated Disk Warrior for Mavericks compatibility yet. The only time I have used it, was to rebuild the File Directory Structure database, and then only after that database shows over 10% fragmentation. This isn't often.
    There are a number of reasons your machine may be slow. See if it has improved after Disk Utility and a Safe Boot. If it continues to be sluggish, you should repost in the Mavericks Discussions within Mac OS & System Software community. This will get more eyes on your performance issues.
    You may wish to ensure that you have a good backup of important data too.

  • Empty pages marked corrupt

    I run rman and it shows some blocks as corrupted; when I run dbv all the blocks corrupt show under empty pages.
    When I do
    select * from dba_extents
    where file_id = 25 and
    corrupt_block_no between block_id and block_id+blocks-1
    all corrupted blocks are in a table which is empty (0 rows).
    I dropped the table , recreated it, but these blocks still come out as corrupt.
    Will these empty pages corruption create any problems for me in future?
    How can I get rid of them, rman recoverblock somehow is not working for me?
    THANKS A LOT.

    RMAN will check all blocks that
    a. are currently in use
    OR
    b. have been used in the past but may be in free extents now
    If the block is in a free extent, RMAN will keep reporting it. However, when the extent is allocated to a table or index, the block will be re-formatted when it is used. If corruption is physical, the Oracle server process will only then detect it. If the corruption is logical, the re-formatting will clear it.
    You could attempt to create a new table and load data in that tablespace -- if there are few free extents it is likely that that extent may be used (or just keep creating a few new tables).
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • IWork Installation Problem & Pages 06 CORRUPTING Pages 05 Templates

    iWork 06 gives the oft mentioned error & re-installation does not work, even after removing all iWork files.
    Pages 06 seems to work but has corrupted ALL of my templates from 05 version. I use it for ALL my business forms so it's a big deal.
    If I restart in 05 version, templates appear to be fine.
    Seems I paid $ 79 for 06 and can't use it. HELP!

    iWork 06 gives the oft mentioned error &
    re-installation does not work, even after removing
    all iWork files.
    Pages 06 seems to work but has corrupted ALL of my
    templates from 05 version. I use it for ALL my
    business forms so it's a big deal.
    If I restart in 05 version, templates appear to be
    fine.
    So the corruption only appears when you open the template in '06? If they are opened in '05 they are fine?
    I'm not sure if this will work, but you may want to try it (and, thankfully, you can run both versions at the same time)
    1. archive your entire My Templates folder (just to be safe)
    2. Create a new document with each of your templates (try it with one or two first) Save this file, but not as a template.
    3. Open the file (not the template) in Pages from iwork'06.
    Check for the corruption you alluded to.
    Let us know here how this works. (If this works, then there is a distinct issue with how legacy templates are interpreted by the new program)

  • AppleWorks 6.2.9 w/ OSX 10.5.4 saved doc Page Setup corrupted

    AppleWorks 6.2-6.2.9 has a Page Setup problem on OSX 10.5.4. Bought new MacBook for wife, transferred all files. When old Appleworks 6.2 .cwk WP files are opened the Page Setup is corrupt. Scale says 1,440%, doc prints as blank page. Can copy all, paste to new WP doc and works OK. Other apps so far print OK (FileMaker Adv 8.5, TextEdit, etc.)

    The earliest stable version of AppleWorks in OS X is 6.2.4. The latest version is 6.2.9. Both work well in any version of OS X. Here is the page with the links I have for the 6.2.9 updater. The page has a link to the North American updater in the upper right (the blue 15.8 MB) & links to other languages further down. AppleWorks 6.2.9 for Mac.
    If you have any ClarisWorks 4 or earlier files that have not been converted to at least AppleWorks 5, the best choice is AppleWorks 6.2.4. E-mail me if you need the 6.2.4 updater & I'll see if I can locate it. Click my name in blue next to this post. My public e-mail address is in the biography section. Just replace (AT) with @.
    Whenever you do an update, it's a good idea to do two maintenance tasks, one for the system (Repair Permissions) and one for AppleWorks (delete preferences). (Thanks to Barry for this way to format this very common answer.)
    To Repair permissions, launch Disk Utility, found in the Utilities folder in your Applications folder, click on First Aid, then on Repair Permissions.
    To delete AppleWorks’ preference files, go to HD > Users > (your account) > Library > Preferences. Find and delete the file com.apple.appleworks.plist. Find and open the folder AppleWorks in this Preferences folder, then delete all of the enclosed files (with the exception of the Button Bar Preferences if you have customized the Button Bars). AppleWorks will recreate the preference files as it needs them. This step should also be done anytime AppleWorks has crashed.

  • Pages export corrupts word doc how can I fix this glitch?

    In Pages, when I Share and Export the Pages doc to a Word doc and open the Word doc it is corrupted - showing up copy from an older document. The same copy shows up every time. It looks faded out on each page and the actual copy from the Pages document shows up. This happens every time I export to Word and open the Word doc. Does anyone know how to fix this glitch?

    A glitch I haven't heard about before. Are you sure that you are not opening the old doc every time and have saved the new some where else on the computer?

  • Page branch base on 2 conditions

    Hi everyone,
    I need setup a branch and switch to another page when user click "go" button.
    However, which page the user will go to base on the values of 2 LOV items on current page.
    e.g. the items are p2_item1, p2_item2.
    when p2_item1=0 and p2_item2=1, then click "go" and go to page 201
    when p2_item1=1 and p2_item2=1, then click "go" and go to page 211.
    Any help is appreciated.

    Thanks a lot Chet,
    Your solution looks very effective.
    However when I am trying follow your instruction, I am runing into the below problem:
    I have created "hidden item", "computation", "branch", but somehow when I click the "go" button, it didn't go anywhere. Here are the piece of information I got from debug page:
    0.07: ...Session State: Save "P200_STATUS" - saving same value: "-1"
    0.07: ...Session State: Save "P200_ACTION" - saving same value: "1"
    0.07: ...Session State: Save "P200_NEXTPAGE" - saving same value: ""
    0.07: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.07: Branch point: BEFORE_COMPUTATION
    0.07: Computation point: AFTER_SUBMIT
    0.07: ...Perform computation of item: P200_NEXTPAGE, type=FUNCTION_BODY
    0.07: ...Performing function body computation
    0.07: ...Session State: Saved Item "P200_NEXTPAGE" New Value="211"
    0.07: ...Session State: Saved Item "P200_NEXTPAGE" New Value=""
    0.07: Tabs: Perform Branching for Tab Requests
    0.07: Branch point: BEFORE_VALIDATION
    I don't know why the item p200_nextpage has been set to "" right after it has been set to correct value.
    Any clue?
    Thanks,
    Michelle

  • Pages formatting corrupted

    Hi all!
    I have files from Pages 2.0.1 that I have brought over to a new computer that has Pages '09 (4.3).
    Whenever I open any files that were made in 2.0.1 in Pages '09, the text formatting is all jumbled and on top of each other, and the file looks nothing like what I originally created.  This is happen for all of my files.
    Anybody have any ideas on how I can fix this?  I don't want to lose all of my old data and previous works that were created in 2.0.1 as I still need to use them.
    My old computer is a Macbook running 10.6.8, and new computer is a Macbook Pro running 10.8.3 - if this helps.
    Thanks!!!
    Sandra

    Download the iWork08 trial from Yvans Box. https://app.box.com/s/00qnssoyeq2xvc22ra4k/1/249583021
    You might need to update it with this Pages 08 3.0.3
    I presume that Pages 08 can open earlier Pages files.
    If Yvans Box is out of bandwith you have to try later.
    Oh, I meant that you should install it on the old computer!

  • Every time I close down after the days use when I open it again the main page is corrupt and I have to re-install the firefox again can I stop this happening

    When I open firefox first thing it opens but the home page is not working. So I have to re-install it. Then it is ok for the rest of the day but only to go down again the following day. What can I do to stop this happening? I use bt.com home page.

    1. Reset the Internet Browser settings. Taking the Internet Explorer for example.
    1). Close allInternet ExplorerandWindowsExplorer windows that are currently open. Open Internet Explorer by clicking theStartbutton. In the search box, typeInternet Explorer, and then, in the list of results, click Internet Explorer. Click theToolsbutton, and then click Internet options.
    2). Click the Advanced tab, and then click Reset. Select the Delete personal settingscheck box if you would also like to remove browsing history, search providers, Accelerators, home pages, Tracking Protection, andActive X Filtering data.
    3). In theResetInternet ExplorerSettings dialog box, clickReset. When Internet Explorer finishes applying default settings, click Close, and then click OK.
    4). CloseInternet Explorer.Your changes will take effect the next time you openInternet Explorer.
    2. Reset homepage as bt.com again.
    3. clear out all cokkies and browsing history.

  • Pages is corrupting my files

    I saved a file, simple text recently. When I tried to open it a few months later it states that the file cannot be opened and may be corrupted or in a different format.
    I cannot preview the file or open it in textedit or any other program.
    Any suggestions would be extremely helpful.

    May you send it to my mailbox so I will try to grab the text contents ?
    Click my blue name to get my address.
    Yvan KOENIG (from FRANCE mardi 28 juillet 2009 11:12:58)

Maybe you are looking for

  • Itunes wont quit on mac and cannot browse any apps or window

    Hi,. I was just listening to my songs,. Then suddenly when I'm trying to exit my itunes, it won't quit. Everytime I try to restart my computer, my itunes keeps coming back, and I cannot use any of my applications, click any icons or open any windows

  • 9iASR2 Installation Errors

    The following two elements fail with the same error on my RedHat Linux 7.3 server: Infrastructure Instance Configuration Assistant and Oracle9i Application Server randomize Password Command Config Info: binutils downgraded; links: fuser, perl, java;

  • SQL Developer 2.1.0.63.73 not displaying constraint violation on commit

    I've found an odd case where SQL Developer (2.1.0.63.73) is not displaying an error message on a constraint violation. CREATE TABLE tmp1 ( id NUMBER, val NUMBER ); CREATE MATERIALIZED VIEW tmp2 REFRESH ON COMMIT AS SELECT id, SUM(val) AS total FROM t

  • SLD Application Programming Interface for ABAP-Based Systems

    Hi Experts, Could you help me to configure the connection between SLD ABAP API and the SLD manually? Why we use SLD Application Programming Interface for ABAP-based systems (SLD ABAP API)? please help. Sushama

  • Export lockups?

    Wow, having a heckuva time exporting from LR 2.2 this evening. I've had the occasional lockup before (prior versions of LR), but this time I'm only exporting 62 images and it has happened several times already. The main differences between now and pr