403 errors from smpatch

Today I've been unable to download any new patches using smpatch. Every patch access returns
"Request to download update failed. Status code 403 returned. Authentication information was provided, but authentication or authorization failed"
This is happening on two different systems on different networks, no proxies.
Anybody know what is going on?

I am having this problem as well. I have tried clearing out the cache and restarting and I'm usually able to get a few patches but most of them return a 403 error.

Similar Messages

  • 403 error from my domain?

    i have a website and uploaded a folder to my site root folder
    (the one with the index.html file)
    i thought I could just type in
    http://www.domainname.com/foldername
    and the contents would come up like a plain directory... but it's
    giving me a 403 error?
    it's mp3 files in the folder and i want someone to be able to
    download them individually...

    Ask your web host to turn on directory browsing for that
    folder.
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    http://www.cfnoob.com
    "danbenner" <[email protected]> wrote in
    message
    news:gh1m5p$d6f$[email protected]..
    >i have a website and uploaded a folder to my site root
    folder (the one
    >with
    > the index.html file)
    >
    > i thought I could just type in
    http://www.domainname.com/foldername
    and
    > the
    > contents would come up like a plain directory... but
    it's giving me a 403
    > error?
    >
    > it's mp3 files in the folder and i want someone to be
    able to download
    > them
    > individually...
    >

  • Error 403-forbidden from IE5 while authenticating a user through NT Realm

    Hi,
    Before posting this request, I checked the forum until Sep.18 to see if nobody
    else experienced my problem, but in vain.
    I am using WLS6.1Sp1 under NT4
    I would like that NT users for defined NT Primary Domain Controller authenticate
    themselves before accessing a web app. For that, I followed thoroughly the BEA
    Doc to get the config.xml, web.xml, weblogic.xml and filerealm.properties correctly
    configured.
    The <auth-method> is set to FORM. The <security-role> and <security-role-assignment>
    are also set with business roles and principals from the NT PDC. the <security-constraint>
    with all the sub-tags are also defined. etc.etc. When I use the WL console, to
    check users and groups lists, it works fine although it takes a lot of time before
    being displayed (15 to 20 minutes !!!).
    Through a Login.jsp, the user enters his/her login name and password. The result
    is that I get the following message :
    "Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help and the request SHOULD NOT be repeated. If the request method was
    not HEAD and the server wishes to make public why the request has not been fulfilled,
    it SHOULD describe the reason for the refusal in the entity. This status code
    is commonly used when the server does not wish to reveal exactly why the request
    has been refused, or when no other response is applicable."
    No trace in the log files. No warning . Nothing.
    My questions are:
    1- Has somebody already experienced this?
    2- Could you then help me ?
    By advance , thank you very much.
    Athmani H.
    Note : I can provide you through email the config.xml, web.xml, weblogic.xml and
    filerealm.properties and the concerned .jsp files on demand

    Hi Jerry,
    Many thanks for your interest and your help.
    weblogic.properties file for WLS 6.1 SP1? There is none... I do have a filerealm.properties. I didn't state that I was using a weblogic.properties
    file.
    I checked the URL you proposed. I changed the <Auth-method> from FORM into BASIC.
    A pop-up window is displayed requesting the user to enter username and password.
    The result is that I get a web page displaying an Error 404 --not found.
    Here is the complete error message :"Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given
    of whether the condition is temporary or permanent.If the server does not wish
    to make this information available to the client, the status code 403 (Forbidden)
    can be used instead. The 410 (Gone) status code SHOULD be used if the server knows,
    through some internally configurable mechanism, that an old resource is permanently
    unavailable and has no forwarding address."
    The message is displayed when the browser tries to resolve the following URL :http://localhost:7001/examplesWebApp/j_security_check
    Having said that, I had already configured the <security-role-assignement> with
    role-name and principals in weblogic.xml, as well as the <security-role> tag in
    web.xml.
    Thanks for your help
    Cheers
    Habib
    Jerry <[email protected]> wrote:
    Hi Athmani,
    weblogic.properties file for WLS 6.1 SP1? There is none... weblogic.properties
    is in WebLogic
    5.1 and lower -- it was changed to config.xml for WLS 6.0 .. what are
    you using your
    weblogic.properties file for?
    Anyways,
    I have gotten NTRealms to successfully work with WLS 6.1, with security
    on a web app, allowing
    NT users to access certain resources. This stuff works.
    Since you can see your users and groups through the console (even though
    it takes a while) I
    think that your NTRealm setup is okay.
    I would guess that you have a problem with your deployment descriptors
    in your web
    application.
    There are quite a few posts in this newsgroup that illustrate how to
    set up security
    constraints on resources in your web app with the deployment descriptors.
    For example, check out
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.security&item=6244&utag=
    Let me know how it goes, okay?
    Cheers,
    Joe Jerry
    "Athmani H." wrote:
    Hi,
    Before posting this request, I checked the forum until Sep.18 to seeif nobody
    else experienced my problem, but in vain.
    I am using WLS6.1Sp1 under NT4
    I would like that NT users for defined NT Primary Domain Controllerauthenticate
    themselves before accessing a web app. For that, I followed thoroughlythe BEA
    Doc to get the config.xml, web.xml, weblogic.xml and filerealm.propertiescorrectly
    configured.
    The <auth-method> is set to FORM. The <security-role> and <security-role-assignment>
    are also set with business roles and principals from the NT PDC. the<security-constraint>
    with all the sub-tags are also defined. etc.etc. When I use the WLconsole, to
    check users and groups lists, it works fine although it takes a lotof time before
    being displayed (15 to 20 minutes !!!).
    Through a Login.jsp, the user enters his/her login name and password.The result
    is that I get the following message :
    "Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help and the request SHOULD NOT be repeated. If the requestmethod was
    not HEAD and the server wishes to make public why the request has notbeen fulfilled,
    it SHOULD describe the reason for the refusal in the entity. This statuscode
    is commonly used when the server does not wish to reveal exactly whythe request
    has been refused, or when no other response is applicable."
    No trace in the log files. No warning . Nothing.
    My questions are:
    1- Has somebody already experienced this?
    2- Could you then help me ?
    By advance , thank you very much.
    Athmani H.
    Note : I can provide you through email the config.xml, web.xml, weblogic.xmland
    filerealm.properties and the concerned .jsp files on demand

  • Error 403--Forbidden- From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1

    I am getting the following error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    It throws an error when I click on a button which in turn calls form authentication[edit.do] and it fails. LDAP server is configured for group- My Admin. We are using AMAgentFilter
    Its currently working in PRODUCTION WL8 with given configurations, please be noted that we have not changed anything in config files[web.xml/weblogic.xml]
    WEBLOGIC is configured for LDAP Server , i used same credetials to login , i am able to login to welcome screen, but when there is FORM AUTHENTICATION [edit.do], it fails.
    This edit button calls [edit.do]. It fails there. What we need to check for making it working . We are upgarding from WL 8 to WL 10. its working fine in WL8.
    Do we need to provide anything in WEBLOGIC server to configure the group name My Admin
    WEB.XML
         <!-- AM filter used for SSO -->
         <filter>
         <filter-name>Agent</filter-name>
         <display-name>Agent</display-name>
         <filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
         </filter>
         <filter-mapping>
         <filter-name>Agent</filter-name>
         <url-pattern>/*</url-pattern>
         </filter-mapping>
    <security-constraint>
         <web-resource-collection>
         <web-resource-name>saveAction</web-resource-name>
         <url-pattern>edit.do</url-pattern>
         <url-pattern>update.do</url-pattern>     
         <http-method>POST</http-method>
         <http-method>GET</http-method>
         </web-resource-collection>     
         <auth-constraint>
         <role-name>Admin</role-name>
         </auth-constraint>
    </security-constraint>
    <security-role>
    <description>Admin</description>
    <role-name>Admin</role-name>
    </security-role>
    WEBLOGIC.XML
    <security-role-assignment>
    <role-name>Admin</role-name>
    <principal-name>My Admin</principal-name>
    </security-role-assignment>
    please provide me the checklist to find out the reason for this error.
    1, weblogic server configuration checklist
    2. LDAP Server configuration checklist
    Thanks

    Hi Sandeep M.
    Thanks for your replay,
    Another place means Purchase order standard page is there in that "orders" and " aggriments"  two  tab's are there  under orders Tab  when user click on submitt button
    ex :Go
    when user click on Go button Destination URI=OA.jsp?page=/xxiff/oracle/apps/icx/webui/XXIFFUcmPG&pgType=OrderPG&param={@PoHeaderId}
    same as under aggriments tab
    when user click on  Go button
    Destination URI=OA.jsp?page=/xxiff/oracle/apps/icx/webui/XXIFFUcmPG&pgType=BlanketPG&param={@PoHeaderId}
    This custom page is being called using absolute page path and name not AOL funcation name

  • Error 403--Forbidden - From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.

    Hi, I have a problem with WebLogic Server: 10.3.5.0.
    I need to set that anyone who sees my enterprise application can view the website but not how. I always displays an error.
    The error is:
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Can you help me?

    When I'm working with web servers, and I've not worked with weblogic for quite a while, it has always been rights that have been the gotcha for the 403 error. You need to make sure that if you want everyone to be able to brouse the given folder, you need public read and execute rights on the contents.

  • 403 Error during communication with System Landscape Directory from RWB

    Hi,
    I've got a new install of PI (XI 7.0) SPS 10 and am getting an error whenever I try to access the SLD from RWB or Integration Builder.  The SLD is running on the same server as XI.
    I've been through the various config guides (strangely there doesnt seem to be one specifically for PI/XI 7.0),  to configure RFC destinations, checked users are not locked etc.
    I'm thinking it's probably a VA / Authorisations issue, but could use some ideas!
    Here's a few errors just for reference (and future people searching!)
    <i>
    Error during communication with System Landscape Directory: HTTP response code: 403 (Forbidden)
    Unable to read XI domain from the SLD. Monitoring cannot therefore be configured. Error message: com.sap.aii.rwb.exceptions.BuildLandscapeException: Error during communication with System Landscape Directory: HTTP response code: 403 (Forbidden)
    No System Landscape Directory exists. Unable to generate the landscape
    Unable to read software component versions from System Landscape Directory "my.server:51400" (have tried 8014 also)
    </i>
    Thanks,
    James.

    Hi,
    1) Activated all services
    2)Go to SU01 > type PIISUSER and reset the user's pw
    Check out this might be helpful
    http://help.sap.com/saphelp_nw04/helpdata/en/89/05793c05f0807be10000000a11405a/content.htm
    403 ERROR
    Check this note might help you 961880
    Regards
    Agasthuri Doss

  • Shared Services - HTTP 403 error when trying to access from user's PC

    We recently upgraded to Shared Services 9.3.1. We can get into the User Mgt Console when remoted into the Shared Services server; however, when I try to access the URL from my PC, I get an HTTP 403 error. I have confirmed in my Internet Options/Security that I have the Shared Services server as a trusted site. From looking at the error closer, it appears that it finds the website, but the website denies my computer access. If I remote into one of our other Hyperion servers and use the Shared Services URL, it works fine. What do we need to change so that the Hyperion admins can access the Shared Services URL from their own PC w/o having to remote into the servers?
    Terri

    I never tried using the IP address until just a few minutes ago and I still got the HTTP 403 error.
    I also just tried using Mozilla and got the following error:
    The Server is not able to service this request: [Server:002621]Connection rejected, the server license allows connections from only 5 unique IP addresses.
    When we upgraded from Shared Services 9.2.0.2 to 9.3.1, we also upgraded BEA WebLogic from 8.1.4 to 9.2. We did not have this issue when using 8.1.4.
    Thanks for your help!
    Terri

  • Gett 403 error code when trying to access UCM 11g from Admin console -- deployment

    We have deployed UCM 11g in cluster mode. When I test the application via the admin conssole --> deployment --> UCM.   I can access  UCM only on one member of the cluster.  The other member gives me a 403 error code.. 

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • 403 Error Message on a website?

    Hello,
    I tried to access a website, and I received a 403 Error Message.
    It said:
    "Error 403
    We're sorry, but we could not fulfill your request for / on this server.
    You do not have permission to access this server. Before trying again, run anti-virus and anti-spyware software and remove any viruses and spyware from your computer."
    It gives me the option to fix it myself, and then that link took me to this message:
    "Your request was intercepted by Bad Behavior, security software which protects the Web site you visited from malicious activity, such as hackers, spam and viruses. We apologize for the inconvenience, but your request matched a profile of suspicious activity. This problem is usually quite easy to fix.
    Your computer's IP address was determined to have recently sent spam or engaged in malicious activity as reported by the Project Honey Pot monitoring service. This means your computer is most likely infected with viruses or other malicious software. See below for more information.
    This problem may be caused by viruses or spyware on your computer, or by malicious software that pretends to be anti-virus or anti-spyware software. Ensure that you have REAL anti-virus and anti-spyware software on your computer, that they are kept up-to-date, and that you have run a full system scan using each tool. Once your system is cleaned of viruses and spyware, please try your request again.
    The free Microsoft Security Essentials provides reasonable protection against a wide variety of malicious software.
    If the above suggestions fail to resolve the problem, click Back and contact the e-mail address you were given for further assistance."
    Then the contact email address was invalid!
    The website is a valid teen site, nothing shady, and I haven't participated in any malicious activity that I know of!
    Please help, I'm running Tiger 10.4.11 on a Macbook, using Firefox.
    Thanks,
    Jen

    Hi BCJennyP, and a warm welcome to the forums!
    Hard to tell if it's real or not, there is a Project Honey Pot Services...
    http://www.projecthoneypot.org/services_overview.php
    http://www.projecthoneypot.org/faq.php
    We know you don't have a virus, but could be some spammer faking your IP.
    To see if it's you or your provider, What's my ip...
    http://www.whatismyipaddress.com/
    Start with these three, check SpamCop or SpamHaus to see if your IP is there...
    http://spamcop.net/bl.shtml
    http://www.spamhaus.org/lookup.lasso
    http://www.spamhaus.org/zen/
    Sometimes an ISP will bloc a whole other ISP too, if it's the source of too much SPAM.
    Might also see this post by Gallomimia...
    http://discussions.apple.com/message.jspa?messageID=9465359#9465359
    Klaus1 on viruses...
    http://discussions.apple.com/thread.jspa?messageID=10582058#10582058
    See if you might have this malware redirecting DNS queries...
    http://macmegasite.com/node/3924
    http://www.ehow.com/how2128387remove-osxrspluga-trojan-horse-mac.html
    How to fix...
    http://www.macosxhints.com/article.php?story=20071031114140862
    Get MacScan...
    http://www.apple.com/downloads/macosx/networking_security/macscan.html
    Also, beware of MacSweeper, malware itself!
    Nasty Nasty ! 1023.dmg...
    http://x704.net/bbs/viewtopic.php?f=12&t=2178
    MacSweeper, malware...
    http://en.wikipedia.org/wiki/MacSweeper
    If none of those are it, then report back please.

  • 403 error when trying to access a previously uploaded document in App

    I have 2 machines on one I am running WLS 10.3 with an admin server and a managed server called "dev" on a live box.
    On the other, my dev environment I upgraded from 8.1 to 10.3 so it upgraded my server to have the admin server all in one i.e. deploy apps to that server too.
    I have an app with a few entries that the deployment descriptor ( ejb-jar.xml) refers to a directory within the app, the directory is a location where files get uploaded to. It reads something like thisL
    ./app_name/web/uploads/document/
    THe documents get uploaded to the correct location on both machines, but on the machine that has the managed server and admin server I cant actually view the documents - whih are viewed through a jsp....there is a Session Bean that creates a link to the document based on an id within the database(and not the actual filename itself), for retrieving the document, which is populated in a jsp. However in the Bean the directory is set like this:
    String docUploadDir = "/upload/document/"
    so the link gets generated like this:
    www.mydomain.com/upload/document/?text=12345
    This works on the upgraded WLS version where the domain got upgraded from 8.1 to 10.3, where the admin server bundled up as the apps server as well. However under the WLS 10.3 domain i created(which base location and domain names are the same as 8.1 version) I get a Forbidden 403 error when I try and view the documents.
    Im assuming the forbidden comes about because I am trying to access a location on the machine that I shouldn't be allowed to. However where is the relative "docUploadDir" actually suppossed to exist?
    Thanks in advance!
    Paul

    Questions:
    - Did you set up a protected web realm?
    - When you click on the link to the realm, you get the block message?
    It's a little unclear what you've done to configure the web server and what you did to get the message.

  • Cannot log in to either Disqus or Livefyre since upgrade to 8.1. get 403 error when trying to contact Disqus support.

    I cannot log into either Disqus or (it seems) Livefyre. When I attempted to submit a report to Disqus, I get a 403 error code. In Livefyre, when I make comments, they appear on my screen, but apparently not on anyone elses (repeated requests for a ping back from other commenters have gone unnoticed). Oh, version 18.0.1 I am set to receive cookies, and adblocker plus as well as ghostery are set to not block either. This problem started immediately after the v.18.0.1 upgrade was installed.

    No, Firefox doesn't touch website accounts, so you don't need to re-register.

  • HTTP 403 Error in AS2 Connection

    Hi,
    Would really appreciate some inputs on this one. Just to give a background, we're tying to establish an AS2 connection between us and a 3rd party.  The 3rd party tried to send a test message using our connecton details, but they got an HTTP 403 Error - Forbidden when trying to send a message.
    I have confirmed the following:
    - All the certificates (AS2 certificate, SSL, etc) needed for this has been uploaded in the 3rd party's system.
    - The firewall has be opened for the 3rd party's sending IP address.
    - We have also uploaded the 3rd party's certificates to our system.
    - I checked the destination url of the message, and it seems that it is up as well.
    As I am not very familiar and new to AS2, I'm currently stuck and running out of possible options.
    Is anyone familiar with this? And, a possible cause and solution?
    Thanks a lot!

    Hi Ivan,
    Actually, we have verified our AS2 ID that is set up in the 3rd party already, and it should already be the expected one. Although, I think I will need to ask them the full details already.
    I also tried the tool you gave (was helpful btw), and it seems that I was able to send a message successfully to the 3rd party. This was the log:
    OUTGOING TRANSMISSION TO ... Originator: ... Recipient: ... Signature: on Encryption: on Compression: off MDN Requested: Asynchronous: http://localhost:8080/AsyncMDN.aspx MDN Signature: on Transmission was successful. -TIMESTAMP Tue, 14 Jul 2009 13:03:20 +08:00 [1247547800343]- Verification of receipt is pending an asynchronous MDN.
    The problem is as this software is on my localhost. I'm not sure if it is practical to have the 3rd party test and send to this  other connection for this dummy server as this won't be used anyway in the planned implementation.
    So I guess the conclusion that I got from this is so far, the configuration that I currently did on the actual connection is supposedly to be correct, and that the problem is on the 3rs party's side? Is that right?

  • I keep getting a forbidden 403 error code

    I am unable to sign into the e-print website to register my printer.  I keep getting a "forbidde 403 error code".

    Hi nottsgirl;
    Hope you are doing well and welcome to the HP Forum.
    Sorry to learn that you are having this issue.
    I want to start by saying that this is what I heard from other members of the forum.
    I heard here (other members of the community) that there is an issue that engineers are working on diligently that may be affecting this particular process. At the same time I know that other members have some success using this steps that I am, about to tell you.
    Let's do this 1st
    - Reboot the computer.
    - Open the browser (Internet Explorer, chrome, FireFox, Safari,Opera ) of your preference and clear cookies and internet (Browsing) history. In the browser of your preference try singing-in or registering to e-print.
    If the above did not solved your issue, Please try this;
    - Use another browser (Internet Explorer, Chrome, firefox, safari, Opera).
    Hope this helps let me know if I can assist you any further;
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Http:403 error in tomcat

    Hi,
    I am getting not authorised to access localhost error when i am trying to access a JSP webpage.
    I am using tomcat 5.5 as webserver. Java 1.5 eclipse 3.1 IDE and accessing the webpage from browser in BlackBerry 4.1 simulator.
    It used to work for me well in jdk 1.4 and tomcat 5 and BlackBerry 4.0 simulator. are there any settings that i need to change?
    Can any one help me with the problem please.
    Thank you

    I am not familiar with blackberry simulator but there are lot of resources which describes about 403 errors
    check out this link
    http://www.checkupdown.com/status/E403.html

  • Apple Caching Server 403 errors

    I have a caching server enabled for a IOS installation Im doing. The mac has been at the customers for a while and I don't know its origin. It is running 3.2.1 Server OS
    Ive had a lot of trouble with the upstream proxy and the fact that its some kind of array so the IOS devices only hit the same external address once in a blue moon.
    I now have a local proxy which is reported to be unfiltered however in the logs of the caching server when trying to download a file from phobos.apple.com I get a 403 error.
    Is there anything that could be wrong with the mac server itself or do you think its something else upstream that is the problem.
    My iPhone can download from the app store when the cache server is turned off going through the same proxy, but when I turn the proxy on the caching server kicks in and we get the 403 errors.
    There doesn't seam to be much in the way of config in the advance settings that cover this type of thing and Ive google'd till im blue and cant find anything.
    Any ideas?
    Tim

    To reply to myself.
    I took the mac home last night and ran it on the cable modem line and without anything other than an ip change (and no proxy) it worked perfectly.
    So it is something to do with the internet connection. I notice that the connection doesn't have a reverse address for the external ip. Could that be it?
    The IP is in the UK and the users and stores being used are UK.
    Im stumped.

Maybe you are looking for

  • Sql query slow due to case statement on Joins

    Hi The sql query runs very slow for 30 min when the below case statement is added on the joins. Could you please let me know how to tune it. if the case statement is not there then it runs only for 1 min. *( CASE* WHEN PO_DIST_GL_CODE_COMB.SEGMENT2 <

  • Rubygems in archlinux 0.8 on x86_64

    Hi @all I am searching for rubygems, and AUR tells me it's in the community repos., but I can't locate it via pacman, even the community repos. is made available in the conf, and synced. So is rubygems not available for x86_64 in 0.8 or what is the m

  • Determining size of pattern tiles in cc 2014

    In previous versions of Photoshop, I could hover my cursor over the small tile window of a pattern and receive the specific size of any given pattern tile. In CC 2014, it doesn't happen. How can I determine the size of a seamless pattern tile I'm usi

  • Using API in application to retrieve values

    I need to access non-base table form elements in my pl/sql. I have to keep track of the current step using a hidden form element "Cur_step" I understand that I cannot use the p_session to get to the value. can I use wwpro_api_parameters.get_value? I

  • My computer crashed, I have a new computer, how do I download Adobe Acrobat Professional (I have the serial key)

    My computer crashed, I now have a new computer, how do I download Adobe Acrobat Professional (I have the serial key)