Strange problem with results ordering

Hi!
I select some varchar2 data and order them:
SELECT rownum, xyz FROM analitika where xyz <= 'ABC' order by xyz
This is pretty straightforward, no problems expected here, right? However, the results, when read as they pour in, are not ordered. I get something like
3 abc
1 aaa
2 abb
Rownums are assigned correctly, but the data has not been sent in correct order. I feel this has something to do with connection settings, that it is set to return any results as quickly as possible.
The database is 10g XE on fedora core 4.

Ok, here is the actual data from the database (copy/paste from helpdb). I have removed rownum from the query because it seems to cause confusion.
Please notice these things:
A.A.M.-MIHALINEC kd
A&B doo
A.B.A. D.O.O.
The sequence of rows beginning with "A." should not have been interrupted by the row beginning with "A&". There are more examples. BTW, shouldn't numbers come before letters?
After I have looked closer, it seems that oracle has disregarded any non-alphanumeric characters when sorting.
SELECT naziv from analitika where naziv <= 'ABC' order by naziv
NAZIV
A & B d.o.o.
A CETIRI INFO d.o.o.
A KAJ
A KONZALTING
A S I
A&A
AAG DIZAJN CENTAR d.o.o. ZAGREB
AAG DIZAJN CENTAR d.o.o. ZAGREB
A.A.M.-MIHALINEC K.D.
A.A.M.-MIHALINEC k.d.
A.A.M.-MIHALINEC kd
AAP ELEKTRONIK
AAR
AARIS
AB AUTOMATIKA
AB COLOR d.o.o.
AB COMERCE D.O.O.
AB DIZAJN - VL. MIRA BILIC
A&B doo
AB GRADNJA OBRT
AB INTELCOM
AB PETROL PROMET
AB SITOTISAK
A.B.A. D.O.O.
A.B.A. DOO
ABA VELA
ABACUS
ABACUS - OBRT
ABACUS d.o.o. VRBOVEC
ABAK INŽENJERING
ABAKUS
ABAK-US DOO
ABAKUS RACUNALA
ABATON
ABATON D.O.O.
ABATOURS
ABB d.o.o. KARLOVAC
ABB d.o.o. ZAGREB
ABB d.o.o. ZAGREB
ABBA D.O.O.
ABBOTT LABORATORIES S.A. Diagnostics
A.B.I.G
A.C.N. D.O.O.
A/D ELECTRONIC D.O.O.
A/D ELECTRONIC d.o.o.
A.D. VIŠNJAN
A.D.C. d.o.o.
A-DESIGN
A!DESIGN OBRT
A.D.INFORMATICKI SUSTAVI d.o.o.
A.D.-PROMET d.o.o.
A.D.Z.SARŠON
A.H. - ZAGREB d.o.o.
A.H.TRGOVINA d.o.o.
A.K.S. d.o.o.
A-KUD
A.M. ELEKTRONIK - OBRT, VL. ANIC M.
A-MAR d.o.o.
A.M.E.C.
A.M.E.C. d.o.o.
A.M.H. d.o.o.
A.M.-HIDRAULIKA
A.M.-HIDRAULIKA
A.M.I. LOVREKOVIC d.o.o.
A.M.S. CONTO D.O.O.
A.M.T. PETRAVIC
A.N.A.B.A.R. TOURS
A.P. FRIGO
A-PROMA
A.R.M.A.C.O.M. d.o.o.
A.R.Z.
A.S. REVIZOR D.O.O.
A.S.B.
A.S.D.
A.S.I. d.o.o.
A.S.TEKS D.O.O.
A.S.T.-PROM d.o.o.
A.Š. HAJDUK
A.Š.-GAZELA D.O.O.
A-TEL
A.T.O.S. ELECTRONIC d.o.o.
A.V.V.I.S.
A.Z. PROMET
A.Z.I.L.
A1 CENTAR D.O.O.
/popuniti sa drugim kupcem
007 MILETIC k.d.
2. A.M. D.O.O.
2 A.M. doo
2. GARDIJSKA BRIGADA MORH
2 I d.o.o.
2 N
2D IMPULS d.o.o.
2M COMPUTERS d.o.o. BLOKADA!
2M D.O.O.
3 C CONING
3 DK d.o.o.
3 Ka
3 M
3 M ŠPORT
3. MAJ BRODOGRADILIŠTE d.d.
3. MAJ MOTORI I DIZALICE d.d.
3. MAJ OEK
3. MAJ TIBO d.d.
3 P-T
3 R
3 V
3 Z
3D STUDIO LEON
3K d.o.o.
3M DOO
3T.CABLE d.o.o.
312 ARHIT. RADIONICA
32 BITA d.o.o.
36 d.o.o.
4 - MATE D.O.O.
4 D
4 IPO SOBE
40-BOX
5 F
5. KRUNA
5 M
5 M d.o.o.
5DO12 d.o.o.
5DO12 d.o.o.
5V-LAB
7 INVENT
128 rows returned in 0.01 seconds

