Issue in resuing OVS usage

Hi Gurus,
We have an issue related to OVS usage for search helps in one of the Webdynpro applications.
In the Webdynpro application we have two options for creating a shopping cart.
When option 1 is used a set of screens would call and the fields are mapped to one structure.
When option 2 is used different set of screens would be called and the fields are mapped to a different structure.
In both the option 1 and option 2 screens some fields are common like GL account, Cost centre, Project and Work order etc though they are mapped to different structures and all the fields have search helps.
In option 1 the search helps are working fine with OVS usage.
However when we are trying to use the same OVS usage for the same fields in option 2 the search helps are not working and we are getting an error message saying OVS usage 'XXXX' has already been used.
Early response and  leads / inputs to resolve this issue would be appreciated and ofcourse full points would be awarded.
Regards,
Teja

Hi Sarabjeet / Sana -
Thanks for your inputs.
Yes, same OVS usage could not be used.
We have copied the existing OVS usage say ZOVS usage and tried using it but system is still throwing an error message that 'OVS has already been used'.
We believe some minor thing is missing which is throwing this error message.
Please provide any leads....to resolve this issue.
Regards,
Teja

Similar Messages

  • Context Element Issue In OVS Usage

    Hi Experts,
         I have a table to which there has been an OVS declared for a Paticular column. The ovs is working fine but the problem arises when i click on some value in the ovs the selected value goes and sits in the first row as that is the lead selected element.
        The ovs method doesnt allow us to create a new method parameter  context_element like in other methods so is there a way i can get the reference of the row (element) that i click on the table to generate the ovs.
    Thanks In Advance,
    Chaitanya.

    Hi,
    Try the below code to set value for the selected row in phase 3 of OVS.
      Node= wd_Context->path_get_node( wd_This->nodename ).
      Node->set_lead_selection( ovs_callback_object->context_element ).
                Elem= Node->get_Element( ).
                lr_context = wd_Context->get_context( ).
                lr_context->add_context_attribute_change(
                  element = Elem
                  attribute_name = ovs_callback_object->context_attribute
                  new_value = "ABC"
                Node->set_attribute(
                  name = ovs_callback_object->context_attribute
                  VALUE = "ABC"
    Regards,
    Shruthi R

  • Having Issues with High CPU Usage with fluxbox & pekwm

    Greetings,
    I have searched for this issue and it seems that something similar has happened in the past with an old xorg, and it seems that someone is having a similar issue that they can point to kde as being the culrpit. However in my case, this is a fresh install and is not using any kde libs. Please allow me to explain the issue.
    The power supply on my main computer finally gave out, and being incredibly poor at the moment I can not yet replace it. So, I pull out an older computer that I had once set up for my kids, but took it away from them when they were abusing it. I always make backup dvds and such monthly so I didn't have to worry about any lose of data, however I desired to keep my larger hard drives from my main computer. After testing to ensure that the hard drives were fine, I did some minor surgery, and did a fresh install of arch linux onto my back up computer. Since I prefer pekwm, I installed pekwm as my wm of choice, and outfitted it quickly with mpd+sonata, firefox, pcmanfm, and tint2. Then I rebooted into my pekwm 'desktop'.
    It was running sluggish. Firefox was easily maxing the cpu up and beyond 100% and it felt ten times worse than any heavy DE I used in the past. I checked to make sure I had the right video driver installed. As this computer runs a 64MB nVidia GeForce2 MX with TV out video card, I searched nvidia's page and the arch wiki, noting that the driver needed is nvidia-96xx. Well I had already suspected that during install, and thus had installed such driver. I double checked my xorg.config and it has the right driver listed.
    So I checked out some lighter browsers. I tried both Midori and Iron (which is similar to Chrome but without google spyware or whatever). Well both run better than firefox, Midori being the lightest one, but Iron quickly being my favorite. Still, the problem remained. Moving windows caused cpu spikes, opening more than one tab, or more than one program caused cpu spikes and the computer to slow down and sputter, freezing at times.
    So I tried out another wm, fluxbos, which is another of my favorites. Seemed somewhat better but only fractionally, which I consider odd because pekwm has always seemed snappier than fluxbox to me in the past. Running lxtask (still mouse dependent, sorry lol), I was able to take note of the following...
    FLUXBOX
    lxtask 6% CPU usage average
    PCManFM 5% CPU Average
    Fluxbox 1% to 2% cpu usage
    gksu 3% cpu usage
    pidgin 3% to 7% cpu usage
    firefox up to 62% cpu usage
    midori up to 38% cpu usage
    iron up to 50% cpu usage
    mpd 11% cpu uage
    Xorg (with no window movement) 2% cpu usage
    Xorg (moving windows around) up to 80% cpu usage
    PEKWM
    lxtask 6% CPU
    pidgin 7% cpu
    tint2 1% cpu
    pekwm 1% to 5% cpu
    pcmanfm 7% cpu
    firefox up to 85% cpu
    python 1% cpu
    midori up to 38% cpu
    iron up to 25% cpu (odd...)
    Xorg (with no window movement) 1% cpu
    Xorg (when moving windows around) up to 80% cpu
    Both were using around 118 MB RAm and weren't yet touching swap. As I see it I am  thinking xorg  or video driver related, yet I already made sure that I had the correct video driver. Here's my Xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 25 18:57:07 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Here's some specs on this computer, including video cards and such...
    Computer
    Summary
    Computer
    Processor Intel(R) Pentium(R) 4 CPU 1.60GHz
    Memory 1034MB (239MB used)
    Operating System Arch Linux
    User Name mythus (Travis K. Randall)
    Date/Time Thu 08 Oct 2009 05:24:52 PM CDT
    Display
    Resolution 1600x900 pixels
    OpenGL Renderer GeForce2 MX/AGP/SSE2
    X11 Vendor The X.Org Foundation
    Multimedia
    Audio Adapter ICH - Intel 82801BA-ICH2
    Input Devices
    Macintosh mouse button emulation
    AT Translated Set 2 keyboard
    Power Button
    Power Button
    PC Speaker
    Logitech USB Optical Mouse
    Printers
    No printers found
    SCSI Disks
    ATA ST3160212A
    ATA IC35L090AVV207-0
    LITE-ON LTR-16102B
    TSSTcorp CD/DVDW TS-H552D
    Operating System
    Version
    Kernel Linux 2.6.30-ARCH (i686)
    Compiled #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009
    C Library GNU C Library version 2.10.1 (stable)
    Default C Compiler GNU C Compiler version 4.4.1 (GCC)
    Distribution Arch Linux
    Current Session
    Computer Name norova
    User Name mythus (Travis K. Randall)
    Home Directory /home/mythus
    Desktop Environment Unknown (Window Manager: Fluxbox)
    Misc
    Uptime 11 hours, 38 minutes
    Load Average 0.20, 0.38, 0.34
    Kernel Modules
    Loaded Modules
    ipv6 IPv6 protocol stack for Linux
    reiserfs ReiserFS journaled filesystem
    usbhid USB HID core driver
    hid
    arc4 ARC4 Cipher Algorithm
    ecb ECB block cipher algorithm
    snd_seq_dummy ALSA sequencer MIDI-through client
    rt2500pci Ralink RT2500 PCI & PCMCIA Wireless LAN driver.
    snd_seq_oss OSS-compatible sequencer module
    rt2x00pci rt2x00 pci library
    snd_seq_midi_event MIDI byte <-> sequencer event coder
    rt2x00lib rt2x00 library
    snd_seq Advanced Linux Sound Architecture sequencer.
    led_class LED Class Interface
    snd_seq_device ALSA sequencer device management
    input_polldev Generic implementation of a polled input device
    mac80211 IEEE 802.11 subsystem
    snd_intel8x0 Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; SiS 7012; Ali 5455
    uhci_hcd USB Universal Host Controller Interface driver
    snd_pcm_oss PCM OSS emulation for ALSA.
    fan ACPI Fan Driver
    cfg80211 wireless configuration support
    ppdev
    ehci_hcd USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    snd_mixer_oss Mixer OSS emulation for ALSA.
    snd_ac97_codec Universal interface for Audio Codec '97
    nvidia
    lp
    eeprom_93cx6 EEPROM 93cx6 chip driver
    parport_pc PC-style parallel port driver
    ohci1394 Driver for PCI OHCI IEEE-1394 controllers
    parport
    psmouse PS/2 mouse driver
    ac97_bus
    ieee1394
    serio_raw Raw serio driver
    8139too RealTek RTL-8139 Fast Ethernet driver
    e100 Intel(R) PRO/100 Network Driver
    snd_pcm Midlevel PCM code for ALSA.
    pcspkr PC Speaker beeper driver
    battery ACPI Battery Driver
    8139cp RealTek RTL-8139C+ series 10/100 PCI Ethernet driver
    snd_timer ALSA timer interface
    i2c_core I2C-Bus main module
    iTCO_wdt Intel TCO WatchDog Timer Driver
    mii MII hardware support library
    evdev Input driver event char devices
    snd Advanced Linux Sound Architecture driver for soundcards.
    ac ACPI AC Adapter Driver
    iTCO_vendor_support Intel TCO Vendor Specific WatchDog Timer Driver Support
    usbcore
    soundcore Core sound module
    sg SCSI generic (sg) driver
    shpchp Standard Hot Plug PCI Controller Driver
    snd_page_alloc Memory allocator for ALSA system.
    processor ACPI Processor Driver
    thermal ACPI Thermal Zone Driver
    pci_hotplug PCI Hot Plug PCI Core
    intel_agp
    button ACPI Button Driver
    agpgart AGP GART driver
    rtc_cmos Driver for PC-style 'CMOS' RTCs
    rtc_core RTC class support
    rtc_lib
    ext4 Fourth Extended Filesystem
    mbcache Meta block cache (for extended attributes)
    jbd2
    crc16 CRC16 calculations
    sr_mod SCSI cdrom (sr) driver
    cdrom
    sd_mod SCSI disk (sd) driver
    ata_piix SCSI low-level driver for Intel PIIX/ICH ATA controllers
    ata_generic low-level driver for generic ATA
    pata_acpi SCSI low-level driver for ATA in ACPI mode
    libata Library module for ATA devices
    floppy
    scsi_mod SCSI core
    Display
    Display
    Display
    Resolution 1600x900 pixels
    Vendor The X.Org Foundation
    Version 1.6.3.901
    Monitors
    Monitor 0 1600x900 pixels
    Extensions
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    NV-CONTROL
    NV-GLX
    RANDR
    RECORD
    RENDER
    SECURITY
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    OpenGL
    Vendor NVIDIA Corporation
    Renderer GeForce2 MX/AGP/SSE2
    Version 1.5.8 NVIDIA 96.43.13
    Direct Rendering Yes
    Processor
    Processor
    Processor
    Name Intel(R) Pentium(R) 4 CPU 1.60GHz
    Family, model, stepping 15, 1, 2 (Pentium 4)
    Vendor Intel
    Configuration
    Cache Size 256kb
    Frequency 1594.77MHz
    BogoMIPS 3190.44
    Byte Order Little Endian
    Features
    FDIV Bug no
    HLT Bug no
    F00F Bug no
    Coma Bug no
    Has FPU yes
    Cache
    Cache information not available
    Capabilities
    fpu Floating Point Unit
    vme Virtual 86 Mode Extension
    de Debug Extensions - I/O breakpoints
    pse Page Size Extensions (4MB pages)
    tsc Time Stamp Counter and RDTSC instruction
    msr Model Specific Registers
    pae Physical Address Extensions
    mce Machine Check Architeture
    cx8 CMPXCHG8 instruction
    apic Advanced Programmable Interrupt Controller
    sep Fast System Call (SYSENTER/SYSEXIT)
    mtrr Memory Type Range Registers
    pge Page Global Enable
    mca Machine Check Architecture
    cmov Conditional Move instruction
    pat Page Attribute Table
    pse36 36bit Page Size Extensions
    clflush Cache Line Flush instruction
    dts Debug Store
    acpi Thermal Monitor and Software Controlled Clock
    mmx MMX technology
    fxsr FXSAVE and FXRSTOR instructions
    sse SSE instructions
    sse2 SSE2 (WNI) instructions
    ss Self Snoop
    ht HyperThreading
    tm Thermal Monitor
    up smp kernel running on up
    pebs Precise-Event Based Sampling
    bts Branch Trace Store
    Memory
    Memory
    Total Memory 1034084 kB
    Free Memory 94276 kB
    Buffers 40536 kB
    Cached 700112 kB
    Cached Swap 0 kB
    Active 170788 kB
    Inactive 726844 kB
    Active(anon) 74112 kB
    Inactive(anon) 88348 kB
    Active(file) 96676 kB
    Inactive(file) 638496 kB
    Unevictable 12 kB
    Mlocked 12 kB
    High Memory 139144 kB
    Free High Memory 252 kB
    Low Memory 894940 kB
    Free Low Memory 94024 kB
    Virtual Memory 2931852 kB
    Free Virtual Memory 2931852 kB
    Dirty 12 kB
    Writeback 0 kB
    AnonPages 156996 kB
    Mapped 57392 kB
    Slab 24260 kB
    SReclaimable 18864 kB
    SUnreclaim 5396 kB
    PageTables 1376 kB
    NFS_Unstable 0 kB
    Bounce 0 kB
    WritebackTmp 0 kB
    CommitLimit 3448892 kB
    Committed_AS 404212 kB
    VmallocTotal 122880 kB
    VmallocUsed 27648 kB
    VmallocChunk 52368 kB
    DirectMap4k 32760 kB
    DirectMap4M 876544 kB
    Benchmarks
    CPU Blowfish
    CPU Blowfish
    This Machine 1595 MHz 50.176
    Intel(R) Celeron(R) M processor 1.50GHz (null) 26.1876862
    PowerPC 740/750 (280.00MHz) (null) 172.816713
    CPU CryptoHash
    CPU CryptoHash
    This Machine 1595 MHz 11.071
    CPU Fibonacci
    CPU Fibonacci
    This Machine 1595 MHz 74.202
    Intel(R) Celeron(R) M processor 1.50GHz (null) 8.1375674
    PowerPC 740/750 (280.00MHz) (null) 58.07682
    CPU N-Queens
    CPU N-Queens
    This Machine 1595 MHz 132.704
    FPU FFT
    FPU FFT
    This Machine 1595 MHz 104.630
    FPU Raytracing
    FPU Raytracing
    This Machine 1595 MHz 212.639
    Intel(R) Celeron(R) M processor 1.50GHz (null) 40.8816714
    PowerPC 740/750 (280.00MHz) (null) 161.312647
    So what I am wanting help with is finding the solution to the cpu usage so that I can use this computer at least until I can afford a new power supply or whatever. I am open to any good suggestions, though I must state I am not really interested in tiling wm's at the moment. I am just not a true minimalist.
    Thanks in advance for any and all help. I understand that there is a lot of info in this post, but it is my hope that with this info the problem can be solved. If there is info I didn't provide that is needed, please let me know.

    also check that you have
    session.screen0.opaqueMove false
    in your .fluxbox/init  this will probably help a bit if it is currently true,
    Last edited by Cyrusm (2009-01-26 13:52:13)

  • Exchange 2013 issue with High memory Usage on Mailbox server post SP1 update.

    So we have been chugging along fine since Feb 2 2014. 
    I performed a migration from 2010 from the UK to the US doing "incremental" mailbox moves. (get in contact with me if you want to know how. But we moved 400 Mailboxes averaging at 2gb a piece from the UK to the US, over the transcontinental link.
    & then the weekend of the final, had everyone & everything done by the end of the cutover weekend)
    Any woot.
    So I applied the 2013 SP1 a few weeks back, & have intermitantly been alerted to the memory spiking over 95%. For me (and for any exchange admin) when i get those types of alerts i drop everything & run to the nearest PC to see what is going on.
    Now the first & second time, it was an issue with logs filling up the drives, & my clean log script not running to remove any logs older than 30 days. But since then it has been legitimate 95%+ memory usage. 
    For the most part its been 95-97 max, with 1 or 2 times hitting 98. After some time, the memory does drop back down to 94.
    this is ....umm "fine" however it is becoming a nuisance, since most of the time it corrects itself. What i dont want to happen is get into the groove of saying "ah bah! its nothing" & letting it go.
    the server has 16gb of memory in it, it is the Mailbox server (CAS /Frontend is on a seperate server)
    below is a screen shot, so i know the Storeworker grabs whatever it feels like grabbing, however it does NOT EVER release memory.  I also see the NodeRunner.exe (2 of them)  is always around 900 almost a MB
    now if i could somehow get the first 2 Storeworkers to drop down to 900ish, then that should alleviate my memory issues. 
    what I am m looking for is some type of "magic bullet" to put my memory issues at ease..

    thats the problem & seems to be a misconception.
    Exchange NEVER releases the memory when other things need it.  As the users state in your thread you linked. (i came across that early in my search for a resolution). An example is if another admin & myself log into the backend server at the same
    time & begin clicking around opening things, etc..Memory will go to 100% which = No Buenos. 
    There are numerous post all over the internet from people who say it releases, but them 5 more comments to that 1 saying that it does not. 
    I know what the process's do, however it seems like the SP1 has increased memory usage, as typically the Store.exe would only grab about 900-1000. 
    in terms of the noderunner, once again i know its role, however we are now 2 months+ live on 2013 post migration, I do not think it is still indexing all those emails. 
    all DB's report healthy.
    Name                            Status  CopyQueue ReplayQueue LastInspectedLogTime   ContentIndex
      Length    Length                             State
    WBAC1\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC2\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC3\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC4\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC5\EXCHBE001                          Mounted         0         0                        
             Healthy

  • Issue with embedding and usage of worklist TF in ADF app

    In our application, we have embedded the worklist TF from "adflibTasklistTaskflow.jar" in our jspx page. Below is the page def binding for the TF
    <taskFlow id="taskListtaskflowdefinition1"
    taskFlowId="/WEB-INF/taskList-task-flow-definition.xml#taskList-task-flow-definition"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="federatedMode" value="false"/>
    <parameter id="showActionDropdown" value="true"/>
    <parameter id="showViewFilter" value="true"/>
    <parameter id="showAssignmentFilter" value="true"/>
    <parameter id="showStatusFilter" value="true"/>
    <parameter id="showSearchControl" value="true"/>
    <parameter id="showTaskTabs" value="false"/>
    <parameter id="displayColumnsList"
    value="title, state, creator, assignedDate"/>
    </parameters>
    </taskFlow>
    Issue
    When we try to re-assign the claimed task in the worklist, it opens up a re-assign popup - "Identity browser".
    Within Reassign Screen:
    - Select "All" value on the dropdown
    - Enter a last name on the text field. I.e. "Kristoffersson"
    Or enter an email address.
    - SOA error will appear as mentioned below
    "Search failed with an error. Service error.. Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services"
    This issue is not seen for any other option in the drop down other than "All" (e.g. "users", "group", etc. it is displaying all corresponding search results of users from LDAP)
    Below are the library which we have added in our UI project:
    I. BPM worklist components
    1) adflibTasklistTaskflow.jar
    2) adflibWorklistComponents.jar
    II. BPM Workflow
    1) bpm-services.jar
    2) bpm-infra.jar
    III. BPM taskflow
    1) bpm-workflow-datacontrol.jar
    IV. BPM services
    1) bpm-services.jar
    Is there anything missing from the uptake? Please suggest.
    Also, is there any uptake document for the same (embedding human worklist into a page)?

    Hi,
    I remember a similar issue with inner frames that should be fixed in JDeveloper 10.1.3.3. The problem was that the ADF Faces JavaScript did not get the correct document root.
    Frank

  • Application publishing issues after temp profile usage

    We haven't figured out the solusion to this issue but we do know the cause and a workaround for it that works, kind of...
    A brief description would be that after permission issues for some users roaming profile storage on the fileserver application publishing and several applications fail in a different way for different users. This is due to the creation of C:\Users\TEMP,
    TEMP.DOMAIN etc folders rather than using C:\Users\Username folders. The issue seems to be that App-V 5 client remembers this temporary folder in a way that we havent figured out yet, all references to the temp folders for each users account UID in the
    registry has been removed and the roaming profie was deleted locally and on the fileserver YET app-v remembers the path C:\Users\TEMP and tried to create shortcuts etc there without success --> the packag then failes completely and dissapears from the client/powershell
    Get-AppvClientPackage view as if its not even published to the user.
    The BIG question is how the "#¤/&¤ can you get the App-V client to forget about the C:\Users\TEMP foders and retun to the users correct folder? We have tried to remove all user accounts UID from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\MAV\Configuration\Packages
    etc and also the users profiles so this data must be stored somewhere else. The issue is local to specific XenApp servers, if the temporary profile wasnt created on a server the issue will never appear there.
    The workaround is that all users with the issue have full access to the paths C:\Users\TEMP and C:\Users\TEMP.DOMAIN folders, however when app-v generates shortcuts in that folders we'll need to manually move them to the correct path so that they are
    available to the users, smooth!
    The environment is based on 4x Windows 2008 R2 server with citrix XenApp 6.5. App-V 5 SP1 RDS client is installed and configured to use a single publishing server "Add-AppvPublishingServer -Name SERVERNAME -URL
    http://FQDN:8080"
    The details:
    (we think) Some users had the follow error since they couldn't access the faulty profile path TEMP or TEMP.DOMAIN:
    Failed to create file by callback data: \Device\HarddiskVolume2\Users\USERNAME\AppData\Roaming\Microsoft\AppV\Client\VFS\FE7FE758-FDD8-4208-AF3D-E2505AEF6791\AppData\Adobe\Acrobat\
    Another user got only one package (the only package without a shortcut):
    This user receives 1 out of 8 packages.
    We have tried removing the local and centrally stored roaming profile without any change.
    The following is recorded in the event viewer (Microsoft\AppV\Client\Admin):
    Log Name:      Microsoft-AppV-Client/Admin
    Source:        Microsoft-AppV-Client
    Date:          2014-02-04 09:30:04
    Event ID:      19104
    Task Category: Publishing Refresh
    Level:         Error
    Keywords:      Publishing Refresh
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Part or all packages publish failed.
     published: 1
     failed: 8
    Please check the error events of 'Configure/Publish Package' before this message for the details of the failure.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Client" Guid="{E4F68870-5AE8-4E5B-9CE7-CA9ED75B0245}" />
        <EventID>19104</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>36</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000800000</Keywords>
        <TimeCreated SystemTime="2014-02-04T08:30:04.164025400Z" />
        <EventRecordID>661</EventRecordID>
        <Correlation />
        <Execution ProcessID="3376" ThreadID="34620" />
        <Channel>Microsoft-AppV-Client/Admin</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXX" />
      </System>
      <EventData>
        <Data Name="Value1">1</Data>
        <Data Name="Value2">8</Data>
      </EventData>
    </Event>
    In addition to the above the following is recorded for every failed package (Microsoft\AppV\Subsystems-RegistryStaging), however the package that works arent displayed in the log.
    Log Name:      Microsoft-AppV-Subsystems-RegistryStaging/Debug
    Source:        Microsoft-AppV-Subsystems-RegistryStaging
    Date:          2014-02-04 09:30:02
    Event ID:      2002
    Task Category: None
    Level:         Information
    Keywords:     
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Configure package called on already configured package '{a849ce4c-2b7b-46a9-b54e-c72e61858de1}' version '{e780bf5c-effa-4419-bd4a-03bcc394baf4}'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Subsystems-RegistryStaging" Guid="{1f4a896a-fea6-4862-bbeb-aaa190ae31c0}" />
        <EventID>2002</EventID>
        <Version>0</Version>
        <Level>4</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-02-04T08:30:02.853894400Z" />
        <EventRecordID>89</EventRecordID>
        <Correlation ActivityID="{01AFCC48-F800-0001-4FF3-2C81241CCF01}" />
        <Execution ProcessID="3376" ThreadID="34620" ProcessorID="3" KernelTime="544" UserTime="3885" />
        <Channel>Microsoft-AppV-Subsystems-RegistryStaging/Debug</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXX" />
      </System>
      <EventData>
        <Data Name="package">{A849CE4C-2B7B-46A9-B54E-C72E61858DE1}</Data>
        <Data Name="version">{E780BF5C-EFFA-4419-BD4A-03BCC394BAF4}</Data>
      </EventData>
    </Event>
    We also notice the following errors in Microsoft\AppV\Subsystems-shortcuts when AppV tries to generate icons in the wrong/old profile path (cmd.exe "set" displayes the correct path but why cant appv get this info?):
    Log Name:      Dbg
    Source:        Microsoft-AppV-Subsystems-shortcuts
    Date:          2014-01-28 13:55:47
    Event ID:      130
    Task Category: None
    Level:         Error
    Keywords:     
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Failed to write shortcut file 'C:\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\' with error '6629316385409335299'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Subsystems-shortcuts" Guid="{a7782ffe-c5f5-4554-ab1c-acb874c1ccf9}" />
        <EventID>130</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-01-28T12:55:47.925264700Z" />
        <EventRecordID>251</EventRecordID>
        <Correlation />
        <Execution ProcessID="3376" ThreadID="3628" ProcessorID="0" KernelTime="378" UserTime="136" />
        <Channel>Dbg</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXXXXXX" />
      </System>
      <EventData>
        <Data Name="string">C:\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\</Data>
        <Data Name="uint64">6629316385409335299</Data>
      </EventData>
    </Event>
    We noticed thet the user DOMAIN\user had a TEMP.DOMAIN profile path due to faulty permissions on the profile store and that this path thoug its fixed was stil configured in the AppV part registry according to below.
    Since this key is global to the server and not bound to the user account it wasnt removed with the user profile, we tried removing the specific keys manually where the user account UID occured without any change to the problem. The removed keys werent
    regenerated in the registry though.
    The specific user account SID uses TEMP.DOMAIN paths (\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\AppV\Client\VFS) for two String Value names "TargetLongName" and "TargetShortNamefolders" in the following key (and others):
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\MAV\Configuration\Packages\04ADC3E8-E368-4B95-98AF-F53A625070CD_C248B175-B174-41F5-A4D6-62835CF86519\UserConfig\S-1-5-21-XXXXXXXXXX
    As mentioned the UID keys "S-1-5-21-XXXXXXXXXX" did not reappear UNTILL we manually created the folder C:\Users\TEMP.DOMAIN with full permissions for the affected user. Once this folder was created App-V recreated the registry keys "S-1-5-21-XXXXXXXXXX"
    with the correct \Users\USERNAME\* values however the icons for the applications was distributed to the C:\TEMP.DOMAIN\Desktop folder and since the users desktop is accually in C:\Users\USERNAME\Desktop none of the icons was visible to the user.
    Another user had similar issues but with the java plugin for internet explorer failing without error messages, once that user got access to C:\Users\TEMP.DOMAIN the user was again able to run java.

    Cheers,
    Ended up putting in some workarounds.
    Citrix\Microsoft best practice hotfixes
    Review all userprofiles to check correct permissions etc (powershell script)
    Purge Key each week, possibly switch to nightly.
    $CitrixOU
    =Get-ADComputer
    -filter *
    -searchBase 'OU=Citrix,OU=Servers,DC=test'
    | Select-Object
    -expand Name
    Invoke-Command
    -cn $CitrixOU {gci
    HKLM:\SOFTWARE\Microsoft\AppV | foreach-object {gci
    $_.pspath}
    |where-object {$_.name
    -like "*S-1*"}
    |remove-item
    -Recurse -Force}
    until we can work out if this is 'by design'

  • PDF Specific printing issues relating to ink usage and duplexing

    I have a preset printing setting so that I don't waste my color ink cartridges on my HP officejet 6500 when I'm only printing in black and white.
    When I print from adobe reader or preview (which I print from PDFs 95% of the time) the printer ignores these settings and continues to use color ink to make "optimum quality."
    The settings work fine in word or text documents and the drivers and software versions are all updated. HP tells me it's a program specific problem (i.e., not their problem) but I'm running through ink like crazy!
    I also can't automatically duplex print w/ PDFs (that also works in word docs)
    I tried converting the PDFs to text but the programs I tried don't save the formatting and these are professional fliers from my company which I can't seem to recreate without wasting massive amounts of time.
    Adobe's website was useless and they want to charge $39 for a service call...what do I try next?

    Hi Cara Mia, and a warm welcome to the forums!
    or preview (which I print from PDFs 95% of the time) the printer ignores these settings and continues to use color ink to make "optimum quality."
    Do you mean Preview from Reader's Print Dialog, or the Preview APP?
    Just drag the finished PDF to Preview App's icon, that should allow you to use/choose your Presets.

  • Issue with graphical variable usage

    Dear All,
    I have a scenario where in based on the availability of 3 different fields(in target) I have to pass a certain values to another target field. I am using graphical variable(LGORT_STATUS, KUNNR_STATUS and LIFNR_STATUS) for each of the field and setting them as 'true' or 'false'. I am trying to use this status to decide on the value to be passed to another field. But unfortunately I am unable to do so. Kindly help me with it.
    Please find attached screenshot of the variable values.
    Regards,
    Vishal

    Hi Harish/Osman,
    First the actual field(For Ex: LGORT) is mapped based on certain condition and pass the value. Similar condition is used to passed 'true' or 'false' to the variable. Later in the mapping I want to use this status(for LGORT,KUNNR and LIFNR) is used to determine value for SOBKZ.
    Regards,
    Vishal

  • Report Issue: User History & Application Usage

    Hello,
    I am trying to run reports on some machines in my office. In the past I was able to run them. Now when I try to run them it, it sits scanning and says Waiting for report data and it never retrieves the info. What is wrong?

    Started working, reason unknown...why fight success.

  • Memory Usage Issue - T400

    Hello,
    I got my T400 in this morning and facing a small issue with the memory usage. I ordered the laptop with Windows Vista Biz. 64bit
    The memory usage at the start up is above 1.3GB. Is that normal?
    I am using a desktop PC where the memory usage did not hit 900MB (I am using Windows Vista Ult. 64bit).
    T400 spec.
    42X6336 SBB INT.CORE2DUOPROCP8600
    42V8173 VBB MS WIN VISTA BUSSINESS 64
    44C1081 SBB G W VISTABSS64 US ENGLISH
    43Y3484 SBB MW XP PROFES. US ENG RDVD
    42X6321 SBB 14.1 WXGA+ TFT, W/ CAMERA
    42X6315 SBB AMD M82XT HYBRID 256MB
    42X6306 VBB 2GBPC3-8500 1067MHZ1DIMM
    42X6355 SBB KYB US ENGLISH
    42X6323 SBB ULTRNAV(TRP+TOUCHP)FINGERP
    42X6351 SBB 160GB HDD/7200RPM
    42X6326 SBB INT.TURBOMEMORY1.6 2GB
    42X6345 SBB DVDRECORD.8XMAXDUAL,ULTBAY
    42X6312 SBB EXPR.CARDSLOTXN4-1M.CARDR.
    42X6325 SBB INT.WIFI LINK5300
    42X6328 SBB INTG.WIR.WIDENET UPGRAD.
    42V9338 SBB 6 CELL LI-ION BATERRY
    39T6442 SBB COUNTRY PACK NORTH AMERICA
    42X6388 SBB LPACK US ENGLISH

    Hi, everyone
         I got a new t440p 20ANA00UHH (8GB RAM, win8 64bits) about one week ago. It works really well, but its memory usage  confused me. In Task Manager, the "Performance" option shows memory is 68% (5.4G in use), but "Users" option shows memory usage 66% (1019.5M in use). Is that normal ? I just opened some websites and word files.

  • /OVS empty after upgrading to VM 2.2

    I have noticed since upgrading to VM 2.2 my /OVS directory is now empty and I have a directory /OVS.<timestamp>.bak containing all the files/directories from my VM 2.1.2 installation.
    I was managing this via Grid Control 10.2.0.5.0 but as this does not currently support VM Server 2.2 - I have installed VM Manager 2.2 with a view to creating a new Server Pool to populate /OVS
    However on doing this I got the following error -
    OVM-1011 OVM Manager communication with jalfrezi for operation HA Setup for Oracle VM Agent 2.2 failed:<Exception: Cluster root not found.>
    (or something similar)
    So the suggestion (via a few doc bugs) is to run -
    repos.py -n and repos.py -r
    To setup the Storage Repository
    When I run repos.py -n <storage> on my system
    I get a message saying something like -
    Mount point: /tmp/ovsrepos_SBkc1q
    Error: ['mount','/OVS','/tmp/ovsrepos_SBkc1q'] => mount: /OVS is not a block device
    and the same for any directory I use
    e.g.
    repos.py -n /test
    When I created this VM Server originally I used 2X250GB SATA drives as a Logical Volume (which was supported)....could this be the reason I cannot now create a storage repository now ?
    Should I re-install and just create non logical devices ?
    Thanks

    My reply may be unrelated, But I had been through the exact same situation.
    I had 4 OVM servers running 2.1.5 and later I followed Oracle recommended way (http://download.oracle.com/docs/cd/E15458_01/doc.22/e16206/toc.htm#BEJHBIIC) to upgrade them to 2.2 and post upgrade, I find that the storage is mounted under +/var/ovs/mount/uuid+ ONLY on the master pool server and rest 3 server had an empty /OVS directory.
    I tried many troubleshooting steps and have confirmed that in this scenario, restarting the "ovs-agent" service on MASTER pool server would mount the storage under +/var/ovs/mount/uuid+ on all the NON-master servers.
    To confirm this solution, I have tried upgrade process multiple times, faced exact same issue and restarting "ovs-agent" service on MASTER pool server got me going.
    --Dheeraj.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Heap Memory Issue in weblogic 9.2 for a JSF 1.1 web application

    Hi,
    We are running a JSF application (Myfaces, facelets, tomahawk, richfaces & iBATIS) in weblogic 9.2 server on Solaris 10. This application is deployed in production and works fine under normal circumstances. But when there is a heavy user load we are facing a memory issue. The memory usage is gradually increasing and when it reaches to max, Full GC kicks in again & again which choks up all requests. We don't save anything in session scope. All our backing beans are saved in request scope hence they should be garbage collected after each request done, but this is not happening.
    We took the heap dump from production after this issue and analyzed it. After my analysis, I found all objects which are set in request object not being garbage collected and the root referers of all these objects is weblogic.servlet.internal.MuxableSocketHTTP.
    I reproduced the similar behaviour in one of our development environment using JMeter. I ran 100 concurrent users in JMeter for almost 1 hour and saw the similar behaviour. Below is the result of all weblogic objects which are still hanging in heap after test was over (I also ran manual Garbage Collector from admin server).
    1) weblogic.servlet.internal.MuxableSocketHTTP - 1774 objects - retained heap (1 GB)
    2) weblogic.servlet.internal.ServletRequestImpl - 1774 objects - retained heap (1 GB)
    My understanding is that every request made to weblogic server goes through the MuxableSocketHTTP object which creates the ServletRequestImpl to serve it. Once the request is served these objects are suppose to be removed. As a result of that whatever is saved in your request will still be hanging.
    I am not able to understand why these objects are hanging after request is done. Could anybody answer to my question. I appreciate your help in advance.
    The GC setting for weblogic server while startup is:
    -XX:MaxTenuringThreshold=15 -XX:+PrintTenuringDistribution -XX:+AggressiveHeap -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:PermSize=128m -XX:MaxPermSize=128m -Xms3g -Xmx3g -XX:NewSize=512m -XX:MaxNewSize=1024m
    Thanks MaKK

    What happened with this issue? We are seeing something similar on WebLogic 9.2 MP1 in Solaris (Jdk 1.5. patch 10. 32 bit). Out of Memory's with thousands if instances of weblogic.socket.MuxableSocket hanging around.
    Our thinking was initally the Java heap, then we thought that maybe the sockets weren't being closed properly, possible in WebLogic or in LiveCycle.
    Any info would be greatly appreciated.
    Snippet of our stack trace:
    <16-Feb-2010 04:30:13 o'clock GMT> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    java.lang.OutOfMemoryError: Java heap space.
    java.lang.OutOfMemoryError: Java heap space
    >
    javax.ejb.EJBException: EJB encountered System Exception: : java.lang.OutOfMemoryError: Java heap space
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:145)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:550)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:496)
         at com.adobe.idp.um.businesslogic.directoryservices.DirectorySynchronizationManagerBean_f5g74_ELOImpl.synchronizeProviders(DirectorySynchronizationManagerBean_f5g74_ELOImpl.java:267)
    Joel

  • Several severe Issues with the Nokia 808 (camera, ...

    Hey Guys,
    I was a avid user of the Nokia N8 with its amazin camera features. So i made the switch to the 808. While the initial Impression was awesome, when traveling over the last few days my experience wasn't that great. There are several in part very severe issues i am having:
    1st and foremost: the cameras automatic shutter speed is too low for nearly every shot. No, my hands are not too shaky, I've doing professional photgraphs since 10 years now and am able to shoot with 1/10th and lower. Yet, when enjoying a boat tour in Copenhagen and taking pictures of the passing scenerey, nearly all images have noticeable motion blur due to the slooooow movement of the boat. And this in bright daylight. The only way to bypass this was by using the sports mode - but then again you are limited to 5 megapixels. You can also notice the very long shutter time when simply taking a picture of your local metro station. MOst of the people walking by have motion blur.
    This brings me to issue number 2: I really don't get why i am unable to influence the focus method. You get the Landscape and Sports mode (which use a fixed focus) but that's not available in the creative mode. So even when doing simple panoramic shots in the creative mode in 5, 8 or 34 megapixels the camera has to focus. Problem here: when shooting panoramic stills the focus sometimes decides to focus on a nearby person instead of the 'big picture'.
    Issue number 3: When manually selecting a very low ISO value (for decent night shots) the Camera makes that artificial shutter sound WAY before the shutter actually closes. Therefore you THINK that taking the picture is already done and move the camera around. This results in awful images
    Issue number 4: Battery usage is way to high on the 808. I was able to take my N8 around town all day, shoot over 300 (Yes, 300) images, do a bit of navigation, email, browse and tak without the battery being drained below 15%. I ran out of battery with the 808 after only 136 images, 15 mins of Navigation, Wireless Lan and 3G turned OFF. So the entire point of having a device that combines phone and camera and lasts all day is simply gone I had usage times of 3-4 days with the N8 (when not on vacation) - the 808 is drained after the first night under the very same conditions.
    To sum it up - i'd like to see the following things fixed/added:
    - Behaviour of the automatic shutter
    - Option to manually select shutter
    - Option to select different focus methods (on / off ) in creative mode
    - BATTERY USAGE NEEDS TO BE IMPROVED!
    - black on white color theme for email
    - ability to select multiple images in album view like before
    - ability to get additional information on the image like with the n8 when you press and hold and select 'details'
    - Ablity to turn of autofocus in video mode
    - when deleting an email while reading the email, display the previous mail instead of the inbox
    Would be great to get some feedback from you guys on that!
    thanks
    -daniel
    Solved!
    Go to Solution.

    Hello…I own an 808 PureView device. At the outset, I must congratulate you for creating such a marvelous device. It’s in all dimensions a brilliant Smartphone and has no major lags except a few which I would like to mention as suggestions to improve the general smoothness and usefulness of its User Interface (henceforth-UI).
    The in-built gallery lacks ‘mark multiple items’ option which, if integrated, can be fruitfully used to delete or send multiple items though Bluetooth. Also, the in-built gallery lacks ‘renaming’ function which would otherwise be helpful in organizing the gallery items, and in giving custom names which are easy to remember and deal with.
    The generic MUSIC PLAYER lacks the track/music search function from within the music player, and so, to search a song out of the vast collection, the user has to use the generic SEARCH application by exiting or minimizing the music player, which in itself is a cumbersome exercise. The search function, if integrated into the music player, will help a great deal in making the music experience really customized and precise as also time saving.
    The in-built VIDEO editing options available in the video viewing dashboard are relatively much naïve and rudimentary as compared to PureView’s lesser predecessor, the N8. Now, since 808 is a full-fledged camera Smartphone, it is bit logical on part of the user to expect the video editing dashboard to be as efficient and complete as the photo editing dashboard of the same is.  Advance options like adding music clip can be added to the video editing console to mitigate the need of using any third party application to do so, and thus, it will further enhance the utility drawn from the cell-phone UI in terms of video editing and viewing.
    The generic MESSAGING application has the default view as CONVERSATIONS view and manual selection every time is required to switch the view to FOLDERS mode. If there had been an option to make a choice in setting the folders view or the conversations view as default as per users convenience, it would have been again a smooth messaging experience.
    To end up, the generic CONTACT application lacks the facility to edit the contact labels unlike the one which was available in S60 V3 devices (I owned N79 prior to owing 808 PureView and so I am well aware of this utility). Facility to edit the contact labels makes it easy to differentiate between multiple contact numbers of the same contact so as to have an ease of remembrance and clarity of use.
    I earnestly hope that Nokia will incorporate some or all of these suggestions in the next-to-come firmware upgrade for Belle FP1 devices. These modifications/additions, if done and made, will make the Belle OS fully competent with its various other contemporaries as it just lacks these things but otherwise is a fluid and extremely useful OS. I request you to kindly pay due heed and consideration to my observations and work towards making the Belle OS an all-encompassing mobile platform. Thanking You.

  • RE:Transaction usage report not updating.

    Hi All,
    I am on 5.2 SP9 and I am facing an issue wherein the transaction usage report is not getting updated by the lateast report. To illustrate, I created a role with transaction PFCG and assigned it to a user. Now, when the user executes the PFCG, the report should be updated and it should show that this user also executed PFCG today, which isn't the case.
    Would like to know if anyone has a clue how to resolve the same. As in, did i miss out on anything which needs to configured/done before running this report.
    Thanks a tonne in advance.
    Regards,
    Hersh.

    Hello Joy,
    Thanks for your reply but the transaction usage reports I am mentioning here are actuallyu the transaction usage reports for "Role Expert" not for "FireFighter".
    Regards,
    Hersh.

  • How do i determine what the "other" usage is on my iPad (3.5 gig)

    how do i determine what the "other" usage is on my iPad (3.5 gig)

    Hey there, I seem to have an issue with the 'other' usage thing.
    On my computer and ipod, it shows like this:
    when I dont even have more than 2+GB in music and less than 1gb in apps and pictures.
    I am on iOS5.1.1 because I had many problems with the Wi-Fi bug for iOS6 (no, it didnt fix for me with 6.0.1)
    I am very frustatred because I cant even sync music anymore. AndI dont want to do a reset because it takes me 3+ hours to transfer my music.
    any help}?

Maybe you are looking for