ISA550 permit HTTPS inbound, error that SSLVPN is already using port

I'm trying to permit HTTPS from anywhere to an internal web server. The ISA is running SSLVPN on one IP address. I am trying to create an ACL and NAT that allows HTTPS on a totally different IP address than the SSLVPN runs on. If I go to Firewall>NAT>Port Forwarding and create a port forwarding rule as follows:
Original Service: HTTPS
Translated Service: HTTPS
Translated IP: Internal server IP address
WAN: WAN1
WAN IP: External server IP address - not the same as the interface IP address
I get the following error:
The service HTTPS already is used by SSLVPN. Please use another service.
I feel like I'm missing something simple/stupid as I can't imagine that you can't have both SSLVPN and an internal HTTPS server running on two totally different IP addresses at the same time. TIA.

Hi,
You can try with :
Original Service: 8080
Translated Service: HTTPS
Translated IP: Internal server IP address
regards
Moorthy

Similar Messages

  • What r the diff. error that can be solved using RSRV tcode?

    Hi ,
    what r the diff. error that can be solved using RSRV tcode?
    I want to know all the errors that can be solved using RSRV t code
    if any body is having good document regarding RSRV please send it to me at
    <u><b>[email protected]</b></u>
    Thanx in advance,
    ravi.

    Hi,
    Refer the below links for more details about RSRV TCODE.
    /community [original link is broken]
    http://help.sap.com/saphelp_nw04/helpdata/en/92/1d733b73a8f706e10000000a11402f/frameset.htm
    it's for bw objects consistency analysis and repair.
    from transaction code RSRV doc itself :
    Transaction RSRV: BW Data and Metadata Test and Repair Environment.
    Transaction RSRV checks the consistency of data stored in BW. It mostly examines the foreign key relationships between individual tables in the enhanced star schema of the BW system.
    The transaction interface was re-designed for SAP Portals release 3.0A. A brief guide about how to use the transaction follows.
    Starting the Transaction
    You can reach the test and repair environment
    By entering the transaction code RSRV
    From InfoObject maintenance (Transaction RSD1)
    By clicking on the "Analyze" button in the intial screen.
    After selecting a characteristic in the maintenance screen via the "Processing -> Analyze InfoObject" menu option.
    The Initial Screen
    When using the test and repair environment for the first time, the message "Values were not found for all setting parameters" draws your attention to the fact that there aren't any saved settings for your user.
    After confirming the dialog box, you reach the initial screen of the transaction. This is divided into two parts:
    1. On the left-hand side, you can see a tree structure with the pool of available tests.
    2. The right-hand side is empty at first. The tests you have selected will be put here. A selection of tests is called a Test Package here.
    Combined and Elementary Tests
    An Elementary Test is a test that cannot be divided into smaller tests and that can therefore only be executed as a whole.
    In this regard, a Combined Test determines which elementary tests are to be executed after entering the parameters. You can remove individual elementary tests from the test package before carrying out the actual test run, in order to reduce run time, for example.
    Combining a Test Package and Executing it.
    Firstly select one or more tests with drag&drop or by double-clicking. Each selected test appears as a closed folder in the view of your test package. (An exception is elementary tests without parameters: These do not appear as a folder). You can also drag a whole folder of tests from the test pool across to the right-hand screen area; all tests that are located in the hierarchical structure under this folder are then added to the test package. You can also display a short description of the test, if required. Do this right-clicking on a test and choosing "Description" from the context menu.
    Afterwards, you must supply the tests with parameters. Tests without parameters must not be given parameters. You are given notification of this when selecting them. You can enter parameters by double-clicking on a test (or a test package) or by expanding the folder of the test.
    A dialog box appears in which you must enter the required parameters. Input help is often available. After entering the parameters, a folder with the name "Parameter" is added under the test. This contains the parameter values. The test name can change in some circumstances, enabling you to see at first sight for which parameter values the test is to be executed. It is possible to select the same test several times and give it different parameters, which may even be preferable in some situations. When you have supplied the combined test with parameters, the folder with the name "Elementary Tests" is added under this one. It contains the elementary tests, from which the combined test is built. You can delete individual elementary tests in the test pool using drag & drop.
    After supplying all tests with parameters, you can start the test run by clicking on the "Execution" button. After execution, the test icons change from a gray rhombus to a red, yellow or green one, depending on whether the test had errors, warnings or was error-free.
    Test Results
    The test results are written to the application log. Depending on the settings, the system jumps automatically to this display, or you can reach it by clicking on the "Display" button. The results are saved in the database, and can therefore be compared later with additional test runs.
    In the left-hand side of the window, you can see an overview of the most recent test runs. Double-clicking on a folder displays all messages under these nodes as a flat (non-hierarchical) list in the right-hand screen area. Long texts or detail data may be available for individual messages, which can be displayed with a mouse click.
    Repairs
    Some tests can repair inconsistencies and errors. Automatic correction is generally not possible: If entries are missing from the SID table for a characteristic, in which case the lost SIDs are still being used in a dimension table (and the corresponding dimension keys are still being used in the fact table) of an InfoCube, you can only remove the inconsistency by reloading the transaction data of the InfoCube. Also note that you must make repairs in the correct sequence. You must always read the documentation for the test and have a good idea about how the error occured, before making the repairs.
    After executing the test run, go from the application log back to the initial screen to make these repairs. Click on the "Fix Errors" button to start an error run. Since the dataset could have changed between the test and the repair run, the required tests are executed again before the actual repair. The results can be found in the application log once again.
    Test Packages
    The test package is deleted if you do not save the test package in the display before leaving the test environment. Choose "Test Packages -> Save Test Package" in the option menu. You can do the following via options in the "Test Package" menu:
    Load packages
    Load for processing - the package is then locked against changes by others.
    Delete and
    Schedule execution at a later date or at regular intervals in background processing
    Settings
    In the "Settings" menu option, you can make settings (adjust the size of the screen areas, for example) and save them. The settings are automatically read when starting the test environment. Support packages are being delivered with additional settings options since the test environment is under development at the moment. A message notifies the user at the start if there aren't any values for the setting options.
    Jobs Menu Option
    You can access the job overview via the Jobs -> Job Overview menu. Use this when you want to check the status of a test package you have scheduled.
    Application Log Menu Option
    You can display old logs from previous test runs in the dialog box, as well as scheduled ones. The option of deleting test logs can also be found here.
    New Selection Button
    The currently selected test package is deleted when you press this button.
    Filter Button
    After a test run, click on this button to remove all elementary tests without errors or warnings from the test package.
    Executing Test Packages in Process Chains
    You can add a process chain to the ABAP Programm RSRV_JOB_RUNNER in the process chain maintenance transaction, RSPC. To do this, use drag & drop to select the process type "ABAP Program" under "General Services" in the process type view. When maintaining process variants you will be asked for the program name and a program variant. Enter RSRV_JOB_RUNNER for the program name. Choose a program variant name and click on "Change". In the next screen you are able to either change or display an already existing variant, or create a new variant. When creating a new variant you will be asked for the following: Package name (an imput help on this is available), the detail level for the log to which the RSRV log in the process chain log is to be integrated, and a message type severity at which process chain processing should be terminated.
    The RSRV process log in the process chain is built as follows:
    First is a summary specifying whether errors, warnings, or no errors occurred for each elementary test.
    A log view of the RSRV test package at the specified detail level follows.
    Example: If you choose the value '3' for the detail level, only messages up to and including detail level 3 will be included in the log processes for the process chain. Messages occuring at a lower layer of the test package test are not displayed in this log. Please note that, unlike the application log, the process log does not propagate errors from deep detail levels to low detail levels. For example, if a single detail level 4 error occurs the summary will show that the relevant test delivered an error. However, this error will not be listed in the second part of the log.
    A complete log is always written independantly of the RSRV process log in the process chain. You can view this in the menu option "Application Log->Display Log->From Batch".
    Please note that there is currently no transport object for test packages and that consequently these cannot be transported. Process chains that execute RSRV test packages must therefore be manually postprocessed after a transport to a different system: The relevant test packages must be created.
    Hope This Helps,
    This is already there in SDN.
    Regards,
    rik

  • I have had 4 mac computers and after years of downloading songs from itunes, I keep recieving a message that I need to set up an account.  when I try to make a new account, i get an error that says i already have an account.  please help!

    I have had 4 mac computers and after years of downloading songs from itunes, I keep recieving a message that I need to set up an account.  when I try to make a new account, i get an error that says i already have an account.

    Have you tried checking the Store drop-down menu in the iTunes interface to see if you are signed in the existing account?

  • Every time I try to log in to FaceTime it always says that emails is already use and I don't know why

    Every time I try to log in to FaceTime it always says that emails is already use and I don't know why

    Hi Joselyntapiapatino,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Cheers,
    - Judy

  • How come when I use a Internet that I have already used it doesn't automatically connect

    How come when I use an Internet that I have already used it doesn't automatically connect?

    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPod connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Hi, i buy new phone in ukraine,but when i try add new device on my apple support profile,it says that serial nuber already used by another apple id please help what can i do!thx

    Hi, i buy new phone in ukraine,but when i try add new device on my apple support profile,it says that serial nuber already used by another apple id please help what can i do?!thx

    You purchased a gray market phone. The iPhone is not available for sale from any Authorized source in Ukraine. There are no authorized or supported carriers in Ukraine.
    Take it ack and get your money back.
    If you want an iPhone, go to a country where unlocked iPhones are available for legitimate sale and purchase one directly from Apple.

  • Error that Table  is already been declared in code

    Hi Guys I am getting the error that Table KNVP is already been declared. please correct what is the problem since it work other companies with same code
    Tables: KNVP.
    data: l_tabix like sy-tabix,
    l_s_BIW_KNA1_S like BIW_KNA1_S.
    case i_datasource.
    WHEN '0CUSTOMER_ATTR'.
    loop at i_t_data into l_s_BIW_KNA1_S.
    l_tabix = sy-tabix.
    select single * from KNVP where KUNNR = l_s_BIW_KNA1_S-KUNNR.
    if sy-subrc = 0.
    l_s_BIW_KNA1_S-ZZPARFN = KNVP-PARVW.
    modify i_t_data from l_s_BIW_KNA1_S index l_tabix.
    endif.
    endloop.
    endcase.
    thanks
    soniya

    Try to modify ur code as below..
    Tables: KNVP.
    data: l_tabix like sy-tabix,
    l_s_BIW_KNA1_S like BIW_KNA1_S.
    data: i_knvp like knvp occurs 0 with header line.
    case i_datasource.
    WHEN '0CUSTOMER_ATTR'.
    loop at i_t_data into l_s_BIW_KNA1_S.
    l_tabix = sy-tabix.
    clear i_knvp.
    select single * from KNVP into i_knvp where KUNNR = l_s_BIW_KNA1_S-KUNNR.
    if sy-subrc = 0.
    l_s_BIW_KNA1_S-ZZPARFN = i_knvp-PARVW.
    modify i_t_data from l_s_BIW_KNA1_S index l_tabix.
    endif.
    endloop.
    endcase.

  • In trying to use my mail email address to get on facetime on my iphone  it says error: that address is already being used

    In trying to add my most used email address to connect to facetime on my iphone I receive an error message saying I cannot use that address as it is already being used.

    FaceTime works over the internet. You place a FT call to an iPhone using the iPhone's phone number, no matter the device; iPhone, iTouch, iPad or Mac, making the call. FT calls all go through Apple's server farms and the iPhones are registered by their phone number in the FT data base.
    Using FaceTime
    Once configured and enabled on your iPhone, iPod touch, or Mac, FaceTime will automatically receive incoming calls from other FaceTime users as long as your iOS device is connected to a Wi-Fi network, or your Mac is connected to the Internet—the latter in any way.
    Outgoing FaceTime calls must be initiated by selecting a contact in your address book—there is no means to manually dial a FaceTime phone number or e-mail address. This means that anybody you wish to contact via FaceTime must be in your address book.
    To place calls to a FaceTime user on an iPhone, you must use their cellular phone number. An iPhone cannot register for FaceTime with an e-mail address. To place calls to a FaceTime user on an iPod touch or a Mac you must use one of their registered FaceTime e-mail addresses that is configured on that particular device.
    This may be a little out of date, as you can now register an email address for an iPhone I believe, but the address should be unique to the iPhone.

  • I am trying to send a microsoft document that it gives me an error that it is already in use

    I have tried to send a document via email, it had worked lots before. But now it states that it is being used by another file or folder when none are opened. I am wondering what I may have changed that this is occurring. The document I am sending is a sending is an original microsoft template?

    Reboot, try it again.

  • Error in OBYC: Account *** already used in transaction ***

    Hi, 
    I was trying to change the GL account of one transaction key when it gave me an error message that it cant be used because it's already used in another transaction key.  However, I noticed one GL account that was in GBB and in PRD but there was no error in it..  Just want to ask, is there a way to set a GL account that will allow it to be posted in 2 transaction keys? And also, what makes it possible to be used in two different transaction keys?
    Thanks so much!
    Regards,
    Paula

    Dear,
    we can assign the same G/Ll with different modifier under same transaction event key, but we cannt assign same G/L for different transaction event key.
    If u have not assigned this G/L to any other transaction event key then there should be some open document, that is why it is not allowing u to change the G/L.
    Regards
    AJIT K SINGH
    HAPPY TO HELP U

  • When I am making a book, how do I hide the photos that I've already used?

    The photos I've already used are marked with a check but I can't figure out how to hide them so I can look at just the ones I haven't used.

    Welcome to the Apple Discussions. Do you mean hide them in the photo tray at the top of the book mode? If so, you can't. They're there for the duration. That's why the check mark - so you know which have been used in the book.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • I bought photoshop card for three months use. Once I managed insert the code, but then every time I log in they ask me insert the code. When I insert the code, I was told that the code already used.

    I bought photoshop card for three months use. Once I managed insert the code. Then I was asked again insert the code, when I do it again I was told the code already used. What should I do?

    Launch iTunes. From the menu bar click Store / View My Account
    Click: Edit Payment Information
    Make sure you have the correct Security Code.
    Then click: Done
    And try resetting your Apple ID password.  https://iforgot.apple.com/cgi-bin/WebObjects/DSiForgot.woa/wa

  • When a try to add a picture to imovie project sometimes a different picture that I have already used keeps showing instead of the current picture that I have selected.  Has anyone else experienced this problem?

    When I try to add a new picture to my Imovie project a different photo that I already used keeps appearing instead of the selected picture.  No matter what I do the same picture keep appearing no matter what other picture I try to use.  Has anyone else encountered this problem?

    Try here:
    iPhone, iPad, iPod touch: Disabling digital camera notification in Windows XP

  • HTTP Inbound error - 500 SOAP PARSING HEADER

    I am working with receiving inbound acknowledgement a text file from the customer to FTP through XI, the URL I supplied to the customer is in the form.
    http://<url address linked to XI server:port>/sap/xi/engine?namespace=<namespace>&
    interface=<sender interface>&
    service=<Sender Service>&
    party=&agency=&scheme=&
    QOS=EO&sap-user=&sap-password=&sap-client=005&sap-language=EN
    Customer is receiving the error message and I don't see any trace of them contacting our XI. When I tried testing usign SAP pI 7 client test tool with out providing /SAP/XI/engine? it doesn't throw any error and no xml payload file generated in FTP though no error seen.
    Any one have any idea what this probelm could be?
    Thanks,
    Menaga

    Hi,
    you can do this
    1. start ICF trace  form transaction SICF in order to log the message which is being send by your partner
    this way if anything is reaching XI you will see it in the log
    http://help.sap.com/saphelp_nw04/Helpdata/EN/80/b2dd3a6dac703be10000000a11405a/content.htm
    Regards,
    Michal Krawczyk

  • Users open shared files but they get an error that file is already open when actually its not

    we have a windows 2012 r2 environment with a hyper-v cluster with 4 virtual servers (2012r2) that are located on an hp storage.
    users in the office work on windows 7 pc's and sometimes (more than once per day) when they try to open word or excel files from a shared folder they get a message that the file is already open so it opens in read only mode and they cannot save it. we are
    pretty sure and tested that that folder is not open from any other user, because some users tried to open files randomly back from 2012 and they got the same errors again. 
    i cannot reproduce when i want the problem. i may try reopening files for an hour without having problems.
    i tried also to write down the hours that the users may have mostly the problem but i couldnt figure a specific time on the day that the problem occurs.its random.
    i want to also notice that we have symantec backup exec 2014 and taking backup on tapes and on deduplication folder with the advanced open file option set to "let VSS to select automatically the provider"
    the file server does not record any events in system or dfs replication tab. they only events we got once per 1 or 2 days are in the application tab and its exactly this "the volume recovery was not optimized because an error was encountered:
    the file move failed 0x89000016) event id 257,defrag"
    i hope i gave u an accurate description of my problems. i really have to solve this.
    kostask

    Hi Kostak, 
    Have you tried to use Process Explorer?
    More info: https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    Simple usage: Part 1: Using SysInternals Process Explorer to solve issues
    when trying to clean up files and folders...
    This is what I am using to track file handles when tried to open or deleted. Normally I am finding that backup/vss process has taken, antivirus was scanning, or indexing services were working. 
    I would recommend you to do the next:
    - Disable Windows Search from: Control Panel> All Items> Programs and features> Turn Windows Features On or Off> Uncheck Windows Server. Go to services.msc and Stop Windows Search service.
    - Exclude affected folder(s) or drive(s) from antivirus scan/protection, at least 24h.
    - Disable backup/vss operations on the drive(s) for at least 24h.
    Hope it helps, I know how itchy can be this kind of issue at the office :)