Similar Messages

  • Strange Problems with Messages

    I've been experiencing some strange problems with Messages.
    1) Sometimes my messages are displayed on screen. I type into the input box and hit enters. Then message disappears and does not show above in the chat box. I later find out that the message was delivered yet it doesn't show up in my chat.
    2) Sometimes I see duplicate Chat windows on the left rail for the same contact, this is usually in conjuction with error #1.
    3) Sometimes I can unable to dlete chat windows. I click the x and it does nothing. I right click and choose Close Chat and it does nothing
    4) When searching the left rail for open chats, the app gets really confused and show strange results, when deleting the search the chat window gets really odd order, nothing to do with sort or recent chats

    Nobody else is experiencing these problems?

  • Strange problem with Subviews on 1.0 Beta

    Hi,
    I'm having a strange problem with SubViews on 1.0 Beta. I'm not sure If I'm being stupid and have done something wrong, or if there's a problem here.
    My application is directly based on one of the examples, so the structure etc is almost identical. I've simplified the files below to avoid confusing the issue.
    The default landing page (greeting.jsp) looks like this:
    <%@ taglib declarations for HTML and CORE taglibs %>
    <HTML>
    <HEAD><title>Insulation Layer Demo</title></HEAD>
    <body bgcolor="white">
    <f:view>
    <jsp:include page="sysstatus.jsp" />
    <!-- other strictly HTML content -->
    </f:view>
    </body>
    </HTML>
    sysstatus.jsp looks like this:
    <%@ taglib declarations for HTML and CORE taglibs %>
    <f:subview id="SystemStatusView">
    <h:form id="systemStatusForm">
    <p><h:selectboolean_checkbox id="System1Available" value="#{SystemStatus.system1Available}"/>System 1<br/>
    <h:selectboolean_checkbox id="System2Available" value="#{SystemStatus.system2Available}"/>System 2</p>
    <p><h:command_button id="submit" action="success" value="submit" /></p>
    </h:form>
    </f:subview>When I view this page, the checkboxes all seem to work okay (in that their state is preserved across calls etc), but the formatting is very screwy. The resulting page looks something like:
    <chkbox1> <chkbox2> <Submit>
    System 1
    System 2
    <Other HTML content from greeting.jsp>When I look at the HTML source code being generated, it is genuinly being generated as above, that is, all the form tags first, and then the rest of the content. Interestinly, I tried adding a ${SystemStatus.system2Available} into the body text, and it was rendered as literal text (i.e. not evaluated as EL), which is very curious -- makes me wonder if the included file is included as text, rather than JSP, although the custom taglibs and <f:form> tags etc are not in the generated HTML.
    If I lift all the content between the <h:form> tags (inclusive) out of sysstatus.jsp and put it in greeting.jsp in place of the <jsp:include> tag, all is well.
    Any ideas? All help gratefully recieved!
    Thanks,
    Paul

    Personally, I think it is a bug in the rendering model of JSF itself because if you include any non-JSF tags, they don't get rendered according to my understanding of the what the spec says (in the location the tags are written).
    The only workaround that I could come up with is to use straight JSF tags in all of your layers. Things are then rendered the way that they "should" be rendered.
    You could try wrapping all of your HTML tags in <f:verbatim> tags and see if that helps.
    Good luck!
    David

  • Strange problem with my ipod 2g after upgrade to os 4.2

    Strange problem with my ipod 2g after upgrade to os 4.2
    the problem with volume some times when i switch on the ipod i hear the sound
    alarm rings it's work too i can hear it .. but the problem i cant hear anything else as yourtube or music i cant hear buttons sound when i typing
    i hope i get help

    I would try in order:
    - Reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore the iPod from backu via iTunes.
    - Restore the iPod to factory defaults/new iPod.

  • Strange Problem with a Vector wraped inside a Hashtable

    Hi all ,
    I'm having a strange problem with a Vector wraped within a Hashtable inherited Class.
    My goal is to keep the order of the elements of the Hashtable so what I did was to extend Hashtable and wrap a Vector Inside of it.
    Here is what it looks like :
    package somepackage.util;
    import java.util.Enumeration;
    import java.util.Hashtable;
    import java.util.Vector;
    public class OrderedHashTable extends Hashtable {
        private Vector index;
        /** Creates a new instance of OrderedHashTable */
        public OrderedHashTable() {      
            this.index = new Vector();
    //adds a key pair value to the HashTable and adds the key at the end of the index Vector
       public synchronized Object put(Object key,Object value){      
           index.addElement(key);
           Object obj = super.put(key,value);
           System.out.println("inside OrderedHashTable Put method index size = " + index.size());
           return obj;    
    public synchronized Object remove(Object key){
           int indx = index.indexOf(key);
           index.removeElementAt(indx);
           Object obj = super.remove(key);
           return obj;
    public synchronized Enumeration getOrderedEnumeration(){
           return index.elements();
    public synchronized Object getByIndex(int indexValue){
           Object obj1 = index.elementAt(indexValue);
           Object obj2 = super.get(obj1);      
           return obj2;
       public synchronized int indexOf(Object key){
        return index.indexOf(key);
        public synchronized int getIndexSize() {
            return index.size();
        }Everything seemed to work fine util I tried to add objects using a "for" loop such as this one :
    private synchronized void testOrderedHashTable(){
            OrderedHashTable test = new OrderedHashTable();
            for (int i = 1 ; i<15; i++){
                 System.out.println("adding Object No " + i);
                 String s = new String("string number = "+i);
                 test.put(new Integer(i),s);
                 System.out.println("-----------------------------------");
            //try to list the objects
            Enumeration e = test.getOrderedEnumeration();
            while (e.hasMoreElements()){
                Integer intObj = (Integer) e.nextElement();
                System.out.println("nextObject Number = "+ intObj);
        }Here is the console output :
    Generic/JSR179: adding Object No 1
    Generic/JSR179: inside OrderedHashTable Put method index size = 1
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 2
    Generic/JSR179: inside OrderedHashTable Put method index size = 2
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 3
    Generic/JSR179: inside OrderedHashTable Put method index size = 3
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 4
    Generic/JSR179: inside OrderedHashTable Put method index size = 4
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 5
    Generic/JSR179: inside OrderedHashTable Put method index size = 5
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 6
    Generic/JSR179: inside OrderedHashTable Put method index size = 6
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 7
    Generic/JSR179: inside OrderedHashTable Put method index size = 7
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 8
    Generic/JSR179: inside OrderedHashTable Put method index size = 8
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 9
    Generic/JSR179: inside OrderedHashTable Put method index size = 10
    Generic/JSR179: inside OrderedHashTable Put method index size = 10
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 10
    Generic/JSR179: inside OrderedHashTable Put method index size = 11
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 11
    Generic/JSR179: inside OrderedHashTable Put method index size = 12
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 12
    Generic/JSR179: inside OrderedHashTable Put method index size = 13
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 13
    Generic/JSR179: inside OrderedHashTable Put method index size = 14
    Generic/JSR179: -----------------------------------
    Generic/JSR179: adding Object No 14
    Generic/JSR179: inside OrderedHashTable Put method index size = 15
    Generic/JSR179: -----------------------------------
    Generic/JSR179: nextObject Number = 1
    Generic/JSR179: nextObject Number = 2
    Generic/JSR179: nextObject Number = 3
    Generic/JSR179: nextObject Number = 4
    Generic/JSR179: nextObject Number = 5
    Generic/JSR179: nextObject Number = 6
    Generic/JSR179: nextObject Number = 7
    Generic/JSR179: nextObject Number = 8
    Generic/JSR179: nextObject Number = 9
    Generic/JSR179: nextObject Number = 9
    Generic/JSR179: nextObject Number = 10
    Generic/JSR179: nextObject Number = 11
    Generic/JSR179: nextObject Number = 12
    Generic/JSR179: nextObject Number = 13
    Generic/JSR179: nextObject Number = 14
    You can notice that the output seems correct until the insertion of object 9.
    At this point the vector size should be 9 and the output says it is 10 elements long ...
    In the final check you can notice the 9 was inserted twice ...
    I think the problem has something to do with the automatic resizing of the vector but I'm not really sure. Mybe the resizing is done in a separate thread and the new insertion occurs before the vector is resized ... this is my best guess ...
    I also tested this in a pure J2SE evironment and I don't have the same strange behavior
    Can anybody tell me what I am doing wrong or how I could avoid this problem ?
    Thanks a lot !
    Cheers Alex

    Am i doing anything wrong?Uhm, yes. Read the API doc for addElement() and for addAll()

  • Strange Problem with Mail & Address Book

    Hi,
    I'm having a strange problem with Mail & Address Book.
    When I go to compose a new message from Mail and hit the Address button (to show my email addresses), it won't launch the contacts window!
    I get this log from console;
    2007-10-15 22:55:59.079 Mail[410] * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    If I try to launch the Address Book from my Applications folder, it won't open, and it gives me this log from console;
    2007-10-15 22:57:57.348 Address Book[417] * -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
    Oct 15 22:57:57 PB-G4 /Applications/Address Book.app/Contents/MacOS/Address Book: CGImageSourceCreateWithData data parameter is nil\n
    2007-10-15 22:57:57.350 Address Book[417] Don't know about packed image EditLeftCapStd
    2007-10-15 22:57:57.350 Address Book[417] Exception raised during posting of notification. Ignored. exception: * -[NSCFArray addObject:]: attempt to insert nil
    If I quit Address Book, i'll get this from console;
    2007-10-15 22:58:37.892 Address Book[417] -[ABAddressBook setDefaultCountryCode:] called with a unknown country code 'us'
    I tried deleting the preferences, re-installing Address Book, also tried creating a new user, again no luck!
    Can somebody help!!!
    Please?!

    Hi dp13.
    Do you have any Address Book plug-ins or system utilities that could interfere with Address Book? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/Address Book Plug-Ins/
    ~/Library/Address Book Plug-Ins/
    To make accurately reporting this information easier, you may open /Applications/Utilities/Terminal, type the following command (you can just copy it here and paste it in Terminal), and press <Return>. You can then copy the output of that command from Terminal and paste it in your reply to this post:
    ls -1 /Library/Address\ Book\ Plug-Ins ~/Library/Address\ Book\ Plug-Ins
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.
    <hr>
    Did you also reinstall the appropriate Combo Update after reinstalling Address Book?
    Quit all the applications and verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, reinstall the Combo Update for the type of computer and the version of Mac OS X you’re using, unless this is the version of Mac OS X that came with the computer:
    About the Mac OS X 10.4.10 Combo Update
    Mac OS X 10.4.10 Combo Update for PowerPC
    Mac OS X 10.4.10 Combo Update for Intel
    After installing the Combo Update, the computer may restart twice and the first restart may take several minutes. This is normal.
    Take a look at the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk and back up before installing the update, no applications should be running while installing it, and you may experience unexpected results if you have third-party system software modifications (not normal applications) installed.

  • Strange Problem With Extra Spaces

    Hello,
    My development staff is experiencing a very strange problem with our JSP pages which display the values from a JDBC result set. We have two environments here: development and production. We have been creating pages in development which work out fine in our development environment. But when we move the page into production, each value which results from the ResultSet getString() method is having multiple blank spaces appended to the end of the value. So, for example, a 5 digit zip code field is really showing up with a length of 8 or 9 because there are extra spaces added to the end of the value.
    We are able to work around this problem by using the trim() method, but this is getting quite tedious to do to every single page in the site. It is very annoying because the problem does not exist in the development environment.
    So you figure there must be a difference in our development and production environments. But there really isn't. Here is the details for both environments:
    OS: Windows NT 4.0
    Web Server: Apache with Tomcat setup as a plugin
    Database: Sybase ASA 6.0.3
    JDK: 1.3
    Apache and Tomcat were installed from the same download on both servers. Sybase was installed from the same CD on both servers - and the JDBC Driver (SybDriver) was copied from one server to the next.
    Sorry for the long explanation - but does anyone have any idea what could be occurring? Why are the extra spaces being appended to the production pages and not the development pages?
    As always, thanks in advance for any suggestions!
    -- Chris

    Hello Paul,
    Thank you for taking the time to analyze this case.
    The data in the system comes from two different sources. The first source is a nightly feed from a legacy system. The second source is user input via the JSP application. The records that were inserted from the nightly feed have an accurate length() value (meaning there is no untrimmed spaces trailing along.) But the values coming in from the application have extra spaces appended to them. In the development environment, however, both sources provide properly trimmed data.
    If I enter an 8 character last name into the web form in the production app, the value which ends up in the database upon submission will have 2 to 3 extra spaces. I know that this sounds strange - and believe me, it is boggling everyone here. I suspect this problem has to do with the Tomcat installation - even though it was installed identically in each server.
    I think we are just going to have live with using the trim() for every database submission. As always, thank you for the help, and all ideas are always welcome.
    -- Chris

  • Strange problem with virtual machines backup (Hyper-V 2012R2)

    Hi
    I have a strange problem with backup of virtual machines in one of my Hyper-V environments. Let me describe how does it looks like: There are two physical servers - HP DL360 G8. They are used as hosts for four virtual machines - domain controllers in two domains.
    Each of them runs one DC in every domain. I've configured backup "inside" every virtual machine (with Windows Server Backup tool), in its operating system, because domain controllers should have their system state, regularly backuped, etc. Backup
    is made on the network share - all machines to the same server as destination. And now the case - two virtual server are backuped as expected - the operation takes 3 - 4 minutes and is always succeded. But in case of two remaining it looks as below:
    - Backup operation starts (is scheduled).
    - Volume shadow copy is made.
    - The first partition of VM starts to be copied. It's Windows 2012 R2 Generation2 VM, so it has EFI, Recovery and C: partition. EFI is as first and at this moment backup stucks for a 2-3 hours! Progress of copying is 0%. After for example 3 hours this partition
    is completed and starts the next (disk C:). And again - it freezes for a few hours and suddenly is pushed. As a result the backup is made successfully, but it takes for example 10 hours.
    Both "dodgy" VMs are on separated hosts. All four of them were installed in the same time. I tried to change destination to locally connected disk, but no result. It's interesting as well, that after rebooting VM, the first backup is made normally,
    but every next has described problem again. In EventLog I can't find any errors, I don't know how to diagnose such case precisely, etc. Have you got idea what can cause such behaviour or where on the server should I look for some hints?
    Thanks
    Marcin

    Hi Marcin,
    >>that after rebooting VM, the first backup is made normally, but every next has described problem again.
    It shouldn't happen .
    To narrow this issue down , Please try to backup an Gen1 VM and check the result .
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Strange Problem with InKeyset filter

    I encountered a strange problem with inkeyset filter.I am trying to do some operations on the the selected set of keys within a cache. I have posted the psuedo code below
    InKeySetFilter inKeySet=new InKeySetFilter(AlwaysFilter.INSTANCE,orgDestFlightSubset);
    // Set of Keys for NamedCacheInstance
    inKeySet.ensureConverted
    (NamedCacheInstance.getCacheService().getBackingMapManager().getContext().getKeyToInternalConverter());
    Extra code to be Added
    System.out.println(NamedCacheInstance.entrySet(inKeySet).size());
    Always prints 0 eventhoug the keys are present in cache. If i add the following code
    NamedCacheInstance.get(orgDestFlightSubset.toArray()[0]) above printing it gives 1 as a result.
    I am sure that object is in cache becoz cache.get() does not call the DB again
    Can anyone tell me what could be the possible problem?

    Hi,
    user10866091 wrote:
    I encountered a strange problem with inkeyset filter.I am trying to do some operations on the the selected set of keys within a cache. I have posted the psuedo code below
    InKeySetFilter inKeySet=new InKeySetFilter(AlwaysFilter.INSTANCE,orgDestFlightSubset);The orgDestFlightSubset must contain keys in Java format which are existing cache keys.
    user10866091 wrote:
    // Set of Keys for NamedCacheInstance
    inKeySet.ensureConverted
    (NamedCacheInstance.getCacheService().getBackingMapManager().getContext().getKeyToInternalConverter());I assume NamedCacheInstance is a NamedCache instance obtained from CacheFactory.
    In this case you should not call the ensureConverted method. This is called by Coherence on the storage nodes upon deserializing of the filter.
    Try these changes.
    Best regards,
    Robert

  • Problems with Calendar order from iPhoto

    I've tried twice to create a calendar out of iphoto and I've gotten a response via email after several days that there was a problem with the order:
    Apple discovered an issue with the file you submitted. It appears the
    calendar has small month names. As a result, Apple is unable to process
    your order and you will not be charged.
    We recommend updating your software, changing the theme on your print
    product, then changing it back to the original theme.
    Once completed, preview your print product in iPhoto, and place the
    order again.
    For instructions on how to update your software, refer to:
    Mac OS X - Updating your software
    <http://support.apple.com/kb/ht1338>
    For instructions on how to change your theme, refer to:
    iPhoto - How do I change the theme or type of my book, card, or
    calendar?
    <http://support.apple.com/kb/HT1850>
    For instructions on how to preview your order, refer to:
    How to preview an order in iPhoto or Aperture
    <http://support.apple.com/kb/HT1040>
    We appreciate your business and apologize for any inconvenience.
    There are no updates for my OS or iPhoto. I changed themes and went back to the original (and had to rebuild it all over again, grrrr). Any ideas what could be causing this?
    So much for getting these for Christmas presents. Thanks!

    Dear Martha,
    I had the same problem, and this bug in iPhoto cost me my yearly christmas presents for all of our families (grandparents, aunts, uncles etc.)
    By digging through this forum, I found the solution that actually worked for me.
    But I will not order the calendars from Apple because they cancelled the calendars three times without telling me what the problem was, and endless and numerous calls with different support people at Apple gave no solution.
    I will now export PDFs and send them to a different service.
    Maybe in your case there is another project.db file?
    Sometimes, when iPhoto rebuilds databases, it seems that it creates a second one.
    (I read it here somewhere in the forum - so I hope this could be a good hint to follow)
    All the best,
    Martin

  • There was a problem with your order please call?

    My wife ordered a 4S 32GB black model and was putting me on her plan of currently 2 phones.  We ordered via the site about a week ago and got the message the phone would ship 11/30, added a data plan etc on a 3rd separate line.  Received an order confirmation, but couldnt use the 6-7 digit order number to check on it kept saying no order.  Today she checked and said she received soemthing from Verizon saying there was a problem with the order and to either call or email them.  She's at work til 4p EST time but was curious if anyone else got this and what it could cause this message?
    On a separate note I have my own plan with a iPhone 4 that I was going to cancel and move to her plan porting my number but the order wouldnt permit a port of a verizion number.  I called and the rep swore there would be no cancellation fee (sounds fishy to me) but he had someone else look and they said there was no cancellation fee either.  I dont know if the order flow recorded that and they are question it or something else is going on.
    Any ideas on why Verizon would have a problem with the order would be great!  Thanks!

    As far as the porting of your line to your wife's account...you might want to go in to a local store to handle that. I don't think it would be a port in the traditional sense...but a swap of responsibility...meaning your wife would take ownership of your line. I will have to do that soon for one of the lines under me so that the person using it can have it in their name. In that instance, there would not be any cancelation fees because the line isn't being canceled. The account ownership is just being taken over by someone else and they would take over the remainder of the contract.
    As far as the issue with the order...if your wife makes you an authorized manager on the account you would be able to call in and discuss whatever is happening. The issue could be a number of things so it's hard to tell you what it could be. It's also possible that there isn't an issue at all and the problem is just that the system isn't recognizing the order number.

  • There was a problem with your order.

    I am trying to order CreativeCloud subscription (using upgrade option) but I keep getting an error "There was a problem with your order." after credit card is beeing processed. I tried it for several times but no success. My card details were entered correctly, card isnt expired and limit isnt exceeded.
    Any ideas what could be wrong?
    Thanks,
    Stanislav

    Hi Svizual,
    Are you still facing the issue?
    -Dave

  • Order Prints: A Problem With Your Order...

    Does iPhoto store your order somewhere so you can order again?
    After my wife spent hours cropping and ordering 290 pictures from the last year, we received an email saying we had A Problem With Your Order. We found a movie, AVI brand, that was included in the order and must have cause the problem.
    It says to fix the problem, which we did, and resubmit. Does that mean we start the order process all over again?
    Thanks

    It says to fix the problem, which we did, and resubmit. Does that mean we start the order process all over again?
    Yes - you can ask Apple for final verification - http://www.apple.com/support/photoservices/orderstatus/
    LN

  • Strange Problems With Display and Permissions Since 10.5.1 update.

    Since I've done the 10.5.1 update I have been having a strange problem with my desktop and dock displays. On my desktop I have these strange lines that appear any time I log in or open any application, the lines never go away and change locations on the screen once I open an application or move a window. My dock has the reflective shelf for about half of it, the rest is a dull grey. I've also had problems with verifying and repairing my permissions. I can never actually complete either permissions task. I've used some third party apps, they always fail as well. The only time I can actually repair my permissions is by booting in to single user mode and doing a fsck -f command. When I boot back in to Leopard and try to use the Disk Utility to repair, it continues to fail.
    I'm not sure if the video problem I am having stems from a permissions issue or possibly a corrupt video driver. Either way, I've done a lot research and haven't found anyone with the same problems I have been having so I thought I would give these forums a shot.
    I am using a PowerMac G4 Quicksilver with dual 800Mhz, 1.5gb RAM, and a GeForce4 Ti 4600 128mb video card.
    Here is a screen shot of the line and dock problem.
    Here is a screen shot of my "About This Mac.
    If anyone could lend some light on this issue, I would greatly appreciate it.
    Thanks
    Jeff

    you can pile it on this: http://discussions.apple.com/thread.jspa?threadID=1246649&tstart=0
    btw - no solution yet.

  • Problem with sales order and Service order

    Dear Guru's
    We have a real problem with sales orders and service orders and how we treat these. For a project that uses a WBS, it's not a problem to manipulate SAP to give us a list of shortages (orders with no or limited supply) for each order, but for some reason our after sales orders and our service orders do not work this way.
    Thanks and Regards,
    Deethya.

    CLOSED

Maybe you are looking for

  • EVS in OVS

    Hi All, I have a requirement to use OVS search help in Web Dynpro and provide EVS/OVS search help within it on search fields. I have followed the method provided by Valery Silaev URL:/people/valery.silaev/blog/2006/07/18/ovs-rfc but it only give me a

  • Links missing from printed version

    Using RH7 on a help text originally created in RH5, my printed documentation has no links at all-- not even non-working links. The link text comes through as plain text. While the printed documentation is being generated I repeatedly get a message fr

  • IPhone 4 16GB black.

    It's locked on Spain, I'm from Romania. Here is my IMEI : 012961006097330. The guarantee and contract expired some time ago. Can I have it now neverlocked?

  • 2 Copies of Movie?

    I just created one of my first short films and want to post it onto my Web Gallery on .Mac. The way I understand it, the only way to do this (aside from pulling the movie into iPhoto and publishing) is to go through iMovie. So, even though the movie

  • Problem after updating iPhone 3G to iOS 4

    I have an iPhone 3G. I updated it with the iOS 4 software from iTunes. It backed-up all my information and then restored my phone. Everything was fine, but now I frequently see a keypad the with the message "Voice mail password incorrect." If anyone