If you had mismatched MEID and serial numbers, look here!!

My issue has finally been solved by Verizon for my mismatched MEID and Serial numbers.  The tech support guy was just about to fill out the DOA form to get a new phone when he asked me if they tried switching the MEIDs in the system.  I gave him the MEID that was in my phone and after a few minutes, my phone was activated.  Don't let any reps tell you any different.  Just tell them they need to switch the MEID in their side of the system.  Hope this helps everyone having problems!  Good luck!

My issue has finally been solved by Verizon for my mismatched MEID and Serial numbers.  The tech support guy was just about to fill out the DOA form to get a new phone when he asked me if they tried switching the MEIDs in the system.  I gave him the MEID that was in my phone and after a few minutes, my phone was activated.  Don't let any reps tell you any different.  Just tell them they need to switch the MEID in their side of the system.  Hope this helps everyone having problems!  Good luck!

Similar Messages

  • I need to download Photoshop extended from my account onto a Mac.  I originally had a windows based laptop. I live in South Africa now and can only access my account and serial numbers.  How do I download???

    I need do download Photoshop Extended from my adobe account.  I bought it in 2011 when I live in Canada and was using a windows based laptop.  I now live in South Africa and use a Mac.  I can only access my products and serial numbers.  How do I download???

    As long as you have a legitimate serial number, you can just download a trial version of the version you need from the public Adobe site, install it and input your valid serial number upon installing it.
    You will need to apply all available updates, as all downloads are of the original release.
    The Extended and the Standard version of Photoshop are one and the same binary.  It's your serial number that makes it Extended or Standard.

  • No matching records found 'Batchs and Serial Numbers' (OSRD) (ODBC-1028)

    Hi experts,
    These days In our 2007 system, we had a serial number maintain problem on 'Recipt from Production' transaction.
    When we open 'Serial Number Management' form, we can not update S/N by 'Complete' operation mode for some items. but it works for 'Update' operation mode.
    The system show 'No matching records found 'Batchs and Serial Numbers' (OSRD) (ODBC-1028)' in the status bar.
    How could I fix it ?
    thanks for your help.

    Hi Wilson,
    Do you manage the serial number transaction for respective item with "On Every Transaction" or "On Release Only" (in Item master data)? Because, when you manage those item with "On Every Transaction", you should already filled the serial number when you tried to receive those item whether by Goods Receipt PO or Receive from Production transaction.
    "Complete" operation in Serial Numbers Management only works for item which you manage by "On Release Only", it doesn't work for item which managed using "On Every Transaction". Hope I don't misunderstood your question.
    Best Regards,
    Hendry Wijaya

  • Need help in query to display lot and serial numbers for a Wip Job Component

    Hi ALL,
    I have a requirement as below.
    I need to display lot and serial numbers for a Wip Job Component, i have a xml report in that for each wip job component i need to check whether it is a lot control item or serial control item based on that i need to display some data. so can you please help me to get the query to indentify the lot and serial number for a wip job component.
    Thanks

    Thank you for replying Gordon.  I did not remember I had asked this before.  I no longer have access to the other account. 
    What I need on the query is that I want  a list of items with the on order quantity and when we are expecting this order to be received.  The receiving date is based on the PO delivery date.  The trick here is that  I need to Master sku to show the delivery date of the component sku.  In my scenario all components have the same delivery date for the Master sku.  If there are mulitple delivery dates because each warehouse is getting them on a different date then I want to get the delivery date for that warehouse.
    Let me know if this is possible and if yes please guide towards a query for it.
    Thank you.

  • .How do I find out what Version (generation) of Ipod touch I have, as I want to know if I can download IOS 5 onto it? It was a gift so I only know the model and serial numbers but not the type

    Hi, can anyone help me out with this question?
    How can I find out which version of Ipod touch I have. I only have the model and serial numbers as it was a gift, but I would like to download IOS 5 if it is compatible?
    Very frustrated Ipod user, any advice would be much appreciated.
    Lynda.

    I had the same problem because there are so many iPod models.  There is a great article in Wikileaks that explains it all and also has pictures.  I'm confident this answer your question.

  • I have lost my Dreamweaver MX Studio disks and serial numbers

    I have lost my Dreamweaver MX Studio disks and serial numbers and the PC on which the suite was installed was destroyed. Can I download this suite and run it on my new PC?

    BenleRoter wrote:
    PC on which the suite was installed was destroyed.
    I believe you will be getting the new computer on which Dreamweaver MX will not be compatible as it is very old. My suggestion would be to get the new version of Dreamweaver.

  • DI-Error: You cannot select batch or serial numbers for a closed row

    Hello Experts,
    I have several B1-Systems connected to R/3-Systems via B1iSN.
    In B1 for example I have 2 rows in Purchase Order. One row was closed by a goods receipt - 1 row is still open.
    From our R/3-System we send Order-Acknowledgements to B1. Because line 1 is already closed we want to ignore row 1 and update only information in row 2. By using KeyExpansion I could solve that requirement (check in B1-System if row is already closed -> insert row in IDoc only with LineNum). For example:
    <Document_Lines>
      *<row>* <!-- ignore -->
        *<LineNum>0</LineNum>*
      *</row>*
       <row> <!-- update -->
        <LineNum>1</LineNum>
        <ItemCode>ABCDEFGHIJK</ItemCode>
      </row>
    </Document_Lines>
    Unfortunately DI-API does not allow to update each row separated. I always have to send all rows in IDoc even if one row is closed.
    For one B1-Company batchnumbers on every transaction is required. When creating Goods Receipt we have to define a batchnumber for item. But now if I want to update a open row (as described above) I get an B1iSN-Error:
    DI Error: (-10) You cannot select batch or serial numbers for a closed row
    Any ideas to solve that Error? Thanks.
    Regards,
    GB

    Hi Bastian,
    I have still one open question. How to tread Document Lines Additional Expenses?
    If I use the logic of visual order I still get the error "You cannot select batch or serial numbers for a closed row".
    Example:
    <Document_LinesAdditionalExpenses> 
    -      <row>
               <LineNumber>4</LineNumber>*no expenses*
    </row>
    -      <row>
               <LineNumber>0</LineNumber>*no expenses*
    </row>
    -     <row>
               <LineNumber>1</LineNumber>*no expenses*
    </row>
    -     <row>
               <LineNumber>2</LineNumber>*no expenses*
    </row>
    -     <row>
               <LineNumber>3</LineNumber>*expenses correct*
               <ExpenseCode>3</ExpenseCode>
               <LineTotal>10.00</LineTotal>
    </row>
    </Document_LinesAdditionalExpenses> 
    How can I solve that?
    Thanks and regards,
    GB

  • Archiving Equipments and Serial Numbers

    Dear PM Experts,
    I have searched alot for how to do archiving for equipments and serial numbers and i used SARA and maintained variant what so ever but at the end i got the job cancelled in the log , can anyone please tell me steps to do archiving for equipments and serial numbers in brief, I really appreciate all the great support here,
    Much Thanks in advance

    Hi,
    [Archiving Serial Numbers|http://help.sap.com/saphelp_46c/helpdata/en/38/d2a784d02411d395c500a0c93029cf/content.htm]
    [Useful Link|http://www.sapfans.com/forums/viewtopic.php?f=7&t=169672]
    I have not tried this (equipment with serial number).
    BADI_CCM_EQUI_ARC. This is Equipment Archiving BADI => Analyse this with your ABAPer.
    Regards,
    Maheswaran.

  • Batches and Serial numbers

    Hi,
    How can i create Batches and Serial numbers for a item in inventory in SAP B1

    Hi Sudha,
    One of my ckient he purchases Raw Material and converts it into finished good and he want to know the cost which occurs in the process of production and where he can see that in SAP B1 and after it is converted into Finished Good it takes some time to be sold and at that time where can he chek his inventory level .
    I think in SAP B1 if we enter a item as a raw material it will be shown as raw material till the time it is sold .
    Can u plz help me out in this how should i map his process in SAP B1 is that possible or not.
    Regards
    Naveen.G

  • I recently brought a mac and downloaded windows with the help of boot camp and by mistake i installed windows 7 ultimate version whereas i had the cd and serial key of windows home premium i started installing windows home premium from windows 7 cont...

    I recently brought a mac and downloaded windows with the help of boot camp and by mistake i installed windows 7 ultimate version whereas i had the cd and serial key of windows home premium i started installing windows home premium from windows 7 ULTIMATE then after the exctraction of files and everything the windows setup came and my mouse and keyboard stopped working and i dont know how to open mac os x there is no option anywhere?? what shall i do pls help!!!!if there are any keyboard shortcut key to open mac os x or boot camp pls mention.

    For Boot Camp issues please repost in the Boot Camp forum located by clicking Boot Camp

  • Difference between Batch and Serial Numbers

    Hi,
    Can anybody explain the difference between Serial numbers and Batches. Which business process use these and their advantages.
    Rewards for the right answers.
    Regards
    Goutham

    >
    goutham p wrote:
    > Hi,
    >
    > Can anybody explain the difference between Serial numbers and Batches. Which business process use these and their advantages.
    >
    > Rewards for the right answers.
    >
    > Regards
    > Goutham
    HI Goutham,
    Serial Number: is nothing but normal numbering to uniquely identify every single piece of product.
    Say in mobile industry every mobile has unique IMSI number that can be thought of as its serial number.
    Given a serial number you can pin point the particular piece of product.
    Batch Number:
    Is Nothing but combining the products produced under certain conditions in a batch.
    For Example in Oil industry if we talk about 2T oil etc the viscosity, Density etc are quite important.
    Now due to slight variations in production the Viscosity Density would not be exactly same for 2 different lots.
    So we maintain Batch where we put classification Criteria in Classification view in Material Master.
    If the criteria are for example Viscosity and density
    Batch1 could be Viscosity=100 density=10
    Batch2 Could be Viscosity=110.5 Density=9.71
    So while selling by knowing Batch number we can tell the customer about the properties.
    Also you would have heard about recall of all the vehicles of Batch so and so from toyota.
    Recently Nokia called off all the Batteries BL-5C batteries of a batch.
    The reason is they were all manufactured at one time and hence since one of them had that error all would have had the same. So the whole batch can be recalled.
    Reward if helpful
    -Abhishek

  • Upgrade and serial numbers 10.5.8

    Hi, when I upgraded to Leopard I had to reinstall all my Adobe and some other program serial numbers. Not a big deal then but now I just moved and had a new baby and things are a little hectic. I hope I can find them in this mess. They are on a ext hard drive I can't find right now.
    I have a little free time now for a half a day and thought maybe I should upgrade to 10.5.8 The main reason is the new iTunes store won't work with out it. I buy from there all the time! I wish I would have known that. Maybe it was in the small print. So if I upgrade to 10.5.8 am i guy to spend a hour or so re entering a ton of serial numbers. I have a G5 Dual running 10.5.6 Leopard
    Thanks in advance
    Rob

    If you are already running 10.5.6, installing the 10.5.8 Combo updater won't mess up anything with serial numbers. Not to worry.
    Do make sure you make a backup and verify your hard drive with Disk Utility before installing, though.

  • Goods Receipt and Serial Numbers

    I'm getting the following error "[IGN1.WhsCode][line: 1] , 'This entry already exists in the following tables (ODBC -2035)'" when trying to add a goods receipt document containing a single item that is serial number managed via the DI API.  We are running against Business One version 2005A SP01 PL9.  The Goods Receipt PO transaction is reporting the same error.  The Goods Issue and Delivery transaction appeared to work correctly. The Goods Receipt transaction posted correctly when created in the B1 Client (GUI) application.  So it is an issue with the DI API.  We are using the SBODemo_US company database but we added a new item and configured it for serial number management.  This same code works with B1 2004A.  Our application is suppose to work with both versions of B1, so our application is built with version 2004A DI API.  Should this work, or do I need to use the 2005A version of the DI API when communicating with a 2005A system?  Would this version of the DI API work correctly with a 2004A system?
    Thanks,
    Jason Eiler

    I remembered encountering the same problem working with B1 2004A.  For the Goods Receipt and Goods Receipt PO documents, when receiving items that are serial managed I would fill in the InternalSerialNumber data member of the Document Lines Serial Numbers object.  The fix was I also had to provide some value for the SystemSerialNumber field.  I just always set it to a value of 1.  In B1 2005A, this issue must have been resolved, because when I commented out this line of code, the document was added successfully.  I don't have to provide a SystemSerialNumber, the system must generate one, as I would expect.

  • Delivery notes and serial numbers

    Hi
    I have a simple SQL question.
    How do I get the serial numbers in "plain SQL"?
    The SDK "Help Center" shows that I can get the delivey notes from the ODLN table and then dig into the DLN1 rows and get the list of items. However, serial numbers are within the OSRI table (OSRI.IntrSerial).
    How can I "bridge" DLN1 with OSRI? Or, how do I get all serial numbers related to an item of a delivery note in "simple SQL selects"?

    Hi Vieri.
    You have to link to table SRI1 where saves the transactions you made with transactional documents where includes items with serial numbers. The query could be as follows:
    SELECT ODLN.DOCDATE, ODLN.DOCNUM, OSRI.SUPPSERIAL  FROM OSRI
    JOIN SRI1 ON (SRI1.SYSSERIAL = OSRI.SYSSERIAL)
    JOIN ODLN ON (ODLN.DOCENTRY = SRI1.BASEENTRY)
    JOIN DLN1 ON (DLN1.ITEMCODE = OSRI.ITEMCODE)
    WHERE ODLN.DOCENTRY = 5
    ORDER BY ODLN.DOCDATE DESC
    I don´t know by the moment if via SDK you can read this information.
    I hope it helps.
    Best regards.
    Rafael Monge.
    SAP Business One development consultant.

  • New 9XX movement and Serial Numbers

    Greetings,
    I have created two new movements (901/902) copies of 561/562, these are inventory correction movements and I have changed very little on the actual movement type configuration other then some of the G/L account mapping. The inventory that will be corrected with these movements can be serialized and so has a serial profiles in MM, I'd like to have these new movement types to not require serial numbers at all as they may not be available and business requirement does need them. In the "Define Serialization Attributes for Movement Types" secition of Serial Management config I have changed the serial usage to 01 'None' however when I do the movement in MB11 a serial is still required. Any ideas?
    Thanks,
    Joe

    Hi,
    If you have set in Define Serialization Attributes for Movement Types" secition of Serial Management config to 01 'None', you should not get this error. This should be against your new movement type 9XX.
    Also, check in the serial number profile, if you have set the stock check indicator to 1. Let me know if it helps.
    Regards
    Hari

Maybe you are looking for

  • Panasonic HDTV doesn't show MBP's Display?

    Hello, Today, I went to best buy to get a belkin mini display port to HDMI adapter and an HDMI-to-HDMI cable to connect to my panasonic viera plasma tv in order to watch Youtube videos... However, when I came home, and found the HDMI 3 input on the s

  • CHN COMBOBOX CHANNELS ASSIGNMENT

    How do I use the channels selected in the combobox or chncombobox inside the TDR report. How do I assign the channels selected in the combobox or chncombobox to a new variable name. Difference between combobox and chncombobox. Regards, X. Ignatius So

  • Addressbook will not search

    My addressBook will not search Do I need to reset the dataBase thingie or somethingie else? Thanks Tom

  • Trig Functions

    Ok, I've been trying to to find a way of using trig functions in my code, but I've been having nothing but problems. I've been using the henson Float class, available at: http://henson.newmail.ru/j2me/Float.htm But the answers it gives me for the cos

  • InDesign CS6 crashes all the time while importing an image

    InDesign CS6 crashes all the time while importing an image. Does anybody knows what's going on? How can I solve this problem. Please help me cause I can't work. Thanks a lot!