Why have I still not been sent my product serial number?  It's been hours now and I need to have my license now.

why have I still not been sent my product serial number?  It's been hours now and I need to have my license now.

you're allowed a 30 day trial while waiting (at least one business day) for adobe to process your payment.

Similar Messages

  • HT1349 I am receiving emails on my Dell computer/Microsoft XP software that are addressed to my deceased husband.  How can I cancel that account?  I don't have any idea as to what hardware product  serial number is.

    I am receiving emails on my Dell computer/Microsoft XP software that are addressed to my deceased husband.  I don't have any idea as to what the hardware product serial number is.  How can I delete the iCloud account?

    You can't delete an iCloud account, you can only stop using it.  Is email addressed to him coming to your email address or his?

  • HT201210 my iphone is in recovery mode but wont let itunes recover it as it says it comes up with error. i have tried the power and home button for 10 seconds but it will still not do anything.. the serial number says n/a does this mean anything as well?

    do i have to buy a new iphone?

    I have the same problem but mine won't even give me the error number, and it doesn't appear as a device on iTunes

  • I have lost the Adobe email that listed my serial number from my on-line purchase and subscription of Acrobat Pro, how do I recover it?

    How do I go about getting a serial number needed for re-installing Adobe Pro purchased and downloaded in a subscription from a deleted confirmation e-mail from Adobe?

    If you installed and registered the information will be on your account page
    https://www.adobe.com/account.html for your Adobe orders page

  • VBAP-ANZSN not getting updated when writing serial number to order

    Hey ABAP,
    i got some Problem with serial numbers.
    We have a rental process, where user gives in serial number at time of delivery.
    Since we need to create orders based on original order, we need to take the serialnumber from the delivery and write it back to the order, so when order is copied, serial number will be copied as well.
    I use following Code to write that serial number into the order, and it works:
    code -> next post
    FYI: This coding is in a rouitine which is called by perform on commit, in an own update task function module which is beeing called in MV50AFZ1.
    So where is the Problem?
    The order gets correctly updated with the serial number which got input in the delivery.
    When looking at it through VA02 all if fine. You can see the serial number, and you also can see that there is 1 serialnumber of 1 serial numbers.
    BUT when having a look at the corresponding VBAP record for this order, VBAP-ANZSN stays empty.
    in copy routines, serialnumbers will only get copied as well if VBAP-ANZSN > 0.
    Cause if its 0 the system thinks: "yikes there are no serial numbers i got nothing to do".
    any ideas?
    Edited by: Florian Kemmer on Sep 30, 2009 12:43 PM

    DATA: lt_ser01            TYPE TABLE OF ser01,
            ls_ser01            TYPE ser01,
            lv_equnr            TYPE equnr,
            lv_sernr            TYPE sernr,
            lv_matnr            TYPE matnr,
            lt_riwol            TYPE TABLE OF riwol1,
            ls_riwol            TYPE riwol1,
            lv_vbeln            TYPE vbeln,
            lv_posnr            TYPE posnr,
            lt_serxx            TYPE TABLE OF rserxx,
            ls_serxx            TYPE rserxx,
            ls_lips             TYPE lips,
            ls_likp             TYPE likp,
            ls_vbak             TYPE vbak,
            ls_vbap             TYPE vbap.
      break fis-kemmer.
      " Lieferdaten besorgen
      SELECT SINGLE *
      FROM   likp
      INTO   CORRESPONDING FIELDS OF ls_likp
      WHERE  vbeln = gv_vbeln_vl.
      SELECT SINGLE *
      FROM   lips
      INTO   CORRESPONDING FIELDS OF ls_lips
      WHERE  vbeln = gv_vbeln_vl
      AND    posnr = gv_posnr_vl.
      " Serialnummer aus der Lieferung besorgen
      SELECT SINGLE *
      FROM   ser01
      INTO   CORRESPONDING FIELDS OF ls_ser01
      WHERE  lief_nr = gv_vbeln_vl
      AND    posnr   = gv_posnr_vl.
      SELECT SINGLE equnr
      FROM   objk
      INTO   lv_equnr
      WHERE  obknr = ls_ser01-obknr.
      SELECT SINGLE sernr
      FROM   equi
      INTO   lv_sernr
      WHERE  equnr = lv_equnr.
      CHECK NOT lv_sernr IS INITIAL.
      " Matrialnummer aus der Lieferung besorgen
      SELECT SINGLE matnr
      FROM   lips
      INTO   lv_matnr
      WHERE  vbeln = gv_vbeln_vl
      AND    posnr = gv_posnr_vl.
      CHECK NOT lv_matnr IS INITIAL.
      SELECT SINGLE vbelv posnv
      FROM   vbfa
      INTO   (lv_vbeln, lv_posnr)
      WHERE  vbeln    = gv_vbeln_vl
      AND    posnn    = gv_posnr_vl
      AND    vbtyp_v  = 'C'.
      " Auftragsdaten besorgen
      SELECT SINGLE *
      FROM   vbak
      INTO   CORRESPONDING FIELDS OF ls_vbak
      WHERE  vbeln = lv_vbeln.
      SELECT SINGLE *
      FROM   vbap
      INTO   CORRESPONDING FIELDS OF ls_vbap
      WHERE  vbeln = lv_vbeln
      AND    posnr = lv_posnr.
      ls_riwol-sernr = lv_sernr.
      ls_riwol-matnr = lv_matnr.
      APPEND ls_riwol TO lt_riwol.
      ls_serxx-anzsn      = ls_ser01-anzsn.
      ls_serxx-vbtyp      = ls_ser01-vbtyp.
      ls_serxx-sdaufnr    = lv_vbeln.
      ls_serxx-lief_nr    = gv_vbeln_vl.
      ls_serxx-posnr      = gv_posnr_vl.
      ls_serxx-kunde      = ls_likp-kunnr.
      ls_serxx-obknr      = ls_ser01-obknr.
      ls_serxx-datum      = ls_ser01-datum.
      ls_serxx-letznr     = ls_ser01-letznr.
      ls_serxx-vorgang    = ls_ser01-vorgang.
      ls_serxx-uzeit      = ls_ser01-uzeit.
      ls_serxx-vbtyp      = ls_ser01-vbtyp.
      ls_serxx-bwart      = ls_ser01-bwart.
      ls_serxx-vkorg      = ls_ser01-vkorg.
      ls_serxx-vtweg      = ls_ser01-vtweg.
      ls_serxx-spart      = ls_ser01-spart.
      ls_serxx-ltsps      = ls_ser01-ltsps.
      ls_serxx-sd_auart   = ls_vbak-auart.
      ls_serxx-sd_postyp  = ls_vbap-pstyv.
      ls_serxx-werk       = ls_vbap-werks.
      break fis-kemmer.
      APPEND ls_serxx TO lt_serxx.
      CALL FUNCTION 'IWOL_WV_ADD_OBJECTS'
        EXPORTING
          i_sdaufnr           = lv_vbeln
          i_sdposnr           = lv_posnr
          to_type             = 'SD'
        TABLES
          t_riwol1            = lt_riwol
          t_ser02             = lt_serxx
        EXCEPTIONS
          no_object_list      = 1
          entry_exists        = 2
          invalid_material    = 3
          invalid_serialnr    = 4
          invalid_equipment   = 5
          invalid_location    = 6
          invalid_assembly    = 7
          status_not_allowed  = 8
          equi_foreign_key    = 9
          equi_system_failure = 10
          customer_exit_error = 11
          OTHERS              = 12.
      IF sy-subrc = 0.
        CALL FUNCTION 'IWOL_WV_POST_OBJECT_LIST'
          EXPORTING
            i_sdaufnr      = lv_vbeln
            i_sdposnr      = lv_posnr
          EXCEPTIONS
            no_object_list = 1
            other_errors   = 2
            OTHERS         = 3.
      ENDIF.
    Edited by: Florian Kemmer on Sep 30, 2009 12:46 PM

  • REG: 4 different folders from the source side and we need to have the BPM t

    Hi All,
    We are using a BPM for file-idoc scenario. Previously we use to have one source folder which sends file and the bpm worked fine. Now we have a requirement where the files come from 4 different folders from the source side and we need to have the BPM to run independently for each folder.
    What are the changes to be made in IR and id for this..
    Thanks & Regards,
    Kiran.

    File adapter has a option advance selection of source file setting which can be used for picking files from different folder.

  • I have been sent a message stating my service would be shut off.  I need until tomorrow payday to get a payment to you

    I have been sent a message stating my service will be shut off.  I need until tomorrow payday.  I wish I knew why talking to a rep. seems to be so impossible....???

    If you paid your invoices on time you would not need to contact Verizon to have them halt the suspension on a phone service you don't pay on time?
    1-800-922-0204 from a land line and see if you can get a rep to assist you.
    Good Luck

  • Why does Siri still not work in Australia???

    It has almost been 6 month since apple released the 4s. I purchased it because I had never owned an apple product. Siri looked amazing in what it could do that's why I got it. To find out it wasn't working to its full extent in australia was very very diss appointing. As it has been so long since its release I really want to know why this is still not resolved??

    This is the iPhone 4S page on the Apple Australia website, Siri is plainly marked as BETA, which mans still in development. Perhaps you lot should stop playing with the Joeys and pay more attention.

  • They sent me a serial number for a windows version of PS Elements when I ordered a mac version.  The serial number doesn't work, not surprisingly, but they don' t seem to care.  I have tried the chat line and have waited for almost a day with no response.

    They sent me a serial number for a windows version of PS Elements when I ordered a mac version.  The serial number doesn't work, not surprisingly, but they don' t seem to care.  I have tried the chat line and have waited for almost a day with no response.  What should I do?

    Look here
    Order product | Platform, language swap

  • HT5824 My iPad has been stolen. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help???

    My iPad has been stolen. Someone broke into my house on Tuesday. I have already tried locking it through icloud.  I have reported this to the authorities but they cannot do much unless I give them the serial number to the iPad. With the serial number they can put it into a database and send that inormation to pawn shops, so i the theie tries to pawn it, the pawn shop employeee can convscate the iPad and hand it over to the authorites. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help??? btw, some words are misspelled becasue the letter that comes ater the letter E, doesnt work on my keybord.
    Thanks

    Serial Number
    http://support.apple.com/kb/HT4061
    Sign in to My Support Profile
    https://supportprofile.apple.com/

  • HT1338 i've been getting an error when trying to play online games saying that i need to have the browser in 32 - bit mode. my browser is in 32 - bit mode but the msg keeps coming up and not running the game

    i've been getting an error when trying to play online games saying that i need to have the browser in 32 - bit mode. my browser is in 32 - bit mode but the msg keeps coming up and not running the game

    I dunno, that doesn't make any sense to me.
    I just shut down and rebooted into the SnowLeopard partition and took a peek at the preference panes.  There are only 3 that run in 32 bit only.  They are all 3rd party, and none of the prefpanes are non Intel.  Like I said, I have never owned a PPC machine.  Anyhow, SnowLeopard doesn't even have an iCloud prefpane, or a combined mail, contacts, and calenders prefpane, and the ML security and privacy prefpane is all new as well.  The software update prefpane is Intel and 64 bit in both SnowLeopard and Lion.
    As to the triple boot, unless I'm totally mistaken, what I have here is, in essence, 3 seperate descrete computers in one box.  All using the same hardware. but one at a time.  I wouldn't know how to get more than one running at the same time, without using a virtual machine, even if I wanted to.  (Which I don't)  I do sometimes transfer files from one to another using the shared folder, but other than that, they do not interact.  How could ML system preferences be trying to launch prefpanes from a totally different machine?

  • Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'syn' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

    Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'sync' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

    Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'sync' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

  • HT201401 What you sent me does not help me right My problem is the hardware of the iPhone and its settings I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    Hello my name is and I'm from Israel Lidor My home button on the iPhone 5 does not pass he makes heads and crooked, I bought it from Apple in Spain Barcelona If you can do something with this issue Nora will thank you.!
    What you sent me does not help me right
    My problem is the hardware of the iPhone and its settings
    I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    The warranty is NOT international. The exception is the E.U.
    Since Spain is an E.U. Member country, you can take it back to an Apple Store in any EU country for service. It can not be serviced outside of the E.U.

  • Music spontaneously starts, stops, stutters at random and I'm not even using that app. Repeated attempts to pause the song and close the app have no affect. Just keeps popping on and off randomly no matter what I'm doing at the time.

    How do I eliminate this glitch?  Music spontaneously starts, stops, stutters at random and I'm not even using that app. Repeated attempts to pause the song and close the app have no affect. Just keeps popping on and off randomly no matter what I'm doing at the time. I tried double-clicking the Home button which brings up all of the active apps, touched and held the Music icon until all the icons started wiggling, tapped the Close icon in the upper left corner of the Music app to close the app completely, but the app is still open and still randomly stuttering. I did notice that the play button icon flashes in the upper right corner of the screen when this happens and it appears and disappears in concurrence with the Music app stuttering. When the music starts, the icon appears and when it stops, the icon disappears again. When the music stutters on and off, the icon appears and disappears rapidly and in sync with that random glitch. This just started today for no apparent reason. I turned the iPad off, waited 30 seconds and turned it back on. As soon as it was finished starting up, the same music glitch began again immediately. I'm using iOS 6.1.3.

    Well, no one seems to have any answers or ideas for me, I'll update what I've been able to accomplish.
    I reloaded all 14 disks in the time frame of watching Lord of the Rings on Fri. nite.
    Funny thing is, the first disk pulled the info from the online store! Hooray!
    Wait-then all the next 13 could find no information online...what the heck is up with that? So I MANUALLY assign each disk a new track # to co-inside with each disk, spent about 2 hours doing that.
    But still, itunes tells me my playlist is too large, there's not enough space on the ipod. so I unchecked 1 1/2 disks (I'd listen to 1/2 of disk 1 previously) and voila! there's my ipod full of my book. Finally. But what a lot of bother just to keep things in order!

  • I started using LT 4 and I have a serial number, also upgraded to LT 5 and have a serial number. Now I just bought a new Macbook Pro and installed the LT 5, but it doesn't accept my serial number. Why?

    I started using LT 4 and I have a serial number, also upgraded to LT 5 and have a serial number. Now I just bought a new Macbook Pro and installed the LT 5, but it doesn't accept my serial number. Why?

    When you installed the Lightroom 5 on your MacBook, did it ask for both serial numbers. Since you purchased Lightroom 5 as an upgrade, you need both the serial number from your original purchase as well as the new serial number for Lightroom 5. If you have both of those numbers and they are still not being accepted then you will have to contact Adobe customer support for a solution.

Maybe you are looking for

  • Droplets in CS4 not working in Windows 7

    Hello All, I have had issues making droplets in Windows Vista ( hit or miss ) and now I can't get it to work in Windows 7. I'm creating a basic optimize script to make images web ready, and when I drag an image to the droplet I get the following erro

  • Is there a converter to firewire for air?

    I'd like to set up someone with a macbook air and an older mac mini as an external firewire storage device. Is there a way, will an air machine recognize  a usb-to-firewire adaptor?

  • URGENT HELP!!regarding active x

    if anyone could help me i'd REALLY appreciate it. certain webpages will "hang" when i try to open them in internet explorer 7. the status bar shows it gets to the halfway mark in terms of opening the page and then it stops. but the flag icon in the t

  • Drawing a Line Chart

    Hello , i'm using line type "  line chart with markers at data points " to draw 2 values - the start date on "X" axis - Original Value on "Y" axis my problem is when i put the "Start date " on the (on change of )area in data section , and put" origin

  • Bankdata in XL Reporter

    Hi@all where can i find the bankdatas in XL Reporter? i want to make a report to show, wich partners dont have any bankdatas. i know that it is part of the OCRD but i cant find it... please help... regards Bernhard