Pages puzzle in on initial load

I have designed a site using PS and DW.  When the pages load for he first time, they "puzzle" in in peices.  Is there a fix to this?
Side question which may relate to either PS or DW (which I have posted in the PS forum):
I created a web site of 20 pages in PS.  Two of these pages will not "save for web" - (they save blank pages).  I've tried re-building these two pages from a working page and still - no data saved.  Any ideas?

I think I've found the reason:  my page is a sliced PS page and not CSS or html.

Similar Messages

  • How do I invoke an ActionListener on a page when the page initially loads?

    How do I invoke an ActionListener on a page when the page initially loads?
    Page 1: A user clicks on a h:commandButton and is navigated to Page 2.
    Page 2: When the page loads and goes through RESTORE_VIEW, APPLY_REQUESTS and RENDER_RESPONSE, I need to call an ActionListener in the managed bean for Page 2.
    However, if the user comes in from any other page than Page 1, the ActionListener cannot be invoked intially when the page loads. The user has a choice to click on the h:commandButton on Page2 to invoke the ActionListener.
    What is an example of invoking a method with the ActionListener signature in Java code?
    Where would I put the code to invoke the ActionListener, in a beforePhase or afterPhase, constructor?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Interesting. You're right. It doesn't happen when I click away from this site and then return. Maybe I'm barking up the wrong tree. Maybe it's the specific website I was thinking of and not Firefox. Unfortunately, I have to use that site all the time for work. I'll try contacting their webmaster. Thanks for your help.

  • Why do pages that initially load on an external server flash white?

    Why do pages that initially load on an external server flash white? When the pages are loaded you can switch between without and page flash.
    Example: http://www.capacitydartford.com - watch inital load then go back. No white flash. Tried on all general browsers.
    Is there anything I can do to stop this?
    Thanks, James

    Why do pages that initially load on an external server flash white? When the pages are loaded you can switch between without and page flash.
    Example: http://www.capacitydartford.com - watch inital load then go back. No white flash. Tried on all general browsers.
    Is there anything I can do to stop this?
    Thanks, James

  • JSF page 'Initial load' problem

    I've found several threads touching on this already, but none seem to have a solution.
    When JSF loads a JSP page for the first time, it goes through the restore view phase which creates an initial view (as there isn't a current one to restore). It then goes directly to the render response phase.
    My problem is, I have a JSP/JSF page that I pass paramaters to via html GET. For example:
    http://localhost:8080/jsf/region.jsp?locationForm:directorate=1&locationForm=locationForm
    Because the first load goes directly to the render response phase, the parsing of these paramaters is never done & the page does not update as expected.
    The second time you perform the same request, JSF goes through the standard request processing lifecycle and works as you would expect, setting directorate to 1 in the backing bean and displaying an updated page.
    Is there any way to change JSF's default behaviour on a JSP initial load to do the whole lifecycle? Is there another way to get around this, short of loading the page twice to ensure it has the right information in it (which would be quite a hack)?
    I need to use html GET (as opposed to html POST) because:
    I'm using a technique of a hidden iframe that loads dynamically created javascript to update a dropdown list (DDL) on the main page without reloading the page in its entirity. This is to minimise network chatter as the system will be run on a 56k network. I have an onchange event on my JSF DDL that calls javascript to reload the hidden iframe.

    Thanks for the replies.
    I tried both of the suggested options
    1. If your bean is managed (declared as managed bean in faces_config), you can set the initial value of the property as, for example, #{param.locationFor }.
    Unfortunately I can't use this option as the backing bean i'm using has to be session scope. This is because the DDL options are set by the iframe page, not the main page. There could be many request/responses between client/server before the user finally presses the submit button. If I change the backing bean to request scope, I end up getting "Validation Error: Value is not valid" for the DDL because the selected ID is not in the backing bean's list of possible values for the DDL.. #{param} can't be used for session level BBs.
    2. If you don't want to use the managed bean properties, you can go get your parameters in your bean's constructor.
    I'm unable to use this option either. The backing bean is shared between the main page and the hidden iframe page. When the main page loads, the backing bean's constructor is called but that isn't the time when parameters need to be parsed. When the iframe page is loaded for the first time (via javascript onchange on a DDL on the main page) using http://localhost/iframe.jsf?iframeForm:ddlId=1&iframeForm=iframeForm is when I need to parse the parameters, by which time the backing bean is already instanciated and the constructor has already been called.
    I'm looking at where else I could get the parameters other than the constructor. I might be able to do it elsewhere.
    My guess as to why the following code works is it's not using a backing bean & isn't updating backing bean values on the first run:
    <f:view>
    <h:outputText value="param= #{param}"/>
    </f:view>To replicate the problem, create a simple backing bean, for example:
    public class sample {
        private Integer selectedId
        public String getSelectedId() {
            return selectedId
        public void setSelectedId(Integer selectedId) {
            this.selectedId = selectedId;
    }Then create the following sample.jsp:
    <!doctype html public "-//w3c//dtd html 4.01 transitional//en">
    <!--
      Copyright 2004 ArcMind, Inc. All Rights Reserved.
    -->
    <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <html>
    <head>
    <f:view>
      <h:form id="iframeForm">
        <h:panelGroup>
          <h:inputText id="selectedId" value="#{sample.selectedId}" />
        </h:panelGroup>
      </h:form>
    </f:view>
    </head>
    </html>Then try going to sample.jsp?iframeForm:selectedId=10&iframeForm=iframeForm (Similar to the request my main page is doing via javascript to populate the hidden iframe)
    The first time you do this, the text box will be populated with 0 (ie, it skipped the JSF lifecycle and ignored your 10 input). The second time and subsequent times it works as expected, with the text box containing the number 10.

  • Home page initially loads to left hand side

    When I initially start the Firefox browser (very slow by the way) my home page, which is iGoogle, always loads to the left so that I cannot ready the left hand side of the page. Refreshing solves the problem.

    Sounds like a problem with CSS files that are blocked by a Firefox extension or security software.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Replace initial Loading Page

    Is there some way of replacing the initial loading page (the one with Initializing...") with some thing more custom?

    hi kiwi
    as far as i know this is not possible with the current version of Xcelsius (2008 SP1).
    Best regards
    Ulrich Hambuch
    http://www.xcelsius-insight.com

  • MacBook Pro (mid 2010) - Slow Startup and Initial Load of Apps after Mavericks Install

    Hello everyone,
    Long time Snow Leopard user here.  I've been absolutely, 100% thrilled with my MBP's performance / speed since mid 2010.  Since installing Mavericks I've noticed two things:
    1. Initial on boot load times seem much slower
    2.  The first time you open an app (Safari, even TextEdit) is far slower than in Snow Leopard.
    Now granted, once the computer has been on for about 5 minutes, and once you've had an application open for 1-2 minutes, than performance is okay once again.  But it seems that quite literally everytime you do "anything" for the first time since the computer has been turned on you run the risk of a spinning beachball and an extended wait.  This simply never happened in Snow Leopard.
    I'm not a computer science major but I do understand that when you do something for the first time since a reboot it will need to load new files into the RAM which takes time.  However, I've been using this computer since 2010 and have never experienced this behavior / speed / delay, etc... something seems fundamentally different.
    For example, even just opening finder, and navigating to the Applications folder results in sluggish behavior the first time.  Also, anytime you first click the top menu bar in an application you run the risk of a beachball.
    It doesn't seem like a failing hard drive because I can read/write large chunks of data one an app is finally loaded.  It's just initially loading the app takes quite literally 10-20 times longer than Snow Leopard.  It seems like perhaps Mavericks itself, the core of the new OS was perhaps installed in a bad sector of the HD, but none of my other files are on bad sectors... if that makes sense.  Again - I'm not a computer science major so I'm largely just making things up
    It also seems as if multitasking and switching between several open apps has seen a decrease in performance.  Could it be that perhaps Mavericks RAM management is superior to Snow Leopard, but only if there is a TON of RAM to go around?  Could it be as simple as Macs with only  4GB installed should not be allowed to even install Mavericks? 
    Does this sound normal for Mavericks considering I have a C2D processor, a non SSD, and only 4GB ram?  I know those specs are "outdated" for 2014, but keep in mind these were the specs that I've always had and with Snow Leoapard I was consistently thrilled with the speed of the computer.
    I suppose my question is: should my strategy be to simply turn the computer on, get a cup of coffee and let everything load and maybe even have my frequently used apps load on startup, etc... and carry on as normal?  Does something seem off?  Should I invest in a new SSD / RAM upgrade?  I know the upgrades couldn't hurt, but the issue is that I was perfectly content until upgrading to Mavericks
    I've tried booting into OS X Recovery mode and using the Disk Utility.  I've tried Safe Mode.  I've included a "EtreCheck" report below.  I'm open to any ideas / suggestions.
    Thanks!!
    Hardware Information:
              MacBook Pro (13-inch, Mid 2010)
              MacBook Pro - model: MacBookPro7,1
              1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 320M - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:10:48
    Disk Information:
              Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 249.2 GB (228.46 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. Built-in iSight
              Apple, Inc. Keyboard Hub
                        Logitech USB Receiver
                        Apple Inc. Apple Keyboard
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.adobe.AdobeCreativeCloud.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              None
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 11.9.900.152 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.152 - SDK 10.6 Outdated! Update
              QuickTime Plugin: Version: 7.7.3
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
              AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   4%          WindowServer
                   1%          EtreCheck
                   0%          mds
                   0%          mds_stores
                   0%          airportd
    Top Processes by Memory:
              111 MB          com.apple.IconServicesAgent
              94 MB          Finder
              57 MB          Dock
              53 MB          SystemUIServer
              53 MB          EtreCheck
    Virtual Memory Information:
              1.64 GB          Free RAM
              1.42 GB          Active RAM
              314 MB          Inactive RAM
              390 MB          Wired RAM
              316 MB          Page-ins
              0 B          Page-outs

    Wish I could be of some help, but I'm having similar issues on my mid 2011 macbook pro with 8 GB ram. It's very frustrating. I haven't worked on a computer this slow since the early 90's. Even simple things like signing in to this site bring up the beach ball for maybe ten seconds. When opening up apps I often have to wait minutes, and often end up force quitting when they hang. I'm using force quit a dozen or more times a day, when it used to be very rare.
    I don't know if it's Mavericks. I installed a new hard drive in November, but the problems really started getting bad since the latest upgrade.
    It's not just opening apps. If I have an app open in the background and switch to it I have similar issues. Watching a simple video is often accompanied by stalls and delays - which is really bad as I'm often using the laptop to edit video. It's become unuseable for work.
    Perhaps the most frustrating is clicking on a link, only to find Safari decides to complete a previous scroll that it had paused. The page jumps down, and sometimes I end up clicking on a link I didn't want. Then I have to wait for THAT spinning beach ball before I can go back to the previous spinning beach ball.
    It can take up to ten minutes to restart. I've tried everything I could find on these pages so far, and nothing has worked.
    I thought maybe it was something I've done (and perhaps it is), but I keep seeing others with similar issues.

  • Initial load of BP through Middleware

    Hello,
    I try to do the initial load of Business Partners from R/3 into the CRM system. The monitor displays, the load has been done succesfully (green light), but no business partners appear in the CRM. Can someone help me?
    Points will be awarded
    Thanx, Peter
    btw: does anybody have some document about setting up the Middleware to transfer data from R/3 to CRM and vice-versa?

    Peter, before you can load the BP from R/3 to CRM you need to do some mandatory configuration which - on high level - are:
    1 - Map BP Master Data from R/3 to CRM
    2 - Map BP Master Data from CRM to R/3
    3 - Synchronize field settings between R/3 and CRM
    4 - Configure field attributes
    5 - Execute actual BP replication
    For details on how to execute these configuration stepse steps have a look at http://help.sap.com, select here SAP Best Practices -> Cross-Industry Packages -> CRM. In the CRM Best Practices select Business Information and Preconfigured Scenario's, select (ob right hand side) a sales related scenario, e.g. Internet Sales and select Building Block B09: CRM Replication. In the actual Building Block navigate to page 45 and execute the steps accordingly. Hope this helps, Tiest.
    Message was edited by: Tiest van Gool

  • Initial load question

    Hoping someone has a moment to help me out. To explain, I have three regions. I'd like to NOT display regions two or three on the initial load of the page. In region one, I have a text box to be filled out and a GO button. By the way, I am using HTMLDB 2.0 and I'm trying to do this all on one page.
    Once the user enters some search criteria into the text box and hits GO, it should then process and display region two which includes a select list based on a query of all items that are "like" the value entered in the text box.
    Finally, when an item is chosen in the list box, I'd like to display region three, which will include several more select lists.
    I can't quite figure out how to hide the second and third regions - is there something simple I'm missing?
    Also, is there a way to have a "Start Over" button that would jump back up to Region One and start over?
    Much thanks to anyone who can help me out! Incidentally, I can get the items created, it just a matter of finding out how to NOT show them until needed that I'm having the problem with... ;)
    Thanks!
    Steve

    Actually, I want to change what I'm trying to do - I have it basically working, but now I'm down to two regions. One region is my text box to allow a user to enter a search string ("%SPECIAL%") but my second region should only be called/populated when they hit the submit button.
    In my second region, I have my dynamically created LIST BOX and a bunch of other list boxes with options for my item. All this is working, with the exception of hiding and not populating my list box until the submit button is hit. As it is now, the value typed in my list box stays there from session to session (it's remembering what I typed in) so my second region is being displayed when coming into the page.
    I hope this all makes sense and someone can help... :)
    Thanks!
    Steve

  • Regarding ABAP initial load errors

    hi experts
    I have below errors left while doing Initial load for AS ABAP as follows
    Error type 1:
    Error :runFunctionsInString($FUNCTION.sap_encryptPassword()$$) got exception - Exception:org.mozilla.javascript.JavaScriptException: java.lang.UnsupportedOperationException: java.lang.ExceptionInInitializerError
    I referred page 37  in System landscape configuration guide. but could not understand what and where password has to be set.
    Could you please suggest me how to solve this two problem.
    Also i would like to know where the Users, roles,profiles will be written in Identity store.
    regards

    hi guys
    Regardless of this error, i got the users/profiles/roles written in Identity center, i am able to see in monitoring webpage.
    But how to solve this error is my concern...appreciate if you can give me some ideas
    regards

  • DatePicker shows wrong value on initial loading

    I have a column with a date picker, to make the content of the column editable.
    oCdColumn = new sap.ui.table.Column({
                label: "Übergabe",
                template: new sap.ui.commons.DatePicker({
                    value: {
                        path: "CD",
                        formatter: function (sDate) {
                            var date = new Date(parseInt(sDate));
                            console.log(date)
                            return date;
                    locale: "de",
                    change: [oController.onDateFieldChange, oController]
                sortProperty: "CD"
    The value I get from the path CD is in the format you get when you call .getTime() on a Date.
    On initial loading the datepicker displays some dates that are like 6 years after the date that should be displayed. When i navigate to another table page/ change the sort order and then navigate back/change the order to initial value the date is displayed correctly.
    How is this possible?

    Hi Frank,
    as you can see I logged the Formatter Output. It never showed me an incorrect date. I think parseInt of null returns NaN. When NaN was the Output of theFormatter the  DatePicker showed the current Date.
    I stepped through and for the first 5 lines (which is the default value for a table page) it put a correct Date in the table, the other values i can't see because the table page was full, but the console showed a correct date. After it finished running through all the formatters the
    visibleRowCountMode: sap.ui.table.VisibleRowCountMode.Auto
    was triggered and the dates were wrong.
    Thanks for the link with the type system. I tried it yesterday, but it gave me an undefined is not a function error. My mistake was that i just set the pattern and not the source pattern. When I set the source pattern to "timestamp" it worked. Thank you.
    For anyone who runs in the same problem: i would also recommend this link: sap.ui.model.Date
    Regards,
    Judith

  • Perform rollback occurs during initial load of material

    Hi Gurus,
    When we try to do the initial load of materials, only some part of the materials are replicated to SRM. We have the R3AC1 filter of taking only the materials with Purchasing view. We have no other filter. Although there are 576 materials that match this filter, only 368 materials are replicated to SRM.
    One thing we have observed is that when we have a look at SM21 (System Log) we see "Perform rollback" actions. Below is the details of the log. Can anyone help on our issue?
    Details Page 2 Line 30 System Log: Local Analysis of sapsrmt                  1
    Time
    Tip
    Nr
    Clt
    User
    &#304;Kodu
    Grp
    N
    Text
    23:52:59
    DIA
    003
    013
    ALEREMOTE
    R6
    8
    Perform rollback
    Perform rollback
    Details
    Recording at local and central time........................ 29.11.2006 23:52:59
    Task......
    Process
    User......
    Terminal
    Session
    &#304;Kodu
    Program
    Cl
    Problem cl
    Package
    87262
    Dialog work process No. 003
    ALEREMOTE
    1
    SAPMSSY1
    W
    Warning
    STSK
    Further details for this message type
    Module nam
    Line
    Error text
    Caller....
    Reason/cal
    thxxhead
    1300
    ThIRoll
    roll ba
    No documentation for syslog message R6 8 exists
    Technical details
    File
    Offset
    RecFm
    System log type
    Grp
    N
    variable message data
    4
    456660
    m
    Error (Function,Module,Row)
    R6
    8
    ThIRollroll bathxxhead1300

    Hi,
    Some of our material groups were problematic. After removing these the problem is resolved.
    FYI

  • Query not run on initial load

    I have an application with several pages. I have made them in the same way, but they act different.
    What I have:
    One region with a few select lists, and a submit button. The select list has a default value (which is sett identical in all pages in this discussion)
    One region with a report, that runs a SQL based on the choices made with the select lists.
    My problem is on initial loade, when I haven't made any choices in the select list. The defaults are set as expected. In some of the pages it loads as expected and the report looks nice and in accordance with the default values set in the select list. In some other pages it always starts wit ''No data found' in the report. Even when the select list has the correct defaults, and if I press the submit button the page reloads with the proper report. As far as I can tell I have made the two pages in the same manner.
    It also return the expected result the second time you arrive at the page. So if the initial load returned no data found, and you navigate to another page and back again it will show the report with data.
    My question is what can prevent the report from getting the proper defaults set and running the query on initial load of the page that is not the case when the page is resubmitted or loaded a second time.

    I have looked at it without finding anything. I took an example from one page that has 3 out of 4 regions empty. The booked passenger region has data
    This is the log from the initial log:
    .00:
    0.01: S H O W: application="106" page="1" workspace="" request="" session="716623568740864"
    0.01: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
    0.01: alter session set nls_language="AMERICAN"
    0.01: alter session set nls_territory="AMERICA"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.01: ...NLS: Set Decimal separator="."
    0.01: ...NLS: Set NLS Group separator=","
    0.01: ...NLS: Set date format="DD-MON-RR"
    0.01: ...Setting session time_zone to -05:00
    0.01: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.01: ...NLS: Set date format="DD-MON-RR"
    0.01: NLS: Language=en-us
    0.01: Application 106, Authentication: CUSTOM2, Page Template: 2233622453240425
    0.01: ...Session ID 716623568740864 can be used
    0.01: ...Application session: 716623568740864, user=CFA
    0.01: ...Determine if user "OPS" workspace "1065304065321761" can develop application "106" in workspace "1065304065321761"
    0.01: ...Check for session expiration:
    0.01: Session: Fetch session header information
    0.01: ...Metadata: Fetch page attributes for application 106, page 1
    0.01: Fetch session state from database
    0.02: Branch point: BEFORE_HEADER
    0.02: Fetch application meta data
    0.02: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.02: ...NLS: Set date format="DD-MON-RR"
    0.02: Computation point: BEFORE_HEADER
    0.02: Processing point: BEFORE_HEADER
    0.03: Show page template header
    0.03: Computation point: AFTER_HEADER
    0.03: Processing point: AFTER_HEADER
    0.03: Region:  
    0.03: Item: P1_SHIP COMBOBOX
    0.04: Item: P1_DEP_DATE MULTIPLESELECT
    0.04: Item: P1_LEG COMBOBOX
    0.05: Computation point: BEFORE_BOX_BODY
    0.05: ...Perform computation of item: F106_DUMMY, type=FUNCTION_BODY
    0.05: ...Performing function body computation
    0.06: ...Session State: Save "F106_DUMMY" - saving same value: ""
    0.06: Processing point: BEFORE_BOX_BODY
    0.06: Region: Message
    *0.06: Region: Gender Distribution*
    *0.06: Region: Nationality distribution*
    0.06: Computation point: AFTER_BOX_BODY
    0.06: Processing point: AFTER_BOX_BODY
    *0.06: Region: Booked passengers*
    *0.07: Region: Age Distribution*
    0.07: Computation point: BEFORE_FOOTER
    0.07: Processing point: BEFORE_FOOTER
    0.07: Region:  
    0.07: Item: P0_UPDATED DISPLAY_ONLY_HTML
    0.08: Show page tempate footer
    0.08: Computation point: AFTER_FOOTER
    0.08: Processing point: AFTER_FOOTER
    0.08: Log Activity:
    0.08: Execute Count=0
    0.08: End Show:
    This is the log after I press go and I get data in 4 of 4 regions:
    0.00: A C C E P T: Request="Go"
    0.00: Metadata: Fetch application definition and shortcuts
    0.00: NLS: wwv_flow.g_flow_language_derived_from=FLOW_PRIMARY_LANGUAGE: wwv_flow.g_browser_language=en-us
    0.01: alter session set nls_language="AMERICAN"
    0.01: alter session set nls_territory="AMERICA"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.02: ...NLS: Set Decimal separator="."
    0.02: ...NLS: Set NLS Group separator=","
    0.02: ...NLS: Set date format="DD-MON-RR"
    0.02: ...Setting session time_zone to -05:00
    0.02: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.02: ...NLS: Set date format="DD-MON-RR"
    0.02: Fetch session state from database
    0.02: ...Check session 640739340114653 owner
    0.02: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.02: ...NLS: Set date format="DD-MON-RR"
    0.02: ...Check for session expiration:
    0.02: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.03: Session: Fetch session header information
    0.03: ...Metadata: Fetch page attributes for application 106, page 1
    0.03: ...Validate item page affinity.
    0.03: ...Validate hidden_protected items.
    0.03: ...Check authorization security schemes
    0.03: Session State: Save form items and p_arg_values
    0.03: ...Session State: Save Item "P1_SHIP" newValue="CFA" "escape_on_input=""
    0.03: ...Session State: Save Item "P1_DEP_DATE" newValue="20100414" "escape_on_input="N"
    0.03: ...Session State: Save Item "P1_LEG" newValue="All" "escape_on_input=""
    0.03: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.03: Branch point: BEFORE_COMPUTATION
    0.03: Computation point: AFTER_SUBMIT
    0.03: Tabs: Perform Branching for Tab Requests
    0.03: Branch point: BEFORE_VALIDATION
    0.03: Perform validations:
    0.03: Branch point: BEFORE_PROCESSING
    0.03: Processing point: AFTER_SUBMIT
    0.03: Branch point: AFTER_PROCESSING
    0.03: ...Evaluating Branch: AFTER_PROCESSING type: "REDIRECT_URL" button: 7515820301908562 branch: (Unconditional)
    0.00:
    0.00: S H O W: application="106" page="1" workspace="" request="" session="640739340114653"
    0.01: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
    0.01: alter session set nls_language="AMERICAN"
    0.01: alter session set nls_territory="AMERICA"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.01: ...NLS: Set Decimal separator="."
    0.01: ...NLS: Set NLS Group separator=","
    0.01: ...NLS: Set date format="DD-MON-RR"
    0.01: ...Setting session time_zone to -05:00
    0.01: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.01: ...NLS: Set date format="DD-MON-RR"
    0.01: NLS: Language=en-us
    0.01: Application 106, Authentication: CUSTOM2, Page Template: 2233622453240425
    0.01: ...Session ID 640739340114653 can be used
    0.01: ...Application session: 640739340114653, user=CFA
    0.01: ...Determine if user "OPS" workspace "1065304065321761" can develop application "106" in workspace "1065304065321761"
    0.01: ...Check for session expiration:
    0.01: Session: Fetch session header information
    0.02: ...Metadata: Fetch page attributes for application 106, page 1
    0.02: Fetch session state from database
    0.03: Branch point: BEFORE_HEADER
    0.03: Fetch application meta data
    0.03: Setting NLS_DATE_FORMAT to application date format: DD-MON-RR
    0.03: ...NLS: Set date format="DD-MON-RR"
    0.03: Computation point: BEFORE_HEADER
    0.03: Processing point: BEFORE_HEADER
    0.04: Show page template header
    0.05: Computation point: AFTER_HEADER
    0.05: Processing point: AFTER_HEADER
    0.05: Region:  
    0.05: Item: P1_SHIP COMBOBOX
    0.06: Item: P1_DEP_DATE MULTIPLESELECT
    0.06: Item: P1_LEG COMBOBOX
    0.06: Computation point: BEFORE_BOX_BODY
    0.06: ...Perform computation of item: F106_DUMMY, type=FUNCTION_BODY
    0.06: ...Performing function body computation
    0.06: ...Session State: Save "F106_DUMMY" - saving same value: ""
    0.06: Processing point: BEFORE_BOX_BODY
    0.07: Region: Message
    0.07: Region: Gender Distribution
    0.07: Region: Nationality distribution
    0.07: Computation point: AFTER_BOX_BODY
    0.07: Processing point: AFTER_BOX_BODY
    0.07: Region: Booked passengers
    0.07: Region: Age Distribution
    0.08: Computation point: BEFORE_FOOTER
    0.08: Processing point: BEFORE_FOOTER
    0.08: Region:  
    0.08: Item: P0_UPDATED DISPLAY_ONLY_HTML
    0.08: Show page tempate footer
    0.08: Computation point: AFTER_FOOTER
    0.08: Processing point: AFTER_FOOTER
    0.08: Log Activity:
    0.08: Execute Count=0
    0.08: End Show:

  • Reduce Flex application initial loading time

    Comparing to HTML, Flex's initial load time is very long. How
    to reduce the initial loading time to the level that is
    comparable to HTML's loading time for the page content? Any
    best practice or rules to follow?

    Ok, OK! What's the specs?
    How long is the load time? Please don't say "very long".
    Let's see the spec. Oh, and can you give me a load time for the
    mythologocal HTML page in question, just so I can compare?
    I gotta tell ya, I sometimes take a nap when I'm loading half
    the ASP pages I stumble across nowadays.
    Here's a page from the Los Angeles times--html--- coming in @
    6-7 seconds.
    http://latimesblogs.latimes.com/lanow/2009/02/los-angeles-pay.html
    Another example: from CNN.com, coming in at about 10-11
    seconds. Unbelievable.
    http://www.cnn.com/video/#/video/showbiz/2009/02/03/wynter.simpson.scientology.cnn
    I've got a 350Kb Flex app using RSLs which loads in about 5
    seconds. I'm kicking @ss compared to a lot of professional web
    sites out there. Think that's too slow? Compared to what???

  • No initial load of Customers, Material and delta load of Sales Orders.

    Hi Experts,
    I am facing a very troublesome issue. I am not able to setup the Middleware portion for initial and delta loads. I read a lot of documents and corrected a lot of things. finally, the connectivity is done with R/3 and CRM. Initial load of all objects is successful (as per Best PRactices guide). Customizing load is successful.
    But after now I have these open issues for which I am unable to find any answers (am really exhausted!!):
    - Customer_main load, it was succesful, but no BP's of R/3 are available.
    - Material, it failed in SMW01, SMQ2, the errors are:
    Mat. for Initial Download: Function table not supported
    EAN xxxxxxxxxxxxxxxxxx does not correspond to the GTIN format and cannot be transferred
    EAN yyyyyyyyyyyyyyyyyy does not correspond to the GTIN format and cannot be transferred
    Plant xx is not assigned to a business partner
    - Sales order, it shows green bdoc, but error segments says "No upload to R/3" and the order does not flow to R/3.
    We had our system setup 3 years back for data transfer and Middleware. But few things changed and connectivity stopped. I did all that again now, but am not yet successful. Any inputs will be greatly appreciated.
    Thanks,
    -Pat

    Hi Ashvin,
    The error messages in SMW01 for MAterial initial load is :
         Mat. for Initial Download: Function table not supported
         EAN 123456789000562 does not correspond to the GTIN format and cannot be transferred
         EAN 900033056531434 does not correspond to the GTIN format and cannot be transferred
         Plant 21 is not assigned to a business partner
    I have done the DNL_PLANT load successfully. Why then the plant error?
    Some of the messages for BP:
    Messages for business partner 1331:
    No classification is assigned to business partner 1331
    For another,
         Partner 00001872(469206A60E5F61C6E10000009F70045E): the following errors occurred
         City Atlanta does not exist in country US
         Time zone EST_NA does not exist
         You are not allowed to enter a tax jurisdiction code for country US
         Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type BUPA_MAIN.
    Now, the time zone EST is assigned by default in R/3. Where do I change that? I do not want to change time zones as this may have other impacts. Maybe CRM I cna change this, not for sure in R/3. City check has been deactivated in R/3 and CRM, still the error.
    Till these 2 are not solved, I cannot go into the Sales order loads.
    Any ideas will be greatly appreciated.
    Thanks,
    -Pat

Maybe you are looking for

  • Microsoft word 2008 crashes abruptly when trying to use track changes

    Hi, I believe this may be related to recently downloading Yosemite: Every time I try to use Microsoft Word (2008) with "track changes" on, Word shuts off abruptly. Has any one else had this problem?  Is there a way to fix it? I've already tried Disk

  • Function module/BAPI or standerd program to define Transport route

    Hi All, I am configuring the TMS configuration through ABAP program . I am able to configure Domain controller, and able add system to it. Now I am not able to define Transport route, Can anybody tell me how can I achive this?  Is there any function

  • Unable to create a "remote" destination in Compressor 4.0.3

    Creating a remote destination works for one iMac but not the other, and I'm wondering why... We are able to create a remote destination on one iMac with Compressor 4.0.2  When you click on the + tab a small drop box appears with Local... and Remote..

  • How to preserve conservation mode when unplugged from AC

    Every time I turn off the computer and unplug the power cable, Conservation Mode is disabled automatically. I just want to know if this is a normal behaviour or a bug. Lenovo G50-70 Energy Manager 1.0.0.33

  • Extending menu only across whole browser

    I'm wanting to place a menu on my iweb page that stretches across the whole browser, but allowing for the rest of the content to fit into a 900 mm width. Like this: http://www.switzer.com.au/ Appreciate any thought on how I can do it? Regards Dan