Issue number is: 147643195

Dear Sirs
please note that i am have a problems on another email account ( [email protected]) because i waiting for a link to reset my new password but do not received it 
so please help to check and send to me this link
thanks
tarek Omera
Congratulations!
We have confirmed that you are the owner of [email protected] An additional email with a link to reset your password
has been sent to this email address.
Thank you for your patience while we verified the information you submitted. Microsoft takes the security
and privacy of our customers very seriously, and we are committed to protecting your personal information.
Don’t get locked out again
Once you access your account, we
highly recommend you  with a phone number or alternate email address. This will make it easier for you to gain access to your
account in the future if you are locked out again.
Thank you!
Microsoft Support Team
Microsoft Corporation
One Microsoft Way
Redmond, WA 98052
USA 
Account recovery request 147643195 is now closed. Please do not reply to this message. Replies to this message are routed to an unmonitored mailbox.

You are not addressing Apple in this forum. We are users just like uyrself.
To make a ecommendation to Apple go to:
Apple - iPod touch - Feedback
Also I do not understand what you mean by what you day in the subject line.
Yes, battery life could be longer but the trade off is size. Longer battery life bigger iPod.

Similar Messages

  • My maestro debit is not working in Itunes as it is asking for an issue number but my card does not have one.

    I try to purchase a free app on the app store and it asks for my password. I put my password in and it asks me to change my billing info. I put in all the correct info but it asks for a issue number but my card does not have one so i can't purchase anything even if it's free.

    Andy ...
    If you are going to use a debit card it you must enter a security code.

  • Street line formating issue (number comes before the street name)

    Hello everyone,
    I have an issue regarding formatting of the street line - when I include an address field (say in Smartforms) the street number comes before the street name. This would be according to USA standards, but I need it to be formatted by the EU standards (street name, and then the number). Also, where ever we have an address attached (SU01, customer/vendor master recs, purchase orders, etc) we get the same issue.
    So, now it is: "1234 MyStreetName", but I need it to come as "MyStreetName 1234".
    I have tried SA10, SA09, OY01 (and all the other customizing I could find), none of which had worked. The strange thing is that in our IDES system, it is displayed as it should be (name - number).
    I can't find where this is preconfigured in IDES, so if anyone can suggest I would be very gratefull + points will be awarded for all the helpfull answers.
    Best regards,
    SD.

    This thread has been moved here:
    Street line formating issue (number comes before the street name)

  • My debit card has stopped working on itunes, as it is asking for an issue number which my card does not have?

    My debit card has stopped working on itunes, as it is asking for an issue number which my card does not have? I don't know why it is not working.

    Andy ...
    If you are going to use a debit card it you must enter a security code.

  • TS1646 what is issue number when updating my credit card information

    What is issue number when updating my credit card information

    I had the same problem.
    I contacted iTunes Support and they were (eventually) able to help.
    https://expresslane.apple.com/Symptoms.do

  • HT1918 I am unable to set up an iTunes billing account as I don't have an issue number on my card, I have tried just inputting different numbers such as just putting 1 but its not allowing me further!?

    I am unable to set up an iTunes billing account as I don't have an issue number on my card, I have tried just inputting different numbers such as just putting 1 but its not allowing me further!?

    Sorry, but you can't. You can only use a credit card issued by a French bank and with a French billing address. Your only solution is going to be to purchase prepaid iTunes cards (there should be several places you can buy them; perhaps FNAC) and use prepaid cards to open the account and purchase.
    Regards.

  • When adding credit card to account what is the issue number

    I cant figure out the issue number they want when adding credit card to the account.  Does anyone know what they are asking for?

    The issue number is the credit card's embossed number.  Then there is the security code that usually is a 3 or 4 digit code found on the back on the signature stripe.

  • How do I pass the credit card section if I do not have a issue number on my maestro

    How do I pass the credit card section without having a issue number

    I am not sure how you can remove your payment details on your iPhone but you can remove this in iTunes on your computer.
    Also, you should have set iTunes to ask for a your password before any download - no password = no download and you will not go bankrupt!

  • YOU WILL UPDATE THE ISSUE NUMBER IS A REQUMENT BUT I DON'T HAVE A ISSUE NUMBER ON MY DEBIT CARD BUT I HAVE A ISSUE WITH YOU

    Also the battery needs to be longer

    You are not addressing Apple in this forum. We are users just like uyrself.
    To make a ecommendation to Apple go to:
    Apple - iPod touch - Feedback
    Also I do not understand what you mean by what you day in the subject line.
    Yes, battery life could be longer but the trade off is size. Longer battery life bigger iPod.

  • Restoring iPhone 4S issue number 4005 and 4013

    Help please?

    From that support article:
    "If you continue to see error 4005, 4013, or 4014 when you restore your device, contact Apple for support."
    Did "all of that"  include contacting Apple as instructed?

  • Issue with page processing - confirmation message & show /hide a button..

    Hello,
    I am working on a to do list application.
    I have events and for each event, I show list of tasks (grouped in reports based on the calculated task's status).
    In one region I have a drop down list of events and a Select Event button.
    For each task, I had to create a CLOSE option (initially I used a link, but the requester wanted a confirmation before closing the task).
    Now I have a checkbox for each task (generated dynamically with apex_item.checkbox(1,task_id)).
    Closing a task in my application means to set the end_date to sysdate.
    I followed the instructions from
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/check_box.htm#CEGEFFBD. I've created also a button and a process and updated the sql from "delete" to "update".
    The process is set: OnSubmit - After Computations and Validations; Run Process Once per page visit (default).
    The issue number 1 is that I see the confirmation message (that tasks have been closed) every time I reload the page (the same when I click Select_event button).. not only after I press on that Close_task button..
    For issue number 2, I have to mention that I've added a condition to show / hide the Close_task button, only if I have at least 1 task in the report.
    The issue number 2 is that I see the button only if I click 2 times on the Select_Event button.. The same is for hide.
    I feel like I am missing something very important about how to synchronize different events(buttons clicks), processes..
    help..?
    Thank you!
    Anca

    This forum is magic..
    As soon as write here, I find the answer!
    Issue 1: I fixed it by specifying this: When Button Pressed (Process After Submit When this Button is Pressed) and my button. I miseed this 1st time.
    Issue 2: I moved the button after the report.. and now it's working just fine!
    I did this about it for some time before asking the question here.. but I just had to write here and got the right answer ;)
    Have a nice day!
    Anca

  • Nokia Lumia 900 Issues and Questions

    I bought my Nokia Lumia 900 last March and it's running pretty well. It's fast and reliable, although I have some issues regarding it.
    1. When I'm in a conversation and I receive multiple text messages, I need to press the back button as many times as the number of messages I have received so I can go back to the menu. Not a big problem at all, but it can be quite annoying once you've already received a lot of messages and you try to go back to the messages screen.
    2. I don't have the compass. When I try to download apps, it says my phone is missing some features that the app requires, which happens to be the compass. The phone's specification (on the Nokia website) says that the phone has a magnetometer, GSMArena and Wikipedia both say that the Lumia 900 has a compass.
    3. It doesn't have Xbox Live. It's also included in the specifications that the Lumia 900 has Xbox Live, but when I go to Games, I only get Collection.
    Issue number 1 isn't that much of a problem, but issues 2 and 3 are very disappointing. I tried searching for ways to fix these and I found an article saying that a reset will fix the compass and Xbox Live issue. I did that, and when I opened it, I saw Xbox Live on my Start Screen but when I activated my Wi-Fi, it changed to Games and still no Xbox Live there. The compass problem isn't fixed either. To those who experienced the same issues, can you please tell me how you fixed it? Thanks in advance.
    Also, about the 7.8 update, I've been waiting for it for some time now and it's now available on my unit. Is it safe to install? I'm worried that if it fails it might make my phone useless. How long does it usually take?

    Hi Ronio9riku,
    Welcome to Nokia Support Discussions!
    1. Once you received multiple text messages, can you not open one message and then press the Start button to go back to the live tiles and select Messaging again to go to the next message?
    2. The phone supports compass (magnetometer). Have you tried to use the On-Device Diagnostic Tools to calibrate the Magnetomer? You can open the dialer and then input ##634#. Select Magnetometer and then calibrate the phone. Make sure that the location of the phone is On under Settings!
    3. The phone supports Xbox Live which you can access on the phone by selecting Games on the start screen or by going to the App List. However, Xbox Live is not available to all countries/regions. You can visit the link for the countries/regions supported: www.xbox.com/LIVE/countries.
    It's safe and recommended to update the phone whenever there is a software update offered. This improves the perfomance of the phone so why not connect your phone to your computer, open the Zune and install the update?
    For more information, see this link: http://www.windowsphone.com/en-us/how-to/wp7/update-central
    If you're asking how long the update takes, it is usually 30 minutes to 1 hour.

  • We need a new section entitled:  Issues With Apple Customer Service

    "This Feedback about the Discussions forum is intended for questions about how to use Apple Discussions and for general constructive feedback about how the Discussions system is operating or how it may be improved. Please use this forum appropriately. Failure to do so may result in your posting privileges to this forum being disabled.
    If your question concerns a hardware or software technical issue, please do not post in this forum — instead, go to the Apple Discussions Homepage, select an appropriate product category and follow the links until you reach the correct forum for your post, then click the Post New Topic link. "
    Alright, I have a suggestion for improvement. We need a new forum section for complaints about the way Apple is treating us.
    To make sure I'm being clear, let me give you an example of just such a post that may be included in such a section.
    I ordered online the family packs of Leopard, iWork '08 and iLife '08 on November 6th. I received an email telling me my order had been shipped on November 7th.
    On November 9th I decided to check the progress of my shippment by logging on to FedEx. To my surprise, it had been delivered! Not to me but another party. I could download a PDF from FedEx and see the signature.
    After trying to deal with FedEx for a few days I was finally told to deal with Apple because they would have to initiate the investigation. Fine. These things happen.
    On 11/13/2007 I spoke with an Apple Customer Service Representative and received an Apple Issue Number and Case Number. I was told that it should be resolved in a few days. It wasn't.
    11/20/2007, Here's where it gets interesting. In talking with them again I explained that since my signature was not on the FedEx ticket it had not been delivered properly if at all. I explained that since FedEx was clearly at fault the package should be shipped again. Finally they agreed. I was told that my package would be shipped and to expect an email.
    11/23/2007, I was told again that nothing would be shipped until after an investigation had been completed. So did they lie? I spoke with a manager who kept repeating that he was sorry for the mis-communication. That became very frustrating to say the least. Remember, FedEx requires a signature. Without it or my permission to deliver somewhere else they must deliver to me and get my signature. The FedEx PDF clearly shows another persons signature.
    Equally frustrating is the fact that they will not keep me informed as to the status. I have to call them and wait on hold. I did get a couple of emails with text along the lines of, "We continue to work with our carrier on your lost package. "
    However, there is no way to reply to these form letters. The only way to stay in touch with Apple is to call and be put on hold.
    Twice, after giving them my order number and being put on hold "while they look up my records" or whatever, the call was disconnected. I'm not saying they did so on purpose but the results were the same. Another call, another round of giving my order number and explaining to yet again a new person the details of the situation.
    I've had many problems with Apple since becoming a customer in June of 2006 but I just can't let this go. I need a place to warn others. If you buy something, you might be better off buying it from a store instead of on-line. This kind of information is needed to warn others concerning the business practices of Apple should something go wrong. This is why we need a new section for putting forth such complaints.

    It seems to me that the real problem here is with FedEx, as I have encountered similar types of problems with them in the past. Even though a signature is required, I have had packages left on my porch. When I enquired, someone had actually signed (i.e.forged) my name! Other times it has been left on my porch with some other signature. When I call to complain, FedEx just seems to think there is no problem as long as I got my package. They seem totally unconcerned even though a signature is required and I definitely did not authorize delivery with no signature. I have expressed my concerns directly to Apple, but have no way of knowing if it has done any good. I think this problem is worse with FedEx ground, as that is contracted out. Around here anyway, i think the drivers will sign the ticket and leave the package just so they won't have to make another trip. It's not right, and it's not supposed to happen this way, but i know it does.
    Apple entrusted your package to FedEx in good faith that it would be delivered to you, and that your signature would be required for you to receive it. That should have resulted in you receiving it. however, due to a false signature, you did not. Clearly, FedEx is responsible.
    If the package was supposedly delivered to your address, but has a false signature, I wonder if the driver might have signed the delivery ticket or gotten someone else to sign it and just left it on your porch or something like that. If so, it could have been subsequently stolen. If something like this happened, it might explain why things are so bogged down in the investigation at Apple. From their viewpoint, the package was delivered and a signature was obtained and they are probably being stonewalled by FedEx.
    A user to user discussion forum such as Apple Discussions won't help with delivery problems. It's best to report them directly to Apple as you have done. If you continue to have problems, you can call Apple and ask to speak to Apple Customer Relations. They may well be able to cut through the red tape. You could also express your concern in the "Feedback to Apple" section. Maybe if enough people complain, they might consider awarding the shipping contract to someone else. Or perhaps the other shippers are even worse.
    One of my recent shipments was evidently lost in a typhoon. But when I called Apple, a replacement was sent out immediately. This is more what I would expect of Apple, and you have every right to expect similar treatment.
    If FedEx delivered to the wrong address and got a wrong signature, they should be expected to go back and retrieve the package. But if they delivered to your address and did not get your signature, then you would be well within your rights to go to your local Better Business Bureau and file a complaint against FedEx. That might possibly get some action of some sort. FedEx cannot ignore the BBB as easily as they can ignore you. If your signature was actually forged, you will certainly be able to prove that the signature on the delivery ticket is definitely not yours. And you could forward the BBB complaint to Apple. I don't know if this would help or just muddy the water, but it would put a little more pressure on FedEx I would think.
    In the meantime, I would certainly speak to Apple Customer Relations and see if they can help you out here. They want happy Apple customers, and I think they would like to know about the extreme frustrations you are experiencing through no fault of your own.
    I sympathize with your problems, and I hope that you are able to get them resolved soon.
    Good luck!

  • MacBook Pro - Set of issues

    They always come in a set of 3 for me.
    I'll put a little bit of history in for you to understand/follow.
    I had a MBP and sent it in 4 times for the same problem, then they finally replaced it.
    This replacement Mac was perfect till 6 months in.
    I experienced some problems with the display, and the mouse.
    They replaced them for me, but when I got it back the keyboard wasn't working and it was getting rather hot.
    I sent it in and they did some tests. Fixed the keyboard but couldn't find anything wrong with the CPU.
    It was still getting extremely hot, so I sent it back in. They replaced the CPU and the thermal module.
    Still getting hot results, I sent it back in and they said there was no problem.
    About a week later the heat issues began to fade. (Thank god)
    Now the issues:
    Issue number 1 is the CD drive.
    For the past 2 weeks the CD drive has been accessing itself (such as the sound it makes when you turn it on from a cold boot or wake it from sleep) at random intervals during use.
    I can't replicate this.
    It can happen when a program is running, when it's sitting idle or when there's stress. (Happens in both OS X and Windows)
    There's also no pressure around the CD drive when it happens.
    This is becoming increasinly annoying as it happens during lectures and it's rather loud, and pauses what ever is going on for the access to happen.
    (Eg, I'm typing in Pages. The CD drive accesses and i'm still typing, the letters don't show up. And I also type really fast so it breaks my concentration. :P)
    Issue number 2 is the Display.
    This has only happened under stress. Able to replicate with the Adobe Media Encoder CS4 program, and unable to replicate under CoD4 and other games (eg, random times).
    I'll be sitting working (or playing in this case) and the display will just become black, but the LED backlighting is still active. The only way to get it back out of this is to put it to sleep by closing it and opening it back up.
    Issue number 3 is the CPU... Again
    I sent it in because it was getting extremely hot (up to 100*c) and the fans didn't really kick in. They stayed around the 2000rpm mark.
    This time, it doesn't get hot, but it gets very, very sluggish at random times.
    As well with this one, I can't replicate it either.
    This is the 3rd set of problems and 5th time I'll be sending in my Mac for repairs. It's still under (extended) warranty and I'm getting rather annoyed at the problems that keep coming up.
    What should I do? Ask for a replacement or just send it in for repairs.
    I'm honestly fed up with it all.
    I've done 3 reinstallations with Snow Leopard and minimal programs, but the problems are still there.

    Looking at more detail:
    For the past 2 weeks the CD drive has been accessing itself (such as the sound it makes when you turn it on from a cold boot or wake it from sleep) at random intervals during use.
    That's normal. It changes lenses to be able to read and write to different media, and then resets itself to the default occasionally.
    This is becoming increasinly annoying as it happens during lectures and it's rather loud, and pauses what ever is going on for the access to happen.
    That may not be normal. Have you been very careful to follow the basic rules of CD media use in this thread:
    http://discussions.apple.com/message.jspa?messageID=10532189#10532189
    If not, you may have to replace your optical drive.
    This has only happened under stress. Able to replicate with the Adobe Media Encoder CS4 program, and unable to replicate under CoD4 and other games (eg, random times).
    I'll be sitting working (or playing in this case) and the display will just become black, but the LED backlighting is still active. The only way to get it back out of this is to put it to sleep by closing it and opening it back up.
    I'd get back to your power manager of your Mac.
    I sent it in because it was getting extremely hot (up to 100*c) and the fans didn't really kick in. They stayed around the 2000rpm mark.
    This is definitely a power manager issue. I'd get a surge protector, seeing as your father is unable to replicate any issues that could happen electrically. There may be surges caused by unforeseen factors.

  • Use of Number range in Free goods determination Procedure

    Hi,
    Can any body tell me that why we use number range in free goods determination procedure & where it was assigned.
    Thanks & Ragds......
    rashmi

    Hi,
    This facility is provided just to differenciate your free issues documents from normal sales documents and nothing much. This means if you want to make a report depending upon free issues number range then you can get the results as per the free issues number range. For example if you customer has been doing business in various countries and each county wants specific number range for their documents then you'll use an exit which will assign the required number range specific to the country.
    Hrishi

Maybe you are looking for

  • DB & Tomacat on different server, How to create DBCP?

    If DB svr and Tomcat on same server, DBCP works ok. Now, I am setup my programing enviornment based on Windows XP, Eclipse, lomboz, Tomcat, MySQL connector/J, but MySQL database is on another Linux server. I tried, but I still get error: ============

  • RE: Adding Custom Background

    Hello Everyone. I have Imported the .psd file into Encore. Later, I opened the Backgrounds Inside the Library, and I Dragged the .psd file Into the Backgrounds. But the .psd file dose not show Inside the Backgrounds, But It dose show Inside the Image

  • How to exchange big files between mac users through the internet?

    How can we send and receive big files between Mac users (apart from Dropbox) ?

  • Famous error 404 in URL of QuickTime

    Have looked at all previous questions on this issue but can't find an answer. I have an mv4 file. a) If viewed via File / Open - the file is on my hard disk, and the video displays without any problem b) If viewed via File / URL - I get error 404 "an

  • Specific question on seek

    Ok here is a specific question unlike my previous one. If i store records with a fixed record length something like : RandomAccessFile file = new RandomAccessFile("example.txt","rw");            long pos = inputLong("Type the record number for saving