SELECT...where ROWNUM 1 doesn't work??

Hi all,
We're working to try to eventually update some rows on a table that an application has threads processing.
We're trying to basically update the value of one field it uses to 'mark' which is owned by that process.
while doing this, we were trying to just reset this field on some rows above where it is working. We tried using rownum.
This didn't work, so in trying to troubleshoot...we tried just a basic select to see if it would return any values to make sure rownum would work (dunno why it wouldn't).
If I try the following I get weird results
select count (*) from table1.
Returns like 13000 rows for a count.
I do this
select count (*) from table1 where rownum > 1
I get no rows.
The table has 13000 rows in it....
Now, if I do something like a select col1 from table1 where rownum < 10,
I get 9 rows...
I'm puzzled by this...
This originally came up with trying to update like I said, and was trying to do something like:
update table1 set field1 = 'value' where rownum between 1000 and 3000;
No rows updated.
I've not played with rownum in awhile, can someone give me some insight on what is going on here, or some links to info?
Thanks in advance,
cayenne

Keep in mind, rownum is query pseudo-column given row number in the outpup result.
I'll try to resume what Oracle is doing when testing rownum>1 :
1. based on your where clause, Oracle will retrieve one row, rownum=1 (because it is the first row returned), test if it is >1, it is not, then don't get this row, then rownum go back to its previous value, 0
2. Oracle will retrieve an other row, rownum=previous value(=0) + 1=1 (because no rows have been returned yet), test if it is >1, it is not, then don't get this row neither, then rownum go back to its previous value, 0
3. see the 2 point
4. finally, no of the row is returned because rownum is always stuck to "0"
Nicolas.

