How to get case number for licence transfer

I have been trying to chat somebody to get a case number so that i can transfer the licence  of CS4 to someone else. Please help me how to go about it.

This is an open forum, not Adobe support... read License Transfer https://forums.adobe.com/thread/1355892

Similar Messages

  • How to obtain a case number for License transfer process

    How to obtain a case number for License transfer process.

    Good to know - Here you have the user-2-user forum for "Adobe Reader".
    For anything "License" related you will want to be using the "contact" feature to meander about until you can get a "licensing work group" point of contact.
    The path starts here:
    Contact Customer Care
    Be well...

  • Do I need a new case number for the Transfer of License Form? I am the recipient of a transfer of li

      Do I need a new case number for the Transfer of License Form? I am the recipient of a transfer of license product registration. The transferring person has already filled out and returned the transfer of license form. Do I use the same number or do I need a new number.

    You need to get a new number for yourself because the transferor and the recipient cannot use the same number.
    Reference: I chatted with an Adobe agent, and that was the response they gave me.

  • Case number for License transfer, for Adobe Presenter

    Who gives out the case number for license transfer, for Adobe Presenter? I have been trying to contact Adobe, but of no avail...

    Hi There,
    You can contact Adobe Support via chat by clicking on the following link : Chat
    with an Expert
    Regards,
    Mayank

  • How to get online Number for India ?

    Spoiler (Highlight to read)
    How to get online Number for India ? 
    Spoiler (Highlight to read)

    Hello,
    Skype does not offer Online Numbers in this country.
    For more info regarding Online Numbers please visit: https://support.skype.com/en/faq/FA269
    If my answer helped to fix your issue, mark it as a Solution to help others.
    Thank You!
    Please send private messages only upon request.

  • How to get a case number for license transfer?

    Dear all,
    I would like to transfer my Creative Suite CS6 Production Premium license to a new owner. After some internet searching I already found the instructions at
    http://helpx.adobe.com/de/x-productkb/policy-pricing/transfer-product-license.html#main_Li cense_transfer_process
    Now I got stuck at the point to obtain a case number. Every time I click on "Contact us", the only option I can choose is, to write to the Adobe community forums.
    Can anybody give me some detailed instructions how I can get a case number?
    Thanks in advance!

    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How to get check number for the employee's paycheck

    Hello
    Anyone can advise on how to get the check number for an employee's pacheck
    I got employee first name,last name,GROSS salary,Tax Info,and NET salary.I need the CHECK NUMBER.
    please advise
    thanks
    kp
    Edited by: user8612301 on Dec 16, 2010 1:26 PM

    Hi,
    Or are you looking for this:
    SELECT serial_number, paaf.assignment_number
    FROM pay_assignment_actions paa, per_all_assignments_f paaf
    WHERE action_status = 'C'
    AND paaf.assignment_id = paa.assignment_id
    AND serial_number IS NOT NULL
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date;
    - Viky
    Edited by: Viky on Dec 17, 2010 11:42 AM

  • How to get extenal number for a notification

    Hello All,
    I want to get an external number for notification. I came to know there is FM GET_NUMBER_NEXT but i am unable to know how to use it?
    Is there any other way to get this external number.
    My requirement is i want to create a service notification.
    Regards,
    Lisa

    This FM [GET_NUMBER_NEXT|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=get_number_next&cat=sdn_all] is usually called just before calling a Creation BAPI that require that the number be provided. (e.g. material data BAPI_MATERIAL_SAVEDATA)
    As far as i know [BAPI_SERVNOT_CREATE|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bapi_servnot_create&adv=false&sortby=cm_rnd_rankvalue] doesn't need this parameter if the Customizing (IMG) of the notification type is "internal number", The BAPI send the created number back in the [NOTIFHEADER_EXPORT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=notifheader_export&adv=false&sortby=cm_rnd_rankvalue] exported parameter, field NOTIF_NO.
    If your Customizing (IMG) is "external number", but your need a number, create a number range via [SNRO|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=snro&adv=false&sortby=cm_rnd_rankvalue] and use GET_NUMBER_NEXT. (I suggest you to declare the type with internal numbering and assign the number range in the Customizing via [IW20|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=iw20&adv=false&sortby=cm_rnd_rankvalue])
    If you use CALL TRANSACTION, use the option MESSAGES INTO itab and LOOP AT the message table to find the created notification number.
    Regards

  • Requesting Case Number for License Transfer

    The help page for a license transfer says "Contact us to obtain a case number." I clicked it and here I am in this forum. So please give me a case number.

    You don't need a case number:
    Write your case number or customer number or both on the form.
    from here:
    Transfer an Adobe product license

  • How to get product number for motherboar​d

    Is there a way to retrieve the part number for a motherboard on a DV2000 series notebook other than stripping down the unit and pulling the motherboard? (IE - Enter the serial number somewhere on the HP website and it would retrieve this number, along with others associated with this computer)
    Thanks in advance

    Hi,
    Please try from this:
      http://h20141.www2.hp.com/hpparts/?cc=US&lang=EN&j​umpid=hpr_r1002_usen
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to get Delivery number for given Equipment number?

    Hi,
    I have the equipment number and this equipment contains material number and serial number. From these information, how do I get the delivery number/order number?
    Thank you.
    Ashish

    Hi All,
    The problem is solved.
    Here is the link >>
    Table OBJK > give equipment number ->>>> this will give us a list of records.
    Now go to SER01 > It will have only one record to get corresponding to value of different OBKNR received from filter. Means if we get 5 records from OBJK then out of 5 only one record will have corresponding record in SER01 and rest 4 records will not have any value SER01.
    To understand the logic review function module SERIAL_LS_PRINT which works otherway round. It takes delivery and item number and gives us back serial number.
    My requirement is otherway round but I know the path to get desired values.
    Thank you all for your help.
    Cheers,
    Ashish
    Edited by: Ashish Arya on Mar 4, 2008 2:05 PM
    Edited by: Ashish Arya on Mar 4, 2008 3:49 PM

  • How to get SC number for backend PO in classic scenario

    Hello,
    In classic scenario, how can I retrieve the SC number from PO backend number.
    Best Regards,
    Lina

    Hi,
    Please look at BBP_PD transaction. You will get better understanding how GUID are linked.
    Table   CRMD_ORDERADM_I
    GUID                         DDC1CD43BF9E69F1881A00505631332B
    OBJECT_TYPE          BUS2121001
    HEADER                    DDC1CD43BF9E2FF1881A00505631332B
    Table   CRMD_ORDERADM_H
    GUID                         DDC1CD43BF9E2FF1881A00505631332B
    OBJECT_ID               0010000077
    OBJECT_TYPE          BUS2121
    You can also use Function Modules. Please go to SE80 transaction and check Function Group BBP_PD_SC.
    Regards,
    Masa

  • HT1529 how i get serail number for my personal imac computer

    windows 7 update i my pc headset it self i am hearing sound.But i cant hearing sound in my computer in builtspeaker .What problem please solve my problem and also give step to solve the problem.

    To find a Mac serial #:  Apple>About This Mac>System Profile.
    Depending on which model iMac you have, the serial # can be found either on the back of the iMac or on the bottom of the pedal stand.
    ============
    Regarding the sound:
    Repair permissions & restart.
    Check your settings in the Audio Midi app which is located in the Utilities folder.
    http://support.apple.com/kb/TS1574 Troubleshooting issues with no audio from built-in speakers on Macs
    Trick/Tip: Open up GarageBand if installed then, open a program (optional).
    Quit out of the GarageBand app.
    =====================
    Repairing the mysteriously muted Mac
    The background on the issue is that there’s a small sensor switch inside the headphone port. When you insert a headphone jack, the sensor understands what's what and changes the sound output setting to Headphones. If you insert a jack for digital audio output, the device changes to Digital Out. When you remove the jack completely, it should read Internal Speakers.
    The spirits tell me that there’s a very good chance that you recently had something jacked into this port—a set of headphones or a cable leading to powered speakers, for example. When you removed the jack, something in the port prevented the sensor from tripping correctly. That’s why you see Digital Out instead of internal Speakers.
    The solution is to force the sensor to do its job. The safest way to do that is to simply run a jack in and out of the port a few times. Much of the time, this takes care of the problem by correctly tripping the sensor. If that doesn’t work, there may be gunk in the port. Before turning to more invasive techniques, get a can of compressed air, attach the small tube that fits the nozzle, and blast a few shots of air into the port. With any luck, that should dislodge the gunk and the port will operate as it should.
    If that doesn’t work, find a foam-tipped swab that fits (electronics shops generally carry them), dip it in rubbing alcohol, and gently insert it into the headphone port in an attempt to wipe away any stubborn gunk. I recommend foam rather than cotton swabs because the cotton variety might leave threads behind. (This same technique works well with misbehaving headphone ports on devices such as iOS devices.)
    It's possible that gunk has nothing to do with it. Rather, it may be that the switch just needs a subtle nudge. If a jack or swab doesn't work, I've heard of people successfully resetting it with a deft poke of a toothpick.
    http://www.macworld.com/article/2031146/repairing-the-mysteriously-muted-mac.htm l

  • How to get sequence number for tree level in tree table

    Hi,
    User would like to add a column as "Sequence" in the beginning of tree table. The tree table look like as following:
    Sequence Tasks Date
    1 ItemA
    subItem1 12/31/12
    subItem2 12/31/13
    subItem3 12/31/14
    2 ItemB
    subItem1 12/31/12
    subItem2 12/31/13
    subitem3 12/13/14
    How to add this sequence column in tree table?
    Thanks!
    Susan

    Check this sample:
    <af:form id="f1">
                    <af:treeTable value="#{bindings.Departments.treeModel}" var="node" styleClass="AFStretchWidth"
                                  columnStretching="last" selectionListener="#{bindings.Departments.treeModel.makeCurrent}"
                                  rowSelection="single" id="tt1">
                        <f:facet name="nodeStamp">
                            <af:column id="c1" headerText="Department Name" width="200">
                                <af:outputText value="#{node.index + 1} #{node.DepartmentName}" id="ot1"
                                               visible="#{bindings.Departments.treeModel.depth == 0}"/>
                            </af:column>
                        </f:facet>
                        <f:facet name="pathStamp"></f:facet>
                        <af:column id="c2" headerText="Employee Name">
                            <af:outputText id="ot4" value="#{node.FirstName} #{node.LastName}"/>
                        </af:column>
                    </af:treeTable>
                </af:form>Thanks,
    Navaneeth

  • How To get the number of request's for a single Composite Application

    Hi can any body tell how to get the number requst's for a single composite application.
    Thanks
    Mani

    Hi,
    There are lots of STATE is available for composite instances, like mentioned in the below query. I hope you will get answer from the below query.
    SELECT (CASE WHEN STATE=1 THEN 'OPEN AND RUNNING'
    WHEN STATE=2 THEN 'OPEN AND SUSPENDED'
    WHEN STATE=3 THEN 'OPEN AND FAULTED'
    WHEN STATE=4 THEN 'CLOSED AND PENDING'
    WHEN STATE=5 THEN 'CLOSED AND COMPLETED'
    WHEN STATE=6 THEN 'CLOSED AND FAULTED'
    WHEN STATE=7 THEN 'CLOSED AND CANCELLED'
    WHEN STATE=8 THEN 'CLOSED AND ABORTED'
    WHEN STATE=9 THEN 'CLOSED AND STALE'
    WHEN STATE=10 THEN 'NON-RECOVERABLE'
    ELSE STATE || ''
    END) AS STATE, component_name, COUNT(*) AS NUM_OF_CUBE_INST FROM CUBE_INSTANCE where composite_name='PASS THE COMPOSITE NAME HERE..........'
    group by (CASE WHEN STATE=1 THEN 'OPEN AND RUNNING'
    WHEN STATE=2 THEN 'OPEN AND SUSPENDED'
    WHEN STATE=3 THEN 'OPEN AND FAULTED'
    WHEN STATE=4 THEN 'CLOSED AND PENDING'
    WHEN STATE=5 THEN 'CLOSED AND COMPLETED'
    WHEN STATE=6 THEN 'CLOSED AND FAULTED'
    WHEN STATE=7 THEN 'CLOSED AND CANCELLED'
    WHEN STATE=8 THEN 'CLOSED AND ABORTED'
    WHEN STATE=9 THEN 'CLOSED AND STALE'
    WHEN STATE=10 THEN 'NON-RECOVERABLE'
    ELSE STATE || ''
    END), component_name;
    Thanks,
    Vijay

Maybe you are looking for