Sessions issues and slowness of application

Problem Description: We are experiencing some session issues in our application built using ADF. After one of our recent deployment we are seeing some issues which are causing session values spilling across sessions. For example if a user A is logged in and searching with a value 123 in a certain form in the application, at the same time if another user logs in and opens up the same form he would see 123 value retained in the form. There are other similar issue which are being encountered like concurrent users being logged out randomly, the login name of one user showing up in another users screen, etc. This has recently been encountered and had not been seen until SIT. We are now into UAT and this hence impacts the business hugely as there is a team of end users who the business had made available to see the demos and test furher but with the above explained, the testing is on a stand stilll. We hence see an urgent response on this and request that this be dealt with on utmost priority. in addition to this we have been seeing poor performance especially while accessing the application from IE, mozilla and iPad/Safari browsers. We have also observed that some of the custom images being used in the application UI (residing in a specific folder) are not being cached while others in ARF folder are being cached. Images which are not being cached have been identified as a cause of additional delay in loading of pages.
We are using Jdeveloper 11.1.1.5 .Adf technologies used are ADF faces, we have also used View objects(ADF Business Components) to fetch the data.

This all sounds like you have a problem with application module pooling.
Have you tested your app with am pooling turned off?
Check [url http://tompeez.wordpress.com/2011/07/08/jdev-always-test-your-app-with-applicationmodule-pooling-turned-off/]JDev: Always Test Your App with ApplicationModule Pooling turned off for more input.
Once you've sorted out his problem we can talk about the performance. There are a couple of posts and blogs around about this.
Timo

Similar Messages

  • Still Getting Buffering Issues and Slow Web Page L...

    Since I suspect this issue hasn't gone away - and I/we have been asked to post issues individually rather than clumping into a single tread.
    I just got back from Spain and after quizzing family it seems we are still getting Stream Buffering Issues (again)  (requires a refresh restart << I suspect lost packets rather than speed decrease) and webpages sometimes don't load correctly and require a refresh to load all page elements.
    Just before I left there was an Openreach engineer working on the CAB and my noise margin doubled (but given my distance from the CAB and no speed issues I think the higher margin is a bonus not a negative << so hard to get uncontradictary posts or guidance on the web about Noise Margins - speeds still ok atm according to BTW but havent been back long enough to monitor thru the day/night.
    I can only assume there are still backhaul issues ongoing.
    I notice other ISP forums eg Plusnet noting capacity contention issues but BT remains Silent.
    It's such a shame BT aren't more forthcoming to their customers and I feel really cheated/mis-sold by the whole Infinity 2 product 'never have to buffer again' - advertising hype. This has been a problem here since mid December - so we're talking a month worth of connection issues.
    Since someone will probably ask me for HH stats - here you go - apologies to all those more than 20m from the CAB who are struggling on much slower speeds (I feel for you honest) and in terms of the available speeds etc feel this HAS TO BE a BTW backhaul issue - be it from exchange or in the core.
    I'm all open to comment/solutions
    1. Product name: BT Home Hub
    2. Serial number: +068343+NQ41735167
    3. Firmware version: Software version 4.7.5.1.83.8.173.1.6 (Type A) Last updated Unknown
    4. Board version: BT Hub 5A
    5. VDSL uptime: 6 days, 15:45:33
    6. Data rate: 19999 / 79995
    7. Maximum data rate: 29234 / 106435
    8. Noise margin: 15.2 / 13.0
    9. Line attenuation: 0.0 / 4.7
    10. Signal attenuation: 0.0 / 4.7
    11. Data sent/received: 6.2 GB / 9.9 GB
    12. Broadband username: [email protected]
    13. BT Wi-fi: Yes

    Short answer Ray - nope I only use WiFi on the phone.
    Well for the benefit of others as much as myself I am still having issues and gave up on an iPlayer (live stream) due several bursts of buffering again tonight which made me miss the bits I was really interested in.
    So...
    Eliminating anything in the home the following tests are done directly into the HH5s Gb port. I normally use a switch in this port to seperate my PC's from iThings and anything else on WiFi  (the kids)(BTFon/X) - never had any issues with my switch tho and it will push pull files to/from my NAS or transfer files around my three PCs at full speed << so no concerns there, but NOT used in these tests.
    All wired with industry Grade CAT6 << even ran a checker tool on it and no probs << yip I have such things available.
    Following Stats are after a complete shut down :
    PC Restarted without Firewall or any AntiVirus - no other network connections active and HH5 WiFi Dissabled. HH5 Power Off and Factory Reset (I've tried previously as suggested by other posters using the Openreach modem but since it didnt solve anything just went back to the HH5 to save a power socket and my HH5 can stay up for 13 or so days without issues so I don't suffer in disconnection issues dept). Ok i could buy another router but I doubt its the problem and im just **bleep** away cash for what would then be a replacement for 'not fit for purpose' supplied equipment.
    Quiet Line test = clear << tested master socket with wired phone.
    My Cabinet :
    BTWholesale Speed Test :
    Interestingly i'm getting way lower UPLOAD than the minimum even on an impaired line (I'm only about 20m from the cabinet as the cable runs - less if I want to kick it) << this does seem to fluctate a lot.
    TBB Speedtest :
    I'm open to suggestions but have just about had enuff...
    I still maintain this is a congeston issue but that BT are in total denial to customers about what traffic shaping occurs to maintain the QoS for their YouView and BTSports Customers at the expense of other data under 'abnormal conditions' like lack of capacity.
    So unless a MOD wants to jump in and resolve this quickly, I have several letters ready to go to various parts of BT - Customer Complaints/Sales(for misleading claims)/and Legal Dept. Just need the stamps + a cc copy to Ofcom. This is the last phase of having done ALL I CAN BE REASONABLY EXPECTED TO DO through the BTs compaints proceedures. so that I can send a breach of contract notification to escape this madness.
    Yours xx, a very dissatisfied customer.

  • &, &&, and @s causing ORACLE Database Project issues And SLOW Run

    Hello I am encountering an issue while "Run"ing functions/sp/packages from an ORACLE DATABASE PROJECT.
    We are supporting a legacy application that utilizes HTP.PRINT. We decided that it would be nice to have it as an Oracle Database Project but when we save the file it is croaking at us.
    We are using
    ODTwithODAC1110720
    Visual Studio 2008
    Oracle 10g r2
    The specific issue happens when an @ is the first line in the file and when utilizing && in javascript (all being emitted from HTP.Print). Now I know we can work around these limitations (escaping the &s and wrapping the line) but is there any way to get these to work in the IDE w/o the escaping and such?
    For instance:
    In visual Studio Create a Function1 as such
    DROP FUNCTION FUNCTION1;
    CREATE FUNCTION FUNCTION1 (
      PARAM1 IN NUMBER) RETURN NUMBER IS
    BEGIN
    HTP.PRINT ('    if (popupStatus == 1 && okDisabled==false) {');
             htp.print('
    <style>
    @media printfooter; {
    }   etc etc etc   ');
      RETURN PARAM1;
    END FUNCTION1;
    /You will get this result:
    Connected.
    ------ Running '***\Project1\Functions\Script1.sql' @**.** ------
    Function dropped.
    SP2-0310: unable to open file "media.sql"
    Enter value for okdisabled:
    Operation canceled by user
    -- this locks the file
    If I go ahead and hit OK (in a new unlocked file)
    SP2-0310: unable to open file "media.sql"
    Enter value for okdisabled: old   5: HTP.PRINT ('      if (popupStatus == 1 && okDisabled==false) {');
    new   5: HTP.PRINT ('      if (popupStatus == 1 ==false) {');
    **/You will notice that when the function is created it just skips the & and @s
    FUNCTION FUNCTION1 (
      PARAM1 IN NUMBER) RETURN NUMBER IS
    BEGIN
    HTP.PRINT ('    if (popupStatus == 1 ==false) {');
             htp.print('
    <style>
    }   etc etc etc   ');
      RETURN PARAM1;
    END FUNCTION1;and just a little insult to injury on this, each "run" takes upwards to 20-25 seconds from Visual studio (this is a deal breaker for us to use the tool -- when SQL Developer takes mere moments) -- is there a configuration setting awry?
    So I guess the questions are these (sorry for the ramble)
    1) How, in the VS 2008 IDE, can we accommdate & and && and @s without escaping/workarounds? (these work fine in developer)
    a) I have noticed that the escape character work around is ONE way ... thus if I have the package body in the Oracle Database Project, add "set escape \ " then escape all of my & and && and @s it works. but... the code is saved in Oracle without the escape characters (understandable) but if it changes in Oracle then I push the changes down I lose all of my escape characters.
    2) Why does each RUN take so long? working in developer & even the Server Explorer edited function are almost instantaneous.
    -- I want to add, during my escape character tests EACH RUN took upwards to 30-45 seconds, so for 4 small simple test cases it was approaching 2 minutes of just save time...
    so far these two shortcomings are barrier for our company to utilize these features (it's hard to try to sell the dept. on anything that doesn't handle escapes well AND -- the big AND -- takes entirely too long to save). any advise?
    thnx
    Edited by: tanging on Jul 1, 2010 4:47 AM

    we can just set the escape character and it works fine,
    set escape '~'
    create or replace ....when/if we have to pull down from production level we'll have to be mindful to change & and @s to have a preceding escape character (and add the set escape to the top) --> which is a step back from SQL Developer which handles this flawlessly.
    now the timing -- I believe it to be a timing issue on our network (therefore I've wasted your time). We have a default shared drive that is anything but speedy and our "default" homes in Visual Studio pointed to the shared drive. While the project/solution were on our local drives - the temp drive was the slow default. Changing that locally seems to have made the timing issue go away. (although on the first save of the body spec after the change and reboot it took 35 seconds but on subsequent runs it Ran in acceptable time limits).

  • ATI driver issues and slow video playback

    I just reinstalled Arch and I installed the ATI drivers, at first I couldn't get them working but when I did, video in full screen was amazingly slow, so I tried installing ati-drivers-arch, as someone in the boards suggested but after that each time I start X, it would crash my computer, so right now I am using the standard vesa driver to even start X.
    Also when trying to resize mplayer (while using -vo gl) it says my computer is too slow. And VLC has no speed issues but the quality of the picture is very poor.
    I am running:
    AMD Athlon 64 3200+
    ATI Radeon X800 GTO
    1.5 gb of DDR RAM
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this  section  is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
        Load        "dbe"      # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
    # This loads the font modules
    #    Load        "type1"
    #    Load        "speedo"
        Load        "freetype"
    #    Load        "xtt"
    # This loads the GLX module
        Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
    EndSection
    # Files section.  This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database.  Note, this is the name of the
    # file minus the extension (like ".txt" or ".db").  There is normally
    # no need to change the default.
        RgbPath    "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
        FontPath   "/usr/share/fonts/misc"
        FontPath   "/usr/share/fonts/75dpi"
        FontPath   "/usr/share/fonts/100dpi"
        FontPath   "/usr/share/fonts/TTF"
        FontPath   "/usr/share/fonts/Type1"
    #    FontPath   "/usr/lib/X11/fonts/local/"
    #    FontPath   "/usr/lib/X11/fonts/misc/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
    #    FontPath   "/usr/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/lib/X11/fonts/Type1/"
    #    FontPath   "/usr/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/lib/X11/fonts/freefont/"
    #    FontPath   "/usr/lib/X11/fonts/75dpi/"
    #    FontPath   "/usr/lib/X11/fonts/100dpi/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #    Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12).  This allows clients to receive these key
    # events.
    #    Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #    Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #    Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    #    Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    #    Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    #    Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    #    Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier    "Keyboard1"
        Driver    "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    #    Option     "Protocol"      "Xqueue"
        Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #    Option    "Xleds"      "1 2 3"
    #    Option "LeftAlt"     "Meta"
    #    Option "RightAlt"    "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    #    Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    #    Option "XkbModel"    "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    #    Option "XkbLayout"   "de"
    # or:
    #    Option "XkbLayout"   "de"
    #    Option "XkbVariant"  "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    #    Option "XkbOptions"  "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    #    Option "XkbRules"    "xorg"
    #    Option "XkbModel"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Option "XkbRules"    "xorg"
        Option "XkbModel"    "dell101"
        Option "XkbLayout"    "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier    "Mouse1"
        Driver    "mouse"
        Option "Protocol"    "PS/2"    # PS/2 Mouse
        Option "Device"      "/dev/psaux"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    #    Option "Protocol"    "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    #    Option "Resolution"    "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    #    Option "BaudRate"    "9600"
    #    Option "SampleRate"    "150"
    # Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
        Option "ZAxisMapping"   "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
        Option "Emulate3Buttons"
    #    Option "Emulate3Timeout"    "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    #    Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices.  This is for example only.  Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    #    Identifier  "Mouse2"
    #    Driver      "mouse"
    #    Option      "Protocol"      "MouseMan"
    #    Option      "Device"        "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball"
    #    Driver     "magellan"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball2"
    #    Driver     "spaceorb"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen0"
    #    Driver     "microtouch"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "1412"
    #    Option     "MaxX"          "15184"
    #    Option     "MinY"          "15372"
    #    Option     "MaxY"          "1230"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen1"
    #    Driver     "elo2300"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "231"
    #    Option     "MaxX"          "3868"
    #    Option     "MinY"          "3858"
    #    Option     "MaxY"          "272"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonThreshold"       "17"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
        Identifier  "ati"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   31.5 - 48.5
    #    HorizSync    30-64         # multisync
    #    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier    "Standard VGA"
        VendorName    "Unknown"
        BoardName    "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam    256
    #    Clocks    25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "ati1"
        Driver      "vesa"
        # unsupported card
        VideoRam    262144
        # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "ati1"
        Monitor     "ati"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    A big thank you to anyone who can help!

    It doesn't look like xorg 7 has been installed.  The latest kernel 2.6.15 needs xorg 7, udev, and initrd .
    I may be wrong but my xorg is much smaller in size and fonts are handled differently in the latest kernels. 
    Please see the blogs concerning the upgrades to the xorg 7 changes.

  • For those with pixel rendering issues and slowness issues

    For anyone who doesnt know these little details when designing in Catalyst, I thought I would share and hopefully ease some peoples frustrations. Lets kick off with pixel issues.
    You have either vector, raster, or components that are either: not aligning with everything else around it, even though it has the same X/Y value, the rounded corners of a rectangle vector object are distorted, or anything else you have experienced with pixel distortion or pixels just not lining up properly. Here is the issue. When you drag and drop an object from the library, wireframe components, or draw a new shape, it can have a decimal level pixel value. It does not say this in the property inspector though. So you may have a rectangle at a listed X/Y of 10,15 but it could actually be 10.3, 14.9. To fix this you have to type in a new value of at least 1 number higher or lower. Deleting the value and typing the same number in doesnt do anything. Neither does moving it with the arrow keys in hopes of it moving it to a whole pixel value. The arrow keys move by 1 pixel (or 10 if holding down shift). This should take care of most of your problems.
    Now you may still have problems with the corners of rounded rectangles if you converted it to an Optimized Vector Graphics. For you Flash Pro users, from what I can tell, using "Optimize Vector Graphics" is basically the same as (in Flash) converting a vector shape into a MovieClip and in the property inspector, checking the "Cache as Bitmap" box. That option has Flash create a bitmap version of the vector shape so that it will not be re-drawn every frame, which is what the Flash player does with vector objects. So because it is converting your vector into raster, it kinda has issues with rounded corners when you have a stroke on the shape and pretty much only if you have a stroke. If you take the stroke off, and use Optimize Vector Graphics, you shouldn't have that problem anymore. But what if you needed that stroke? Simple, duplicate that shape, change its fill color to what you want the "stroke" color to be, increase its size by 2 pixels on the width and height for every number of thickness that you wanted with the stroke, and then set the X/Y of the "stroke" rectangle to a pixels less for whatever the "thickness" of your stroke is.
    Example:
    Rectangle - width:20, height:10, desired stroke thickness:2, X:10, Y:10
    Rectangle Stroke - width: 24, height:14, X:8, Y:8
    Rectangle - width:100, height:30, desired stroke thickness:1, X:15, Y:27
    Rectangle Stroke - width:102, height:32, X:14, Y:26
    It wont look perfect but its pretty close if you do this and then draw a rectangle beside it with a real stroke. And if you still want to use Optimize Vector Graphics on it, just group the two rectangles together and then use Optimize on the group and no more distorted corners. This also applies to vector shapes in Flash Pro.
    Lastly to talk about the slowness of Catalyst. You may or may not have read the posts from Adobe employees, but I can tell you that having fewer states helps with the responsiveness of it, but so does using the Optimize Vector Graphics as much as possible. I am working in a large scale project, and just from me converting all my vector background shapes, which was around 13 used across 6 main states, it helped significantly with Catalyst being more responsive for me.
    Hoped this long post helped some people with any similar issues you might be having.

    I noticed with my Charge phone that when I get a call the FIRST ring is highly muted (quite soft) and then all rings after that are full volume. 
    I wish that even the first ring was load (full volume) but I accept the fact that that is how GB 2.3.6 works.  Anyone know how to change this? 
    Ya can't win 'em all.
    JerryF

  • Connectivity Issues and Slow Speeds Since Service Start

    Hi there. I changed ISPs on 01/06/2015 from Sky to EE. Ever since the broadband service has changed over to EE, from day one, the connection has been unstable. We were getting constant disconnects, usually at pretty set times of day, but they could also be rather random too. The disconnects were most often happening at around 11am, and then from 11pm until 2am. Which was all quite odd. I've been in touch with EE home broadband customer support who have run multiple line tests, sent out two separate BT engineers and an EE engineer, all who have found no fault with the wiring and are unable to identify any faults on the lines, even though when I call, I'm more often told that as a result of line tests they've found faults on the line. This conflicting information is rather frustrating. Would also like to add that the router is plugged into the test socket and that's made no difference. For the past couple of days we've only had an occasional disconnect, so it is better in that regard, but in its place the broadband speeds have been noticeably slower. Upon running speed tests via browser, I'm getting information like: Download speedachieved during the test was - 9.19 Mbps
     For your connection, the acceptable range of speeds is 4 Mbps-21 Mbps.
     IP Profile for your line is - 11.79 Mbps Upload speed achieved during the test was - 0.69Mbps
     Additional Information:
     Upstream Rate IP profile on your line is - 0.83 Mbps  Which all seems fine. However, browser pages are extremely slow to load if they load at all, PSN shareplay won't connect as 'the connection is too slow', videos take an age to buffer, online gaming is hit and miss whether I can actually connect to the server or not. I'm connected to this exchange: https://www.samknows.com/broadband/exchange/WSLAK And the details for my router are as follows: STATUS   Configured CurrentLine Status -- UPLink Type -- Interleaved PathOperation Mode Automatic G.992.5 (ADSL2+) DATA RATE INFORMATIONUpstream 1022 (Kbps)Downstream 13742 (Kbps) DEFECT/FAILURE INDICATIONOperation Data Upstream DownstreamNoise Margin 4.9 (dB) 6.0 (dB)Line Attenuation 16.8 (dB) 31.5 (dB)
    Indicator Name Near End Indicator Far End IndicatorOutput Power 12.2 (dBm) 20.8 (dBm)Fast Path FEC Correction -- --Interleaved Path FEC Correction 110407 7Fast Path CRC Error -- --Interleaved Path CRC Error 0 61Loss Of Signal Defect 4 0Fast Path HEC Error STR -- --Interleaved Path HEC Error 24 47Error Seconds 7635 2783 STATISTICSReceived Data 110191 (Kbits)Transmitted Data 69634 (Kbits)  Any suggestions or even explanations would be appreciated. I'm starting to regret having ever changed ISP. We had no issues whatsoever before June 1st.

    Time Connected10:34:37 STATUS  Configured Current Line Status --UP Link Type --Interleaved Path Operation Mode Automatic G.992.5 (ADSL2+) DATA RATE INFORMATIONUpstream 944 (Kbps) Downstream 13678 (Kbps) DEFECT/FAILURE INDICATIONOperation Data Upstream Downstream Noise Margin 5.6 (dB) 5.4 (dB)Line Attenuation 16.8 (dB) 31.5 (dB)
    Indicator Name Near End Indicator Far End IndicatorOutput Power 12.2 (dBm) 20.8 (dBm)Fast Path FEC Correction -- --Interleaved Path FEC Correction 2683346 85Fast Path CRC Error -- --Interleaved Path CRC Error 0 30508Loss Of Signal Defect 2 0Fast Path HEC Error STR -- --Interleaved Path HEC Error 398 32149Error Seconds 1266 1282 STATISTICSReceived Data 25610979 (Kbits) Transmitted Data 4037141 (Kbits) I've gone ahead and posted yet more up to date stats. Again, looking at the time connected time, it relates back to the last disconnect which was in the afternoon. Again, the router hasn't been manually reset, restarted, etc. The connection dropped out (the adsl light on the router blinked out of existence and took several minutes to start flashing back on again, before going a solid green, as per usual), and was left to its own convenience to return. Note: Just as I pressed the post button, we lost connection again, but I'll stick with the stats I've already pasted here.

  • Upgraded to yosemite and now having password issues and slow start up

    I have upgraded my macbook pro to the OS X Yosemite operating system and now encountering start up and password issues.
    Previously on start up my system would go to the log on icon within 10 to 15 seconds of pushing the on button. Now there is horizontal loading indicator bar appearing and takes about 30seconds to 1 minute to go away before getting to the log on screen and if I click on my icon the system goes live on screen without having to put in a password which is an obvious security issue.
    I have tried adding a password however each time I try to put my old password in it tells me it is the wrong one.
    I am operating Yosemite 10.10.2 on a macbook pro with 8gb memory with i7 processor..
    The computer was running perfectly ok before this up grade so I had resisted previous prompts to upgrade due to the bad press this system was getting last year. I thought Apple would have had this all sorted by now??
    I  would appreciate any help if anyone knows how to resolve these issues.

    Install the version of Java they want from here: Java for OS X 2014-001
    See if CS 5.1 launches.
    If not reinstall CS5.1 and any updates.
    Gene

  • Photo issues and slow macbook pro

    Can anyone help my out with the issue that Im having, everytime I open my photos, it has to reload the pictures. so when I leave the program still logged in,  it has reload them all over again.
    it never used to do this. they used to be there instantly. im also noticing that the computer is starting up slowly, and sometimes it says that there is another computer using the same IP address.
    can someone shed some light on this?

    Post in the iPhoto forum area. 

  • Portal Application Sessions Issue

    Hi,
    We are getting the following exception when we are trying to open the task item from UWl . Initially it works fine but after a 15-20 times, we are facing this issue.
    403 error u201CMaximum number of application sessions for this user session has been exceededu201D
    Can anyone let me know where can we set the sessions / how to delete it.
    What is the best way to fix this issue.
    - By configuring opening of the UWL task item within the same screen . We dont want to do this and want to open it in new browser only.
    Thanks,
    Uma
    Edited by: Uma Anbazhagan on Feb 23, 2010 4:40 PM

    Could you please tell me which netweaver version is this system?
    However try the following:
    Please go to: http://<your host name>:<port>/nwa
    Select the application module "webdynpro/resources/sap.com/tcwddispwda", select Web Dynpro Properties tab and select default from the corresponding table.
    In the Full Details section, navigate to the property "sap.max.session.limit" and change the value that you would like to configure and save it.
    Best regards,
    Edited by: Marcos Fernandes on May 27, 2011 11:44 PM

  • NI Session Manager gets slower and slower from call to call!

    I have the following problem with NI-Session-Manager:
    I use Session Manager a lot on my test systems. Now that I have a test system running that makes many Session Manager Calls I noticed that after a while the system gets slower and slower. I�ve attached a Sequence File, which demonstrates this problem.
    This sequence file is based on the LV Session Manager Example, which ships with TestStand.
    Instructions: In the UI-Msg Field of the Sequence Editor you will see how long the actual run took to execute. Every run makes 500 calls to Session Manager. You will notice that every run takes a little bit longer than the previous. After 100 runs the difference is significant.
    Although my example uses a COM
    port to demonstrate the problem this problem is really related to Session Manager because the same happens if I use an IVI-Instrument (i.e. NI-DMM, NI-Switch, �)
    Any help appreciated!
    Regards
    Herbert
    Herbert Koltschik
    Sagem Communication Austria
    [email protected]
    Attachments:
    sessionmgr_-_slow_down_problem.zip ‏63 KB

    Herbert -
    Thanks for the feedback. I will look into item (1).
    The design of the session manager was to solve the problem of only having to share an instrument within a multithread application. If the session already exists, than you get the same session and thus the same handle, and the instrument is only initialize once and closed after the session no longer exists.
    In the case of a C++ based program you would have to add the session as a member variable that has a specific lifetime. When the object is release, so will the session.
    In the case of an application like TestStand, you just attach the session to the execution. Once the execution goes away, the session may go away if no other execution is using it.
    In the case of L
    abVIEW being called from TestStand, you are using VIs as subroutines, so either the application (TestStand) must manage the lifetime of the session, or the VI subroutine must deligate the lifetime control to a "global" VI. The item you attach to the global could be the refnum itself or the SMgr session. One way of doing this would be to create a VI that serves the refnum to you but internally manages the lifetime of the ActiveX references to the Session Manager sessions. This would be a simple vector of names and their sessions. When called the VI would lookup and return a refnum from an existing session or create a new session and return a refnum for it.
    Scott Richardson
    Scott Richardson
    National Instruments

  • Problem description: My  macbook pro since this afteon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click-  EtreCheck

    My computer
    Problem description:
    My  macbook pro since this afternoon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click…
    EtreCheck version: 2.1.8 (121)
    Report generated 31 de março de 2015 18:29:15 BRT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 250
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:25:47
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320,07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (47.94 GB free) - 51 errors
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Stickies    Application  (/Applications/Stickies.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.1.1 [Click for support]
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        DivX HiQ
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 270.90 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 999.86 GB
            Total number of backups: 60
            Oldest backup: 2012-07-15 01:16:54 +0000
            Last backup: 2015-03-29 19:28:06 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
            97%    rapportd
             3%    WindowServer
             1%    mds
             0%    fseventsd
             0%    distnoted
    Top Processes by Memory: ℹ️
        155 MB    Safari
        120 MB    Finder
        86 MB    rapportd
        86 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        12.56 GB    Free RAM
        2.53 GB    Active RAM
        428 MB    Inactive RAM
        1.66 GB    Wired RAM
        1.04 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 06:00:15 PM    Self test - passed
        Mar 31, 2015, 01:13:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-131305_[redacted].crash
        Mar 31, 2015, 01:05:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-130542_[redacted].crash
        Mar 31, 2015, 12:24:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-122433_[redacted].crash
        Mar 30, 2015, 05:45:38 PM    /Library/Logs/DiagnosticReports/Skype_2015-03-30-174538_[redacted].cpu_resource .diag [Click for details]
        Mar 30, 2015, 01:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Last.fm Scrobbler_2015-03-30-135207_[redacted].crash
        Mar 29, 2015, 05:55:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-29-175505_[redacted].crash
        Mar 29, 2015, 01:06:38 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130638_[redacted].hang
        Mar 29, 2015, 01:02:47 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130247_[redacted].hang

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • What is the difference between Session timeout and Short Session timeout Under Excel Service Application -- session management?

    Under Excel Service Application --> session management; what is the difference between Session timeout and Short Session timeout?

    Any call made from the API will automatically be set to the “Session Timeout” period, no matter
    what. Calls made from EWA (Excel Web Access) will get the “Short Session Timeout” period assigned to it initially.
    Short Session Timeout and Session Timeout in Excel Services
    Short Session Timeout and Session Timeout in Excel Services - Part 2
    Sessions and session time-outs in Excel Services
    above links are from old version but still applies to all.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How do I find my tab history? I had hard drive issues and when I launched my browser after getting it back their was no "restore session" option. I know a tab history is kept, just don't remember where or how to exercise it. Thanks

    Question
    How do I find my tab history? I had hard drive issues and when I launched my browser after getting it back their was no "restore session" option. I know a tab history is kept, just don't remember where or how to exercise it. Thanks

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    Use "File > Exit" or "Firefox > Exit" if you want to restore multiple windows.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • MacBookPro warm problem and slow issue.

    Hi,
    My MacBookPro get hot like an OVEN, It's slow like a turtle, and it frozen like an iceberg. Why? Someone any idea? Do I have a defectuous one?
    The problem may OS.X Lion? I have a Macbook air and an Imac with Leopard and I'm very happy with those.
    Like I said last night (but the post has been removed) I'm desapointed with my MacBookPro. I should not say "I'm desapointed" that again... because I will got no help to fix my issue and I will see my post removed again.
    Anyway, Some of you guy's got the same problem I have? Someone has resolved this problem? Don't tell me to put my Mac in the fridge please. If I got my Macbookpro on my knees and I use it to work my stuff, after 2 minutes it turn in a oven and I can't stand it, and of course he got slow and froze.
    Thank you for any help.
    Regards.
    David

    Thank you very much for your help Stedman1.
    I just follow your advice and the most high level on the CPU I have right now it's about 3.7 and it's VLC media player. I have rght now the MacBookPro on my knees, and writing this reply, I can feel the warming get more intense.
    I believe I got a defectuous item.
    Thx again Stedman1

  • Application Sync Issue and Load Issue

    My newly purchased 16GB phone will no longer launch the free apps I have downloaded. I followed some directions that said to delete them from the phone and then sync from iTunes (after logging off and then back on iTunes). I get the error message:
    Some of the applications in your iTunes library, including "...", were not installed on the iphone "..." because you are not authorized for them on this computer.
    I have no idea what has happened and I am not finding the solution .

    Hallo over there
    After using creative cloud cleaner ....
    every things is ok...8-)
    Sendt fra mobilen....
    Med venlig hilsen/Kind regards
    Fotograf Hans Søndergaard
    Allégade 23  1.baghus
    DK 2000 Frederiksberg
    M: +45 4044 8190
    [email protected]
    www.soendergaard.com
    Den 07/11/2013 kl. 17.32 skrev Simon_P1 <[email protected]>:
    Re: CC application file sync issue and CC App broken menu..
    created by Simon_P1 in Adobe Creative Cloud - View the full discussion
    Since the CC app messed up again and yet another reinstall, it is working (sort of, after several sync failures of lrcat) properly, including the menu, all be it very slowly considering the fast upload I have.
    As is the setting sync finally.
    Thanks for keeping me informed, oh wait, you didn't!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5823499#5823499
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5823499#5823499
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5823499#5823499. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Maybe you are looking for