Problem Accessing Shopping Cart

I can connect to the store and purchase music, listen to radio, etc. However, I cannot connect to Shopping Cart. I receive an error message indicating network connection has timedout.

Simply place the war file into the webapps directory and THEN start tomcat. Look at your directories after starting tomcat and you will find that tomcat has created all the directory structures underneath the webapps directory, starting with the directory webapps/bookstore

Similar Messages

  • Problem with Shopping cart's currency

    Hello,
    I've got a problem with shopping cart's currency. I create the shopping cart with 1 item currency "EUR", I see in my backend ECC 5.0 , my purchase requisition have got a currency in "CHF".
    System SRM : SRM 5.5
    System ECC : 5.0
    The scenario for approval shopping cart is automatic, the workflow WS1000060 is active.
    Can you help me please, thanks very much.
    Lionel

    Hi Sambit,
    Yes I found the solution.
    You must implemente this BADI BBP_CREATE_BE_RQ_NEW with method FILL_RQ_INTERFACE. 
    You can see my code :
    METHOD if_ex_bbp_create_be_rq_new~fill_rq_interface.
      DATA : wa_requisition_items TYPE bbps_badi_rq_item,
             wa_item TYPE bbp_pds_transfer_item,
             w_tabix TYPE sy-tabix,
             w_check.
      LOOP AT cs_rq_document-it_requisition_items INTO wa_requisition_items.
        w_tabix = sy-tabix.
        READ TABLE is_sc_document-item INDEX w_tabix INTO wa_item.
        IF wa_requisition_items-currency NE wa_item-currency.
          wa_requisition_items-currency = wa_item-currency.
          wa_requisition_items-c_amt_bapi = wa_item-gross_price.
        ENDIF.                                               
        MODIFY cs_rq_document-it_requisition_items FROM wa_requisition_items INDEX w_tabix.
        CLEAR : wa_requisition_items,
                wa_item.
      ENDLOOP.
    ENDMETHOD.
    I hope that will help you.
    Kind regards.
    Lionel
    Edited by: Lionel Lacotte on Jun 24, 2008 2:22 PM

  • Can't access Shopping Cart since upgrading to 7.0.1

    Since I upgraded iTunes from version 7.0.0 to 7.0.1, I have not been able to access my Shopping Cart.
    The error appears as follows:
    "We could not complete your iTunes Store request.
    An unknown error occurred (5002).
    There was an error in the iTunes Store. Please try again later."
    I have tried relaunching iTunes, restarting my computer, reinstalling iTunes, and switching to "Buy and download using 1-click" and back, but nothing has worked.
    Does anyone else have this problem, and does anyone know how, or have any suggestions how to fix this?
    Thanks.
    Mac Mini G4   Mac OS X (10.4.8)   1.42 Ghz, 1 GB RAM, Superdrive

    Just to note, even after installing iTunes 7.0.2, I get the same error.

  • Unable to access Shopping Cart

    I am running iTunes 7.3.2 on Windows 2000. I can access the iTunes store and could move selections to my shopping cart until it became full, but I cannot access my shopping cart. I get the message, "We could not complete your iTunes request. An unknown error occurred (5002). There was an error in the iTunes Store. Please try again later." I've had this message for several days. Now I'm being told to delete or purchase items in the cart because it is full, but I can't access the cart. Argh! Any suggestions?

    Hi ... I am also have the Shopping Cart related problem. It started yesterday afternoon - or at least that's when I noticed it. I was already logged into the iTunes Store, and made some selections. I went to check out, and then was prompted for my password to complete the purchase. This time, I noticed that it asked me to save my password for future purchases. I did not recall seeing this previously. I selected the option, and entered my password. My password was rejected twice. I went to look it up and verified it was correct.
    I came back to my computer, and after fumbling around with logging in, logging out, rebooting, etc, I was able to finally make it in, but I was told that my credit card information was out of date or incorrect. I went through and posted all of my details. I was able to finally make the purchase, but have yet to be able to make the download. Whenever I attempt to retrieve my purchases, I am prompted with a message 'Unable to check for purchases. The iTunes Store is temporarily unavailable. Please try again later.' Fortunately, the purchase doesn't seem to have posted to my credit card .... yet.
    I contacted support yesterday. No response, not even canned or auto acknowledge. This is very disappointing. First to have the problem, then not to get a prompt resolution - not even prompt auto receipt acknowledgement. Then I come here and see a lot of similar problems, all with similar lack of responsiveness but what seems clearly a larger problem on Apple's end.
    If Apple wants to play in the consumer entertainment business, prompt responsiveness is expected for on demand sales. Else, they'll find another source. It's not true what one poster here said - you're not locked into Apple for your media. You might need to use iTunes to sync your media devices, but I have iPods and an Apple TV, and the media that feeds them isn't all from the iTunes Store, not even a quarter of it.
    EDIT: After poking around some more, I did find a post about going to your profile and cleaning up your information there. I did notice that my email address was incorrect (which would explain the lack of response from support). I've updated that, but it may take a while to update for all resources, such as iTunes Store. I'll post an update if it resolves the issue.
    Message was edited by: jthNET

  • Error 5002 when accessing shopping cart

    Hi:
    I keep getting the above error message when I try to access my shopping cart.
    I am able to access the iTunes store, and all other sections of the software, but when I try to access the shopping I get a connection timeout and the above non-specified error.
    Can anyone help me? I would really like to get back to buying some music and videos.
    Desktop PC   Windows XP Pro  

    This is a bit of a long shot, but it worked for another user, so it's worth a try. Go to the iTunes Store preferences, select "Buy and Download Using 1-Click", close the preferences window, reopen the preferences window and reselect "Buy and Download Using Shopping Cart". Then see if your Shopping Cart will work.
    Another user reported that the problem occurred when his credit card expiration date needed updating. Log into your iTunes Store account and check your credit card information.
    If neither of those suggestions helps, you may need to contact the iTunes Store customer support department through the form at the bottom of their web pageand explain the problem to them.
    Hope this helps.

  • ERROR message 502 - Unable to access shopping cart

    ok, this has been driving me CRAZY for months now. I am having a problem trying to access my shopping cart. It is an intermittent problem so I don't believe it would have anything to do with my anti-virus software. Also, I disabled it to troubleshoot.
    Is anyone aware of this issue?
    Thanks!!
    yoli
    presario 6000   Windows XP  

    If you want to shop then change your shopping prefs to '1 Click' and see if you can purchase. Then contact iTS Customer Service via the links on this page http://www.apple.com/support/itunes/store/buy_troubleshooting/ and fill out the form at the bottom describing your problem.
    It is likely that your cart needs to be reset. This can happen when you place an item in the cart - don't purchase it - and then the item is removed from the iTS before you decide to purchase.
    MJ

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Error 5002 - when trying to access shopping cart in iTunes

    I've noticed some people had this error yesterday & it was apparently resolved, but I'm getting error 5002 today. Is this the same problem? Will it be sorted soon?

    We are experiencing this sudden error now too. Up until last night, we were accessing our Cart. But, then after adding one more song and deleting some from the cart, we got the error and cannot access the account from any machine. In addition to this one, we have a brand new iMAC "24, dual Intel; a PowerBook G4, and a Gateway Laptop running XP. None of the machines can access this Cart. Our other iTunes account is fine, without problem. But, this account's cart is inaccessible. I can find no solution.

  • Problem with shopping cart

    When I click on "buy now" i get an error message saying items in my cart have changed, etc and to check it again and then hit buy now. I just keep getting same message over and over. If I choose one-click shopping, I can buy. But I hate having 20-25 .99 purchases going on my debit card. I used the shopping cart option a couple of weeks ago with no problem. What am I doing wrong? I didn't change anything. Yikes
      Windows XP  

    i need the shopping cart where i stored thousand of music that i had to buy!
    Using the Shopping Cart as a "wish list" and keeping a lot of tracks there for future purchase is a mistake. If the iTunes Store has to remove one (or more) of the tracks, it can corrupt your Shopping Cart. To keep tracks for future purchase, create a normal playlist (call it "wish list" if you like) and drag the tracks from the iTunes Store to that playlist. Then use the Shopping Cart only for tracks you intend to purchase very soon.
    As to your current problem, contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them. They'll probably need to clear your Shopping Cart to get it to work again.

  • Accessing Shopping Cart

    I can browse iTunes store with no problem. My network connection is just fine. I can add items to my shopping cart. It's only when I try to view my account or my iTunes shopping cart that I get an error message saying:
    "We could not complete your iTunes Store request. The network connection timed out.Make sure your network settings are correct and your network connection is active, then try again." I can probably switch to "One-Click" but I have probably 200 songs in my cart and much prefer this format.
    This problem seemed to begin with i-tunes 7.
    Can anyone help?
    Dell   Windows 2000  

    So there's no cart data file hidden in my iTunes folder somewhere that I can get into?
    Sorry but no. I just checked (having two systems here to test), and the cart information is stored on the iTunes Music Store server, not on the computer. I don't know why the new copy of iTunes doesn't show it, unless the information has just aged off the system. Just to check, you are logging into the iTMS using the same account as you used on the old system, yes?
    If Apple had any sense, they'd've let you get into your cart but when you click the Buy button, then you'd get the upgrade screen.
    The reason that can't work is due to the changes they've made in the iTunes Music Store structure since iTunes 4 (part of which were due to some hacker cracking the iTMS structure and allowing the bypassing of iTunes completely). The older version just won't work with the newer structure.

  • Problem with shopping cart status

    Hi Experts,
    We are implementing SRM 5.0. When i create a shopping cart for services, it creates purchase requisition in the backend but the status of shopping cart, 'Purchase Requisition Created',  is not getting updated in SRM. But when I modify and save that purchse requisition in the backend, only then it updates the shopping cart status. I'm also using CLEANUP_REQREQ_UP and BBP_GET_STATUS_2 programs as background jobs.
    Kindly help me in solving this issue.
    Regards,
    B.Siddhesh

    Hi,
    This issue is resolved now.
    The problem was when service PR is created from SRM on R/3, the system fails to create entries in table ESLH. To resolve this issue we implemented note 922372 and its working fine now.
    Regards,
    B.Siddhesh

  • Cannot access shopping cart in iTunes store.

    I can access the iTunes store just fine; however, I can't get to my shopping cart.
    I can no longer access my shopping cart. I clicked on it today and was prompted to agree to new terms and conditions; I did so. I was then forwarded to another screen which indicated my purchase could not be completed at this time, and my selection in the left-hand column was automatically changed from 'Shopping Cart' to 'iTunes Store.' From this point, whenever I've selected 'Shopping Cart' I've received an error prompt (Unknown error 5002).
    I decided to update my iTunes version, but that has not helped at all.

    Spent a while in the "loop" myself (agreeing to new terms for iTunes 7.6 (29), then reviewing my account info.) - now I'm out of the loop but still getting the 5002 error. I tried signing out & signing back in, quitting, restarting, fiddling with one-click, and everything else I've seen in various discussion boards. Still no luck.
    Anybody have any definitive answer???

  • Accessing Shopping Cart Without Upgrading

    I'm guessing one's shopping cart is saved on one's computer, rather than on Mac's end? I'd kept putting things in my old shopping cart under 10.3.4 (iTunes 4.7.1), thinking that when I bought my new iMac, once I signed in to iTunes again (under the latest version), it would automatically pull them over. Unless I'm doing something wrong, apparently not. Can I FireWire it over, or at least access it manually on the old computer so I can write them down and readd them to my new one's cart? Yes, I suppose I could download the iTunes upgrade to my old computer, but everytime I upgrade something there's always a snafu; so I'd rather do it the hard way, if at all possible.
    G3   Mac OS X (10.3.4)  

    So there's no cart data file hidden in my iTunes folder somewhere that I can get into?
    Sorry but no. I just checked (having two systems here to test), and the cart information is stored on the iTunes Music Store server, not on the computer. I don't know why the new copy of iTunes doesn't show it, unless the information has just aged off the system. Just to check, you are logging into the iTMS using the same account as you used on the old system, yes?
    If Apple had any sense, they'd've let you get into your cart but when you click the Buy button, then you'd get the upgrade screen.
    The reason that can't work is due to the changes they've made in the iTunes Music Store structure since iTunes 4 (part of which were due to some hacker cracking the iTMS structure and allowing the bypassing of iTunes completely). The older version just won't work with the newer structure.

  • Problem in shopping cart rejection when the approvers added manually

    Hi folks,
       Please let me know is there any table in SRM , where Approver details are stored against the Shopping cart no created.
    My requirement is with regard to shopping cart rejection. In this scenario the user will manually add the approver list during shopping cart creation, however incase of rejection of shopping cart by any of the approver, In the check status change mode,  the user want to default the approver list which he/she already entered manually during the creation shopping cart creation. Any points regarding this will be highly appreciated.
    Regards,
    Mahesh Mohan D

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Catalogue problems in shopping Cart

    Hi All,
    We have a custom catalog built and that is Through Requisite(Bugseye).
    When we click on the custom catalog it opens up the first screen of shopping cart instead of Catalog page.
    I have checked the URL definition in SPRO(Define external webservice) the URL path is correct.
    we have looked at 866121, but nothing has changed even after applying that note.
    So where all the places that i can look for, as it is a custom catalog is there any issues with that.
    Thanks in Advance,
    Regards,
    Kishoe Yerra.

    Hi. Sorry if this is obvious but you have defined it as a "standard call strutcture" in the IMG not as an "integrated call structure"?
    Regards,
    Dave.

Maybe you are looking for

  • Error in account fact sheet

    Hi When I try to access account facsheet in WEB UI, I am getting this error in some of the assignment blocks like account revenue, last closed activities, sales pipeline etc. " Service cannot be reached What has happened? URL http://as2sapr3.emea.gro

  • Can i connect macbook to imac via bluetooth

    I'm trying to connect my macbook pro (new) to my imac (new) via bluetooth. I know I can use thunderbolt connection but would prefer to do it wirelessly if possible.

  • Invalid Drive E:\

    I had itunes 7 installed but all of a sudden it would not open and came up with an error message Invalid Drive E:\ i deleted itunes and tried to re-install it and it came up with the same message several times. Any ideas?

  • How to know if implementation with a filter value exist for a BAdI in code?

    Hi all, Scenario: I created a BAdI. There will be a button on the UI to call its implementation(s); while if there is no implementation with specified filter value, this button needs to be hidden. Thus I need to know if the implementation exist befor

  • From MacbookPro to MacPro latency, Sessions out of sync.

    Moving from a MacbookPro to a MacPro and loading up a session, I was rudely surprised. On the MacPro the multiple kick/snare/hihat layers are all out of phase, When they were perfectly in phase on the MacbookPro. All instruments had plugins on them a