Selecting againt individual number and a range of numbers

I have a users who inputs 1400 individual material numbers in the selection screen of a query and then 2 ranges of material numbers. The query bombs out with the following error, "<internal error> Receiving from the BW server failed BW server raised exception:System_Failure Do you want to see more information?"
My first thought is who in their right mind would insert 1400 individual material numbers.  But the report runs fine with the 1400 individual numbers.  It when you add a range to the selection with the individual numbers that a problem occurs. 
Has anyone had this problem?  Or does anyone have any advise on how to correct this problem?

I've narrowed it down even further.  I can insert 100 materials with to selections.  Everything is ok.  I run it with 200 materials and the same 2 selections.  NOT OK.  Then I tried with only 1 of the selection ranges NOT OK.  If I run just the 200 Material it's OK.  I went to st22 and got the error:
An exception that could not be caught occurred.
What happened?
The exception 'CX_RSR_X_MESSAGE' was raised but was not caught at any stage in
the
call hierarchy.
Since exceptions represent error situations, and since the system could
not react adequately to this error, the current program, 'SAPLRRMS ', had to
be terminated.
Any Ideas?

Similar Messages

  • Page number and page range have disappeared from print dialog

    Hello, suddenly in Firefox the print dialog is odd. There are no longer options on the main box for page range and # of pages to print, and many of the other options in the pull down are just blank. This happens with more than one printer, and NOT with those printers in Acrobat, Word etc. so I'm pretty sure it's Firefox. I am in Mac 10.6.8 with the latest Firefox 18.0.1. Thank you.

    Do you mean that that window is cut off like in your screenshot?
    Try to disable hardware acceleration in Firefox.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • Random number within TWO ranges

    Is there anyway to select a random number within TWO ranges ? For example, a random number between the range (10 to 50) OR (100 to 200).
    Thank you !

    This is a simple class that produces a number between a range:
    class RandomRange
    static java.util.Random random= new java.util.Random();
    *    Return an int between n1 and n2
    static int getIntBetween(int n1, int n2) // n2 must be greater than n1 or n2-n1 must be positive
    // get random number between 0 and the range(n2 - n1)
    int result= random.nextInt(n2- n1);
    // plus the offset
    result += n1;
    return result;
    // return random.nextInt(n2 - n1) + n1;
    // the result is n2 exclusive, to make it inclusive return (result + 1)
    *    Return a double between d1 and d2
    static double getDoubleBetween(double d1, double d2)
    return random.nextDouble()*(d2 - d1) + d1;
    // d1 and d2 can be any value
    *    Return a float between f1 and f2
    static float getFloatBetween(float f1, float f2)
    // similar
    }----------------------------------

  • Query to find first and last call made by selected number for date range

    Hi,
    query to find first and last call made by selected number for date range
    according to filter:
    mobile_no : 989.....
    call_date_from : 25-april-2013
    call_date_to : 26-april-2013
    Please help

    Hi,
    It sounds like you want a Top-N Query , something like this:
    WITH    got_nums   AS
         SELECT     table_x.*     -- or list columns wanted
         ,     ROW_NUMBER () OVER (ORDER BY  call_date      ) AS a_num
         ,     ROW_NUMBER () OVER (ORDER BY  call_date  DESC) AS d_num
         FROM     table_x
         WHERE     mobile_no     = 989
         AND     call_date     >= DATE '2013-04-25'
         AND     call_date     <  DATE '2013-04-26' + 1
    SELECT  *     -- or list all columns except a_num and d_num
    FROM     got_nums
    WHERE     1     IN (a_num, d_num)
    ;This forum is devoted to the SQL*Plus and iSQL*Plus front ends. This question doesn't have anything to do with any front end, does it? In the future, you'll get better response if you post questions like this in the PL/SQL.
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the SQL forum FAQ {message:id=9360002}

  • I have model series KX TG7641 /w 5 phones.... My questions:  1. Can the directory of phone numbers with in my iPhone be transferred to the Panasonic and retain the individual number designations; i.e., "home-moblie-work-etc"?  2. Can I use the manual sele

    I have model series KX TG7641 /w 5 phones....
    My questions:
    1. Can the directory of phone numbers with in my iPhone be transferred to the Panasonic and retain the individual number designations; i.e., "home-moblie-work-etc"?
    2. Can I use the manual select on the Panasonic to selectively transfer numbers from my iPhone?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Has any of this been tried?
    FYI, there are no viruses that affect iOS unless the device has been hacked or jailbroken, in which case they cannot be discussed here.

  • If my phone service is disconnected, can I still use the number to iMessage? Under my setting in iMessages it only allows me to select my linked emails and the telephone number is there but grayed out and i can't seletect it !

    If my phone service is disconnected, can I still use the number to iMessage? Under my setting in iMessages it only allows me to select my linked emails and the telephone number is there but grayed out and i can't seletect it ! It wont activate. I just recentely got AT&T.  When I had verizon before and my phone got disconnected it allowed me to still iMessage off my number.

    If your phone service is disconnected, it's not your number any more.
    If you "just got AT&T", how can it be disconnected?

  • How do I select notes in a given velocity range and fix them to a new value

    Hello. How do I select notes in a given velocity range and fix them to a new value? I believe you can do this with the Transform window, but I can't figure it out. I can select ALL the notes and fix them to a value. But I want to select the notes within a range (and there are many) and fix them to a new value. Thanks for your help.

    The transform window will also select, as well as operate.
    Select Notes = Velocity within 20 > 40 (or whatever) and click Select only.
    You've just selected all notes within that velocity range. You can now use different transform criteria to "Operate" only on that selection, or use the other editors with those notes selected.
    For more on transform:
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-1.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-2.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-2a.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-3.html

  • My iMessage is showing my email instead of my number and when I go in to change it and when I try selecting my number it won't let me only my email is a choice some please helpp

    Help my iMessage isn't working because my email is only showing as my thing to where people can contact me instead of my number. I'm new to the whole iphone team and I really need help. I tried the whole going into settings and selected my phone number but it won't let me and I need to verify my phone number as a place where people can reach me and I have no idea how so can anyone please help me?

    When registering an iPhone with iMessage and FaceTime, the phone number is registered automatically along with your Apple ID email address.
    Settings > Messages > Send &amp; Receive.
    What is available below the you can be reached by IMessage at and the start new conversations from sections?

  • How to select, with a SUD DIALOG, the range and the trace data to import from citadel

    Hello,
    I use DIAdem to generate reports from Citadel and I would like to create a script which asks the user to select data and it's corresponding range to import it from citadel. The script should display a dialog box (sud dialog), the user will choose the data and the range. 
    I would like to know if a function exists because up to now, I have not found anything suitable for this.
    In my search i found this (see answer from Brad Turpin) http://forums.ni.com/ni/board/message?board.id=60&message.id=985&requireLogin=False
    But I don't know how to automatize it with sud dialog
    I am looking for information and examples on the subject.
    Thanks

    Hello,
    I changed the data base path, when I run the script an error message appeared (see attached file). When I look the dataportal files, I see that the complet data is charge and not a window (see attached file). have you any idee?
    Attachments:
    error load citadel function.pdf ‏455 KB
    view.pdf ‏279 KB

  • TS1702 My iMessage is only allowing me to select messages to be sent and received from my email. If my number is an option, but it will not let me select my number, how do I get the iMessages to be sent to my number and not my email?

    My iMessage is only allowing me to select messages to be sent and received from my email. If my number is an option, but it will not let me select my number, how do I get the iMessages to be sent to my number and not my email?

    Try ejecting your iphone from iTunes and then close iTunes. Now retry. Hope this helps.

  • How to select the 5 most maximumst number and the 5 most minumumst number?

    Dear All,
    I draw a program. That is every loop the random number.vi create a number. I want to update the data in every loop to display the first 5 maximum number and the minumum.
    I don't know how to do it. Could you please give me some suggestions.
    Every reply is thankful.
    My LabVIEW version is 7.1
    Thanks!
    Hugo
    Attachments:
    max&min.vi ‏12 KB

    Hi Hugo,
    try those steps:
    1) make a loop with 2 shift registers, initialized with arrays of 5 elements, set to 0.5 each
    2) in the loop you append those two arrays containing 5 elements and the new random number (range 0...1)
    3) sort the resulting 11 element array
    4) take the first 5 for the 5 "smallest values" and the last 5 for "biggest values" and feed them into the corresponding shift register
    5) next iteration!
    Message Edited by GerdW on 08-13-2007 09:20 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • After loading the new OS now my songs do not play correctly. Titles are wrong on songs and it just doesn't play certain songs in random play or even if you select them individually. What's up? Kind of frustrating!!!

    After loading the new OS my songs do not play correctly, is anyone else having this issue? Titles are wrong on songs and it just doesn’t play certain songs in random play or even if you select them individually. What’s up? Kind of frustrating!!!

    I had the same issue.  In fact I posted it yesterday, but didn't get any replies.  I physically synched my phone to PC iTunes.  on the PC, under the phone/music tab, I unchecked the synch music box and then the apply button to remove all of the music from my phone.  Then once that synch finished, I went back and selected all music, and synch music and apply to put it back on to the phone.  So far, I haven't had an issue again, but I also haven't listened very long.  Hope this helps!

  • Can't select number and type of tracks from drop down menu!

    When I create an empty project you are supposed to be able to select the number and type of tracks you want from a drop down menu. This menu worked when I opened logic for the first time. In subsequent new projects this window does not drop down fully and I'm unable to make any selections!
    Can anyone help?

    Thanks for your replies.
    I tried Eriksimon's solution which worked the first time i re-opened Logic, but reverted back to how it was everytime after that!
    As you'll know when you launch Logic you get prompted to choose a template, so i slect empty project, then when the main window opens you're prompted with New Tracks drop down/pop out box. What I should get is a choice of Type - Audio, Software Instrument and External MIDI with another section underneath with Format, Input, Output etc... All i get is Number of tracks to choose and External MIDI as the only option! Even if i create the track any subsequent tracks are all External MIDI, no other options!
    When i installed Logic i left off the Jam packs as i'm short on HD space at the minute, i don't think this would be the cause but it's the only thing i've left out of the installation. If i have to re-install i will, but it took nearly 2 hours!

  • HT204406 on ios 6.0 iphone4: Now the device was lost to download individual tracks selectively and completely lost the ability to delete individual tracks and albums from the device. its so BAD (((

    on ios 6.0 iphone4:
    Now the device was lost to download individual tracks selectively and completely lost the ability to delete individual tracks and albums from the device.
    its so BAD (((

    It seems that I have solved my issue by performing a full factory reset (erasing all content, something which I had hoped to avoid) restoring from an iCloud backup did not alleviate the issue, I had to set up as a new iPad.
    Hopefully anyone else else who has this issue in the future will be able to find this.

  • HT201210 Contact List Problem.   I have duplicates on my iPhone.  I turned off my Contact and selected "Delete Contacts"  Most of the contacts were deleted but about 120 were left on my phone.   I've tried selecting individual contacts and deleting them,

    Contact List Problem.   I have duplicates on my iPhone.  I turned off my Contact and selected "Delete Contacts"  Most of the contacts were deleted but about 120 were left on my phone.   I've tried selecting individual contacts and deleting them, No Go. 
    Can anyone help?   How do I get rid of these contacts so I can re-synch my iPhone. 

    I have exactly the same problem on my ipad. It is happening on only some contacts but, as with you, when I delete one of the contacts on the ipad, the second ipad contact and the contact on the imac are also deleted. This is even the case when I have differentiated the two contacts on the ipad and can see the one I have deleted on the ipad is not the same one as is then deleted on the imac.

Maybe you are looking for

  • Thumb nails have red X

    After sending clips from FCP the first 50 clips in the timeline display a thumbnail and the last 50 display a red X although they do play properly. I've tried to reconnect the media but that doesn't seem to rectify the situation. Also, I can't seem t

  • Configuring a JNDI ressource in the web.xml file

    Hi, does someone know if there is a way to configure a JNDI ressource with its parameters only in the web.xml file ? In my case, the JNDI ressouce is an oracle database an its conenction paramters: driverClassName, username, password, etc... Actually

  • Bootable backup?

    I am trying to create a bootable backup of my mac hard drive.  I attached a USB hard drive to my mac mini 2012.  Then I GUID partitioned it, cloned my internal drive to the external (using carbon copy cloner), and confirmed all the data made it over.

  • CR2 files wont open on CS6

    I just downloaded some RAW CR2 files from my EOS 6D and tried uploading onto CS6 but I got a pop up saying the file cannot be opened using CS6 HOWEVER, CR2 files from my 5D MARK II opens just fine. Can someone please help me understand why this is?

  • Material Split(Disassemble)

    Dear Expert. After one material was stocked (GR), the worker splited the material into two materials. (It is reverse of  subcontract) That is. 1) GR : AB Material 1Qty. 2) Split : AB Material  issue 1Qty              A Material GR 1 Qty