Issues with the Radio Group and interactive report

Hi,
I have an interactive report that shows customer names and associated revenues... I want my users to be able to filter customer list by Province and by City in a way that when the user select a province then only associated cities show up (driven by a table)... for the filtration I am using 2 Radio Group items (one for Provinces and the other one for Cities)
Everything is working fine, except for the fact that when I select a province (let's say Prov A) and then select a city (let's say City A1) and again when I select another Province (let's say Prov B) I get the list of all cities associated to Prov B + city A1... Not sure why my previous selection of City is showing up with the list of new cities when I change the province... I SHOULD BE ABLE TO REST ALL CITIES WHEN A NEW PROVINCE IS SELECTED
here is the code
For interactive report
select     CUSTOMER_NAME,
     SUM(YTD) AS YTD
from     T_TABLEA
where
(PROVINCE=
CASE
when :P2_PROV = 'All' THEN PROVINCE
ELSE :P2_PROV
END
and
(CITY=
CASE
when :P2_CITY = 'All' THEN CITY
ELSE :P2_CITY
END
GROUP BY CUSTOMER_NAME
For Province Radio Group I am using a static list:
STATIC2:All;All,Alberta;AB,Ontario;ON,Quebec;PQ,British Columbia;BC
For City, I am using a dynamic list using following code:
select 'All', 'All' return from dual
union
select distinct INITCAP(CITY) display_value, CITY return_value
from T_TABLEA
where
Province = :P2_PROV
order by 1
Thanks

Check the session state of items P2_PROV and *:P2_CITY* when the issue occurs and run the LOV query separately with the session state values.
If that too fetches it wrongly, then you would need to change your query.

Similar Messages

  • HT1349 Has anyone had issues with the iphone 4s and facebook.

    Has anyone had issues with the iphone 4s and facebook. I have downloaded the app and sometimes it will let me log in and then it will log me out and not let me back in. I have deleted and downloaded it several times and nothing is working. HELP!

    @razmee: rather unhelpful.
    @tata - we're having the same trouble, and the only solution we've found doesn't fix it.
    1) uninstall
    2) login on PC/MAC and change password
    3) reboot iphone
    4) install facebook app, reboot again
    5) login from iphone. 
    No joy.
    Safari works, but not for the apps.
    Of course, it's Facebook that has to fix this.

  • How do I fix the buffering issues with the radio app?,

    How do I fix the buffering issues with the radio app? When I try to listen to the Hay House Radio station it buffers quite a lot for no apparent reason sometimes.  I have not been able to find any settings to adjust this. Does anyone know what I might be able to do to modify this problem?

    msbroome wrote:
    How do I fix the buffering issues with the radio app? When I try to listen to the Hay House Radio station it buffers quite a lot for no apparent reason sometimes.  I have not been able to find any settings to adjust this. Does anyone know what I might be able to do to modify this problem?
    What is your Internet data rate?

  • Issues with Bex query structures and Crystal Reports/Webi

    Hi experts,
    I'm having an issue with Bex Query structures and nulls. I've built a Crystal Report against a Bex query that uses a Bex Query structure. The structure looks like the following
    Budget $
    Budget %
    Actual $
    Actual %
    Budget YTD
    etc
    if I drag the structure into the Crystal Report detail section with a key figure it displays like this
    Budget $     <null>
    Budget %     <null>
    Actual $     300
    Actual %     85
    Budget YTD     250
    the null values are displayed (and this is what is required). However if I filter using a Record selection or group on a profit centre then the nulls along with the associated structure component are not displayed.
    Actual $     300
    Actual %     85
    Budget YTD     250
    Webi is also behaving similarly. Can anyone explain why the above is happening and suggest a solution either on the Bex side of things or on the Crystal Reports side of things? I'm confused as to why nulls are displayed in the first example and not the second.
    Business Objects Edge 3.1 SP2
    SAP Int Kit SP2
    OS: Linux
    BW 701 Level 6
    Crystal Reports 2008 V1
    Thanks
    Keith

    Hi,
    Crystal Reports and Web Intelligence will only show data which is in the cube. You could have an actual 0 or Null entry whithout grouping but by changing the selection / grouping in the report the data does not include such entry anymore.
    ingo

  • Re : Issue with the column display in Bex reports

    Hello Gurus,
    I have an issue with the reports in Bex, this is a bit confusing scenario I would try to explain in more details. A query was already built for monthly Report in Sales and Billing for which the variable were  Calender month/year range 1 (mandatory), range 2 range 3 range 4. These 4 variable were created and moved to column rows in query.
    Later the user wanted the copy of same report but he wanted the variables to be Calender date range 1 (mandatory), range 2, range 3 , range 4. I have created them with 0calenderday as reference and moved to the columns.
    for the monthly report text variables were already existing for the Calender month/ year, but for the daily report text variable were not existing for Dates. I have created a text variable for the date in the following way processing by
    " replacement path" and reference characteristic as 0calday and in the replacement path tab.. in replace variable the selection is info object, the next option Replace with " External charactersitic value key " .
    By creating this text variable the dates were being displayed in the colum header like 11/01/2013 - 11/30/2013 which satisfies the requirement.
    But the user wanted to see the report same like monthly report when the mandatory variable Calender year/ month is selected, the rest of the columns range 2, range 3, range 4 are displayed as unassigned in the report. but coming back to the daily report when the user is giving the Calender date rage 1, he is finding that Calender date range 2, range 3, range 4  are also being displayed with values. He want to see the Calender date range 2,3,4 as unassigned in the report just like monthly. Please find the images attached.
    As Calender month/ year is predefined, if the calender range values are not given it would show up as not assigned default. I have created a separate text variable for Calender day, I believe that could be the reason rest of the columns are not showing up as unassigned. The user want to see them as unassigned like monthly report columns.
    I tried different ways changing the text variables but I could not change the display of the columns in Calender date report by the option - replace with ----> External characteristic value key, key, label. when I chose the option external characteristic value then the date was showing up in the text of the column when report is run ( Please find the image for the reference in the attachment ). . I request you to help me out in this. Please find the images of the variables and output below.

    Anshu,
    Thank you very much for above code I  made minor changes to the code that finally worked. I created 4 different text variables needed for Calender date range 1, 2 ,3 ,4. Please find the code below for the text variable that worked in the system
    WHEN 'ZTEXT_CAL1'.
       READ TABLE I_T_VAR_RANGE INTO loc_var_range
       WITH KEY VNAM = 'ZCALDATE1'.
        IF loc_var_range-LOW = '#'.
          dt_low = 'Not Assigned'.
          dt_high = 'Not Assigned'.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ELSE.
          CONCATENATE loc_var_range-low+4(2) '/' loc_var_range-low+6(2) '/' loc_var_range-low+0(4) into dt_low.
          CONCATENATE loc_var_range-high+4(2) '/' loc_var_range-high+6(2) '/' loc_var_range-high+0(4) into dt_high.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ENDIF.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE.

  • Issue with Date showing Null in interactive report

    I created an interactive report for a customer and was confused to see blanks or more specifically dashes where there should be dates in one of the fields. I knew this field should have data so I did some testing and this is what I have found:
    The sql I am running is:
    select
    assigned_to_company,
    last_resolved_date,
    incident_id
    from
    rhpd0009_im_adherence_rpt2_vw
    When I run the command in SQL workshop I get the following results with data in the last_resolved_date field:
    [http://i83.photobucket.com/albums/j299/yogibayer/apexdateissuesqlcommand.jpg]
    I copied and pasted the SQL from SQL workshop and created a new interactive report and got the following results with no last_resolved_dates showing up:
    [http://i83.photobucket.com/albums/j299/yogibayer/apexdateissueinteractivereport.jpg]
    For some reason the order is different, but the first one INC1117629 shows up in both of them and has a last_resolved_date in SQL workshop, but not in the interactive report. Any help would be appreciated.
    Thank You
    Scott

    Varad,
    It seems to be related to the function we use to convert Remedy dates to Viewable dates. Remedy dates are stored as an integer that represents the absolute number of seconds from Jan 1, 1970 at 12:00 AM. We use a function that converts this number into a human readable date. I have tried encapsulating the result of the function in a TO_DATE and a TO_CHAR with the same results as before. There is something about the resulting data from the date convert function that Apex doesn't like. It would be interesting to isolate what exactly the issue is, but right now I'm just trying to find a work around.
    Thank You
    SCott

  • Online issue with the radio

    I can listen to the radio on the internat but after 30 min off it shut down and i have to reset why? help anybody

    Audition works internally on wave files, so it converts the mp3 to wave as it loads.
    Here is what I think is happening. A 16-bit wave file uses just over 10megabytes per minute, so a 3.5 hour stereo wave file will be just over 2 gigs in length.
    The maximum length of a wave file is 4 gigs. If the wave file is recorded at a bit depth of 16 bits, it will fit into a single wave file, if it is recorded as a 32-bit wave file it won't.
    Internally, I understand that Audition can work with wave files larger than 4 gigs, although I cannot vouch for this. If this is the case, I would expect that if you set the session parameters to 44.1kHz, 16-bit, and then loaded in the mp3 file, it might work. If the session file is set to 32-bit, it wouldn't.
    What I don't know is whether the session parameters can be or are altered by whatever the headers of the mp3 file are reporting.
    The bottom line for me is that you need to think about dividing up a 3.5 hour program into smaller files for editing within Audition.
    It would be useful to have a definitive guide to this ffrom Adobe.

  • Has anyone else had issues with the notification led and flash?

    the flash will flicker on only the right led then no activity after that, i have tried using it in the camera app and a flashlight app, also i dont see any color/light from the notification led that i have setup in messaging. has anyone else had this issue and solved it?

    Try a Power Cycle..  Press and Hold  the power button till your Turbo shuts off then re-powers itself after doing this retry using the Led flash with your camera
    Here is the Link to the online Manual Via PDF  for your Droid Turbo.  b33
    https://motorola-global-portal.custhelp.com/ci/fattach/get/1021914/1414680708/redirect/1/filename/Droid_Turbo.pdf

  • Premiere Pro CS5.5 -very strange issue with the color tones and Preview-

    I deal with a very strange and not usual problem in Premiere Pro CS5.5 (also the version CS5). What I try to do is just a simple color correction. The problem occurs when I try to use Three Way Color Corrector but it happens with Fast Color Corrector also.
    When applying the Three-Way Color Correction and without changing anything else (just applying), can be seen in the preview of the soft how sudden changes in color tones. For example, the gray tone becomes a little more green, but also can be seen very easy a change in the other color tones too. In fact even RGB Parade show the same thing. This is very, very strange and unacceptable and saw that it happens when trying to use Colorista II too.
    I tried the same thing in Sony Vegas Pro 11 and I downloaded the trial version of Edius 6 to convince me if the same thing happens. Not! In Sony Vegas and Edius everything is working correctly, I have not experienced these problems in the preview's of this 2 others softs.
    This issue is very annoying because every possible color correction is based on what we see in the preview and if in this preview the tones are seen altered realize that can not make a decent color correction. So what happens here?!? I uploaded a small video demonstration to see very clearly about what I'm talking. You can see in the next link: http://vimeo.com/35317616

    Yes Jim, you're right. No changes in the scopes when one just apply RGB Curves, Fast Color Corrector, RGB Color Corrector  or the Three way Color Corrector (last three thanks to the new update 6.03). I already wrote that Adobe team has been able to fix this bug for some of the tools/effects.
    But Brightness&Contrast? Change Color? Color Balance? Levels? MBLooks? Twixtor? Colorista II? Does it seem normally that all scopes or just one of them jump when you just apply one of these effects/tools? Not to say that in some situations even the tones change (especially in shadows&midtones).
    You say this is something "very minimal". I say it is not so. I don't find normally to make a very detalied CC with Three way Color Corrector and then when applying Colorista/MBLooks, for example, the scopes jump and inclusively some tones may be influenced. And I left clear examples in this topic where you can see that this is possible. I don't know if this is "very minimal" or not, but is really so impossible to edit in Premiere without this "very minimal" issue?!? How can it be possible in other softs (Edius, Media Composer, Vegas Pro) and in Premiere not?!?
    One more thing: many of us use intermediate codecs in the editing process. Do you find normally that a AVCHD video have the lumninance at approximately 110IRE, to export it directly to Cineform and then import it in Premiere, and the waveform shows the luminance at 100IRE?!? How is this possible?!? So the AVCHD video have a 110IRE luminance, you convert this video to Cineform without changing anything, and then this Cineform video have the luminance at 100IRE?!? And anyone can verify this example.
    So, how can one trust in this soft?!?

  • Issues with the K7N2D-L and USB

    I have used the same config many times.
    AMD 2500
    MSI K7N2D-L
    BIOS ver 6.00 PG
    512DDR 400 (Generic)
    Never a problem
    I believe this mobo may have had problem since day one.
    It will not use Kingston 333MHz RAM. Before BIOS update it would not install an O/S (WXP), all kinds of blue screen errors.
    Still can not use the kingston RAM, but the generic stuff works fine.
    Now, I have all kinds of USB problems, many different devices.
    All proper drivers are loaded, still shows unknown devices in the device manager unedr USB (there is no exclamation! though). If you unplug a USB device Windows ALWAYS says  "there is a problem with your USB device". I have never seen that on this board before.
    Also, I get all the updates from the live update, BIOS, drivers, utilities, and install them, and it keeps finding the same drivers utilities and BIOS every time the update search is done.
    ANy help appreciated greatly.

    As soon as I posted I read the other post, similar issue, unplugged the top USB on
    My TT V1000, and it was fine.
    Funny thing is... Idid that before, I am sure, this time it worked.
    Anyways, thanks for the input/advice

  • I have heard that the iphone 5 has hardware issues with the lock button and sometimes the power button...is this a recurring problem or is it easily fixable?

    Is this problem affecting most users? I heard that it usually takes abotu 2-3 weeks after getting a replacement that these problems might occur and I don't wanna shell out a lot of money only to have to constantly go to the apple store and get a new replacement regardless if it is free.

    I currently have a defective lock/sleep button on my iPhone 5. After putting up with it for 3 weeks, I took it to an apple store. The "genius" told me that because I'm 50 days over my year warranty, I would have to pay $280 to get a replacement. They will not fix the problem. They can only give you a refurbished phone. BEWARE: the replacement is only free if the phone is still within the one year warranty or if you have an extended apple care. I'm still blown away on the fact that I payed $500 for a product that defected in a little over a year and be told by a condescending apple genius that I have to pay $280 to resolve the problem. My friends who have Samsungs and HTCs have 2 year old phones that work as well as the day they bought them. I had a blackberry for almost 3 years and had no issues at all, but a highly advanced, "well made" apple product barely lasted a year. My wife's iPhone 4S shuts off when the battery drops to 30%. And of course the guys at the Genius Bar say they can't help. I shouldn't have to pay for a replacement unless I did the damage myself. I've been an iPhone user since the first iPhone. And every year, I've had something break right after the warranty expires (failed audio jack on iPhone 1, failed earphone on iPhone 3G, failed home button on iPhone 4). It's getting really old spending a lot of money on cheap products and having to deal with the "better-than-you" swagger from the Genius Bar.

  • [SOLVED] Having Issues with the Nouveau Driver and ACPI

    Hello,
    Trying to set up an old laptop I have with Arch and I'm having issues getting X up and running. My graphics chip is:
    01:00.0 VGA compatable controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
    I've installed xf86-video-nouveau and get the following error when starting X:
    (EE) [drm] failed to open device
    (EE) No devices detected.
    From what I understand, I need the nouveau-drm package installed, which no longer exists in the repos. The nouveau-drm-lts package gives dependency errors:
    warning: cannot resolve "kernel26-lts>=2.6.32", a dependency of "nouveau-drm-lts"
    warning: cannot resolve "kernel26-lts<2.6.33", a dependency of "nouveau-drm-lts"
    Seems this is because those packages are no longer named "kernel" but "linux" instead.
    I've also tried using the proprietary nvidia driver, but I need the legacy 93xx driver, which the nvidia page in the Arch Wiki states it does not support Xorg 1.11.
    Last edited by Pres (2012-02-05 03:31:14)

    Went ahead and installed nouveau back to get an Xorg log. Here it is (though I'm getting a new error now):
    [ 51.572]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 51.573] X Protocol Version 11, Revision 0
    [ 51.573] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 51.573] Current Operating System: Linux Arch-2650 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:28:27 UTC 2012 i686
    [ 51.574] Kernel command line: root=/dev/disk/by-uuid/1e766bce-dde5-4a31-9549-36b82bcd1157 acpi=off ro
    [ 51.574] Build Date: 29 January 2012 03:41:53PM
    [ 51.574]
    [ 51.574] Current version of pixman: 0.24.2
    [ 51.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 51.575] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 51.576] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 1 17:38:43 2012
    [ 51.634] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 51.675] (==) No Layout section. Using the first Screen section.
    [ 51.675] (==) No screen section available. Using defaults.
    [ 51.675] (**) |-->Screen "Default Screen Section" (0)
    [ 51.675] (**) | |-->Monitor "<default monitor>"
    [ 51.696] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 51.696] (**) | |-->Device "nouveau"
    [ 51.696] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 51.696] (==) Automatically adding devices
    [ 51.696] (==) Automatically enabling devices
    [ 51.757] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 51.757] Entry deleted from font path.
    [ 51.757] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 51.757] Entry deleted from font path.
    [ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 51.757] Entry deleted from font path.
    [ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 51.757] Entry deleted from font path.
    [ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 51.757] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 51.757] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 51.757] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 51.768] (II) Loader magic: 0x8228580
    [ 51.769] (II) Module ABI versions:
    [ 51.769] X.Org ANSI C Emulation: 0.4
    [ 51.769] X.Org Video Driver: 11.0
    [ 51.769] X.Org XInput driver : 13.0
    [ 51.769] X.Org Server Extension : 6.0
    [ 51.770] (--) PCI:*(0:1:0:0) 10de:0112:1028:00f3 rev 178, Mem @ 0xe0000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/65536
    [ 51.770] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 51.770] (II) Open APM successful
    [ 51.770] (II) LoadModule: "extmod"
    [ 51.797] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 51.809] (II) Module extmod: vendor="X.Org Foundation"
    [ 51.809] compiled for 1.11.4, module version = 1.0.0
    [ 51.809] Module class: X.Org Server Extension
    [ 51.809] ABI class: X.Org Server Extension, version 6.0
    [ 51.809] (II) Loading extension MIT-SCREEN-SAVER
    [ 51.809] (II) Loading extension XFree86-VidModeExtension
    [ 51.809] (II) Loading extension XFree86-DGA
    [ 51.809] (II) Loading extension DPMS
    [ 51.809] (II) Loading extension XVideo
    [ 51.809] (II) Loading extension XVideo-MotionCompensation
    [ 51.809] (II) Loading extension X-Resource
    [ 51.809] (II) LoadModule: "dbe"
    [ 51.810] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 51.815] (II) Module dbe: vendor="X.Org Foundation"
    [ 51.815] compiled for 1.11.4, module version = 1.0.0
    [ 51.815] Module class: X.Org Server Extension
    [ 51.815] ABI class: X.Org Server Extension, version 6.0
    [ 51.815] (II) Loading extension DOUBLE-BUFFER
    [ 51.815] (II) LoadModule: "glx"
    [ 51.815] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 51.844] (II) Module glx: vendor="X.Org Foundation"
    [ 51.844] compiled for 1.11.4, module version = 1.0.0
    [ 51.844] ABI class: X.Org Server Extension, version 6.0
    [ 51.845] (==) AIGLX enabled
    [ 51.845] (II) Loading extension GLX
    [ 51.845] (II) LoadModule: "record"
    [ 51.845] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 51.846] (II) Module record: vendor="X.Org Foundation"
    [ 51.846] compiled for 1.11.4, module version = 1.13.0
    [ 51.846] Module class: X.Org Server Extension
    [ 51.846] ABI class: X.Org Server Extension, version 6.0
    [ 51.846] (II) Loading extension RECORD
    [ 51.846] (II) LoadModule: "dri"
    [ 51.847] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 51.857] (II) Module dri: vendor="X.Org Foundation"
    [ 51.857] compiled for 1.11.4, module version = 1.0.0
    [ 51.857] ABI class: X.Org Server Extension, version 6.0
    [ 51.857] (II) Loading extension XFree86-DRI
    [ 51.857] (II) LoadModule: "dri2"
    [ 51.857] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 51.858] (II) Module dri2: vendor="X.Org Foundation"
    [ 51.858] compiled for 1.11.4, module version = 1.2.0
    [ 51.858] ABI class: X.Org Server Extension, version 6.0
    [ 51.858] (II) Loading extension DRI2
    [ 51.858] (II) LoadModule: "nouveau"
    [ 51.859] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 51.875] (II) Module nouveau: vendor="X.Org Foundation"
    [ 51.875] compiled for 1.11.3, module version = 0.0.16
    [ 51.875] Module class: X.Org Video Driver
    [ 51.875] ABI class: X.Org Video Driver, version 11.0
    [ 51.875] (II) NOUVEAU driver
    [ 51.875] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 51.875] RIVA TNT (NV04)
    [ 51.875] RIVA TNT2 (NV05)
    [ 51.875] GeForce 256 (NV10)
    [ 51.875] GeForce 2 (NV11, NV15)
    [ 51.875] GeForce 4MX (NV17, NV18)
    [ 51.875] GeForce 3 (NV20)
    [ 51.876] GeForce 4Ti (NV25, NV28)
    [ 51.876] GeForce FX (NV3x)
    [ 51.876] GeForce 6 (NV4x)
    [ 51.876] GeForce 7 (G7x)
    [ 51.876] GeForce 8 (G8x)
    [ 51.876] GeForce GTX 200 (NVA0)
    [ 51.876] GeForce GTX 400 (NVC0)
    [ 51.876] (--) using VT number 7
    [ 51.901] drmOpenDevice: node name is /dev/dri/card0
    [ 52.076] [drm] failed to load kernel module "nouveau"
    [ 52.076] (EE) [drm] failed to open device
    [ 52.076] (EE) No devices detected.
    [ 52.076]
    Fatal server error:
    [ 52.076] no screens found
    [ 52.076]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 52.076] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 52.076]
    Seems the important line here is:
    [ 52.076] [drm] failed to load kernel module "nouveau"
    "modprobe nouveau" gives:
    ERROR: could not insert 'wmi': No such device
    Don't remember getting that error before. Nouveau would load fine.

  • PSE13 and Revel issues with the notes filed and date/time when syncing.

    I extensively use the notes field in PSE13. For photos and videos this seems to get over-written when synced to Revel. For photos I can recover it by selecting 'Update Thumbnail' but during the next sync it over-writes it again.
    I also have some files where the date / time are changed when syncing with Revel, particularly video files.
    Any ideas?

    I also have this problem. The time of my iPod always changes back to the time and date of my last restore every time I sync it. And I know of others with this problem also. Perhaps it is possible that your iPod and mine have been "configured" in a way that causes this issue?

  • Issue with the shortcut keys and actions

    Hello:
    I installed Photoshop CS6 without a hitch and it runs fine.  After the install is asked me if it had to copy yhe settings of my Photoshop CD5, I cliked "yes" and ity did.  I had my workspace and so on.  However when it copied the keyboard shortcuts, it seems it did not felete the old ones (I replaced several one's with one's of my own.  Now, when I press a shortcut the old one tries to run, sometimes with dire results.  The shortcut menu shows mine where they should be.  I treid to remove them and re-apply them, no result.  In the presets it shows my set.  Any ideas ??
    I also found no way (yet) to move my actions.
    Any help would be appreciated.
    Andre

    I also found no way (yet) to move my actions.
    If you have ever saved them just copy the atn-files to the proper folder (Presets > Actions) and they should become available in the Actions Panel’s pop-up menu after restarting the application.

  • Issue with the Total in BW Report

    Hi,
    We have recently transported the Aggregates in the Production environment. Now we are facing absurd problem.When we are executing the report the Total given by BW is not matching with the exact total of the Values.
    Example:
                          Values (BW Total)    Values (Exact Totals)
    1                      10                            10
    2                     10                            10
    3                     10                             10
    4                     10                             10
    5                    10                             10
    Total Row         53                             50
    All the Characteristics or Nodes are same as before. We have issue with the Key Figure and Calculated Key Figure.
    There is no pattern followed in the variation of the totals.Please help; let me know if you need more information.

    Hi.
    Please check if ll the data is rolled up in the aggregates. Also check the consistency of aggregates from RSRV.
    Hope this helps.
    Thanks,
    Mayuri

Maybe you are looking for

  • Why can't i sign in on icloud acct/ it keeps on telling me that the maximum free accounts have been activated on my iPhon

    whenever i try to log in to my icloud on my iphone is always says that the maximum free acct had been reached to this phone, i already have my apple id and it was validated eer since had my phone. even using it to download some apps but everytime i t

  • Inventory management in BW

    Gurus, My inventory scenario is one where I am starting the BW system up at the same time as my go-live.  I am proficient in the inventory management scenarios, however, I am finally at a client who is starting their BW implementation up at the same

  • Video problem with appletv

    I just purchased appletv and it works fine except when using the new app itunes live (itunes festival london).  When I try to play a concert from this app from my iphone to appletv I only get audio, no video on my big screen.  I get video to play jus

  • Error running MusicDB sample

    Hi, I've just installed MEP and I'm following the installation guide. When I try to run the MusicDB client on WTK emulator I get this error: Sync failed: UnExpected Status:400 In admin panel I have this log. What's wrong? Thanks in advance, Marco [UP

  • HT1937 how do i get past the security questions

    i just bought a new i tunes gift card and i cant buy any songs with out getting past my security questions that i never have answered before