OIA report error - Compiler set to null error

When i try to run a custom report in OIA 11g ,i`m getting an error Something like Compiler set to null.

Found the issue - This could be a bug since i'm able to reproduce it in other forms of my app.
(1) Create tabular form with type "Simple Checkbox"
(2) Use authorization scheme on the checkbox column
(3) Login with user account for which this column won't be visible.
You get this error-
report error:
ORA-06502: PL/SQL: numeric or value error: NULL index table key valueI'm not having sufficient time to create this in Oracle hosted site, if some one could verify this it would be great. I will have to come back to this later.
Regards,
Senana

Similar Messages

  • Crystal 11 - Parameter Field - Set to Null

    Post Author: peachpx
    CA Forum: General
    Hi,
    Can anyone tell me how to add Set to Null check box option in the parameter prompt?
    My report is asking to choose Begin Date and End Date u2013 with date calendar pick.  Next to the prompt field I have to have Set to Null check box.  How do I solve this?  Report is using a SQL query to get the data in ether one of these this formats:
    At the begining of the query:
    declare @begin_date datetime;
    declare @end_date datetime;
    declare @plant_id numeric;
    SET @BEGIN_DATE = CAST(CONVERT(VARCHAR,ISNULL({?Begin Date},GETDATE() - 7.0),1) + ' 06:30 AM' AS DATETIME)
    SET @END_DATE = CAST(CONVERT(VARCHAR,ISNULL({?End Date},GETDATE()),1) + ' 06:30 AM' AS DATETIME)
    SET @plant_id = ISNULL({?Plant},1)
    OR in the end:
    WHERE    PR.Plant_id = isnull({?Plant},1) and
             re.INSP_DATETIME >= cast(convert(varchar,isnull({?Begin Date},getdate() - 7.0),1) + ' 06:30 AM' as datetime) and
             re.INSP_DATETIME < cast(convert(varchar,isnull({?End Date},getdate()),1) + ' 06:30 AM' as datetime)
    Some older reports do have Set to Null option, but I don't know how to add it to mine.   Set to null ether defaults it to the current date or two weeks ago.
    Please help!

    Post Author: peachpx
    CA Forum: General
    The parameter (date prompt) doesn't need to be Null, I just need a check box next to the calendar pick which would set date parameter to ether current date (for begin date parameter) or a week ago (for end date parameter).  CR somehow must be doing it automaticaly - because I saw it display on the prompt page.  I just not sure what I need to do in order to get a check box.
    thanks!

  • Report error: ORA-06502: PL/SQL: numeric or value error: NULL index table k

    Hi everybody,
    I have two Distinct Databases on two distinct servers. (Oracle Ent. Release 10.2.0.3.0 on AIX 5.3). After I install the latest patch last week, One of the APEX installation has some problems on Home>Application Builder Page. The error message is very random and
    report error:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value.
    When i change the view (details to icons), everything goes to normal. This error message is reflected some of the pages (report region) of some of my applications randomly. When it appears in a report region, i deselect the order method of the region, the result is normal.
    But the other APEX application on the other instance has no problem. It is a bug? or Should i re-install the APEX instance?
    Thank you for your interest?
    Gökhan ÇATALKAYA

    No, but we have a reproducible test case now so we're working on it. See ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    Scott

  • Cisco ISE 1.1.1.268 Giving error (Report Generation failed. Cause: Null)

    I have this issue and I would be very thankful if someone has the answer for this. When I am trying to access Operation > Report > Catalog > Posture > Posture Detail Assessment & clicking on any posture session detail icon. I am getting following attached errors.
    1.     Report Generation failed. Cause: Null
    2.     Cannot execute the statement.
    Does anyone knows how to get rid of this error & to get access of posture detail.
    Thanks

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

  • Error in setting a NULL !

    I am trying to set a NULL in a int column. The column allows nulls and has a foreign key.
    I tried cs.setNull(16,Types.INTEGER), still get this error:
    [IBM][SQLServer JDBC Driver][SQLServer]UPDATE statement conflicted with COLUMN FOREIGN KEY constraint.
    I get another error from Websphere :
    Shareable connection MCWrapper id 2c3c42f1 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@2bc0c2f1 State:STATE_TRAN_WRAPPER_INUSE from resource jdbc/ds was used within a local transaction containment boundary.
    Any ideeas on how I can get around the foreign key constraint an set a NULL??
    Thanks,
    mihut_m

    I was too close to the monitor, couldn't see the big picture ! :-) Now it works.
    Although, I still get that Websphere error:
    7c7fc721 SharedPool I J2CA0086W: Shareable connection MCWrapper id 31c73d Managed connection comm.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@2e55c73d State:STATE_TRAN_WRAPPER_INUSE from resource jdbc/ds was used within a local transaction containment boundary.
    It use to work fine, no errors.
    Any ideeas??
    mihut

  • Reporting Services Compiler Error

    Hi All,
    I'm trying to run a report in MRS that I've created and get the following when I debug or try to
    run the report:
    Error 1 [rsUnexpectedCompilerError] An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC42206] Maximum number of warnings has been exceeded.’ I checked the "warnings" tab and there are none
    doesn't it figure?
    Any ideas would be welcome.
    Already looking toward the weekend,
    >scott

    I just blogged on this very subject.  
    http://bidn.com/blogs/MMilligan/bidn-blog/2788/ssrs-gotcha-bc-42206-maximum-number-of-warnings-has-been-exceeded
    After a lot of trial and error and poking around I finally noticed that there were a lot of duplicated textbox names.  For example, one textbox was name "textbox1234" and another one was named "Textbox1234"  The only difference
    was the uppercase vs. lowercase t.  Fixing a number of these finally got the report running again.  Anyway, hope this post helps someone else out as I can only assume you have moved on since 2007.
    Convert DTS to SSIS |
    Document SSIS |
    30+ SSIS Tasks |
    Real-time SSIS Monitoring |
    Quick Starts |
    BI Blitz
    Hi MMiligan,
    I am not sure, if you would ever come here to take a look.I am in the exact same situation since past few days i.e removing a single textbox make the whole report compile without problem.And the bummer,  clueless ghost warnings notification but no sign
    of them anywhere.I looked into .RDL file code and couldn't find out anything.I am actually interested to know, how were you able to find out the casing differences.I have got a super huge file with 1600+ text boxes in them and it is literally impossible
    to find the casing differences.Any ideas ? Thoughts ?
    I can be reached at msheikh at ualberta dot ca if you can please take a few moments out from your precious time.
    Thanks,
    BR,

  • [svn] 1608: This checkin makes public our modifications to Batik, which improve how the MXML compiler reports errors in CSS syntax.

    Revision: 1608
    Author: [email protected]
    Date: 2008-05-07 17:36:02 -0700 (Wed, 07 May 2008)
    Log Message:
    This checkin makes public our modifications to Batik, which improve how the MXML compiler reports errors in CSS syntax.
    Bugs: -
    QA: No
    Doc: No
    Reviewer: Jono
    Modified Paths:
    flex/sdk/trunk/modules/thirdparty/batik/resources/org/apache/batik/css/parser/resources/M essages.properties
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/AbstractDesce ndantSelector.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/AbstractEleme ntSelector.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/AbstractSibli ngSelector.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/CSSLexicalUni t.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/DefaultCondit ionalSelector.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/DefaultElemen tSelector.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/ParseExceptio n.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/Parser.java
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/Scanner.java
    Added Paths:
    flex/sdk/trunk/modules/thirdparty/batik/sources/org/apache/batik/css/parser/AbstractSelec tor.java

  • System error in: & table: & report: LFMRIF02 routine set numbers

    _we are facing below mentioned error in f-43_
    _*"System error in: & table: & report: LFMRIF02  -  routine - set numbers "

    Dear,
    This is the reason why I am insisting upon debugging. Debugging will let you which table is unable to derive data in certain cases. When you face this error then enter /h in transaction bar and enter, you will be directed to the debug screen. But you will not be in a position to understand the coding so that get your ABAPer for a while to get you understand the problem.
    Regards,
    Chintan Joshi.

  • Report error:ORA-06502: PL/SQL: numeric or value error: character string bu

    We face the above error in HTMLDB (APEX) application Ver 3.1.0. This occurs when we try to display more number of rows/records in drop-down list (LOV in tabular forms). We are able to display 200 records in LOV. When the list of records exceeds 230, we face the below error
    report error:ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    the values listed in LOV are from tables (one of the columns in table)
    Could anyone give us a solution?

    Hi
    As you are using a tabular form, you could actually do the following:
    1 - In the tabular form column's attributes, set the following:
    Display as: Select List (query based on LOV)
    Display extra values: Yes
    List of values definition: SELECT null d, null r FROM DUAL
    2 - Add a new page item and set it to generate your select list
    3 - Create an HTML region with no template and use the following for its source:
    &lt;script type="text/javascript"&gt;
    function loadList(c, l)
    var s = document.getElementsByName(c);
    var lItem = document.getElementById(l);
    var lLength = lItem.options.length;
    var k;
    var j;
    var x = lItem.innerHTML;
    var v;
    var o;
    var z;
    for (k = 0; k &lt; s.length; k++)
    z = s[k];
    v = z.value;
    z.options.length = 0;
    for (j = 0; j &lt; lLength; j++)
    o = new Option()
    o.value = lItem[j].value;
    o.text = lItem[j].text;
    z.options[j] = o;
    z.value = v;
    if (z.selectedIndex == -1)
    z.selectedIndex = 0;
    loadList("f05", "P1_MGR");
    &lt;/script&gt;
    (Change "f05" and "P1_MGR" as appropriate to your column and your new page item respectively)
    Now, when you load the page, the select list contains a null entry plus the entry already on the database. The javascript kicks in automatically, loops through every entry in the "f05" column, copies the existing value, replaces the select list with the new page item version and sets its value to the copied value.
    Your new page item could be in a DIV tag that has a style of "display:none" to hide it from view.
    Andy

  • Bumblebee daemon reported: error - ASUS UX303LN,bumblebee,geforce 840m

    Hello. I am trying to get bumblebee up and running but there seems to be an issue. This is what i've done:
    sudo pacman -S bumblebee mesa xf86-video-intel nvidia lib32-nvidia-utils lib32-mesa-libgl
    gpasswd -a $USER bumblebee
    sudo systemctl enable bumblebeed
    reboot
    But when i try to test it out i get the output:
    primusrun glxspheres64
    primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) systemd-logind: failed to get session: PID 635 does not belong to any known session
    So i whent onto the wiki and found this: (and also installed bbswitch)
    systemd-logind: failed to get session: PID XXX does not belong to any known session
    If the console output is (PID varies):
    [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 753 does not belong to any known session
    [ERROR]Aborting because fallback start is disabled.
    In /etc/mkinitcpio.conf change the MODULES var to:
    MODULES="i915 bbswitch"
    Or:
    MODULES="i915 nouveau bbswitch"
    And run:
    # mkinitcpio -p linux
    mkinitcpio ran fine with no errors. After i rebooted i got promoted with the same error. Can anyone give me a hint on if im missing someting?
    lspci
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
    00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
    00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
    00:04.0 Signal processing controller: Intel Corporation Device 0a03 (rev 0b)
    00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
    00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
    00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
    00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
    00:1f.6 Signal processing controller: Intel Corporation 8 Series Thermal (rev 04)
    02:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)
    03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
    pacman -Q | grep linux
    archlinux-keyring 20150212-1
    lib32-util-linux 2.26-1
    libutil-linux 2.26.1-3
    linux 3.19.2-1
    linux-api-headers 3.18.5-1
    linux-firmware 20150206.17657c3-1
    linux-git 4.0rc4.r199.gb314aca-1
    linux-git-docs 4.0rc4.r199.gb314aca-1
    linux-git-headers 4.0rc4.r199.gb314aca-1
    linux-headers 3.19.2-1
    util-linux 2.26.1-3

    dice wrote:
    So which kernel are you trying to run bumblebee on?
    If you  try to run it on v4 you probably need to compile the nvidia modules against this version.
    What does
    systemctl status bumblebeed
    give you right after reboot?
    I always use v4 and have been used when i installed the drivers. Anything i need to do?
    systemctl status bumblebeed
    ● bumblebeed.service - Bumblebee C Daemon
    Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
    Active: active (running) since fre 2015-03-27 14:14:07 CET; 11min ago
    Main PID: 449 (bumblebeed)
    CGroup: /system.slice/bumblebeed.service
    └─449 /usr/bin/bumblebeed
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920660] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920669] [ERROR][XORG] (EE) [drm] KMS not enabled
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920673] [ERROR][XORG] (EE) No devices detected.
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920676] [ERROR][XORG] (EE)
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920679] [ERROR][XORG] (EE) no screens found(EE)
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920682] [ERROR][XORG] (EE)
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920686] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920690] [ERROR][XORG] (EE)
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920693] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
    mar 27 14:14:42 laptop bumblebeed[449]: [ 64.920696] [ERROR]X did not start properly
    Sorry, that one was not right after reboot. This one is tho (inside i3wm):
    systemctl status bumblebeed
    ● bumblebeed.service - Bumblebee C Daemon
    Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
    Active: active (running) since fre 2015-03-27 15:57:08 CET; 1min 15s ago
    Main PID: 453 (bumblebeed)
    CGroup: /system.slice/bumblebeed.service
    └─453 /usr/bin/bumblebeed
    mar 27 15:57:08 laptop systemd[1]: Started Bumblebee C Daemon.
    mar 27 15:57:08 laptop systemd[1]: Starting Bumblebee C Daemon...
    mar 27 15:57:08 laptop bumblebeed[453]: modprobe: FATAL: Module bbswitch not found.
    mar 27 15:57:08 laptop bumblebeed[453]: [ 33.470972] [ERROR]Module bbswitch could not be loaded (timeout?)
    mar 27 15:57:08 laptop bumblebeed[453]: [ 33.470986] [WARN]No switching method available. The dedicated card will always be on.
    mar 27 15:57:08 laptop bumblebeed[453]: [ 33.471866] [INFO]/usr/bin/bumblebeed 3.2.1 started
    I ran
    sudo modprobe bbswitch
    And the bbswitch error disapeard but now im back on the first log with xorg errors.
    /var/log/Xorg.8.log
    [ 78.331]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 78.331] X Protocol Version 11, Revision 0
    [ 78.331] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 78.331] Current Operating System: Linux laptop 4.0.0-rc4-gb314aca #1 SMP PREEMPT Fri Mar 20 13:23:44 CET 2015 x86_64
    [ 78.331] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-git root=/dev/mapper/store-root rw cryptdevice=/dev/sda:enc:header rcutree.rcu_idle_gp_delay=1
    [ 78.331] Build Date: 14 March 2015 06:45:50PM
    [ 78.331]
    [ 78.331] Current version of pixman: 0.32.6
    [ 78.331] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 78.331] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 78.331] (==) Log file: "/var/log/Xorg.8.log", Time: Fri Mar 27 16:11:13 2015
    [ 78.332] (++) Using config file: "/etc/bumblebee/xorg.conf.nouveau"
    [ 78.332] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 78.332] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 78.334] (==) ServerLayout "Layout0"
    [ 78.334] (==) No screen section available. Using defaults.
    [ 78.334] (**) |-->Screen "Default Screen Section" (0)
    [ 78.334] (**) | |-->Monitor "<default monitor>"
    [ 78.334] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 78.334] (**) | |-->Device "DiscreteNvidia"
    [ 78.334] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 78.334] (**) Option "AutoAddDevices" "false"
    [ 78.334] (**) Option "AutoAddGPU" "false"1
    [ 78.334] (**) Not automatically adding devices
    [ 78.334] (==) Automatically enabling devices
    [ 78.334] (**) Not automatically adding GPU devices
    [ 78.334] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 78.334] Entry deleted from font path.
    [ 78.334] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 78.334] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 78.334] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 78.334] (==) |-->Input Device "<default pointer>"
    [ 78.334] (==) |-->Input Device "<default keyboard>"
    [ 78.334] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 78.334] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 78.334] (II) Loader magic: 0x815d80
    [ 78.334] (II) Module ABI versions:
    [ 78.334] X.Org ANSI C Emulation: 0.4
    [ 78.334] X.Org Video Driver: 19.0
    [ 78.334] X.Org XInput driver : 21.0
    [ 78.334] X.Org Server Extension : 9.0
    [ 78.335] (EE) systemd-logind: failed to get session: PID 927 does not belong to any known session
    [ 78.335] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 78.335] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [ 78.336] (--) PCI:*(0:3:0:0) 10de:1341:1043:167d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 78.336] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 78.336] (II) LoadModule: "glx"
    [ 78.336] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 78.337] (II) Module glx: vendor="X.Org Foundation"
    [ 78.337] compiled for 1.17.1, module version = 1.0.0
    [ 78.337] ABI class: X.Org Server Extension, version 9.0
    [ 78.337] (==) AIGLX enabled
    [ 78.337] (II) LoadModule: "nouveau"
    [ 78.337] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 78.340] (II) Module nouveau: vendor="X.Org Foundation"
    [ 78.340] compiled for 1.17.0, module version = 1.0.11
    [ 78.340] Module class: X.Org Video Driver
    [ 78.340] ABI class: X.Org Video Driver, version 19.0
    [ 78.340] (II) LoadModule: "mouse"
    [ 78.341] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 78.341] (II) Module mouse: vendor="X.Org Foundation"
    [ 78.341] compiled for 1.16.0, module version = 1.9.1
    [ 78.341] Module class: X.Org XInput Driver
    [ 78.341] ABI class: X.Org XInput driver, version 21.0
    [ 78.341] (II) LoadModule: "kbd"
    [ 78.341] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 78.342] (II) Module kbd: vendor="X.Org Foundation"
    [ 78.342] compiled for 1.16.0, module version = 1.8.0
    [ 78.342] Module class: X.Org XInput Driver
    [ 78.342] ABI class: X.Org XInput driver, version 21.0
    [ 78.342] (II) NOUVEAU driver
    [ 78.342] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 78.342] RIVA TNT (NV04)
    [ 78.342] RIVA TNT2 (NV05)
    [ 78.342] GeForce 256 (NV10)
    [ 78.342] GeForce 2 (NV11, NV15)
    [ 78.342] GeForce 4MX (NV17, NV18)
    [ 78.342] GeForce 3 (NV20)
    [ 78.342] GeForce 4Ti (NV25, NV28)
    [ 78.342] GeForce FX (NV3x)
    [ 78.342] GeForce 6 (NV4x)
    [ 78.342] GeForce 7 (G7x)
    [ 78.342] GeForce 8 (G8x)
    [ 78.342] GeForce GTX 200 (NVA0)
    [ 78.342] GeForce GTX 400 (NVC0)
    [ 78.342] (--) using VT number 1
    [ 78.342] (EE) [drm] KMS not enabled
    [ 78.342] (EE) No devices detected.
    [ 78.342] (EE)
    Fatal server error:
    [ 78.342] (EE) no screens found(EE)
    [ 78.342] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 78.342] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 78.342] (EE)
    Last edited by AndreasEr (2015-03-27 15:15:29)

  • MX7 Updater report error

    I have used the MX 7.01 updater to the version of
    7,0,2,137072 . Since I have run this updater I not get a when I run
    a report, error as follows:
    Measage:Report compilation error. Error at (135, 20: null
    Type: coldfusion.util.RuntimeWrapper
    I have rolled back on the production server, can anyone help
    please? I assume the new updater would contain all the lastest
    patch updates. Im not sure what to do now
    Many Thanks
    Wayne

    quote:
    Originally posted by:
    edwelch4
    I think that I found a solution. There is an update to the
    report builder to 7.0.2. I installed the updated version of report
    builder and then made a small change to the report and then saved
    and now the report works. No more error.
    Here is the link..
    http://www.adobe.com/support/coldfusion/downloads.html#cfdevtools
    The build number of the updated CF report builder is 142150.
    Give it a try...
    That was the first thing I tried... it also didn't work :(
    Anybody care to cough up 500 bucks for a support ticket? I
    can't convince people here to do it :(

  • IF Condition in a PL/SQL Script give a report error.

    Hello, I’m German and I hope you can unterstand my Question.
    First, I work with the HTML DB Version 1.6.0.0.0.87 and the Oracle Version 9.2.0.6.
    I create a SQL Report, where a PL/SQL Script return the SQL Statement for the Report. This is my source-code, I have short it...:
    Declare
    sql_str varchar(2000);
    sql_str_select varchar(1000) :=' select dim_sparte …... ';
    sql_str_from varchar(1000) := ' from faktentabelle,dim_sparte ';
    sql_str_where varchar(1000):= ' where … and faktentabelle.zeit_id = :POPUP_ZEIT ';
    sql_str_groupby varchar(1000):= ' group by dim_sparte.name, faktentabelle.zeit_id ';
    Begin
    If ( (V('POPUP_NETZGEBIET') is not NULL) and (V('POPUP_NETZGEBIET') <>
    'Alle Netzgebiete')) THEN
    sql_str_select := sql_str_select || ' ,dim_organisationseinheit.netzgebiet_name ';
    sql_str_from := sql_str_from || ' , dim_organisationseinheit ';
    sql_str_where := sql_str_where || ' and faktentabelle ... and
    dim_organisationseinheit.netzgebiet_name = :POPUP_NETZGEBIET';
    sql_str_groupby := sql_str_groupby || ' , dim_orga .... ';
    End IF;
    sql_str:= sql_str_select || sql_str_from || sql_str_where || sql_str_groupby;
    htp.print(sql_str);
    Return sql_str;
    End;
    This Script include a IF-THEN condition. The Condition is true and the sql-String-Variables are updatet.
    I can get the string with htp.print() and the Statement is OK.
    The report get a Error “report error: ORA-1403: no data found”. If I copy the printet sql String in a new Report Region with SQL String, the Report is OK. When I write IF(true) instead of IF( Condition) the Report is OK, too.
    I try ist with Varibalen V(‘name‘) and with :name. It’s always the same problem. I can’t use IF-THEN-Else Conditions in a Script.
    Please help me and say me what is the problem???
    Thanks,
    Simona

    Hi Simona,
    In the sql region below the region source see that you have " Use Generic Column Names (parse query at runtime only)" check and not " Use Query-Specific Column Names and Validate Query".
    This error you usually get when you have a mismatch in your report heading.
    Vivek
    [email protected]

  • PL/SQL function body returning SQL - report error:ORA-01403: no data found

    Hi,
    I am working on Application Express 4.0.2.00.06, and 11G database.
    I have a problem with classic report area of type - PL/SQL function body returning SQL query. Query works if I define region area as - Use Generic Column Names (parse query at runtime only), and does not when I define it - Use Query-Specific Column Names and Validate Query.
    I am getting error:
    report error:ORA-01403: no data found
    This is my query that is returned from function, and displayed with htp.p, and it works ok and returns data in SQL Developer and SQL Workshop (in Apex).
    <code>
    /* select 1 from dual */ SELECT SIFPRO, NAZIV, VODITELJ, DATPZA,SUM(DECODE(TJEDAN,'2010/46',BRDJEL,null)) as "2010/46" ,SUM(DECODE(TJEDAN,'2010/49',BRDJEL,null)) as "2010/49" ,SUM(DECODE(TJEDAN,'2010/50',BRDJEL,null)) as "2010/50" ,SUM(DECODE(TJEDAN,'2010/51',BRDJEL,null)) as "2010/51" ,SUM(DECODE(TJEDAN,'2010/52',BRDJEL,null)) as "2010/52" ,SUM(DECODE(TJEDAN,'2011/01',BRDJEL,null)) as "2011/01" ,SUM(DECODE(TJEDAN,'2011/02',BRDJEL,null)) as "2011/02" ,SUM(DECODE(TJEDAN,'2011/03',BRDJEL,null)) as "2011/03" ,SUM(DECODE(TJEDAN,'2011/04',BRDJEL,null)) as "2011/04" ,SUM(DECODE(TJEDAN,'2011/05',BRDJEL,null)) as "2011/05" ,SUM(DECODE(TJEDAN,'2011/06',BRDJEL,null)) as "2011/06" ,SUM(DECODE(TJEDAN,'2011/07',BRDJEL,null)) as "2011/07" ,SUM(DECODE(TJEDAN,'2011/08',BRDJEL,null)) as "2011/08" ,SUM(DECODE(TJEDAN,'2011/09',BRDJEL,null)) as "2011/09" ,SUM(DECODE(TJEDAN,'2011/10',BRDJEL,null)) as "2011/10" FROM (SELECT * FROM PMV_PLAN_TVRTKA) GROUP BY SIFPRO, NAZIV, VODITELJ, DATPZA ORDER BY SIFPRO, NAZIV, VODITELJ, DATPZA
    </code>
    As you can see, I even tried with workaround that I found on the previous post on the forum, and that is to put /* select 1 from dual */ to start query.
    Any help would be appriciated.

    /* select 1 from dual */ SELECT SIFPRO, NAZIV, VODITELJ, DATPZA,SUM(DECODE(TJEDAN,'2010/46',BRDJEL,null)) as "2010/46" ,SUM(DECODE(TJEDAN,'2010/49',BRDJEL,null)) as "2010/49" ,SUM(DECODE(TJEDAN,'2010/50',BRDJEL,null)) as "2010/50" ,SUM(DECODE(TJEDAN,'2010/51',BRDJEL,null)) as "2010/51" ,SUM(DECODE(TJEDAN,'2010/52',BRDJEL,null)) as "2010/52" ,SUM(DECODE(TJEDAN,'2011/01',BRDJEL,null)) as "2011/01" ,SUM(DECODE(TJEDAN,'2011/02',BRDJEL,null)) as "2011/02" ,SUM(DECODE(TJEDAN,'2011/03',BRDJEL,null)) as "2011/03" ,SUM(DECODE(TJEDAN,'2011/04',BRDJEL,null)) as "2011/04" ,SUM(DECODE(TJEDAN,'2011/05',BRDJEL,null)) as "2011/05" ,SUM(DECODE(TJEDAN,'2011/06',BRDJEL,null)) as "2011/06" ,SUM(DECODE(TJEDAN,'2011/07',BRDJEL,null)) as "2011/07" ,SUM(DECODE(TJEDAN,'2011/08',BRDJEL,null)) as "2011/08" ,SUM(DECODE(TJEDAN,'2011/09',BRDJEL,null)) as "2011/09" ,SUM(DECODE(TJEDAN,'2011/10',BRDJEL,null)) as "2011/10" FROM (SELECT * FROM PMV_PLAN_TVRTKA) GROUP BY SIFPRO, NAZIV, VODITELJ, DATPZA ORDER BY SIFPRO, NAZIV, VODITELJ, DATPZA

  • Invoce Aging Report - Error

    Hi Team,
    I'm trying to run Invoice Aging report. When I'm running this it's erroring out. Here I'm posting log file
    Receivables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXRAXINV_SEL_SE module: XXXXX Invoice Print Selected Invoices OBA
    Current system time is 20-JUL-2012 11:05:28
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_cust_trx_class='INV'
    p_cust_trx_type_id='1'
    p_trx_number_low='10040'
    p_trx_number_high='10040'
    p_customer_id='10041'
    p_open_invoice='Y'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='N'
    p_message_level='10'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Enter Password:
    MSG-00100: DEBUG: AfterPForm_Trigger +
    MSG-00100: DEBUG: Multi Org established.
    MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
    MSG-00103: lp_trx_date_clause = and a.trx_date = a.trx_date
    MSG-00100: DEBUG: BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG: P_Choice: SEL
    MSG-00100: DEBUG: Choice is other than ADJ, setting ORDER BY.
    MSG-00100: DEBUG: AfterPForm_Trigger -
    MSG-00100: DEBUG: BeforeReport_Trigger +
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG: Organization Id: 86
    MSG-00100: DEBUG: BeforeReport_Trigger -
    MSG-05000: DEBUG: Trx No... 10040
    MSG-43749: There is no remit to address defined for country IT and state .
    REP-1419: '': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00100: DEBUG: BeforeReport_Trigger +
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG: BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG: Organization Id: 86
    MSG-00100: DEBUG: BeforeReport_Trigger -
    MSG-05000: DEBUG: Trx No... 10040
    MSG-43749
    Report Builder: Release 10.1.2.3.0 - Production on Fri Jul 20 11:05:30 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Environment
    Application: 12.1.3(OBA)
    OS: Linux 5 - 64 bit
    Please do the needful.
    Thanks
    Rk
    Edited by: user11157039 on Jul 20, 2012 12:47 PM

    MSG-43749: There is no remit to address defined for country IT and state .Troubleshooting Remit To Address in Oracle Receivables [ID 1101855.1]
    Transactions Workbench: Field Defaulting Logic [ID 1413565.1]
    REP-0069: Internal errorARXAGE Aging 4 Bucket Report Errors REP-0069 Internal Error [ID 1321276.1]
    Invoice Aging Report Errors With Rep-1419 Rep-57054 Rep-0069 [ID 1340456.1]
    'Aging - 7 Buckets Report' ARXAGSW Fails with ORA-01722 [ID 1061714.1]
    R12: Some Payables Reports Not Working. Same Errors In Log File: REP-1419, REP-0069, REP-57054 [ID 818320.1]
    Thanks,
    Hussein

  • No data found report error

    when i create a report based on a region source query, it displays fine. However the report attributes are weird just displaying column1, column2 and so on as the column details.
    When i change the report back to Use Query-Specific Column Names and Validate Query instead of Use Generic Column Names (parse query at runtime only), the report breaks. The error message report error:
    ORA-01403: no data found is displayed.
    Why is that when i know the report ran successfully with the same query

    It's a sql query i use to build the report. I dont know about session states. Here is the source. It searches data across multiple columns using a search textbox that works. The query worked well before the change.
    SELECT Issues.Issue_ID, Issues.Title, Issues.Initial_Issue_Description Description, staff.Developer_name Staff_Assigned, Priority_Codes.Priority_Code, Status_Codes.Status_Code,
    Systems.SYSTEM, Modules.Module_Name, Sub_Modules.Sub_Module_Name , Issues.Application_Version,
    Issues.Date_Logged, Issues.Created_By, Issues.Target_Date, Issues.Tar_Number, Issues.Last_Updated_By, Issues.Last_Updated_Date,
    Issues_Responses.Issue_Detail, Issues_Responses.Issue_Detail_Author
    FROM USD_ISSUES Issues,
    USD_ISSUE_RESPONSES Issues_Responses,
    USD_ISSUE_ASSIGN Issues_Assign,
    USD_DBINSTANCES DBInstances,
    USD_STATUS_CODES Status_Codes,
    USD_PRIORITY_CODES Priority_Codes,
    USD_SYSTEMS Systems,
    USD_MODULES Modules,
    USD_SUB_MODULES Sub_Modules,
    USD_STAFF Staff
    WHERE Issues_assign.Staff_id = Staff.Staff_ID (+)
    AND issues.priority_code_Id= priority_codes.priority_Code_id (+)
    AND issues.Status_Code_id = status_codes.Status_code_id (+)
    AND issues.instance_ID = dbinstances.INSTANCE_ID (+)
    AND issues.system_ID = systems.system_id (+)
    AND issues.module_id = modules.module_id (+)
    AND issues.sub_module_Id = sub_modules.sub_module_id (+)
    AND Issues.Issue_ID = Issues_Responses.Issue_id (+)
    AND issues.issue_id = issues_assign.issue_id (+)
    AND (:P24_SEARCH IS NULL OR
    INSTR(UPPER(TITLE) ||'/'||UPPER(PRIORITY_CODE)||'/'||UPPER(INITIAL_ISSUE_DESCRIPTION) ||'/'||UPPER(STATUS_CODE)||'/'||UPPER(issues.CREATED_BY), UPPER(:P24_SEARCH)) > 0)
    order by title;;

Maybe you are looking for

  • Error while uploading commodity codes in VEU4

    Hello I am trying to upload around 200 commodity codes for MM through VEU4. Initially i got the following error Maintain the length of the comm.code / import code no. in table T609S for the country PK Message no. EI025 But then I configured length fo

  • Query regarding the conversion of DME file in MT940 format.

    Hello Experts, I have a query regarding the generation of MT940 file after generating the payment file from other DME tree. After completion of payment run, my payment file is generated in the DME format which is according to the DME tree. I want to

  • Exposing properties in mxml components

    I am tring to figure out how to create a property in a component so that I can set said property in the instance via mxml. For example, I have an Group mxml component with a label and a text field.  I want to be able to set the text property of the l

  • Do sub classes get their own copy of base class static members?

    Hi, I am sub classing a certain classwhich has a static member boolean used for status updating. I have two sub classes, each needing its own static copy of the boolean. Do they get their own copy, or must I redeclare the member in each sub class? AC

  • Restarting music from last played after turn off!!

    Has anyone been able to figure out how to resume playback of shuffled music after turning off the ipod touch?? When U turn mine off or the battery runs out I have to start the shuffle from the beginning again. Really annoying isn't it?? Are there any