Am trying to purchase a subcription, giving all the necessary details, told that i am to receive a reply back, which i am NOT receiving even though after 3 days. could you please check this out

Could you please let me know about the above as i need to transfer files urgently. Have tried to resend again but to no avail.

Hi stephena,
I have checked your account; there are no recent orders under the email address that you use here in the forums. So, I'm wondering if you may have signed up using a different email address, or signed up for a subscription via a Reader mobile app? For the latter, those subscriptions are handled by the app store from which you made the purchase, so Adobe wouldn't have record of those.
Best,
Sara

Similar Messages

  • Could you please check this code

    Hi There,
    The scenario here is :
    I have written this piece of code but its not showing desired result .I think the problem is in the AVGRANGE.
    Please look into this and let me know if I am doing anything wrong.
    I need to accomplish this task ,if employee E1 & E2 are in Entity1 in Grade S in forecast1 and now in forecast 2 a new employee namely E3 has come in this new forecast and whether he belongs to same entity can be identified by a new account say "F",If "F" is present for that Employee in that particular entity means he belongs to that Entity .Then I need to calculate.
    "P" value for E3 for a month=Avg of "P" value for E1 & E2 in Entity1 in Grade S for that month.
    I think this code is calculating for invalid combination also.
    FIX (&CurrFctScenario,&CurrFctVersion,&CurrYear)
    FIX (&SeedCurrency)
    FIX(@descendatns("Entity"),@descendatns(GRADE),@Descendants(Employee)
    FIX (&CurrMonth:"MAY"
    , &SeedHSP
    "P"(
    IF ( "F"!=#Missing AND "P"==#Missing)
    @AVGRANGE(SKIPNONE,"P",@children(Employee)->@currmbr(Grade)->@currmbr(entity));
    ENDIF;
    ENDFIX
    ENDFIX
    One more thing as I am testing this code for say two three employees then its working fine but as I am uisng @children(Employee) then I am getting error message
    Error: 1012704 Dynamic Calc processor cannot lock more than [200] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    Is there any other way of doing this calculation?
    Edited by: user10760185 on Jun 1, 2011 5:35 AM

    Thanks a lot Alp...
    Please find the logic of the calculation below:
    In forecast1,here E1=employee,S1=Grade,P1=Account member
    E1->S1->Entity1->P1= 100
    E2->S1->Entity1->P1=200
    In forecast2,E3,a new employee has come and if he/she belongs to S1 and Entity1 ,then the value should be
    If (E3->F!->@currmbr(grade)->@currmbr(entity)=#Missing AND P1==#Missing)
    E3->S1->Entity1->P1= (100+200)/2
    I will read the document and will check my cache settings.
    Edited by: user10760185 on Jun 1, 2011 11:36 PM

  • Could you please check this for me?

    This application only runs on some computers. I can run it, but on my parents (who only have the 1.3.1_02 plug in, or something like that) the printing does not work. I keep getting exceptions when I try to print. Otherwise it works fine on mine. The exceptions (if any) are stored in a file called "Error.txt." Note: to test the printing you need to make a new listing. :-)
    You can download this application here:
    http://www.angelfire.com/ok5/java/AddressBook.zip
    Thank you. Please tell me what you think of it if it works, by replying to this message. If you like this program you can by it for $2.00 (I need money for java books ;o) ).
    Thank you all.
    Joshua

    it printed! both the address and full listing.

  • HT201272 I tried to down load season 1 of swamp people and it is showing I purchased season 2 of swamp people could you please remove this off my account.

    I tried to down load season 1 of swamp people and it is showing I purchased season 2 of swamp people could you please remove this off my account.

    Sounds like some hardware issues, meaning you'll want to take or send the iPods in for service or repairs. You can choose to have Apple do an out of warranty exchange for the prices indicated in the link below or find another third party service perhaps even local to your area.
    http://www.apple.com/support/ipod/service/prices/
    B-rock

  • Could you please answer this questions ?

    could you please answer this questions ......
    2. What can you do with the DBMS_LOB package?
    A. Use the DBMS_LOB.WRITE procedure to write data to a BFILE.
    B. Use the DBMS_LOB.BFILENAME function to locate an external BFILE.
    C. Use the DBMS_LOB.FILEEXISTS function to find the location of a BFILE.
    D. Use the DBMS_LOB.FILECLOSE procedure to close the file being accessed.
    3. Which two statements about packages are true? (Choose two)
    A. Packages can be nested.
    B. You can pass parameters to packages.
    C. A package is loaded into memory each time it is invoked.
    D. The contents of packages can be shared by many applications.
    E. You can achieve information hiding by making package constructs private.
    4. Which three are true statements about dependent objects? (Choose three)
    A. Invalid objects cannot be described.
    B. An object with status of invalid cannot be a referenced object.
    C. The Oracle server automatically records dependencies among objects.
    D. All schema objects have a status that is recorded in the data dictionary.
    E. You can view whether an object is valid or invalid in the USER_STATUS data dictionary view.
    F. You can view whether an object is valid or invalid in the USER_OBJECTS data dictionary view.
    5. You need to create a stored procedure, which deletes rows from a table. The name of the table from which the rows are to be deleted is unknown until run time. Which method do you implement while creating such a procedure?
    A. Use SQL command delete in the procedure to delete the rows.
    B. Use DBMS_SQL packaged routines in the procedure to delete the rows.
    C. Use DBMS_DML packaged routines in the procedure to delete the rows.
    D. Use DBMSDELETE packaged routines in the procedure to delete the rows.
    E. You cannot have a delete statement without providing a table name before compile time.
    6. You need to drop a table from within a stored procedure. How do you implement this?
    A. You cannot drop a table from a stored procedure.
    B. Use the DROP command in the procedure to drop the table.
    C. Use the DBMS_DDL packaged routines in the procedure to drop the table.
    D. Use the DBMS_SQL packaged routines in the procedure to drop the table.
    E. Use the DBMS_DROP packaged routines in the procedure to drop the table.
    7. When using a packaged function in a query, what is true?
    A. The COMMIT and ROLLBACK commands are allowed in the packaged function.
    B. You cannot use packaged functions in a query statement.
    C. The packaged function cannot execute an INSERT, UPDATE, or DELETE statement against the table that is being queried.
    D. The packaged function can execute and INSERT, UPDATE, or DELETE statement against the table that is being queried if it is used in a subquery.
    E. The packaged function can execute an INSERT, UPDATEM or DELETE statement against the table that is being queried if the pragma RESTRICT REFERENCE is used.

    It should be good if you try yourself by training your brain to solve these questions and then share them with us to get more help or advice
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Hello, Could you Please check my iPhone's warranty?

    Hello, Could you Please check Apple’s 90-day service limited warranty?
    It was repaired on 19-Dec-12, but it hasn't extended warranty.
    Thanks.

    This is a user-to-user techcnical support forum. You're not addresing Apple here. Use the Contact Us link at the bottom right of every page for more information on how to contact Apple. You can also get more information on the main Support page:
    http://www.apple.com/support

  • Could you please stop this abo?

    Could you please stop this abonnement? my email is: [email protected] and I´m from germany. So if you read this, please stop this abo! thank you very much.

    We can't do this via the forum. You need to contact Customer Support.
    https://www.acrobat.com/misc/en/contact-support.html

  • After this latest update to iOS 6, FaceTime and my WiFi network is not working for my iPhone 4S, could you please help me on what to do? I have already reset my network (which made it worst)

    Could you please help me to fix my iPhone 4S
    After the latest update we've had to iOS 6, I was not able to use FaceTime, it kept giving me an error that I was supposed to wait for an activation code which never arrived, after that I read many solutions which included resetting the networks, which I did to try and fix my problem. What this actually did was to break my network settings an now it doesn't recognize any wifi signal unless I have the router next to me and even the it is difficult.
    Now I don't have FaceTime or access to wifi with my iPhone!
    Please help me!

    Do a factory reset .. nothing will be deleted from your backups and you will be able to get access to them again.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.

  • Can someone please check this out

    This topic,   https://discussions.apple.com/thread/3008511?tstart=0    titled "Tech Tools Deluxe" in the iMac Intel forum,  https://discussions.apple.com/community/desktop_computers/imac_intel?view=all
    appears listed under All Content.
    However, when I use Refine this list and select Using your iMac Intel, which is where it belongs, it disappears. it is not listed in any of the other subforums. It may sometimes shows up in Overview. I have no idea why or when it will.
    After opening and then closing Refine this list, it doesn't appear any longer in All Content.
    If I use my browser bookmark, which is set for iMac Intel> Overview>Using your iMac Intel, it may appear for a split second and then disappear.
    I don't know if this matters: I start my visit to Using your iMac Intel through my browser bookmark. Then, from there, I may navigate to All Content.
    This behavior, of which this particlar thread is only one example, is really driving me nuts.
    I'm wondering if anyone else can reproduce or has seen this.
    EDIT: I just moved from All Content to Overview and, inexplicably, it is now showing up.

    Found another case in Mac OS X Technologies
    Notice the second post Re: Display Random Numbers This is Overview no refinement.
    Now
    Refine to Applescript the post is gone. (Trust me it doesn't show up in any other refinement either)
    Click the X next to Applescript and its back:
    The same behavior happens in All Content or Discussions.
    Thought it might be related to tags but this post is tagged applescript so that wouldn't appear to be it.
    Part of the problem is that the 'subgroups' aren't really groups anymore only groupings of post. You use to be able to go to an actual physically group Applescript which was a sub group of the category OS X  Technologies now the only thing that really exists is the top group OS X  Technologies the subgroups are really views into the main group.

  • Please check this out!!

    My problem is date didn't show properly!! why??
    final Calendar Today = new GregorianCalendarCalendar.YEAR,Calendar.MONTH,Calendar.DATE);
    String showDate = Today.toString()
    JLabel abc = new JLabel();
    abc.setText(showDate);

    Alright.... wicked man!!!!
    Yo, check dis out, man....
    | |       _
    | |      | |
    | | _  _ | |
    | || || || |
    | || || || |
    | || _| || |
    | |/  /_|| |
    | /()/     |
    |/  / \    |
    ----------

  • Linking to a mp4 / video file.. please check this out

    getting frustrated with this..
    go to this page..
    www.thedailypodvid.com/archive
    this is just an experiment - look at the three files - they seem to be identical in type and extension.. BUT, the bottom two do not load properly?? BEWARE, first file is of slight adult nature.
    Is it because of the type of webserver it is on?? i just want to link to these files so people can download..
    thansk in advance!!
    PB 17", IB 14"   Mac OS X (10.4)  
    PM 1.6   Mac OS X (10.4)  

    Note that there are and will be many other players which can play mp4 files (Mplayer, VLC media player, RealPlayer). So it is good practise to always provide additional download link in cases when you use QuickTime plug-in to embed mp4 files. (and when we are in here for mp4 embed you can even create script which checks if QuickTime is installed, if not try RealPlayer, and only after that provide QuickTime Player/plug-in download)
    For plain links just make sure that your server sends correct MIME-type video/mp4 for .mp4 extension.
    Send the following message to your server administrator:
    “I am putting an MP4 video on my Web site, but your Web server doesn’t support this file type. Could you make sure files with an .mp4 extension are mapped to MIME type video/mp4.”
    If your server is apache then you can also try to add following line to your .htaccess file
    AddType video/mp4 mp4
    Additionally if you want to try force download dialog, instead Quicktime(when available) playing mp4 directly in empty browser window, after clicking link, you can use Content-Disposition header. For example add following to .htaccess (Note that headers module must be in use)
    <IfModule mod_headers.c>
    <Files "*.mp4">
    SetEnvIf Request_URI "/([^>*)$" IT=$1
    header set Content-Disposition "attachment; filename=\"%{IT}e\"
    </Files>
      Windows XP Pro  

  • Hello, please check this out..

    I have an iPhone 2G 8GB and my problems are:
    1. My iPhone is stuck on Connect to iTunes
    2. My iPhone's screen is GREEN
    3. When I tried to restore the software, my phone would turn off then cancels the software restoring.
    4. When I unplug my iPhone 2G it will suddenly shut off and pressing the Power button can't get my iPhone on.
    5. I get errors like 1611, 1600, 1603 after the software restore failed.
    These are the actual pictures:
    -I know that Error 1611 is hardware issue, should i replace my battery?
    -Should I use original apple sync cable?
    -What are the remedies?
    Please help, this is my one and only first iPhone. I live here in Philippines..

    No, not the way you have designed it.
    What you have is
    Son1 IS A Father
    Son2 IS A Father
    Are you sure that is what you want, while the Sons will most likely end up as Fathers, as you only want the Father constructor called once it sounds like you want a
    Son1 HAS A Father.
    To do this you need to user composite relation.
    I.e.
    class Father {
       Father() {
           System.out.println( "Daddy!" );
    class Son {
      private final Father myFather;
       Father( Father myFather ) {
           this.myFather = myFather;
           System.out.println( "Son" );
    public static void main( String[] args ) {
        Father baba = new Father();
        Son jerry = new Son( baba );
        Son fred = new Son( baba );
    }

  • Could someone please check this for

    Hi there!
    I need someone to do this quick check, so I don't have to install Vista in vain.
    I mainly use MIDI interface for compositions and playback. So, could anyone please find a MIDI file with some FASTER parts, play it, and check if there are any dropouts or note misplacements?
    It was the issue in all previous driver versions, so please, somebody check this for me will ya?
    I have X-Fi Extreme Music.
    Thanks

    Here is the link to 2 faster midi files... If you have Windows Vista, X-fi and new drivers, please listen to them and tell me do they sound good or bad. Are there any dropouts, or any other issues?
    http://www.box.net/shared/2vxsohpagv
    Thanks.

  • HT3702 I tried to purchase an application with my credit but was told that payment is temporarily unavailable. Please advice.

    I tried to purchase an application in App store, but after entering my credit card info, I was told that payment is temporarily unavailable. Please advice.

    You need to go to ... iTunes support.      
    http://www.apple.com/emea/support/itunes/contact.html
    Incidentally, there have been problems these last few days, particularly with Mountain Lion.

  • Could you please answer this questions. experts

    what is the use of cell editor?
    what are the sequence of operations carried out when transpoting object?
    why we use navigational attributes ?please elaborate

    hi..
    navigational attrib:
    From a system performance point of view, you should model an object on a characteristic rather than on a navigation attribute. The reasons for this are as follows:
    ·        In the enhanced star schema of an InfoCube, navigation attributes lie one join further out than characteristics. This means that a query with a navigation attribute has to run an additional join (compared with a query with the same object as a characteristic) in order to arrive at the values. This is also true for ODS objects.
    ·        For the same reason, in some situations, restrictions for particular values in the navigation attribute (values that have been defined in the query) are not taken into account by the database optimizer when run schedules are created. This can result in inefficient run schedules, particularly if the restrictions are very selective. In most cases, you can solve this problem by indexing the navigation attribute in the corresponding master data tables (see below.)
    ·        If a navigation attribute is used in an aggregate, this aggregate has to be adjusted using a change run as soon as new values are loaded for the navigation attribute (when master data for the characteristic belonging to the navigation attribute is loaded.) This change run is usually one of the processes that are critical to the system performance of a production BW system. This is why, by avoiding using navigation attributes or not using navigation attributes in aggregates, you can improve the performance of this process. On the other hand, not using navigation attributes in aggregates can lead to poor query response times. The data modeler needs to find the right balance.
    BEx Cell Editor: In queries with two structures, you can now reference cells at the intersections of rows and columns.
    chk this link for transportation:
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/content.htm
    hope it helps..
    all the best...

Maybe you are looking for

  • How do I move selected selections from one computer to another?

    I've spent the last couple of days trying to figure out how to transfer some of my music from my MacBook Pro to my new iMac. I know the answer must be simple, but I'm just not understanding. I have sharing on, and am able to listen to the music from

  • Printing a pdf

    brand new printer.  Everytime I try and print a pdf from my email it wants to fax, scan or add a fax cover page.  I don't want to fax, just want to print a pdf.  Can i disable fax or what does anyone suggest?

  • Updating Templates in Dreamweaver & Keeping Client Side Updates

    I have a situation with a website where the client requests a change to be made within the main menu system of the website, so all of the templates & the entire site must be updated. I download the latest version of the site, to ensure the content ad

  • CODE 400 - Error Consume WebService

    Dear, I'm trying to consume a Webservice in ABAP program. I create a Client Proxy (via SE80) and a Logical Port Configuration (via LPCONFIG). But when I test the client proxy in SE80 this error occurs "SOAP: RTS 1007: Unsupported xstream found: (" HT

  • X6-00 16GB Software Update problem

    I have a X6-00 16 GB and i have tryed to update my phone via the Nokia Suite (v3.2) but there are "no updates available"...  I know that tere is a new firmware out there for this phone (v32), adn today I read that somebody can even update to v40 but