Maybe you are looking for

  • Error message The volume for "linen.jpg" cannot be found.

    Hi Community, I have a number of photos in my library that appear in the photos and events, but if I try to edit it, copy it, move it, or link my other desktop to my laptop iphoto where these photos live, I get a message that says the volume cannot b

  • Can't view current billing month broadband data us...

    Hi there, I guess I must be missing something but I can't seem to access information about my current data usage levels for broadband in the MyBT site anymore?  I used to be able to check how much data I've used by going to the 'Usage & Analysis' sec

  • Xperia calendar widget wastes space

    I love the Xperia Calendar (12.0.A.0.18) and think its user interface is superior to Google's Calendar app. However, I do not like the Xperia Calendar's widget. I like to have a nice and compact 2x2 Calendar widget on my home screen - this works fine

  • How to get VBEP coresponding shadow line?

    Hi all, In a Sales Order, line item's schedule line (Table VBEP) Sometime, it may have a case that for one request delivery date, it was spitted into 2 schedule line due to the AV check result (I call the system generated schedule line as shadow line

  • How do we do TypeMapping for Vector, Hashtable, or any java data structure in RPC?

    I tried to implement a dynamic Client (RPC) however I got the following Error when I ran the program. Exception in thread "main" java.lang.ClassCastException Here is my part of code //create service Service service = factory.createService( serviceNam