Similar Messages

  • Odd scenario where type inference doesn't work

    I've come across an odd scenario where type inference doesn't work and instead I'm greeted with a message:
    incompatible types
    found : java.lang.Object
    required: java.util.Set
    Here's the scenario (built with JDK6, javac):
    public class GenericTest {
         public static void test() {
              Set testList = GenericTest.method1(new Class[] { ArrayList.class });
         public static <I> I method1(Class<List>[] params) {
              return null;
    }Yet when I remove the type information from the method1 params, the class builds.
    public class GenericTest {
         public static void test() {
              Set testList = GenericTest.method1(new Class[] { ArrayList.class });
         public static <I> I method1(Class[] params) {
              return null;
    }Why would removing the type information from the parameter have any effect whatsoever on the return type?

    ilmaestro wrote:
    Though casting the parameter as you mentioned resolves the error (because it eliminates the generic), it still doesn't explain why changes to the parameter effect an error message having to do with the return type.It is due the call to the method with the "erased" type Class[] (not a Class<?>[], for example) and a return type resolution. Unchecked conversion (from the raw type to the parametrized type) is applied to the method argument and the return type of the method is determined as an erasure of the declared return type (JLS 3rd edition, [Method Result and Throws Types|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.12.2.6], first bullet, second sub-bullet). Erasure of the return type is a java.lang.Object, which is incompatible with the java.util.Set.
    In the second example, method parameter is already a raw type, and unchecked conversion is not required. The return type of the method is I and is correctly inferred to the java.util.Set.
    If the method is called with a non-raw type, then return types are inferred correclty. For example, following code compiles fine.
    public class GenericTest {
      public static void test() {
        Set testList = GenericTest.method1((Class<List>[]) (new Class[] { ArrayList.class }));
      public static <I> I method1(Class<List>[] params) {
        return null;
    }This example is not "correct" due to the cast to Class<List>[], because such array can't contain Class<ArrayList> as an element (Class<ArrayList> is not a child of Class<List>). And this makes definition Class<List>[] almost useless, because such array should contain only List.class values.

  • [SOLVED] LXDM not saving selected session,Default session doesn't work

    Hello,
    I'm trying to use LXDM to start my desktop. However, every single time I log in, I have to tell it to use XFCE as my session.
    Even if I choose it manually, after logout/login it just resets to "Default session" (which doesn't work: just drops back to LXDM).
    I looked everywhere in my home directory and not found any place where it stores the session.
    Any ideas? lxdm 0.4.1-8, xfce 4.8, x86-64 Arch Linux.
    Thanks.
    Last edited by Renan Birck (2012-04-02 21:06:42)

    It's the default, except that I enabled autologin (which doesn't work due to the problem I describe in my post).
    [base]
    ## uncomment and set autologin username to enable autologin
    autologin=renan
    ## uncomment and set timeout to enable timeout autologin,
    ## the value should >=5
    # timeout=10
    ## default session or desktop used when no systemwide config
    # session=/usr/bin/startlxde
    ## uncomment and set to set numlock on your keyboard
    # numlock=0
    ## set this if you don't want to put xauth file at ~/.Xauthority
    # xauth_path=/tmp
    ## greeter used to welcome the user
    greeter=/usr/lib/lxdm/lxdm-greeter-gtk
    [server]
    ## arg used to start xserver, not fully function
    # arg=/usr/bin/X -background vt1
    [display]
    ## gtk theme used by greeter
    gtk_theme=Clearlooks
    ## background of the greeter
    # bg=/usr/share/backgrounds/default.png
    ## if show bottom pane
    bottom_pane=1
    ## if show language select control
    lang=1
    ## if show keyboard layout select control
    keyboard=0
    ## the theme of greeter
    #theme=Archlinux
    [input]
    [userlist]
    ## if disable the user list control at greeter
    disable=0
    ## whitelist user
    white=
    ## blacklist user
    black=

  • Where used list doesn't work for global data

    Hi,
    When i try to do where used list on a constant in an include, it doesn't give the results for classes.
    The class contains the include in a method that uses the constant, and the where used list for that constant doesn't find the appearance of the constant in the class.
    I tried to look for oss note that solves the problem but i couldn't find any.

    I tried to update the navigation index but it still doesn't work. from my debuging i found out that it just doesn't look in classes, all classes. I mean even in the where used itself there is not an option for used in classes. I checked it and it's a generic problem of the where used list for global data.
    Edited by: Cohen Lior on Apr 14, 2010 6:52 PM

  • Selecting with colour range doesn't work properly

    Well, at least to me it doesn't work properly.  If I have elements on seperate levels and I use the colour range option to select the area, it works on all the levels, not just the level I have selected.  That's not what I want!  I only want it to select the colour range on that one level.  The work around is to manually turn off other levels, but on a  file with lots of levels, that can be tedious.  Can this be avoided?  Incidentally, magic wand works only on the selected level, but not colour range (or color range, if you are American).

    Aha! You are correct. Layers above the target layer are still being sampled when sampling is at "Current Layer".
    That has to be a bug. The Eye Dropper Tool itself does work correctly, though.
    I'm about to report another problem, so I'll report this one, too.
    Edit: Looking again, I don't think there is a bug.
    It seems to not be that the higher layer is seen when sampling "Current Layer", which is correct and the same as when the Eye Dropper Tool itself is use. However, the pixels of the visible composite are then evaluated to determine the regions to be selected. I guess that's correct behaviour and you will have to do the Alt-click on eye trick to completely ignore all other layers.

  • "Would you like iTunes to choose a selection of songs?" Doesn't work for me

    Having a 4GB ipod mini and a library of more than 7,000 songs, I've had to learn to put up with changing sizes of multiple playlist before every sync until I was able to get 3 or 4 of them in my ipod the way I wanted it. So I had high expectations for the new "Automatically fill free space with songs" option in iTunes 9, but what a disappointment...what I thought this option would do for me was to let me check 3 or 4 of my playlists without having to worry about their size anymore, then iTunes would select some songs from those playlists until it filled the available space on my ipod, instead iTunes lets me know that my playlists won't fit and asks me whether I want iTunes to choose a selection of songs, then if I say yes, it just goes ahead and does a completely random selection out of my entire library, disregarding my selected playlists completely... is it just me or wouldn't it been better to fill the ipod with a selection of songs from the checked for sync playlists?

    Yes, it still works to select a number of songs and drop it onto the left hand source list either on top of where it says "Playlists" or on the edge so that it doesn't add the selection to an existing playlist. That is how I am currently building my playlists. The keyboard shortcut would speed up this process tremendously.

  • Dynamic Linq with Where and ObjectParameter doesn't work

    Hello !
     I have this code :
    Imports System.Linq.Dynamic
    Dim mylist As IQueryable(Of Myobject)
    Dim ob1 As New List(Of ObjectParameter)
    Dim dynstr as string=string.empty
    dynstr += "it.id= @id"
    ob1.Add(New ObjectParameter("id", 26))
    mylist=context.MyObjects.Where(dynstr,ob1.ToArray()).Tolist
    I'm expecting that MyList contain only 1 object with id=26 , but MyList contains all the objects inside MyObjects. So it seems that the Where clause has no effect.
    And it's strange because if i change the dynstr to simply dynstr+="it.id=26" , everything works ok . It seems that the objectparameter list "doesn't communicate" with dynstr.?????????
    What's wrong ? Thank you !

    apology for not understanding your question correctly.
    " It seems that the objectparameter list "doesn't communicate" with dynstr.?????????"
    probably you have to change
    mylist=context.MyObjects.Where(dynstr,ob1.ToArray()).Tolist
    to below perhaps? since obj1 is already a collection.  i have not tried it though.
    mylist=context.MyObjects.Where(dynstr,ob1).Tolist
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Select Granted By Role Doesn't Work

    Oracle 11.1.0.7.0 running on AIX
    This is crazy I don't know why it is happening or even how it is happening but when I grant a role to a user they still cannot select from the granted tables & views.
    CREATE ROLE RETROMAN_USERS NOT IDENTIFIED
    GRANT SELECT ON YBP.DDA_STATUS_CODES TO RETROMAN_USERS
    GRANT SELECT ON YBP.DEMAND_DRIVEN_ACTIVITY TO RETROMAN_USERS
    GRANT SELECT ON YBP.V_DDA_STATUS_CODES TO RETROMAN_USERS
    GRANT SELECT ON YBP.V_DEMAND_DRIVEN_ACTIVITY TO RETROMAN_USERS
    GRANT RETROMAN_USERS TO SABEL WITH ADMIN OPTION
    GRANT RETROMAN_USERS TO CKING
    GRANT RETROMAN_USERS TO FCROWELL
    GRANT RETROMAN_USERS TO HCAMPBELL
    GRANT RETROMAN_USERS TO LJOHNSON
    GRANT RETROMAN_USERS TO RWILLIAMS
    GRANT RETROMAN_USERS TO LMONTCALM
    When I try to Select * from ybp.Demand_Driven_Activity as hcampbell I get a "table or view does not exist" error. where other users can get results using the same query. Any ideas? I am completely out of them. I am not a DBA and our company doesn't employ a DBA - scary huh. Any help would be greatly appreciated.
    Scott

    OK, the user cannot select from the table...
    $ sqlplus hcampbell@devorcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 07:51:33 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from ybp.demand_driven_activity;
    select * from ybp.demand_driven_activity
    ERROR at line 1:
    ORA-00942: table or view does not exist-----
    Let's grant the role and verify that the role is assigned and what privileges it has.
    oracle@qa:/home/oracle
    $ sqlplus sabel@devorcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 07:53:21 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> grant retroman_users to hcampbell;
    Grant succeeded.
    SQL> select * from DBA_ROLE_PRIVS where grantee = 'HCAMPBELL';
    GRANTEE                        GRANTED_ROLE                   ADM DEF
    HCAMPBELL                      YBPREGUSER                     NO  YES
    HCAMPBELL                      OOPS                           NO  YES
    HCAMPBELL                      YBPENDUSER                     NO  YES
    HCAMPBELL                      RETROMAN_USERS                 NO  NO-----
    The role does exist (I think) and has the following permissions
    SQL> set linesize 132
    SQL> Select * from role_tab_privs Where   role = 'RETROMAN_USERS';
    ROLE                           OWNER                          TABLE_NAME                     COLUMN_NAME
    PRIVILEGE                                GRA
    RETROMAN_USERS                 YBP                            DEMAND_DRIVEN_ACTIVITY
    SELECT                                   NO
    RETROMAN_USERS                 YBP                            V_DEMAND_DRIVEN_ACTIVITY
    SELECT                                   NO
    RETROMAN_USERS                 YBP                            DDA_STATUS_CODES
    SELECT                                   NO
    ROLE                           OWNER                          TABLE_NAME                     COLUMN_NAME
    PRIVILEGE                                GRA
    RETROMAN_USERS                 YBP                            V_DDA_STATUS_CODES
    SELECT                                   NO
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options-----
    sys can't see the role though - but that may be normal...
    $ sqlplus sys@devorcl as sysdba
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 08:30:34 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> Select * from role_tab_privs Where   role = 'RETROMAN_USERS';
    no rows selected-----
    The user still cannot select from the table
    $ sqlplus hcampbell@devorcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 08:39:46 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from ybp.demand_driven_activity;
    select * from ybp.demand_driven_activity
    ERROR at line 1:
    ORA-00942: table or view does not exist-----
    let's try to make it a default role....
    $ sqlplus sabel@devorcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 08:42:59 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> ALTER USER HCAMPBELL DEFAULT ROLE YBPREGUSER, OOPS, YBPENDUSER, retroman_users;
    User altered.
    SQL> exit-----
    after the user logs out and then back on, now user can access the table.
    oracle@qa:/home/oracle
    $ sqlplus hcampbell@devorcl
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Aug 22 08:47:57 2012
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> Select Count(1) from ybp.demand_driven_activity;
      COUNT(1)
        161295If I remove the retroman_users from the default role I can still access the table until I log out and then back in so it must have something to do with default roles. I don't know why I didn't see this before but the other users that were granted the retroman_users role and could access the table had their default role set to ALL. Sorry, I didn't give you all the information that you needed to help me, this might have helped:
    CREATE USER HCAMPBELL
      IDENTIFIED BY h
      DEFAULT TABLESPACE DATASMALL
      TEMPORARY TABLESPACE TEMP
      PROFILE DEFAULT
      ACCOUNT UNLOCK
      -- 4 Roles for HCAMPBELL
      GRANT YBPREGUSER TO HCAMPBELL
      GRANT OOPS TO HCAMPBELL
      GRANT YBPENDUSER TO HCAMPBELL
      GRANT RETROMAN_USERS TO HCAMPBELL
      ALTER USER HCAMPBELL DEFAULT ROLE YBPREGUSER, OOPS, YBPENDUSERI guess I need to read more about Default Roles. Sorry for my belligerent responses.

  • Select Tool (blk arrow) doesn't work correctly-illustrator cs2

    Hi, all.
    when you click on an object with black arrow, it converts to free transform automatically.
    so as many people might do, I used black arrow to re-size or rotate etc etc. rather than using free transform tool.
    but it suddenly not working. Did I press wrong key by accident or something?
    Thank you

    sugene yoo,
    >but it suddenly not working. Did I press wrong key by accident or something?
    Actually, assuming the Selection Tool now selects, it started working, so you must have pressed the right key or something.

  • XPATH select where an attribute doesn't exist

    Hi All,
    How can I select out an element where an attribute does not exist?
    eg:
    <Item Block="MYBLOCK">
    <Properties>
    <Property Name="ScrollbarXPosition">5542</Property>
    <Property Name="ScrollbarYPosition">903</Property>
    <Property Name="RecordVisualAttributeGroupName">EMPHASIZE</Property>
    </Properties>
    </Item>
    <Item Block="MYBLOCK" Name="ITEM1">
    <Properties>
    <Property Name="RecordVisualAttributeGroupName">CG$TEXT_ITEM</Property>
    <Property Name="VisualAttributeName">CG$TEXT_ITEM</Property>
    <Property Name="PromptVisualAttributeName">PROMPT_NORMAL</Property>
    </Properties>
    </Item> What I would like to do is select the Elment RecordVisualAttributeGroupName from the first elements where the Item Block="MYBLOCK" and Name is NULL. I've had a look through XPATH and can't find the function.
    Something along the lines :
    Item[@Block='MYBLOCK' and Name IS NULL]/Properties/Property [@Name='RecordVisualAttributeGroupName']/text()"regards,
    Steve

    Hello Steve,
    How about:
    Item[@Block='MYBLOCK' and (not(@Name) or @Name='')]/Properties/Property[@Name='RecordVisualAttributeGroupName']/text()You can try it out against the following document:
    <root>
         <Item Block="MYBLOCK">
              <Properties>
                   <Property Name="ScrollbarXPosition">5542</Property>
                   <Property Name="ScrollbarYPosition">903</Property>
                   <Property Name="RecordVisualAttributeGroupName">EMPHASIZE</Property>
              </Properties>
         </Item>
         <Item Block="MYBLOCK" Name="ITEM1">
              <Properties>
                   <Property Name="RecordVisualAttributeGroupName">CG$TEXT_ITEM</Property>
                   <Property Name="VisualAttributeName">CG$TEXT_ITEM</Property>
                   <Property Name="PromptVisualAttributeName">PROMPT_NORMAL</Property>
              </Properties>
         </Item>
         <Item Block="MYBLOCK" Name="">
              <Properties>
                   <Property Name="RecordVisualAttributeGroupName">CG$TEXT_ITEM</Property>
                   <Property Name="VisualAttributeName">CG$TEXT_ITEM</Property>
                   <Property Name="PromptVisualAttributeName">PROMPT_NORMAL</Property>
              </Properties>
         </Item>
    </root>Using the following code:
    import java.io.FileReader;
    import oracle.xml.parser.v2.DOMParser;
    import oracle.xml.parser.v2.XMLDocument;
    import oracle.xml.parser.v2.XMLElement;
    import org.w3c.dom.NodeList;
    public class Demo {
        public static void main(String[] args) throws Exception {
            FileReader fileReader = new FileReader("sample.xml");
            DOMParser parser = new DOMParser();
            parser.parse(fileReader);
            XMLDocument document = parser.getDocument();
            XMLElement rootElement = (XMLElement) document.getDocumentElement();
            NodeList result = rootElement.selectNodes("Item[@Block='MYBLOCK' and (not(@Name) or @Name='')]/Properties/Property[@Name='RecordVisualAttributeGroupName']/text()");
    }-Blaise

  • Two select commands in one item doesn't work?

    I've created an item in a region which contains one select sentence which goes like:
    select sum(r.amount * price.prices * re.sats * ac.sats)
    from registration r, pricetype price, ressoucecostdriver re, activitycostdriver ac
    where
    r.art_art_id = price.art_art_id
    and r.activity_activity_id = 42
    and re.ressourcecostdriver_id = 47
    and ac.activitycostdriver_id = 53;
    to that sentence I need to add the following select sentence as a sum of this one and the previous select sentence
    select sum(r.amount * price.prices)
    from registration r, pricetype price
    where
    r.art_art_id = price.art_art_id
    and r.activity_activity_id = 22
    So what I really need is the sum (sum(r.amount * price.prices) + sum(r.amount * price.prices * re.sats * ac.sats)) so to say, but without the where sentences is the same.
    I've tried to "rename" the last select sentence to somthing like
    select sum(rr.amount * priceprice.prices) to avoid the where constraints to apply for both of the select sentences, but that doesn't work apparently.
    Can anyone help me?

    Morten,
    If you look closely at the query I posted for you, I have used WITH statements to encompass each of your two queries, I then (in the last line) perform a simple select from those queries, you could simply add the two values together there if you like.
    For example -
    jes@TESTDB>  with tab1 as (select 1 as num1 from dual),
      2  tab2 as (select 2 as num2 from dual)
      3* select num1, num2, (num1+num2) as num3  from tab1, tab2
          NUM1       NUM2       NUM3
             1          2          3
    jes@TESTDB>  with tab1 as (select 1 as num1 from dual),
      2      tab2 as (select 2 as num2 from dual)
      3*    select (num1+num2) as num3  from tab1, tab2
          NUM3
             3

  • Impdp work with system but doesn't work with another user

    Hi,
    We have troubles with import of transportable tablespace, when i try to import it with system the import is done currectly, when i try to use another user we receive this message :
    impdp bmcese/***** directory=TTS_DIR dumpfile=RMCCO_RMC_ANA_STS_ABB_CO121001.dmp TRANSPORT_DATAFILES=/data/TTS/RMCCO_RMC_ANA_STS_ABB_CO121001.dbf logfile=tts_imp_proc.log
    ORA-31626: il job non esiste
    ORA-31633: impossibile creare la tabella principale "BMCESE.SYS_IMPORT_TRANSPORTABLE_05"
    ORA-06512: a "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: a "SYS.KUPV$FT", line 1020
    ORA-00959: tablespace 'RMCCO_RMC_UTZ_PP080531' inesistente
    this happens only on development server and it work into test server, so i don't think that the problem is in grants(i controlled that are the same and i have tried with DBA grant too and we received the error).
    Another strange thing is that tablespace 'RMCCO_RMC_UTZ_PP080531' is not included into the dump that i try to import and it doesn't exist in the database.
    Thx
    Edited by: user11272630 on 10-ott-2012 8.40

    I've extraced the role/privs granted to BMCESE using this query
    select granted_role from DBA_ROLE_PRIVS where grantee='BMCESE'
    union
    select privilege from DBA_SYS_PRIVS where grantee='BMCESE';
    Result on Server where the impdp doesn't work:
    GRANTED_ROLE
    CONNECT
    CREATE ANY TABLE
    CREATE PROCEDURE
    CREATE SESSION
    CREATE TABLE
    CREATE TABLESPACE
    CREATE TRIGGER
    CREATE VIEW
    DATAPUMP_IMP_FULL_DATABASE
    DROP TABLESPACE
    EXECUTE_CATALOG_ROLE
    EXPORT FULL DATABASE
    IMPORT FULL DATABASE
    IMP_FULL_DATABASE
    QUERY REWRITE
    RESOURCE
    UNLIMITED TABLESPACE
    results on server where the impdp work:
    GRANTED_ROLE
    CONNECT
    CREATE PROCEDURE
    EXECUTE_CATALOG_ROLE
    IMP_FULL_DATABASE
    UNLIMITED TABLESPACE
    BMCESE has more grant and privs on the server where the impdp doesn't work.
    I've controlled the grant of read, write on the directory.
    I've tried to give DBA priv too to the user.
    So i don't think in a priv problem, i think that the problem is in the unexistent tablespace reported in the error.
    Someone has another suggest to give.
    Thx

  • HT1338 On macbook MAIL the search function doesn't work?

    On my macbook retina pro with latest updated softwares the search function in "MAIL" doesnt work. It is supposed to be pretty simple fucntion and on my iphone and othe rmail programs it works fine. However once i type anything in "Search bar" at top right then inbox goes empty and nothing appears. Whereas the search bar gives options of sveral email names etc, even if i select one. It doesn't work.
    Pls help. best regards. NA

    Which search function do you mean?
    *searching via the location bar (pref: keyword.URL)
    *search bar on the Navigation Toolbar
    *search bar on the about:home page (pref: browser.search.defaultenginename)
    *other search bar (e.g. added by extension)
    Is this about the about:home page?
    If there is a problem with searching via the default about:home page then try to reset the search engine used on the about:home page.
    Reset the <b>browser.startup.homepage_override.mstone</b> pref via the right-click context menu to the default on the <b>about:config</b> page and close and restart Firefox to restore the about:home page to its default.
    *http://kb.mozillazine.org/about:config
    #Open the <b>about:config</b> page via the location bar
    #Type in the Filter bar: mstone
    #Right-click the browser.startup.homepage_override.mstone line and select: Reset
    #Close and restart Firefox
    If this didn't help then delete the delete the chromeappsstore.sqlite file in the Firefox Profile Folder and repeat the above.
    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).

  • Lumia 920 - internet sharing doesn't work: Connect...

    Hello all,
    I'm experiencing a serious problem with the lumia 920. It seems impossible to share my internet connection. Something I normally use for several hours a day. If this problem can't be fixed soon, ill be forced to swithc back to iphone or htc.
    Problem description:
    When turning "internet sharing" on:
    Connection not shared - There is no cellular data connection to share right now. Check your cellular settings and signal, and try again.
    Important remarks
    Belgium - cellular provider is Mobistar
    I can browse, sync email, etc over the provider's network ans send and receive MMS.
     Provider does not block internet sharing. Have always used this.
    OS Version 8.0.10211.204
    Firmware revision: 1232.5957.1308.0002
    Access point :
     Nokia Access Point version:3.4.1.7 - db 2.0.0.100 - lib 1.2.0.7
     The default access point provided in the Nokia Access Point app does not work: can't even browse.
     Using a manually added APN:
     Data type (default / LTE) tried both. Everything keeps working - except internet sharing...
     APN pro.web.be  (for professional subscribers)
    MMS APN mms.be
    MMSC address: https://mmsc.mobistar.be
    What have i tried to remedy the situatiuon?
     updated the Nokia Access Point app
     changed language to spanisch using OTA update (silly, but read on a forum this might help)
     soft reset of the phone (often!)
     deleted the manually created access point
     Hard reset of my phone
    I'm interested, of course, in any tips to solve this serieus bug / issue / problem.
    (my best guess is that Nokia tries to help their customers with the Access point app, but fails to do so).
    Please, if any of you experience the same problem please respond to this post so we can get an idea about how big of a problem this is.

    Hi,
    I had the same problem. But I let it go after weeks of corresponding with Mobistar.
    Yesterday I went to a Mobistar shop, the guy tried lots of thing I already tried (different apn's, ...).
    Then he told me the it's a problem with business clients. They have to use the apn web.pro.be, where internet sharing doesn't work (he doesn't know why).
    But, that if I call to Mobistar and ask to activate apn mworld.be on my telephone number, it should work.
    Today I called Mobistar Business (you can find the helpdesk number on your invoices), asked to activate mworld.be to have internet sharing access on a windows phone.
    Half an hour later, using mworld.be as apn i have internet access, and I can share my internet connection.
    regards,
    Stijn

  • X-Fi Fatal1ty PCI Doesn't Work With ART Tube MP Project USB in CUBASE 3

    Hi
    I've got X-Fi with Art Tube MP USB which uses standart Windows USB Audio Device driver. In 'Control panel -> Sound & Audio Devices' I select Output: X-Fi, Input (Rec): USB Audio Device because I need sound output from X-fi and input from USB Audio Device (Art Tube MP).
    In Cubase 3 everything works fine with ASIO Multimedia driver. But latency is?VERY big. If I select 'Creative ASIO' in doesn't work at all. ASIO4ALL, ASIO DirectX Full Duplex doesn't work also.
    My question is how to get things to work. I want to record from ART Tube MP and listen from X-Fi. With LOW latency.

    screw it.. i dunno... bad drivers, that's what i'm accounting it to. Nobody seems to know what the problem is anymore.
    With that said, the card works wonderfully now =D
    Someone on this board mentioned some third party drivers, so I went and found them. I had no troubles installing and have had no troubles with the drivers
    since their installation a few days ago.
    These drivers are not supported nor created by Creative (as far as I know). Use the drivers at your own risk.
    First, go to this address and read up on their drivers and how to install and what not. All the posts you should care about are sticked, so read the stickies!
    http://www.youp-pax.org/forumdisplay.php?fid=3&page=
    I noticed that the links to their drivers are lousy/don't work. Some nice person went and hosted all their files on a different site.
    http://hosted.filefront.com/robertmc84
    Be very cautious when downloading their drivers from filefront. The host has numerous old versions up and the file names aren't always 00% copy/paste from
    the YouP Pax site, so be certain you have the right file before downloading/installing.
    READ THE STICKIED INSTALLATION GUIDE! Same thing as with the installing Creatives' drivers, if you don't completely uninstall former drivers, bad things happen.

Maybe you are looking for